/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

a {
    text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
    box-sizing: border-box;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #e0e0e0;
    color: #000;
    padding: 0.2em 0;
}

/* ----------------------------------------------------------------------
 ------------------------------------------------------------ General
 ---------------------------------------------------------------------- */

@font-face {
    font-family: "slick";
    src: url("/sites/all/libraries/slick/slick/fonts/slick.eot");
    src: url("/sites/all/libraries/slick/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), 
        url("/sites/all/libraries/slick/slick/fonts/slick.woff") format("woff"), 
        url("/sites/all/libraries/slick/slick/fonts/slick.ttf") format("truetype"), 
        url("/sites/all/libraries/slick/slick/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; 
}

html {
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
}

body {
    background-color: #f1f1f1; 
    font-family: 'Lato';
}

.feed-icon {
    display: none;
}

h2,
div[id^="block-views-new-arrivals-"] .views-field-title a,
div[class*="view-new-arrivals-"] .views-field-title a,
#block-views-91368a47dd00832525be0bd07f9061f6 .views-field-title a {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 30px;
    color: #3a4d80;
}

h3, h4, h5, h6 {
    padding: 0 0 5px;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5,
h6 {
    font-display: 18px;
    line-height: 24px;
}

li.hide {
 display:none;
}

p, ul, ol {
    font-size: 16px;
    line-height: 22px;
}

b, strong {
    font-weight: bold;
}

a {
    display: inline-block;
}

table  {
  width: 100%;
  margin-bottom: 15px;
  color: #000;
}

table th,
table td {
  padding: 12px;
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}

table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0;
}

table tbody + tbody {
  border-top: 2px solid #e0e0e0;
}


table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

#page ul.links li.calendar_link {
  display: none;
}

#page ul.pager {
    list-style: none;
    border: 1px solid #e0e0e0;
    padding: 0;
    display: inline-block;
    border-radius: 5px;
    margin: 15px 0 0;
}

#page ul.pager li {
    display: inline-block;
    border-right: 1px solid #e0e0e0;
    padding: 0;
}

#page ul.pager li:last-of-type {
    border: none;
}

#page ul.pager li a {
    display: inline-block;
    padding: 5px 10px;
}

#page ul.pager li.pager-current,
#page ul.pager li.pager-ellipsis {
    padding: 5px 10px;
    color: #999;
}

#page ul.pager li.first {
    
}

#page ul.pager li.last {
    
}

#page a {
    color: #3a4d80;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#page a:hover {
    color: #687fa4;
}

/* ----------------------------------------------------------------------
 ------------------------------------------------------------ Layout
 ---------------------------------------------------------------------- */

#page {
    background-color:  #fff;
    box-shadow: 0 1px 5px #e0e0e0;
}

#page,
.container {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.container {
    padding: 15px;
    width: 100%;
}

#main .block-views {
    padding: 0 15px 15px;
}

#main ul,
#main ol {
    list-style-position: outside;
    padding: 15px 0 15px 45px; 
}

#main p ~ ul,
#main p ~ ol,
#main ul ~ ul,
#main ol ~ ol {
    padding-top: 0;
}

#main ul li,
#main ol li {
    padding: 5px 0;
}

#main ul li span,
#main ol li span {
    line-height: normal !important;
}

#main ul li br,
#main ol li br {
    display: none;
}

#main ul ul,
#main ol ol {
    padding: 5px 0 5px 30px;  
}

#main ul ul ul,
#main ol ol ol {
    padding: 5px 0 5px 30px;  
}

#main p {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

#main p:first-of-type {
    padding-top: 0;
}

#main p:empty {
    display: none;
}

#main ul.contextual-links {
    margin: 0;
    padding: 0.25em 0;
}

#main .field-type-image {
    margin: 0 0 15px;
}

/* ----------------------------------------------------------------------
 ------------------------------------------------------------------ Forms
 ---------------------------------------------------------------------- */



#page .button,
#page form input[type="button"],
#page form input[type="submit"],
#page div[id^="block-views-calendar-"] .view-footer a,
#page div[class*="view-new-arrivals-"] .view-footer a,
#page div[class*="view-new-arrivals-"] .views-field-view-node a,
#page div[id^="block-views-new-arrivals-"] .views-field-path a,
#page div[id^="block-views-your-library-"] .views-field-path a,
#page div[id^="block-views-new-arrivals-"] .views-field-view-node a,
#block-views-91368a47dd00832525be0bd07f9061f6 .views-field-view-node a,
#page .view .date-nav-wrapper .date-prev a,
#page .view .date-nav-wrapper .date-next a {
    color: #3a4d80;
    text-decoration: none;
    border: 1px solid #3a4d80;
    border-radius: 5px;
    padding: 8px 20px;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: ease-in-out 0.3s background-color;
    transition: ease-in-out 0.3s background-color;
    margin: 15px 0;
    text-align: center;
    line-height: 18px;
}

#page .button:hover,
#page form input[type="button"]:hover,
#page form input[type="submit"]:hover,
#page div[id^="block-views-calendar-"] .view-footer a:hover,
#page div[class*="view-new-arrivals-"] .view-footer a:hover,
#page div[class*="view-new-arrivals-"] .views-field-view-node a:hover,
#page div[id^="block-views-new-arrivals-"] .views-field-path a:hover,
#page div[id^="block-views-your-library-"] .views-field-path a:hover,
#page div[id^="block-views-new-arrivals-"] .views-field-view-node a:hover,
#block-views-91368a47dd00832525be0bd07f9061f6 .views-field-view-node a:hover,
#page .view .date-nav-wrapper .date-prev a:hover,
#page .view .date-nav-wrapper .date-next a:hover {
    color: #fff;
    background-color: #3a4d80;
    -webkit-transition: ease-in-out 0.3s background-color;
    transition: ease-in-out 0.3s background-color;
}

#page div[id^="block-views-calendar-"] .view-footer a,
#page div[class*="view-new-arrivals-"] .view-footer a,
#page div[id^="block-views-new-arrivals-"] .views-field-path a,
#page div[id^="block-views-your-library-"] .views-field-path a,
#page div[id^="block-views-new-arrivals-"] .views-field-view-node a,
#page div[class*="view-new-arrivals-"] .views-field-view-node a,
#block-views-91368a47dd00832525be0bd07f9061f6 .views-field-view-node a {
    width: 100%;
}

#page .button ~ .button {
    margin-top: 0;
}

#page p .button:only-child {
    margin: 0;
}

#main form {
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background-color: #f1f1f1;
    margin-bottom: 15px;
    font-size: 0;
}

#main form label {
    padding: 0 0 15px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #3a4d80;
    max-width: 80%;
}

#main form input,
#main form a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
}

#main form input::placeholder {
    color: #3a4d80;
    opacity: 1; 
}

#main form input:-ms-input-placeholder {
    color: #3a4d80;
}

#main form input::-ms-input-placeholder {
    color: #3a4d80;
}

#main form input[type="text"],
#main form input[type="email"],
#main form input[type="password"],
#main form input[type="date"],
#main form input[type="datetime-local"],
#main form input[type="month"],
#main form input[type="number"],
#main form input[type="reset"],
#main form input[type="search"],
#main form input[type="tel"],
#main form input[type="time"],
#main form input[type="url"],
#main form input[type="week"] {
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 100%;
}

#main form textarea,
#main form optgroup,
#main form select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-family: 'Lato';
}

#main form .form-item {
    padding: 0 15px 15px 0;
    display: inline-block;
    vertical-align: bottom;
}

#main form .form-item.webform-component-textarea {
    display: block;
}

#main form .form-type-checkbox {
    padding: 15px 0;
    width: 100%;
}

#main form .form-type-checkbox input {
    display: inline-block;
    width: auto;
    margin: 10px;
}

#main form .form-type-checkbox label {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

#main .webform-progressbar {
    display: none !important;
}

/**
 * Messages
 */

#main .messages, 
#main .messages--status, 
#main .messages--warning, 
#main .messages--error {
    margin: 1.5em 0;
    padding: 10px 10px 10px 50px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid #be7;
}

#main .messages--warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
    border-color: #ed5;
}

#main .messages--error {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
    border-color: #ed541d;
}

#main .messages__list {
    margin: 0;
    padding: 0 5px;
}

#main .messages__item {
    list-style-image: none;
}

#main .messages--error p.error {
    color: #333;
}

#main .ok,
#main .messages--status {
    background-color: #f8fff0;
    color: #234600;
}

#main .warning,
#main .messages--warning {
    background-color: #fffce5;
    color: #840;
}

#main .error,
#main .messages--error {
    background-color: #fef5f1;
    color: #8c2e0b;
}

/* ----------------------------------------------------------------------
 ------------------------------------------------------------------ Alert
 ---------------------------------------------------------------------- */

/*
 * Alert
 */

#alert {
    background-color: rgb(254, 226, 74);
}

#alert .region-alert .block p:nth-of-type(n+2) {
    padding-top: 5px;
}

#alert .region-alert .block p {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#alert .region-alert .block-title {
    margin-right: 5px;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
}

#alert a {
    color: #730001;
}

#alert a:hover {
    color: #170000;
}

/* ----------------------------------------------------------------------
 ------------------------------------------------------------ Header/Menu
 ---------------------------------------------------------------------- */

#header {
    font-size: 0;
    padding: 5px 15px;
}

#header .header-logo,
#header .region-header {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    width: 50%;
}

#header .header-logo {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

#header .header-logo img {
    max-width: 100%;
}

#header .region-header {
    width: 100%;
    text-align: center;
}

#block-system-main-menu {
    display: inline-block;
    padding: 15px 0;
}

#block-system-main-menu > .menu {
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    list-style: none;
}

#block-system-main-menu > .menu > li {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
            flex: 1 1 0;
    width: 33.3333%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    vertical-align: top;
    position: relative;
}

#block-system-main-menu > .menu > li:hover > a {
    background-color: #3a4d80;
    color: #fff;
}

#block-system-main-menu > .menu > li > a:before {
    content: '';
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    height: 50px;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    width: 50px;
}

#block-system-main-menu > .menu > li > a {
    display: inline-block;
    padding: 10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #3a4d80;
    font-weight: bold;
}

/* Books, DVDs, and more */
#block-system-main-menu > .menu > li:nth-child(1) > a:before {
    background-image: url(../images/icon_books.png);
}

#block-system-main-menu > .menu > li:nth-child(1):hover > a:before {
    background-image: url(../images/icon_books_hover.png);   
}

/* Services/Support */
#block-system-main-menu > .menu > li:nth-child(2) > a:before  {
    background-image: url(../images/icon_service.png);
}

#block-system-main-menu > .menu > li:nth-child(2):hover > a:before  {
    background-image: url(../images/icon_service_hover.png);
}

/* Events */
#block-system-main-menu > .menu > li:nth-child(3) > a:before  {
    background-image: url(../images/icon_events.png);
}

#block-system-main-menu > .menu > li:nth-child(3):hover > a:before  {
    background-image: url(../images/icon_events_hover.png);
}

#block-system-main-menu > .menu > li .menu {
    position: absolute;
    top: 100%;
    min-width: 110%;
    background-color:#687fa4;
    border-radius: 5px;
    border-top-left-radius: 0;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
    width: auto;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    z-index: -1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
}

#block-system-main-menu > .menu > li:hover .menu {
    display: none;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
    z-index: 150;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    
}

#block-system-main-menu > .menu > li .menu li a {
    padding: 3px 10px;
    display: block;
    color: #fff;
    overflow: hidden;
}

#block-system-main-menu > .menu > li .menu li a:hover {
    background-color: #3a4d80;
}

/*
Search bar and manage account button
*/

#page #navigation {
    padding: 0;
}

#page #navigation .captcha-admin-links {
    display: none !important;
}

#page #navigation .search-form {
    margin: 0;
    font-size: 0;
}

#page #navigation input[type="submit"],
#page #navigation .button {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px 20px;
	background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: ease-in-out 0.3s background-color;
    transition: ease-in-out 0.3s background-color;
    margin: 0;
}

#page #navigation input[type="submit"],
#page #navigation .button {
    width: 100%;
}

#page #navigation input[type="submit"]:hover,
#page #navigation .button:hover {
	background-color: #687fa4;
}

#page #navigation input[type="text"] {
    border-radius: 5px;
	padding: 8px 20px;
    display: inline-block;
    color: #fff;
	text-decoration: none;
	border: 1px solid #32426E;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
}

#page #navigation input[type="text"]::placeholder {
    color: #fff;
    opacity: 1; 
}

#page #navigation input[type="text"]:-ms-input-placeholder {
    color: #fff;
}

#page #navigation input[type="text"]::-ms-input-placeholder {
    color: #fff;
}

#page #navigation .region {
    background-color: #3a4d80;
    font-size: 0;
    padding: 5px;
}

#page #navigation .region .block {
    font-size: 16px;
    line-height: 22px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

#page #navigation .region .block:nth-child(1){
    width: 100%;
    margin-bottom: 5px;
}

#page #navigation .region .block:nth-child(2){
    width: 100%;
    text-align: center;
}

#page #block-custom-search-blocks-1 .form-item.form-item-custom-search-blocks-form-1,
#page #block-custom-search-blocks-1 .form-radios,
#page #block-custom-search-blocks-1 .form-actions {
    float: none;
    clear: both;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 30%;
    font-size: 16px;
    line-height: 22px;
}

#page #block-custom-search-blocks-1 .form-item.form-item-custom-search-blocks-form-1 {
    width: 40%;
}

#page #block-custom-search-blocks-1 .form-radios .form-item {
    display: block;
    float: none;
    clear: both;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding-left: 5px;
}

#page #block-custom-search-blocks-1 .form-radios .form-item input,
#page #block-custom-search-blocks-1 .form-radios .form-item label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    float: unset;
    width: auto;
}


#page #block-custom-search-blocks-1 .form-radios .form-item label {
    padding-left: 5px;
}

/*
* Admin buttons/tabs
*/

#page .tabs-primary,
#page .action-links {
    list-style: none;
    display: inline-block;
    padding: 0 0 15px;
}

#page .tabs-primary li,
#page .action-links li {
    display: inline-block;
    margin-right: 5px;
}

#page .tabs-primary li a,
#page .action-links li a {
    background-color: #3a4d80;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

#page .action-links li a {
    background-color: #687fa4;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

#page .tabs-primary li a:hover {
    background-color: #32426E;
}

#page .action-links li a:hover {
    background-color: #3a4d80;
}

/* ----------------------------------------------------------------------
 ----------------------------------------------------------------- Footer
 ---------------------------------------------------------------------- */

#footer-container {
    font-size: 0;
    background: #3a4d80;
    min-height: 200px;
    height: auto;
    display: inline-block;
    margin-top: 30px;
    padding: 15px;
}

#footer-container .container {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    text-align: left !important;
    padding: 0;
}

#footer-container .container * {
    text-align: center!important;
    color: #fff;
}

#footer-container .block h2 {
    margin: 15px 0;
}

#footer-container .block h2:first-of-type {
    margin-top: 0;
}

#footer-container #footer1 {
    width: 100%;
    background: #3a4d80;
    padding: 15px 0;
}

#footer-container #footer1 p a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 55px;
    margin: 0 15px 15px 0;
    opacity: 0.90;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#footer-container #footer1 p a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#footer-container #footer1 p a img {
    width: 100%;
    height: auto;
}

#footer-container #footer2 {
    width: 100%;
}

#footer-container #footer2 .block {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0;
}

#footer-container #footer2 .region {
    font-size: 0;
}

#page #footer-container .container a {
    color: #A2B0C7;
}

#page #footer-container .container a:hover {
    color: #fff;
}

#page-bottom {
    font-size: 0;
    background-color: #687fa4;
    color: #f1f1f1;
    padding: 15px;
}

#page-bottom .block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

#page-bottom .block p {
    font-size: 14px;
    line-height: 18px;
}

#page-bottom p a {
    color: #e0e0e0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#page-bottom p a:hover,
#pge-bottom p a:visited {
    color: #3a4d80;
}

/* ----------------------------------------------------------------------
 --------------------------------------------------------------- Homepage
 ---------------------------------------------------------------------- */

body.page-teenzone #main.container,
body.page-childrensroom #main.container,
body.front #main.container {
    padding: 0;
}

.flex-control-paging li a {
    width: 20px;
    height: 20px;
    display: block;
    background: #687fa4;
    cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #ff6d2c;
}

.flex-control-paging li a.flex-active {
	background: #ff6d2c;
	cursor: default;
}

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	cursor: pointer;
	color: #fff;
	text-shadow: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    top: 0;
    bottom: 50px;
    margin: auto;
}

.flexslider .flex-direction-nav .flex-prev {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.flex-direction-nav a:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 55px;
    display: inline-block;
    content: '';
    color: #fff;
}

.flex-direction-nav a.flex-prev:before {
    content: '←';
}

.flex-direction-nav a.flex-next:before {
    content: '→';
}

#flexslider-1 {
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    height: auto;
}

#flexslider-1 .flex-control-nav {
    position: relative;
    bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
}

#flexslider-1 ul,
#flexslider-1 ol,
#flexslider-1 ul li,
#flexslider-1 ol li {
    padding: 0;
}

#flexslider-1 .slides,
#flexslider-1 .slides li {
    height: 275px;
    overflow: hidden;
}

#flexslider-1 .slides li {
    z-index: 3;
}

#flexslider-1 .slides li .views-field,
#flexslider-1 .slides li .views-field a {
    color: #fff;
}

#flexslider-1 .views-field-title,
#flexslider-1 .views-field-body,
#flexslider-1 .views-field-view-node {
    float: left;
    text-align: center;
    width: 100%;
}

#flexslider-1 .views-field-title {
    padding: 35px 0 15px;
    font-size: 28px;
    line-height: 34px;
}

#flexslider-1 .views-field-title a {
    text-decoration: none;
}

#flexslider-1 .views-field-body {
    padding: 15px 0;
    font-display: 24px;
    line-height: 30px;
    display: none;
}

#flexslider-1 .views-field-view-node a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px 30px;
	background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: ease-in-out 0.3s background-color;
    transition: ease-in-out 0.3s background-color;
    font-size: 18px;
    line-height: 24px;
}

#flexslider-1 .views-field-view-node a:hover {
	background-color: #687fa4;
}

#flexslider-1 .views-field-field-image {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    height: 100%;
}

#flexslider-1 .views-field-field-image .field-content,
#flexslider-1 .views-field-field-image .field-content a {
    height: 100%;
}

#flexslider-1 .views-field-field-image .field-content a img {
    min-width: 100%;
    display: block;
    min-height: 100%;
    width: auto;
    max-width: none;
    max-height: 100%;
}

#flexslider-1 .views-field-field-image:after {
    content: '';
    z-index: 1;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s;
}

/*
* Slick Slider
*/

.slick-initialized .slick-slide {
	display: block;
	margin: 0 10px;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
    width: 125px;
    max-width: 125px;
    height: auto;
    box-shadow: 0 3px 5px #e0e0e0;
    background-color: #e0e0e0;
}

.slick-initialized .slick-slide img {
	height: auto !important;
}

.slick-arrow:before {
    color: #ff6d2c;
}

.slick-arrow:hover:before {
    color: #687fa4;
}

.slick-slider .slick-track, 
.slick-slider .slick-list {
    margin: 0 50px;
    padding-bottom: 15px;
}

.slick-prev:before, 
.slick-next:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-arrow:before {
	font-size: 36px;
	line-height: 1;
}

/*
* Slick and jCarousel arrows
*/

.slick-arrow:before,
.jcarousel-skin-default .jcarousel-next:before, 
.jcarousel-skin-default .jcarousel-prev:before {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

/*
* jCarousel
*/

.jcarousel-skin-default .jcarousel-next, 
.jcarousel-skin-default .jcarousel-prev {
    display: block;
    width: auto;
    height: 35px;
    background-image: none;
    top: 0;
    bottom: 0;
    margin: auto;
}

.jcarousel-skin-default .jcarousel-next {
    right: 0;
}

.jcarousel-skin-default .jcarousel-prev {
    left: 0;
}

.jcarousel-skin-default .jcarousel-next:before, 
.jcarousel-skin-default .jcarousel-prev:before {
    font-family: 'slick';
    content: '';
    font-size: 36px;
	line-height: 1;
    color: #ff6d2c;
}

.jcarousel-skin-default .jcarousel-next:hover:before, 
.jcarousel-skin-default .jcarousel-prev:hover:before {
    color: #687fa4;
}

.jcarousel-skin-default .jcarousel-next:before {
    content: '→';
}
 
.jcarousel-skin-default .jcarousel-prev:before {
    content: '←';
}

.jcarousel-skin-default ul {
    list-style:none;
}

.jcarousel-skin-default li,
.jcarousel-skin-default .jcarousel-item-horizontal {
   margin: 0 10px; 
}

.jcarousel-skin-default .jcarousel-container-horizontal {
    padding: 0 50px;
    width: 100% !important;
    height: auto;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
    width: 100% !important;
}

.jcarousel-skin-default .jcarousel-item {
    border: none;
    height: auto;
    width: 125px;
    margin-bottom: 10px;
}

.jcarousel-skin-default .jcarousel-item img {
    width: 100%;
    height: auto;
}

.jcarousel-skin-default .jcarousel-clip-horizontal ul {
    list-style: none !important;
    padding: 0;
    width: 1000000px !important;
}

.jcarousel-skin-default + br {
    display: none;
}

#whatsnewrow {
    padding: 0;
    overflow: hidden;
}

#whatsnewimage a {
    display: inline-block;
    box-shadow: 0 3px 5px #e0e0e0;
    background-color: #e0e0e0;
    position: relative;
    height: 140px;
    width: 100px;
    overflow: hidden;
}

#whatsnewimage img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left:-10000%; right: -10000%; 
    top: -10000%; bottom: -10000%;
    margin: auto auto;
    min-width: 1000%;
    min-height: 1000%;
    -webkit-transform:scale(0.101);
    transform: scale(0.101);
    z-index: 0;
}

#whatsnewtext {
    display: inline-block;
    text-align:center;
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    max-height: 55px;
    overflow: hidden;
}

#whatsnewtext a {
    background: transparent;
}

#whatsnewavail {
    display: none;
}

div[id^="block-views-new-arrivals-"] {
    clear: both;
}

div[id^="block-views-new-arrivals-"] .jcarousel-skin-default .jcarousel-item,
#page div[class*="view-new-arrivals-"] .jcarousel-skin-default .jcarousel-item {
    width: 100px;
}

div[id^="block-views-new-arrivals-"] .views-field-view-node,
div[id^="block-views-new-arrivals-"] .views-field-path,
#page div[class*="view-new-arrivals-"] .view-footer,
#page div[class*="view-new-arrivals-"] .views-field-view-node,
#block-views-91368a47dd00832525be0bd07f9061f6 .views-field-view-node {
    text-align:right;
}

div[id^="block-views-new-arrivals-"] .jcarousel-skin-default .jcarousel-next, 
div[id^="block-views-new-arrivals-"] .jcarousel-skin-default .jcarousel-prev,
#page div[class*="view-new-arrivals-"] .jcarousel-skin-default .jcarousel-prev,
#page div[class*="view-new-arrivals-"] .jcarousel-skin-default .jcarousel-next {
    margin: 0;
    top: 30%;
}

div[id^="block-views-calendar-"] .views-row .views-field-body {
    overflow:hidden;
}

div[id^="block-views-calendar-"] .view-footer {
    text-align:right;
}

div[id^="block-views-calendar-"] .view-footer p {
    margin: 0;
}

div[id^="block-views-calendar-"] .jcarousel-skin-default li {
    padding: 0 0 30px !important;
    border: 1px solid #687fa4;
    border-radius: 5px;
    height: 275px;
    width: 200px;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 3px 5px #e0e0e0;
    background-color: #fff;
    margin: 0 5px 10px;
    position: relative;
}

div[id^="block-views-calendar-"] .views-field-field-date {
    text-align: center;
    padding: 0 0 5px;
    background-color: #fff;
    font-size: 14px;
    line-height: 18px;
    color: #3a4d80;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

div[id^="block-views-calendar-"] .views-field-field-image {
    overflow: hidden;
}

div[id^="block-views-calendar-"] .views-field-field-image a {
    position: relative;
    height: 133px;
    width: 100%;
    display: block;
}

div[id^="block-views-calendar-"] .views-field-field-image a img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin: auto auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

div[id^="block-views-calendar-"] .views-field-title a {
    display: block;
    padding: 10px;
    font-weight: bold;
    line-height: 22px;
}

div[id^="block-views-calendar-"] .views-field-field-age {
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}

div[id^="block-views-calendar-"] .views-field-view-node {

}

div[id^="block-views-calendar-"] .more-link {
    display: none;
}

div[id^="block-views-your-library-"] p,
div[id^="block-views-your-online-"] p,
#page div[class*="view-your-library-"] p {
    margin: 0;
    line-height: 1;
    font-size: 0;
}

div[id^="block-views-your-library-spanish-"] p,
div[id^="block-views-your-library-teenzone-"] p {
    margin: 0;
    font-size: 0;
    line-height: 1;
}

div[id^="block-views-your-library-spanish-"] ul,
div[id^="block-views-your-library-teenzone-"] ul {
    list-style: none;
}


div[id^="block-views-your-library-spanish-"] .jcarousel-skin-default .jcarousel-item,
div[id^="block-views-your-library-teenzone-"] .jcarousel-skin-default .jcarousel-item,
#page div[class*="view-your-library-"] .jcarousel-skin-default .jcarousel-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 5px #e0e0e0;
    background-color: #e0e0e0;
    margin-bottom: 10px;
}

div[id^="block-views-your-library-spanish-"] .jcarousel-skin-default .jcarousel-item {
    width: 280px;
    height: 270px;
    background: transparent;
}

div[id^="block-views-your-library-teenzone-"] .jcarousel-skin-default .jcarousel-item {
    width: 384px;
    height: 270px;
    background: transparent;
}

div[id^="block-views-your-library-spanish-"] .more-link,
div[id^="block-views-your-library-teenzone-"] .more-link {
    display: none;
}

div[id^="block-views-your-library-spanish-"] .jcarousel-skin-default .jcarousel-next, 
div[id^="block-views-your-library-spanish-"] .jcarousel-skin-default .jcarousel-prev,
div[id^="block-views-your-library-teenzone-"] .jcarousel-skin-default .jcarousel-next,
div[id^="block-views-your-library-teenzone-"] .jcarousel-skin-default .jcarousel-prev {
    top: 0;
}

.feed-icon {
    display: none;
}

/* ----------------------------------------------------------------------
 --------------------------------------------------------------- Interior
 ---------------------------------------------------------------------- */

#main.container {
    padding: 15px;
}

#page .view .views-field-view-node a:empty {
    display: none;
}

#page-title {
    font-size: 36px;
    line-height: 42px;
    color: #3a4d80;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}

/*
* Catalog search box
*/

#page .catalog-search-form {
    display: block;
    max-width: 450px;
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background-color: #f1f1f1;
    margin-bottom: 15px;
}

#page .catalog-search-form label {
    padding: 0 0 15px;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #3a4d80;
}

#page .catalog-search-form input {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
}

#page .catalog-search-form input[type="text"] {
    padding: 8px 10px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #e0e0e0;
    width: 70%;
}

#page .catalog-search-form input[type="button"] {
    border-radius: 0 5px 5px 0;
    width: 30%;
    margin: 0;
}

/*
* Newsletter and Search forms
*/

#page #ccoptin {
    max-width: 500px;
}

#page #search-form {
    max-width: none;
}

#page #search-form #edit-basic {
    padding-bottom: 15px;
}

#page #search-form #edit-basic fieldset {
    display: none !important;
}

#page #search-form .form-item {
    width: 70%;
    padding: 0;
}

#page #ccoptin input[type="text"],
#page #search-form #edit-basic input[type="text"] {
    border-radius: 5px 0 0 5px;
}

#page #ccoptin input[type="text"] {
    width: 70%;
}

#page #ccoptin input[type="submit"],
#page #search-form #edit-basic input[type="submit"]{
    width: 30%;
    border-radius: 0 5px 5px 0;
    margin: 0;
}

#page #search-form #edit-captcha {
    display: none;
}

#page #search-form #edit-advanced .fieldset-wrapper {
    padding: 15px 0 0;
}

#page #search-form #edit-advanced .fieldset-title {
    font-size: 18px;
    line-height: 24px;
}

#page #search-form .search-advanced .criterion {
	display: inline-block;
	width: 50%;
	float: none;
	clear: both;
	vertical-align: top;
    padding: 0 15px 0 0;
}

#page #search-form .search-advanced .criterion input[type="text"] {
	width: 100%;
}

#page #search-form .search-advanced .action {
	clear: both;
	display: block;
}

#page #search-form .search-advanced .form-item {
    max-width: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 15px 0;
    width: 100%;
}

#page ol.search-results {
    padding: 0;
}

#page ol.search-results li {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

#page ol.search-results li:last-of-type {
    border: none;
}


#page ol.search-results li .search-snippet-info {
    padding: 5px 0;
}

#page ol.search-results li .search-info {
    padding: 0
}

/*
* Contact forms
*/

#page form.contact-form {
    max-width: none;
}

#page form.contact-form .form-item {
    max-width: none;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 15px 15px 0;
}

#page form.contact-form #edit-to a {
    font-size: 18px;
    line-height: 24px;
}

#page form.contact-form .form-item label {
}

#page form.contact-form .form-item input {
    width: 100%;
}

#page form.contact-form .form-type-checkbox input {
    width: auto;
}

#page form.contact-form .form-item-message {
    width: 100%;
}

#highlighted .block img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    object-position: center;
    height: auto;
}

#page article.node-teaser {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

#page article .links.inline {
    padding: 0;
    list-style: none;
}

#page article .links.inline .blog_usernames_blog {
    display: none;
}

#page article .links.inline li {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    vertical-align: top;
}

#page ul.booklist {
    overflow: hidden;
    text-align: center;
    list-style: none;
    padding: 0;
    font-size: 0;
}

#page ul.booklist a.colorbox {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0 5px;
}

#page ul.booklist img {
    -o-object-fit: cover;
       object-fit: cover;
}


#page ul.booklist li {
    width: 50%;
    overflow: hidden;
    height: 260px;
    padding: 5px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
}

/* ----------------------------------------------------------------------
 ---------------------------------------------------------- calendar
 ---------------------------------------------------------------------- */

#page .view-calendar .view-header ul.filters {
    padding: 0;
}

#page .view-calendar .view-header ul.filters li {
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
    margin: 0 0 5px;
}

#page .view-calendar .view-header ul.filters li a {
    padding: 5px 10px;
    color: #fff;
}

#page .view-header .date-nav {
    text-align: right;
    padding: 0;
    margin: 0;
}

#page .view-header .date-nav-wrapper {
    margin: 0;
    padding: 30px 0;
    position: relative;
}

#page .view-header .date-nav-wrapper .pager {
    border: none;
    width: 100%;
    padding: 0 15%;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}

#page .view-header .date-nav-wrapper .date-heading h3 {
	font-size: 18px;
    line-height: 24px;
}

#page .view-header .date-nav-wrapper .date-prev,
#page .view-header .date-nav-wrapper .date-next {
    border-radius: 0;
    background: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    display: inline-block;
    text-align: right;
    width: auto;
    z-index: 1;
    font-size: 0;
    margin: 0;
    top: 0;
    left: unset;
    right: unset;
}

#page .view-header .date-nav-wrapper .date-prev {
    left: 0;
}

#page .view-header .date-nav-wrapper .date-next {
    right: 0;
}

#page .view-header .date-nav-wrapper .date-prev a,
#page .view-header .date-nav-wrapper .date-next a {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
}

.calendar-calendar td span.date-display-single, 
.calendar-calendar td span.date-display-start, 
.calendar-calendar td span.date-display-end, 
.calendar-calendar td span.date-display-separator {
    font-weight: normal;
}

#page .calendar-calendar .date-heading {
    font-size: 16px;
    padding: 5px 0;
}

#page .calendar-calendar th,
#page .calendar-calendar td {
    font-size: 14px;
    line-height: 24px;
}

.calendar-calendar .month-view {
    overflow-x: scroll;
}

.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr td.today, 
.calendar-calendar .month-view .full tr.odd td.today, 
.calendar-calendar .month-view .full tr.even td.today,
.calendar-calendar .month-view .full tr td.single-day.today {
	border-color: #ff6d2c;
}

.calendar-calendar .month-view .full td.single-day div.monthview, 
.calendar-calendar .week-view .full td.single-day div.weekview, 
.calendar-calendar .day-view .full td.single-day div.dayview,
.calendar-calendar .week-view .full div.single-day div.weekview, 
.calendar-calendar .day-view .full div.single-day div.dayview {
	background: #fff5bd;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 1px 3px #e0e0e0;
    margin-bottom: 5px;
}

.calendar-calendar .month-view .full td.multi-day div.monthview, 
.calendar-calendar .week-view .full td.multi-day div.weekview, 
.calendar-calendar .day-view .full td.multi-day div.dayview,
.calendar-calendar .week-view .full div.multi-day div.weekview, 
.calendar-calendar .day-view .full div.multi-day div.dayview {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    box-shadow: 0 1px 3px #e0e0e0;
    margin-bottom: 5px;
}

.calendar-calendar .month-view .full td.single-day div.monthview .contents, 
.calendar-calendar .week-view .full td.single-day div.weekview .contents, 
.calendar-calendar .day-view .full td.single-day div.dayview .contents,
.calendar-calendar .week-view div.single-day .view-item .contents, 
.calendar-calendar .day-view div.single-day .view-item .contents,
.calendar-calendar .month-view .full td.multi-day div.monthview .contents, 
.calendar-calendar .week-view .full td.multi-day div.weekview .contents, 
.calendar-calendar .day-view .full td.multi-day div.dayview .contents,
.calendar-calendar .week-view div.multi-day .view-item .contents, 
.calendar-calendar .day-view div.multi-day .view-item .contents{
	padding: 5px;
}

.calendar-calendar .day-view td .stripe, 
.calendar-calendar .month-view .full td .stripe, 
.calendar-calendar .week-view .full td .stripe {
    border-radius: 0;
    height: 4px;
}

.calendar-calendar .week-view .full div.single-day div.weekview, 
.calendar-calendar .day-view .full div.single-day div.dayview {
    border-color: #FFED8D;
}

.calendar-calendar .year-view div.month-view div.date-nav {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------------
 --------------------------------------------------------------- Event
 ---------------------------------------------------------------------- */

#page article.node-event.node-teaser h2 {
    margin-bottom: 5px;
}

#page article.node-event.view-mode-full .field-name-field-date,
#page article.node-event.view-mode-full .field-name-field-age,
#page article.node-event.view-mode-full .field-name-field-image,
#page article.node-event.node-teaser .field-name-field-date {
    padding: 10px 0 15px;
}

#page article.node-event.view-mode-full .field-name-field-date {
    font-weight: bold;
}

#page article.node-event.view-mode-full .field-name-field-image img {
    margin-top: 15px;
}

/* ----------------------------------------------------------------------
 --------------------------------------------------------------- User
 ---------------------------------------------------------------------- */

#permissions td.module {
    font-weight: bold;
}

#permissions td.permission {
    padding-left: 1.5em; /* LTR */
}

#permissions tr.odd .form-item,
#permissions tr.even .form-item {
    white-space: normal;
}

#user-admin-settings fieldset .fieldset-description {
    font-size: 0.85em;
    padding-bottom: .5em;
}


#user-admin-roles td.edit-name {
    clear: both;
}

#user-admin-roles .form-item-name {
    float: left; /* LTR */
    margin-right: 1em; /* LTR */
}

/**
* Password strength indicator.
*/
.password-strength {
    width: 17em;
    float: right;  /* LTR */
    margin-top: 1.4em;
}
.password-strength-title {
    display: inline;
}
.password-strength-text {
    float: right; /* LTR */
    font-weight: bold;
}
.password-indicator {
    background-color: #C4C4C4;
    height: 0.3em;
    width: 100%;
}
.password-indicator div {
    height: 100%;
    width: 0%;
    background-color: #47C965;
}
input.password-confirm,
input.password-field {
    width: 16em;
    margin-bottom: 0.4em;
}
div.password-confirm {
    float: right;  /* LTR */
    margin-top: 1.5em;
    visibility: hidden;
    width: 17em;
}
div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
    margin-bottom: 0;
}
.confirm-parent,
.password-parent {
    clear: left; /* LTR */
    margin: 0;
    width: 36.3em;
}

.profile {
    clear: both;
    margin: 1em 0;
}
.profile .user-picture {
    float: right; /* LTR */
    margin: 0 1em 1em 0; /* LTR */
}
.profile h3 {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 15px;
}
.profile dl {
    margin: 0;
}
.profile dt {
    margin: 0 0 5px;
    font-weight: bold;
}
.profile dd {
    margin: 0;
    padding: 15px 0;
}

#user-login,
#user-pass {
    max-width: 500px;
}

#user-login .form-item,
#user-pass .form-item {
    display: block;
}


/* ----------------------------------------------------------------------
 ---------------------------------------------------------- Media Queries
 ---------------------------------------------------------------------- */

@media (min-width: 568px) {
    
    #footer-container #footer2 .block {
        width: 50%;
        padding: 15px 0 15px 15px;
    }
    
    .jcarousel-skin-default .jcarousel-item {
        width: 150px;
    }
    
    .slick-initialized .slick-slide {
        width: 150px;
        max-width: 150px;
    }
    
}

@media (min-width: 768px) {
    
    #page div[id^="block-views-calendar-"] .view-footer a,
    #page div[class*="view-new-arrivals-"] .view-footer a,
    #page div[id^="block-views-new-arrivals-"] .views-field-path a,
    #page div[id^="block-views-your-library-"] .views-field-path a,
    #page div[id^="block-views-new-arrivals-"] .views-field-view-node a,
    #page div[class*="view-new-arrivals-"] .views-field-view-node a,
    #block-views-91368a47dd00832525be0bd07f9061f6 .views-field-view-node a {
        width: auto;
    }
    
    #header .header-logo {
        width: 40%;
        padding: 0;
        text-align: left;
    }
    
    #header .region-header {
        width: 60%;
        text-align: right;
    }
    
    #block-system-main-menu {
        display: inline-block;
        padding: 0;
    }
    
    #block-system-main-menu > .menu > li:hover .menu {
        display: block;
    }
    
    #block-system-main-menu > .menu > li.expanded:hover > a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    #page #navigation .region .block:nth-child(1){
        width: 70%;
            margin: 0;
    }

    #page #navigation .region .block:nth-child(2){
        width: 30%;
        text-align: right;
    }
    
    #page #navigation input[type="submit"],
    #page #navigation .button {
        width: auto;
    }
    
    #page #block-custom-search-blocks-1 .form-item.form-item-custom-search-blocks-form-1,
    #page #block-custom-search-blocks-1 .form-radios,
    #page #block-custom-search-blocks-1 .form-actions {
        width: auto;
    }

    #page #block-custom-search-blocks-1 .form-radios .form-item {

    }

    #page #block-custom-search-blocks-1 .form-radios .form-item input,
    #page #block-custom-search-blocks-1 .form-radios .form-item label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    #page #block-custom-search-blocks-1 .form-actions .form-submit {
        margin-left: 15px;
    }
    
    #flexslider-1 .slides,
    #flexslider-1 .slides li {
        height: 400px;
    }

    #flexslider-1 .views-field-title {
        padding: 50px 0 0;
        font-size: 36px;
        line-height: 42px;
    }
    
    #flexslider-1 .views-field-body {
        display: block;
    }
    
    .jcarousel-skin-default .jcarousel-item {
        width: 180px;
    }
    
    .slick-initialized .slick-slide {
        width: 180px;
        max-width: 180px;
    }
    
    #footer-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    #footer-container .container * {
        text-align: left !important;
    }
    
    #footer-container #footer1 {
        width: 45%;
    }
    
    #footer-container #footer2 {
        width: 55%;
    }
    
    #page ul.booklist li {
        width: 25%;
    }
    
    #page .view-header .date-nav-wrapper .date-heading h3 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .calendar-calendar .month-view {
        overflow-x: hidden;
    }
    
    
}
 
@media (min-width: 992px) { 
    
}

@media print {

    a:link,
    a:visited {
        text-decoration: underline !important;
    }

    a:link.header__site-link,
    a:visited.header__site-link {
        text-decoration: none !important;
    }

    #content a[href]:after {
        content: " (" attr(href) ")";
        font-weight: normal;
        font-size: 16px;
    }

    #content a[href^="javascript:"]:after,
    #content a[href^="#"]:after {
        content: "";
    }

    #content abbr[title]:after {
        content: " (" attr(title) ")";
    }

    #content {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body,
    #page,
    #main,
    #content {
        color: #000;
        background-color: transparent !important;
        background-image: none !important;
    }

    #skip-link,
    #toolbar,
    #navigation,
    .region-sidebar-first,
    .region-sidebar-second,
    #footer,
    .breadcrumb,
    .tabs,
    .action-links,
    .links,
    .book-navigation,
    .forum-topic-navigation,
    .pager,
    .feed-icons {
        visibility: hidden;
        display: none;
    }
}
