  @import url("https://use.fontawesome.com/releases/v5.4.1/css/all.css");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Library Hours - Full Display on node/81 - mirvine 7/12/2016 */
.libhours .hoursdate {
	font-weight:bold;
	font-size:1.2em;
}
.libhours .hourstime {
	margin-left:20px;
	margin-bottom:20px;
}
.hoursbtn {
	text-decoration:none;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

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

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

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

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

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

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

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

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

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

td,
th {
	padding: 0 10px 0 0;
}

ul,
.jcf-list ul,
.tabset,
#nav ul,
.cycle-gallery .pagination ul,
.news-holder ul,
.image-holder ul,
#footer .contacts-list {
	margin: 0;
	padding: 0px 25px 0px 25px;
	list-style: none;
}

.clearfix:after,
dl:after,
.container:after,
.main-holder .container:after,
.tabset:after,
.tab-content .row:after,
.cycle-gallery .pagination ul:after,
.post-holder:after,
.image-holder ul:after,
.title-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 18px / 1.714 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.714em;
}

blockquote {
	border-left: 4px solid #eee;
	padding-left: .8em;
	color: #4d008c;
	font-size: 20px;
	line-height: 40px;
	margin: 0;
}

th,
td {
	border: 1px none #666;
	padding: 0 20px 0 0;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: left;
	vertical-align: middle;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	margin: 0 0 15px;
}

ul li {
	padding: 0 0 10px 25px;
	position: relative;
}

ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 8px;
	background: #393939;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

ul ul {
	padding: 0;
}

ul ul li {
	padding: 0 0 0 25px;
}

ol {
	margin: 0 0 5px;
	width: 100%;
}

ol li {
	padding: 0 0 10px 10px;
}

ol ol {
	margin: 0;
}

ol ol li {
	padding: 0 0 2px 23px;
}

ol ol li:before {
	margin-left: -23px;
	content: counter(item, lower-latin);
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
	color: #4d008c;
	line-height: 40px;
	font-weight: 400;
	padding-top: 10px;
}

h3,
.h3 {
	font-size: 24px;
	color: #4d008c;
	line-height: 58px;
	font-weight: 400;
	margin: 0 0 8px;
}

h4,
.h4 {
	font-size: 20px;
	color: #393939;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
}

h5,
.h5 {
	font-size: 14px;
	color: #4d008c;
	font-weight: 400;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #4d008c;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:visited {
	text-decoration: underline;
	color: #7f5ca8;
}

#header .container a,
#header .container a:visited,
#header .container a:hover,
aside .sub-menu a,
aside .sub-menu a:visited,
.social-networks a,
.view-slider .slide .btn,
header .top a {
	text-decoration: none;
}

aside .sub-menu a:hover,
header .top a:hover {
	text-decoration:underline;
}


form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #666;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #666;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #666;
}

select {
	-webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.align-right {
	float:right;
	padding-left:10px;
}

.hide-menu-item, .visually-hidden {
	display:none;
	visibility: hidden;
}

.last-updated {
  font-size: .75em;
  color: #bcbcbc;
  text-align: right;
  margin-bottom: 1em;
  padding: 0 10px;
}
.last-updated p {
	margin-top: 0;
}
.last-updated a {
	text-decoration: none;
	color: #ededed;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #a1a1a1;
	border-radius: 9px;
	margin: 0 3px 3px 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #a1a1a1;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	width: 140px;
	height: 26px;
	box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, .1);
	text-transform: uppercase;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 15px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #666 transparent transparent transparent;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, .1);
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-size: 15px;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

#wrapper {
	overflow: hidden;
}

.container {
	max-width: 1132px;
	padding: 0 15px;
	margin: 0 auto;
}

.main-holder {
	padding: 0 0 40px;
}

.main-holder .container {
	max-width: 1102px;
	padding: 0 40px;
	margin: 0 auto;
}

abbr.texshare {
	border-bottom:0;
	text-decoration: none;
}

.btn,
a.btn {
	background: #4d008c;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border-radius: 3px;
	position: relative;
	padding: 10px 16px;
	text-align: center;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	text-transform: uppercase;
	min-width: 250px;
	display: inline-block;
}

.btn:hover,
a.btn:hover {
	background: #7f5ca8;
	text-decoration: none;
}

.btn.btn-icon,
a.btn.btn-icon {
	position: relative;
	padding: 10px 20px 10px 10px;
}

.btn.btn-icon:before,
a.btn.btn-icon:before {
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font: 12px/12px "Font Awesome 5 Free";
}

#header {
	padding: 0 0 35px;
	position: relative;
	z-index: 100;
}

#header .container {
	max-width: 1515px;
}

#header .top {
	color: #999;
	background: #e1e1e1;
	font-weight: 700;
	font-size: 14px;
	padding: 0 13px;
}

#header .top a {
	color: #999;
	display: inline-block;
	padding: 2px 16px 0;
	position: relative;
}

#header .top a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(/img/library/icon-logo.png) no-repeat;
	width: 12px;
	height: 22px;
}

#header .top span {
	display: block;
}

.logo {
	float: left;
	margin: 91px 0 0 33px;
}

.header-holder {
	float: right;
	padding: 38px 0 40px;
}

.header-holder .time-box, .header-holder #block-libraryhourssimple {
	display: inline-block;
	vertical-align: bottom;
	color: #4d008c;
	background: #e1e1e1;
	padding: 24px 34px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

.header-holder .time-box .title, .header-holder #block-libraryhourssimple .title {
	display: block;
	font-size: 24px;
}

.header-holder .box {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	padding: 0 0 0 20px;
}

.box {
	margin: 0 auto;
	width: 75%;
}

.header-holder .advanced-link {
	position: absolute;
	top: -6px;
	font-size: 14px;
	right: 0;
	color: #666;
	text-decoration: underline;
}

.header-holder .advanced-link:hover {
	color: #4d008c;
	text-decoration: underline;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tabset li {
	float: left;
	padding: 0 0 0 10px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}

.tabset li:before {
	display: none;
}

.tabset a {
	text-decoration: none;
	display: block;
	padding: 2px;
	background: #ffca38;
	color: #4d008c;
	min-width: 90px;
	text-align: center;
}

.tabset a.is-active,
.tabset a.active,
.tabset a:hover {
	background: #4d008c;
	color: #fff;
}

.box .tabset a {
	padding: 2px 10px 2px;
}

.tab-content {
	background: #4d008c;
	padding: 20px 25px;
	min-width: 425px;
	max-width: 1000px;
	justify-content: center;
}

.tab-content label {
	color: #666;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px 0 0;
}

input[type="search"] {
	height: 44px;
	border-radius: 4px;
	width: 100%;
	border: 0;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
	color: #333;
	margin: 0 0 16px;
	outline: none;
}

input[type="search"]::-webkit-input-placeholder {
	color: #aaa;
}

input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

input[type="search"]:-moz-placeholder {
	color: #ccc;
}

input[type="search"]:-ms-input-placeholder {
	color: #ccc;
}

input[type="search"].placeholder {
	color: #ccc;
}

.form-item {
	margin: 0;
}

.form-actions {
	overflow: hidden;
	margin: 0;
	float: right;
}

input[type="submit"] {
	background: #ffca38;
	color: #4d008c;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	line-height: 18px;
	min-width: 110px;
	padding: 4px;
	float: right;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

input[type="submit"]:hover {
	background: #7f5ca8;
}

.nav-opener {
	display: none;
	float: right;
	width: 71px;
	height: 84px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.nav-active .nav-opener {
	background: #323232;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #4d008c;
	position: absolute;
	top: 40px;
	left: 15%;
	right: 15%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 32px;
}

.nav-opener:after {
	top: 48px;
}

#nav {
	background: #4d008c;
}

#nav ul {
	float: left;
	padding: 0 0 0 4px;
}

#nav ul li {
	padding: 0;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}

#nav ul li:before {
	display: none;
}

#nav ul li.is-active a,
#nav ul li.active a {
	background: #323232;
}

#nav ul li.hover a,
#nav ul li:hover a {
	background: #323232;
}

#nav ul li.hover .drop-holder,
#nav ul li:hover .drop-holder {
	opacity: 1;
	visibility: visible;
}

#nav ul a {
	color: #fff;
	display: block;
	padding: 14px 31px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

#nav ul a.is-active,
#nav ul a:hover {
	background: #323232;
	text-decoration: none;
}

#nav .drop-holder {
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	z-index: 10;
	background: #323232;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: 0;
	visibility: hidden;
}

#nav .drop-holder ul {
	float: none;
	padding: 0;
}

#nav .drop-holder ul li {
	float: none;
	text-transform: capitalize;
}

#nav .drop-holder ul a {
	padding: 10px 30px;
	display: block;
	color: #ccc;
}

#nav .drop-holder ul a:hover {
	background: #7f5ca8;
}

#nav a.btn {
	float: right;
	background: #ffca38;
	color: #4d008c;
	min-width: unset;
	text-align: center;
	margin: 8px 0 0;
	line-height: 18px;
	padding: 6px 15px;
}

#nav a.btn:hover {
	background: #7f5ca8;
	color: #eee;
}

#nav a.btn:hover i {
	color: #eee;
}

#nav a.btn span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#nav a.btn i {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	background: #4d008c;
	color: #eee;
	border-radius: 50%;
	position: relative;
}

#nav a.btn i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.desktop-hidden {
	display: none;
}

.cycle-gallery {
	position: relative;
	margin: 0 0 49px;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .mask .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .mask .slide {
	float: left;
	height: 364px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.cycle-gallery .mask .slide img {
	vertical-align: top;
	width: 100%;
}

.cycle-gallery .mask .slide.active {
	z-index: 1;
}

.cycle-gallery .text-holder {
	padding: 120px 0 0;
	text-align: center;
	color: #fff;
}

.cycle-gallery .title {
	display: block;
	font-size: 60px;
	line-height: 64px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 14px;
}

.cycle-gallery .subtitle {
	display: block;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 37px;
}

.cycle-gallery .pagination {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 10;
}

.cycle-gallery .pagination ul li {
	float: left;
	padding: 0 0 0 10px;
}

.cycle-gallery .pagination ul li:before {
	display: none;
}

.cycle-gallery .pagination ul li.active a {
	background: #4d008c;
}

.cycle-gallery .pagination ul a {
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: #c5c5c5;
	border-radius: 50%;
}

.cycle-gallery .pagination ul a:hover {
	background: #4d008c;
}

.more {
	font-size: 23px;
	font-weight: 700;
	line-height: 25px;
}

.post-holder {
	max-width: 962px;
	margin: 0 auto;
	padding: 0 0 72px;
}

.post-holder .img-box {
	float: left;
	padding: 8px;
	background: #eee;
	width: 39.4%;
}

.post-holder img {
	vertical-align: top;
}

.post-holder .post {
	float: left;
	width: 58%;
	padding: 20px 0 0 40px;
	font-size: 18px;
	line-height: 28px;
}

.post-holder .title {
	display: inline-block;
	background: #4d008c;
	color: #fff;
	font-weight: 300;
	font-size: 27px;
	line-height: 45px;
	padding: 11px 20px;
	text-align: center;
	min-width: 262px;
	margin: 0 0 14px -60px;
}

.post-holder p {
	margin: 0 0 11px;
}

.news-holder {
	background: #eee;
	padding: 25px 0 16px;
}

.news-holder .container {
	max-width: 1160px;
}

.news-holder h2 {
	font-weight: 300;
	font-size: 27px;
	color: #333;
	margin: 0 0 20px;
}

.news-holder ul {
	padding: 0 0 0 38px;
}

.news-holder ul li {
	padding: 0 0 15px;
}

.news-holder ul li:before {
	display: none;
}

.news-holder ul .img {
	display: inline-block;
	vertical-align: middle;
	width: 82px;
}

.news-holder ul .img:hover {
	opacity: .9;
}

.news-holder ul img {
	vertical-align: top;
}

.news-holder ul .title {
	display: inline-block;
	vertical-align: middle;
	color: #4d008c;
	font-size: 23px;
	font-weight: 700;
	margin: 0 0 0 10px;
}

.new-card-container {
	display: block;
}

.entry-type-title {
	margin-bottom: 1em;
}

.news-card-title {
	line-height: normal;
}

.news-card {
	position: relative;
	background: #FFFFFF;
	padding: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 10px 30px;
	border-radius: 5px;
	overflow: hidden;
	overflow-wrap: break-word;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.news-card::after {
	
	content: "";
    position: absolute;
    height: 12px;
    background: #4d008c;
	width: 100%;
    left: 50%;
	top: 0;
	transform: translateX(-50%);
}

@media (min-width: 46em) {
	.new-card-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.news-card {
		/* margin: 30px 20px; */
	}
}

@media (min-width: 80em) {
	.new-card-container {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.news-card {
		margin: 30px 20px;
	}
}

.news-card-info {
	font-size: 12pt;
	/* font-weight: bold; */
}

.table-align{
	word-wrap: break-word;
	word-break: break-all;
}

.table-info {
	display: table;
	table-layout: fixed;
}

:root {
	--purple: #4d008c;
    --gold: #ffc425;
    --white: #FFFFFF;
}

.image-holder {
	padding: 56px 0;
}

.image-holder ul {
	margin: 0 -9px;
}

.image-holder ul li {
	float: left;
	width: 33.3%;
	padding: 0 9px;
}

.image-holder ul li:before {
	display: none;
}

.image-holder ul a:hover {
	opacity: .9;
}

.image-holder img {
	vertical-align: top;
	width: 100%;
}

#footer, #footer-non-home {
	background: #2f2f2f;
	padding: 20px 0 26px;
	min-height:150px;
	z-index: 1001;
	width: 100%;
}
#footer{
	position: relative;
	bottom: 0;
}
#footer-non-home {
 position: relative;
}

#footer .contacts-list, #footer-non-home .contacts-list {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 0 12px 15px;
	font-size: 0;
	line-height: 0;
}

#footer .contacts-list li, #footer-non-home .contacts-list li  {
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	font-size: 12px;
	line-height: 14px;
	border-left: 1px solid #fff;
	letter-spacing: 0;
}

#footer .contacts-list li:first-child, #footer-non-home .contacts-list li:first-child {
	border-left: 0;
}

#footer .contacts-list li:before, #footer-non-home .contacts-list li:before {
	display: none;
}

#footer .contacts-list li a, #footer-non-home .contacts-list li a{
	color: #fff;
}

#footer .social-networks, #footer-non-home .social-networks {
	float: right;
	padding: 10px 7px 0;
}

#footer .social-networks li, #footer-non-home .social-networks li {
	border-left: 0;
	display: inline-block;
	padding: 0 4px;
	min-width: 50px;
}

#footer .social-networks li:before, #footer-non-home .social-networks li:before {
	display: none;
}

#footer .social-networks a, #footer-non-home .social-networks a  {
	color: #b7b7b7;
	font-size: 38px;
	line-height: 38px;
}

#footer .social-networks a:hover, #footer-non-home .social-networks a:hover  {
	text-decoration: none;
	color: #e5e5e5;
}

#footer address, #footer-non-home address {
	margin: 0;
	color: #fff;
	font-style: normal;
}

.footer-logo {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 12px;
}

#sidebar {
	float: left;
	width: 210px;
	margin: 0 40px 0 0;
}

#sidebar h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content {
	overflow: hidden;
}

.sub-title {
	font-size: 20px;
	line-height: 28px;
}

.sub-title p {
	margin: 0 0 16px;
}

.title-holder {
	font-size: 14px;
	line-height: 24px;
	padding: 0 0 5px;
	margin: 0 0 33px;
	border-bottom: 1px solid #e1e1e1;
}

.title-holder p {
	margin: 0 0 16px;
}

.pull-right {
	float: right;
	margin: 10px 0 10px 10px;
}

.pull-left {
	float: left;
	margin: 10px 10px 10px 0;
}

.visual-img {
	border: 5px solid #eee;
}

.visual-img img {
	vertical-align: top;
}

.sub-menu-wrap {
	position: relative;
}

.sub-menu-wrap .opener {
	color: #4d008c;
	font-size: 16px;
	line-height: 1;
	padding: 12px 40px 17px 26px;
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 2px solid #dedede;
	font-weight: 600;
}

.sub-menu-wrap .opener:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 5px 0 5px;
	border-color: #666 transparent transparent transparent;
}

.sub-menu {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	line-height: 20px;
	padding: 10px 0 7px;
	font-weight: 400;
}

.sub-menu a {
	color: #333;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.sub-menu a.is-active,
.sub-menu a:hover {
	color: #4d008c;
	text-decoration: none;
}

.sub-menu li {
	padding: 0 0 10px;
}

.sub-menu li:first-child {
	border: 0;
}

.sub-menu li.active a {
	color: #4d008c;
}

.sub-menu li ul {
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
}

.sub-menu li ul a:hover {
	color: #949494;
}

.sub-menu li ul li {
	padding: 9px 0 0;
}

.sub-menu li ul li.is-active a,
.sub-menu li ul li.active a {
	color: #949494;
}

.sub-menu li ul li a {
	color: #4d008c;
}

.sub-menu li ul li a.is-active {
	color: #949494;
}

.sub-menu li ul li .is-active {
	color: #949494;
}

.sub-menu li:before {
	display: none;
}

.columns {
	overflow: hidden;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin: 0 0 0 -4px;
}

.columns .col-2 {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0 1% 0 0;
}

.btn-wrap {
	background: #4d008c;
	padding: 20px 15px;
}

.btn-wrap .btn-gray {
	border: 1px solid #eee;
	min-width: 230px;
}

.btn-wrap .btn-gray:hover {
	background: #eee;
	color: #4d008c;
}

.blockuote {
	padding: 16px 0;
}

.tabs li:before {
	display: none;
}

.toolbar-menu li {
	padding: 0;
}

.toolbar-menu li:before {
	display: none;
}

.search-results li:before {
	display: none;
}

.item-list li {
	margin: 0 0 .25em;
}

.pager ul li:before {
	display: none;
}

.contextual-links li:before {
	display: none;
}

#content article ul li {
	padding: 0 0 0 25px;
}

#alert {
	color: red;
}


/* ÌÇÐÄVlog Customizations */

/* LINK BUTTON STYLING - Added by mirvine on 5/3/2016
	================================================ */
	a.button-text-purple{
		background: #4d008c;
	    color: #FFFFFF !important;
	    padding: 5px 15px;
	    margin-bottom: 10px;
	    border-radius: 5px;
	    clear: both;
	    border: 0 none !important;
	    display: inline-block;
	    text-decoration: none;
	}
	a.button-text-purple:hover{
		background: #FFCA38;
	    color: #6e6240;
	    text-decoration: none;
	}
	a.button-text-yellow {
		background: #FFCA38;
	    color: #3d3a33 !important;
	    padding: 5px 15px;
	    border-radius: 5px;
	    clear: both;
	    border: 0 none !important;
	    display: inline-block;
	    text-decoration: none;
	}
	a.button-text-gray {
		background: #888;
	    color: #FFFFFF !important;
	    padding: 5px 15px;
	    border-radius: 5px;
	    clear: both;
	    border: 0 none !important;
	    display: inline-block;
	    text-decoration: none;
	}
	a.button-text-yellow:hover, a.button-text-gray:hover {
		background: #4d008c;
	    color: #FFFFFF !important;
	    border-radius: 5px;
	    text-decoration: none;
	}

	a.big-button-purple {
		background: #4d008c;
		background: -moz-linear-gradient(top,  #4d008c 0%, #48296d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d008c), color-stop(100%,#48296d));
		background: -webkit-linear-gradient(top,  #4d008c 0%,#48296d 100%);
		background: -o-linear-gradient(top,  #4d008c 0%,#48296d 100%);
		background: -ms-linear-gradient(top,  #4d008c 0%,#48296d 100%);
		background: linear-gradient(to bottom,  #4d008c 0%,#48296d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d008c', endColorstr='#48296d',GradientType=0 );

	    border: 0 none;
	    border-radius: 6px 6px 6px 6px;
	    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	    -moz-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	    color: #FFFFFF !important;
	    font-size: 24px;
	    font-weight: 200;
	    padding: 10px 15px;
	    border: 0 none !important;
	    display: inline-block;
	    text-decoration: none;
   	}
	a.big-button-purple:hover {
		background: #48296d;
		background: -moz-linear-gradient(top,  #48296d 0%, #3b2456 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48296d), color-stop(100%,#3b2456));
		background: -webkit-linear-gradient(top,  #48296d 0%,#3b2456 100%);
		background: -o-linear-gradient(top,  #48296d 0%,#3b2456 100%);
		background: -ms-linear-gradient(top,  #48296d 0%,#3b2456 100%);
		background: linear-gradient(to bottom,  #48296d 0%,#3b2456 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48296d', endColorstr='#3b2456',GradientType=0 );
		text-decoration: none;
	}

	a.big-button-yellow {
		background: #FFCA38;
		background: -moz-linear-gradient(top,  #FFCA38 0%, #e8b939 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFCA38), color-stop(100%,#e8b939));
		background: -webkit-linear-gradient(top,  #FFCA38 0%,#e8b939 100%);
		background: -o-linear-gradient(top,  #FFCA38 0%,#e8b939 100%);
		background: -ms-linear-gradient(top,  #FFCA38 0%,#e8b939 100%);
		background: linear-gradient(to bottom,  #FFCA38 0%,#e8b939 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCA38', endColorstr='#e8b939',GradientType=0 );

	    border: 0 none;
	    border-radius: 6px 6px 6px 6px;
	    box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	    -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	    -moz-box-shadow: 0 2px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	    color: #3d3a33 !important;
	    font-size: 24px;
	    font-weight: 200;
	    padding: 10px 15px;
	    border: 0 none !important;
	    display: inline-block;
	    text-decoration: none;
   	}
	a.big-button-yellow:hover {
		background: #e8b939;
		color:#fff!important;
		background: -moz-linear-gradient(top,  #e8b939 0%, #cca332 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8b939), color-stop(100%,#cca332));
		background: -webkit-linear-gradient(top,  #e8b939 0%,#cca332 100%);
		background: -o-linear-gradient(top,  #e8b939 0%,#cca332 100%);
		background: -ms-linear-gradient(top,  #e8b939 0%,#cca332 100%);
		background: linear-gradient(to bottom,  #e8b939 0%,#cca332 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b939', endColorstr='#cca332',GradientType=0 );
		text-decoration: none;
	}

	h4.database a {
		text-decoration: none;
	}

	.google-maps {
		float:left;
	}

	.tab-content .searchbox input.form-search {
		margin: 10px 0 0 0;
	}
	.tab-content input#edit-keys1 {
		margin: 0 0 10px;
	}

	/* Sticky Footer Button  */

	#stickyfoot {
		z-index: 1000;
		overflow: hidden;
	}
	#stickyfoot a.btn {
		position: fixed;
		background: rgba(90, 53, 132, .9);
		color: #eee;
		min-width: unset;
		text-align: center;
		margin: 8px 0 0;
		line-height: 18px;
		padding: 6px 15px;
		bottom: 10px;
		right: 10px;
	}

	#stickyfoot a.btn:hover {
		background: rgba(127, 92, 168, .9);
		color: #eee;
	}

	#stickyfoot a.btn:hover i {
		color: #eee;
		background: #4d008c;
	}

	#stickyfoot a.btn span {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 10px;
	}

	#stickyfoot a.btn i {
		display: inline-block;
		vertical-align: middle;
		width: 28px;
		height: 28px;
		background: #7f5ca8;
		color: #eee;
		border-radius: 50%;
		position: relative;
	}

	#stickyfoot a.btn i:before {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	/* End Sticky Footer Button */

	/* Additional Nav Menu on top of content added by chansen on 5/5/16 */

	nav.sub-menu-wrap div.slide-menu {
		z-index: 999;
	}

	.field-content img {
		margin-top: 20px;
		width: 85%;
	}


	/* Stuff for the New Books view - mirvine 5/6/2016 */
	.view-new-books .views-col {
		text-align:center;
	}
	.view-new-books .views-field-title a {
		font-weight:bold;
	}



/* End ÌÇÐÄVlog Customizations */

@media (min-width: 768px) {
	.sub-menu-wrap .opener {
		display: none !important;
	}

	.sub-menu-wrap .js-slide-hidden {
		position: static !important;
	}

}



@media (max-width: 1229px) {
	.logo {
		margin: 91px 0 0;
		width: 300px;
	}

	.header-holder {
		padding: 20px 0;
	}

	.header-holder .time-box, .header-holder #block-libraryhourssimple {
		padding: 24px 10px;
	}

	.header-holder .box {
		padding: 0 0 0 10px;
	}

	.columns .col {
		margin: 0;
		width: 100%;
		display: block;
		padding: 0 0 10px;
	}
}

@media (max-width: 1023px) {
	#header {
		padding: 0;
	}

	.logo {
		margin: 4px 0 0;
		float: none;
	}

	.header-holder {
		float: none;
		overflow: hidden;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.nav-opener {
		display: block;
	}

	#nav {
		position: absolute;
		top: 25px;
		right: 0;
		text-align: center;
		background: none;
	}

	#nav .container {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 10;
		padding: 0;
		max-height: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		overflow: hidden;
	}

	.nav-active #nav .container {
		max-height: 4000px;
	}

	#nav .nav-drop {
		background: #323232;
		overflow: hidden;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 0 0 10px;
	}

	.nav-active #nav .nav-drop {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav ul {
		float: none;
		padding: 0;
		text-align: left;
	}

	#nav ul li {
		float: none;
	}

	#nav ul li.is-active a,
	#nav ul li.active a {
		background: #4d008c;
	}


	#nav ul a {
		color: #ccc;
	}

	#nav ul a.is-active,
	#nav ul a:hover {
		background: #4d008c;
	}

	#nav .drop-holder {
		position: static;
		visibility: visible;
		opacity: 1;
		max-height: 0;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		overflow: hidden;
		display: none;
	}
	#nav ul li.hover a,
	#nav ul li:hover a {
		background: #4d008c;
	}

	#nav ul li.hover .drop-holder,
	#nav ul li:hover .drop-holder {
		max-height: 4000px;
	}

	#nav ul li.hover .drop-holder ul,
	#nav ul li:hover .drop-holder ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	#nav ul li.hover .drop-holder ul li a,
	#nav ul li:hover .drop-holder ul li a {
		background: #555353;
	}

	#nav ul li.hover .drop-holder ul li a:hover,
	#nav ul li:hover .drop-holder ul li a:hover {
		background: #4d008c;
	}

	#nav .drop-holder ul {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	#nav a.btn {
		float: none;
	}
	
	.news-holder ul {
		padding: 0;
	}

	.news-holder ul .title {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 24px;
	}

	blockquote {
		font-size: 18px;
		line-height: 30px;
	}

	h1,
	.h1 {
		font-size: 30px;
		line-height: 36px;
	}

	h2,
	.h2 {
		font-size: 24px;
		line-height: 30px;
	}

	h3,
	.h3 {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 12px;
	}

	h4,
	.h4 {
		font-size: 14px;
		line-height: 24px;
	}

	h5,
	.h5 {
		font-size: 14px;
		line-height: 20px;
	}

	.container {
		padding: 0;
	}

	.main-holder .container {
		padding: 0;
	}

	.logo {
		width: 213px;
		margin: 11px 0 0 21px;
	}
	.tabset {
		margin:12px 12px 0 0;
	}

	.header-holder {
		display: block;
		padding: 17px 0 0;
	}

	.header-holder .time-box, .header-holder #block-libraryhourssimple {
		display: block;
		background: #4d008c;
		color: #fff;
		font-size: 16px;
		padding: 12px 10px 61px;
	}
	.header-holder #block-libraryhourssimple a {
		color: #cfcfcf;
	}

	.header-holder .time-box .title, .header-holder #block-libraryhourssimple .title {
		display: inline-block;
		font-size: 16px;
	}

	.header-holder .box {
		display: block;
		padding: 0;
	}

	.box {
		margin: none;
		width: 100%;
	}

	.header-holder .advanced-link {
		color: #eee;
		font-size: 12px;
		text-decoration: none;
		top: 0px;
		right: 16px;
	}

	.header-holder .advanced-link:hover {
		color: #eee;
	}

	.tabset {
		margin: 12px 0 0;
	}

	.tabset li {
		line-height: 21px;
	}

	.tabset a {
		padding: 10px 3px;
	}

	.tab-content {
		min-width: inherit;
		padding: 20px 20px;
	}

	.form-actions {
		float: right;
		text-align: center;
		padding: 0;
	}

	input[type="submit"] {
		float: none;
	}

	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		left: 41%;
		right: 35%;
	}

	.nav-opener:before,
	.nav-opener:after {
		top: 34px;
	}

	.nav-opener:after {
		top: 46px;
	}

	.desktop-hidden {
		display: block;
	}

	.cycle-gallery {
		margin: 0 0 18px;
	}

	.cycle-gallery .mask .slide {
		background: none !important;
		height: auto;
	}

	.cycle-gallery .text-holder {
		color: #626161;
		padding: 15px 20px 46px;
		margin-top: 30px;
	}

	.cycle-gallery .title {
		color: #4d008c;
		font-size: 30px;
		line-height: 34px;
	}

	.cycle-gallery .subtitle {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 20px;
	}

	.cycle-gallery .pagination {
		bottom: 0;
		left: 0;
		right: 0;
	}

	.cycle-gallery .pagination ul {
		text-align: center;
	}

	.cycle-gallery .pagination ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		padding: 0 4px;
	}

	.cycle-gallery .pagination ul a {
		width: 16px;
		height: 16px;
	}

	.more {
		font-size: 18px;
	}

	.post-holder {
		background: #eee;
		padding: 0 0 18px;
	}

	.post-holder .img-box {
		float: none;
		width: 100%;
	}

	.post-holder img {
		width: 100%;
	}

	.post-holder .post {
		float: none;
		width: 100%;
		padding: 10px 21px;
		position: relative;
		z-index: 10;
		font-size: 16px;
		line-height: 24px;
	}

	.post-holder .title {
		display: block;
		width: 263px;
		margin: -38px auto 34px;
		font-size: 24px;
	}

	.news-holder {
		background: #fff;
		padding: 27px 0 16px;
	}

	.news-holder .container {
		padding: 0 19px;
	}

	.news-holder h2 {
		font-size: 24px;
		margin: 0 0 23px;
	}

	.news-holder ul li {
		padding: 0 0 18px;
	}

	.news-holder ul .title {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 0 16px;
		width: 100%;
	}

	.image-holder {
		padding: 10px 0 40px;
	}

	.image-holder ul {
		margin: 0;
	}

	.image-holder ul li {
		float: none;
		width: 100%;
		padding: 10px 0 0;
	}

	/* Sticky Footer Button  */

	#stickyfoot a.btn {
		background: none;
		right: 0px;
	}

	#stickyfoot a.btn:hover {
		background: none;
		color: #eee;
	}

	#stickyfoot a.btn:hover i {
		color: #eee;
		background: #4d008c;
	}

	#stickyfoot a.btn span {
		display: none;
	}

	#stickyfoot a.btn i {
		width: 60px;
		height: 60px;
		background: #7f5ca8;
		box-shadow: 0px 11px 32px 0px rgba(0, 0, 0, 0.35);
	}

	#stickyfoot a.btn i:before {
		font-size: 2em;
	}

	/* End Sticky Footer Button */

	#footer, #footer-non-home {
		text-align: center;
		padding: 24px 0 26px;
	}

	#footer .contacts-list li:first-child, #footer-non-home .contacts-list li:first-child {
		display: block;
	}

	#footer .contacts-list li:last-child,  #footer-non-home .contacts-list li:last-child {
		display: block;
		border-left: 0;
	}

	#footer .contacts-list li:nth-child(2), #footer-non-home .contacts-list li:nth-child(2) {
		border-left: 0;
	}

	#footer .social-networks, #footer-non-home .social-networks {
		float: none;
		display: block;
		text-align: center;
	}

	.footer-logo {
		width: 240px;
		margin: 0 0 4px;
	}

	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
		padding: 4px 0 8px;
	}

	#content {
		padding: 17px 20px 0;
		overflow: visible;
	}

	.sub-title {
		font-size: 18px;
		line-height: 24px;
	}

	.title-holder {
		border: 0;
		margin-bottom: 0;
	}

	.pull-right {
		float: none;
		margin: 0 0 10px;
	}

	.pull-left {
		float: none;
		margin: 0 0 10px;
	}

	.visual-img img {
		width: 100%;
	}

	.slide-menu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
	}

	.slide-menu h2 {
		display: none;
	}

	.sub-menu {
		border: 0;
		background: #dedede;
		padding: 12px 24px;
	}

	.sub-menu li {
		padding: 0 0 12px;
	}

	.sub-menu li ul li {
		padding: 9px 0 0;
	}

	.google-maps {
		width:100%
	}


	/* New Books View - mirvine 5/6/2016 */
	.view-new-books .views-col {
		width:100%!important;
	}

	/*Responsive Tables*/
	/* Force table to not be like tables anymore */
	.responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */

	.responsive-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive-table tr {
		border: 1px solid #ccc;
	}

	.responsive-table td {
		/* Behave  like a "row" */
		border: none;
		position: relative;
		text-align:left;
		padding:0;
	}

}

/* Chat on Homepage */

.s-lch-widget-float {
    z-index: 1002!important;
}

.s-lch-widget-float-btn {
    background-color: #4d008c!important;

}
