/*
Theme Name: Quest University Library
Theme URI: https://library.questu.ca/
Author: Quest University
Author URI: https://questu.ca
Description: Quest University of Canada
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: questu
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

questu is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Search
# Navigation
	## Links
	## Menus
	## Breadcrumbs 
	## Quick links 
	## Submenu Template 
# Accessibility
# Alignments
# Clearings
# Widgets
	## Hours widget 
# Content
	## Posts and pages
	## Staff
	## Main page 
	## Databases 
	## News Events & Research Guides
	## Header 
	## Footer
	## Asides
	## Banner title 
	## Comments
	## 404 error 
# Live chat	
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Home page featured slider
# Media screen	
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Lato', sans-serif !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
        text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #585858;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
	font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	font-style: normal;
    line-height: 1.42857143;
    margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* DIN */

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN/DIN-Regular.eot');
    src: url('fonts/DIN/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-Regular.woff2') format('woff2'),
        url('fonts/DIN/DIN-Regular.woff') format('woff'),
        url('fonts/DIN/DIN-Regular.ttf') format('truetype'),
        url('fonts/DIN/DIN-Regular.svg#DIN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Italic';
    src: url('fonts/DIN/DIN-RegularItalic.eot');
    src: url('fonts/DIN/DIN-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-RegularItalic.woff2') format('woff2'),
        url('fonts/DIN/DIN-RegularItalic.woff') format('woff'),
        url('fonts/DIN/DIN-RegularItalic.ttf') format('truetype'),
        url('fonts/DIN/DIN-RegularItalic.svg#DIN-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Medium';
    src: url('fonts/DIN/DIN-Medium.eot');
    src: url('fonts/DIN/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-Medium.woff2') format('woff2'),
        url('fonts/DIN/DIN-Medium.woff') format('woff'),
        url('fonts/DIN/DIN-Medium.ttf') format('truetype'),
        url('fonts/DIN/DIN-Medium.svg#DIN-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Bold Italic';
    src: url('fonts/DIN/DIN-BoldItalic.eot');
    src: url('fonts/DIN/DIN-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-BoldItalic.woff2') format('woff2'),
        url('fonts/DIN/DIN-BoldItalic.woff') format('woff'),
        url('fonts/DIN/DIN-BoldItalic.ttf') format('truetype'),
        url('fonts/DIN/DIN-BoldItalic.svg#DIN-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Condensed Medium';
    src: url('fonts/DIN/DINCond-Medium.eot');
    src: url('fonts/DIN/DINCond-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DINCond-Medium.woff2') format('woff2'),
        url('fonts/DIN/DINCond-Medium.woff') format('woff'),
        url('fonts/DIN/DINCond-Medium.ttf') format('truetype'),
        url('fonts/DIN/DINCond-Medium.svg#DINCond-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed Black';
    src: url('fonts/DIN/DINCond-Black.eot');
    src: url('fonts/DIN/DINCond-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DINCond-Black.woff2') format('woff2'),
        url('fonts/DIN/DINCond-Black.woff') format('woff'),
        url('fonts/DIN/DINCond-Black.ttf') format('truetype'),
        url('fonts/DIN/DINCond-Black.svg#DINCond-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Light';
    src: url('fonts/DIN/DIN-Light.eot');
    src: url('fonts/DIN/DIN-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-Light.woff2') format('woff2'),
        url('fonts/DIN/DIN-Light.woff') format('woff'),
        url('fonts/DIN/DIN-Light.ttf') format('truetype'),
        url('fonts/DIN/DIN-Light.svg#DIN-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Bold';
    src: url('fonts/DIN/DIN-Bold.eot');
    src: url('fonts/DIN/DIN-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-Bold.woff2') format('woff2'),
        url('fonts/DIN/DIN-Bold.woff') format('woff'),
        url('fonts/DIN/DIN-Bold.ttf') format('truetype'),
        url('fonts/DIN/DIN-Bold.svg#DIN-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Black';
    src: url('fonts/DIN/DIN-Black.eot');
    src: url('fonts/DIN/DIN-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-Black.woff2') format('woff2'),
        url('fonts/DIN/DIN-Black.woff') format('woff'),
        url('fonts/DIN/DIN-Black.ttf') format('truetype'),
        url('fonts/DIN/DIN-Black.svg#DIN-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Light Italic';
    src: url('fonts/DIN/DIN-LightItalicAlt.eot');
    src: url('fonts/DIN/DIN-LightItalicAlt.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-LightItalicAlt.woff2') format('woff2'),
        url('fonts/DIN/DIN-LightItalicAlt.woff') format('woff'),
        url('fonts/DIN/DIN-LightItalicAlt.ttf') format('truetype'),
        url('fonts/DIN/DIN-LightItalicAlt.svg#DIN-LightItalicAlt') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Condensed';
    src: url('fonts/DIN/DINCond-Regular.eot');
    src: url('fonts/DIN/DINCond-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DINCond-Regular.woff2') format('woff2'),
        url('fonts/DIN/DINCond-Regular.woff') format('woff'),
        url('fonts/DIN/DINCond-Regular.ttf') format('truetype'),
        url('fonts/DIN/DINCond-Regular.svg#DINCond-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Condensed Bold';
    src: url('fonts/DIN/DINCond-Bold.eot');
    src: url('fonts/DIN/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DINCond-Bold.woff2') format('woff2'),
        url('fonts/DIN/DINCond-Bold.woff') format('woff'),
        url('fonts/DIN/DINCond-Bold.ttf') format('truetype'),
        url('fonts/DIN/DINCond-Bold.svg#DINCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN Black Italic';
    src: url('fonts/DIN/DIN-BlackItalic.eot');
    src: url('fonts/DIN/DIN-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-BlackItalic.woff2') format('woff2'),
        url('fonts/DIN/DIN-BlackItalic.woff') format('woff'),
        url('fonts/DIN/DIN-BlackItalic.ttf') format('truetype'),
        url('fonts/DIN/DIN-BlackItalic.svg#DIN-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Medium Italic';
    src: url('fonts/DIN/DIN-MediumItalic.eot');
    src: url('fonts/DIN/DIN-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DIN-MediumItalic.woff2') format('woff2'),
        url('fonts/DIN/DIN-MediumItalic.woff') format('woff'),
        url('fonts/DIN/DIN-MediumItalic.ttf') format('truetype'),
        url('fonts/DIN/DIN-MediumItalic.svg#DIN-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DIN Condensed Light';
    src: url('fonts/DIN/DINCond-Light.eot');
    src: url('fonts/DIN/DINCond-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/DIN/DINCond-Light.woff2') format('woff2'),
        url('fonts/DIN/DINCond-Light.woff') format('woff'),
        url('fonts/DIN/DINCond-Light.ttf') format('truetype'),
        url('fonts/DIN/DINCond-Light.svg#DINCond-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* Adobe Caslon */
@font-face {
    font-family: 'Adobe Caslon Pro';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot');
    src: url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff2') format('woff2'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff') format('woff'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.ttf') format('truetype'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
}
@font-face {
    font-family: 'Adobe Caslon Pro';
    font-weight: 300;
    font-style: normal;
    src: url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot');
    src: url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff2') format('woff2'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.woff') format('woff'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.ttf') format('truetype'),
        url('fonts/ACaslonPro/Regular/ACaslonPro-Regular.svg#ACaslonPro-Regular') format('svg');
}
@font-face {
    font-family: 'Adobe Caslon Pro Italic';
    font-weight: normal;
    font-style: italic;
    src: url('fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.eot');
    src: url('fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.woff2') format('woff2'),
        url('fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.woff') format('woff'),
        url('fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.ttf') format('truetype'),
        url('fonts/ACaslonPro/RegularItalic/ACaslonPro-Italic.svg#ACaslonPro-Italic') format('svg');
}
@font-face {
    font-family: 'Adobe Caslon Pro Bold';
    font-weight: bold;
    font-style: normal;
    src: url('fonts/ACaslonPro/Bold/ACaslonPro-Bold.eot');
    src: url('fonts/ACaslonPro/Bold/ACaslonPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro/Bold/ACaslonPro-Bold.woff2') format('woff2'),
        url('fonts/ACaslonPro/Bold/ACaslonPro-Bold.woff') format('woff'),
        url('fonts/ACaslonPro/Bold/ACaslonPro-Bold.ttf') format('truetype'),
        url('fonts/ACaslonPro/Bold/ACaslonPro-Bold.svg#ACaslonPro-Bold') format('svg');
}
@font-face {
    font-family: 'Adobe Caslon Pro Bold Italic';
    font-weight: bold;
    font-style: italic;
    src: url('fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.eot');
    src: url('fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.woff2') format('woff2'),
        url('fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.woff') format('woff'),
        url('fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.ttf') format('truetype'),
        url('fonts/ACaslonPro/BoldItalic/ACaslonPro-BoldItalic.svg#ACaslonPro-BoldItalic') format('svg');
}
@font-face {
    font-family: 'Adobe Caslon Pro SemiBold';
    font-weight: 600;
    font-style: normal;
    src: url('fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.eot');
    src: url('fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.woff2') format('woff2'),
        url('fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.woff') format('woff'),
        url('fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.ttf') format('truetype'),
        url('fonts/ACaslonPro/SemiBold/ACaslonPro-Semibold.svg#ACaslonPro-Semibold') format('svg');
}
@font-face {
    font-family: 'Adobe Caslon Pro Semi Bold Italic';
    font-weight: 600;
    font-style: italic;
    src: url('fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.eot');
    src: url('fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.woff2') format('woff2'),
        url('fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.woff') format('woff'),
        url('fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.ttf') format('truetype'),
        url('fonts/ACaslonPro/SemiBoldItalic/ACaslonPro-SemiboldItalic.svg#ACaslonPro-SemiboldItalic') format('svg');
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

*:focus {
        -moz-outline: none;
        -webkit-outline: none;
    outline: none;
        -webkit-box-shadow: none;
    box-shadow: none;
}

body {
	background-color: #fff;
	 min-height: 100vh;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex;
    display: flex;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

body.home {
	background-color: #8b9c8f !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 100;
    font-weight: 300;
}

h1:after, .h1:after {
    content: "";
    display: block;
    padding-top: 20px;
    border-bottom: 1px solid grey;
}

section {
    margin-bottom: 30px;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
	width: 100%;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

textarea:focus,
input:focus{
        -moz-outline: none;
        -webkit-outline: none;
    outline: none;
        -webkit-box-shadow: none;
    box-shadow: none;
}

/* Suggestion form */
.qul-requered-label {
	color: #ff0000;
    font-weight: 400;
}

.sug-title {
	font-weight:bold;
}

/* Contact Form 7 */
span.wpcf7-list-item { 
	display: block; 
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {  
	border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 8px 10px;
    outline: none;
    color: #565656;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.3;
}

.wpcf7 input[type=submit] {
    cursor:pointer;
	background-color: #7aa846;
    border-color: #2e6da4;
    border-radius: 4px;
    border-style: none;
    color: #ffffff;
    padding: 10px 20px;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #cc0000;
    font-weight: 600;
}

div.wpcf7-response-output {
    padding: 12px 18px;
	text-align: center;

}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    background: #ff9999;
	border:none;
    color: #cc0000;
}

div.wpcf7-mail-sent-ok {
  color: #0e704a;
  background: #a6f181;
  border: none;
}

/*--------------------------------------------------------------
# Search 
--------------------------------------------------------------*/
.search-toggle {
    font-size: 25px;
    cursor: pointer;
}
#search-toggle {
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    z-index: 0;
        -webkit-transition: all 0.45s cubic-bezier(0.6,-0.4,0.35,1.32);
        -moz-transition: all 0.45s cubic-bezier(0.6,-0.4,0.35,1.32);
        -ms-transition: all 0.45s cubic-bezier(0.6,-0.4,0.35,1.32);
        -o-transition: all 0.45s cubic-bezier(0.6,-0.4,0.35,1.32);
        transition: all 0.45s cubic-bezier(0.6,-0.4,0.35,1.32);
    background-color: rgba(255,255,255,0.9);
}
#search-toggle.on {
    opacity: 1;
    height: 100vh;
    background-color: rgba(255,255,255,0.95);
}
#search-toggle form.search-form {
    padding: 15px;
    background: transparent;
    top: 50%;
    position: relative;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
}
.close-search {
    font-size: 20px;
    top: 28px;
    right: 42px;
    position: absolute;
    cursor: pointer;
}
form.search-form .screen-reader-text {
    display: none;
}
form.search-form input.search-field {
    border: none;
    border-bottom: 2px solid #e4e4e4;
    color: #585858;
    font-family: 'Roboto';
    font-size: 42px;
    font-weight: bold;
    padding: 15px;
    background-color: transparent;
    width: 100%;
}
form.search-form input.search-submit {
    display: inline-block;
    background-color: transparent;
    color: transparent;
    padding: 20px;
    position: absolute;
    right: -5px;
    top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}
.search-bar-icon {
    position: absolute;
    height: 30px;
    width: 30px;
    right: calc(50px - 30px);
    top: calc(50% - 15px);
    z-index: -1;
    font-size: 31px;
    color: #00C19F;
}
form.search-form input.search-submit:hover+.search-bar-icon {
    color: #6c6d6c;
}
.search-no-results .page-content .search-toggle {
    margin-left: 20px;
    cursor: pointer;
}
.lib-search-block {
    height: 100px;
	overflow: hidden;
}
.ui-tabs.ui-tabs-vertical,
#tabs {
    padding: 0;
    margin: 0 auto 50px;
    position: relative;
    overflow: hidden;
    height: 100px;
}
.ui-tabs.ui-tabs-vertical .ui-widget-header,
#tabs ul {
    border: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav,
#tabs ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
#tabs ul li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 200px;
    display: inline-block;
    background: #CCC;
}
#tabs ul li.ui-tabs-active {
	background: #fff;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:first-child,
#tabs ul li:first-child {
    border-radius: 5px 0 0 0;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child,
#tabs ul li:last-child {
    border-radius: 0px 5px 0 0px;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:hover {
    background: #7ba544;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li a,
#tabs ul li a {
    display: block;
    width: 100%;
    padding: 7px 0;
    color: #fff;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:hover a {
    text-decoration: none;
    color: #fff;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    background: #fff !important;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active:hover {
    padding-bottom: 0;
    background: #7ba544;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active:hover a {
    color: #fff;
}
#tabs ul li.ui-tabs-active a {
	color: #7f7f7f;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    color: #7f7f7f !important;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child a {
    border-bottom: none;
}
.ui-tabs.ui-tabs-vertical .ui-tabs-panel,
#a, #b, #c {
    float: none;
    width: auto;
    overflow: hidden;
    height: 67px;
    position: relative;
}
.emb-form .advanced-search {
    padding: 4px 10px 6px;
    position: absolute;
    bottom: 4px;
    right: 95px;
}
.emb-form .advanced-search a {
    color: #00C19F;
    text-decoration: none;
    font-size: 13px;
}
/*
#qpchatwidget {
    margin: 0 auto;
} */

/* Search box */
.emb-form form,
#tabs form {
    height: 67px;
    padding-right: 76px;
    position: relative;
}
.emb-form form input[type="text"] {
    height: 67px;
    padding: 10px 30px;
    border: none;
}
.cat_button {
    border: none;
    padding: 10px 20px !important;
    width: 75px;
    font-size: 25px;
    background-color: #7ba544;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}
.cat_button:hover i {
    zoom: 1.1;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00C19F;
}

a:visited,
a:focus {
	color: #00C19F;
}

a:hover {
	color: #00C19F;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.main-navigation i {
	position: absolute;
	top: 1px;
    right: 0;
    font-size: 18px;
    cursor: pointer;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
    margin-right: 12px;
    padding-right: 20px;
}

.main-navigation .menu>li:after {
	content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #486060;
    position: absolute;
    top: 9px;
    margin-left: 5px;
}

.main-navigation .sub-menu>li {
	float: none;
	margin-bottom: 10px;
}

.main-navigation .sub-menu>li:first-child {
	margin-top: 10px;
}

.main-navigation ul a {
	text-decoration: none;
	color: #486060;
}

.main-navigation ul ul {
	width: 265px;
    background-color: #fff;
	float: left;
	position: absolute;
	padding-top: 10px !important;
	padding: 10px !important;
	top: 100%;
	text-align: left;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #00C19F;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	color: #00C19F;
	text-decoration: underline;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color: #00C19F;
	text-decoration: underline;
}

.main-navigation ul li.open > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	left: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #00C19F;
	text-decoration: underline;
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* burger menu style */
.menu-toggle,
.top-primary-menu-toggle {
    display: none;
    position: absolute;
    cursor: pointer;
    right: 80px;
    top: 3px;
    float: right;
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    width: 26px;
    height: 40px;
    z-index: 0;
}

.menu-toggle:before,
.menu-toggle:after,
.menu-toggle span,
.top-primary-menu-toggle:before,
.top-primary-menu-toggle:after,
.top-primary-menu-toggle span {
    background: #80857F;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: 0;
    transition: all 0.2s linear;
}

.menu-toggle:before,
.menu-toggle:after,
.top-primary-menu-toggle:before,
.top-primary-menu-toggle:after {
    content: '';
    top: 30%;
}

.menu-toggle:after,
.top-primary-menu-toggle:after {
    top: 70%;
}

.top-primary-menu-toggle,
.top-mobile-menu,
.menu-toggle,
.mob-main-navigation  {
    display: none;
}

.mob-main-navigation {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 62px;
    background: #fff;
    border-bottom: 1px solid #6d6d6d;
        -webkit-animation: delay-show ease .2s;
    animation: delay-show ease .2s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.mob-main-navigation>div,
.mob-main-navigation .menu {
    padding-bottom: 60px;
}

.mob-main-navigation ul {
    text-align: left;
}

.mob-main-navigation ul>li {
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.21);
}

.mob-main-navigation ul>li a {
    display: block;
    padding: 1.5rem;
    font-size: 25px;
    font-weight: 700;
    color: #486060;
}

.mob-main-navigation ul>li a:hover {
    text-decoration: none;
}

.mob-main-navigation .sub-menu>li a {
    font-size: 20px;
}

.toggleparent {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 25px;
    bottom: 0;
    cursor: pointer;
}

.toggleparent:after {
    content: "";
    width: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #80857f;
    display: inline-block;
    vertical-align: middle;
}

.mob-main-navigation ul>li.submenu-active ul {
    display: block;
    margin-left: 60px;
}

.mob-main-navigation ul .sub-menu {
    display: none;
}

.mob-main-navigation ul>li> a {
    border-left: 7px solid transparent;
}

.mob-main-navigation li.current-page-parent> a {
    border-left: 7px solid #00C19F;
}

.mob-main-navigation li.current-page-parent .current_page_item>a {
    background-color: rgba(97, 163, 25, 0.8);
    color: #fff;
}

/*--------------------------------------------------------------
## Breadcrumbs 
--------------------------------------------------------------*/
.breadcrumbs {
    font-size: 13px;
    margin-bottom: 15px;
}
.breadcrumbs ul {
    padding: 8px 0;
    margin-bottom: 10px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumbs ul>li {
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs ul>li a {
    color: inherit;
}
.breadcrumbs ul>li.active a,
.breadcrumbs ul>li.active a:hover {
    color: green;
}
.breadcrumbs ul>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/*--------------------------------------------------------------
 ## Quick links 
 --------------------------------------------------------------*/
/*
.quick-links>div {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
}
.quick-links ul {
    display: flex;
    flex-direction: column;
}*/
.main-front-area>div {
        -webkit-box-flex: 1 0;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0;         /* OLD - Firefox 19- */
        width: 100%;               /* For old syntax, otherwise collapses. */
        -webkit-flex: 1 0;          /* Chrome */
        -ms-flex: 1 0;              /* IE 10 */
    flex: 1 0;
    width: auto;
    overflow: hidden;
}
.main-front-area .quick-links {
    margin: 0 20px 0 0;
    padding: 40px;
    background-color: rgba(56, 68, 68, 0.7);
    width: 390px;
        -webkit-box-flex: 0 0 390px;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 0 0 390px;         /* OLD - Firefox 19- */
        width: 100%;               /* For old syntax, otherwise collapses. */
        -webkit-flex: 0 0 390px;          /* Chrome */
        -ms-flex: 0 0 390px;              /* IE 10 */
    flex: 0 0 390px;
}
#quickl-menu li {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex;
    display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
    justify-content: flex-start;
    margin-bottom: 25px;
    padding-bottom: 3px;
    border-bottom: 1px solid #fff;
}
#quickl-menu a {
    color: #fff;
}
#quickl-menu li:hover {
    border-bottom: 1px solid #7ba845;
}
#quickl-menu li:hover a {
    color: #7ba845;
}
#quickl-menu .menu-item-description {
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    display: inline-block;
}
.main-front-area .middle-gap {
    background-color: transparent;
    width: 20px;
}
.ask-libr {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    width: 100%;
        -webkit-justify-content: left;
        -webkit-box-pack: left;
    justify-content: left !important;
}
.ask-libr a {
    margin: 0;
    color: #fff;
}

.banner-block>div {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;

}
.banner-block>div>div {
    background-color: rgba(56, 68, 68, 0.7);
    height: 370px;
    padding: 25px 30px;
}
.banner-block>div:last-child {
    margin: 0;
    padding: 0;
}
.banner-block .events-inner ul li {
    margin-bottom: 10px;
}
.banner-block .events-inner ul a {
    color: #fff;
    text-decoration: underline;
}
.banner-block .events-inner ul a:hover {
    color: #00C19F;
}
/*--------------------------------------------------------------
## Submenu Template 
--------------------------------------------------------------*/
.menu-sidebar {
    width: 380px;
    float: right;
    float: right;
    border-top: 1px solid #6a737b;
    border-bottom: 1px solid #6a737b;
    padding: 40px 0;
}
.general-content {
    float: none;
    width: auto;
    overflow: hidden;
    padding-right: 150px;
}
#right-menu li {
    margin-bottom: 10px;
}
#right-menu li a,
#right-menu li a:active,
#right-menu li a:visited,
#right-menu li a:focus {
    color: #353434;
}
#right-menu li a:hover,
#right-menu li.current_page_item a,
#right-menu li.current-page-ancestor>a {
    color: #7BA643;
    font-weight: 600;
}
#right-menu>li a {
    text-transform: uppercase;
}
#right-menu li .sub-menu li {
    margin: 10px 0;
}
#right-menu li .sub-menu a {
    text-transform: capitalize;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text:focus {
	border-radius: 3px;
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	clip: auto !important;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
 ## Hours widget 
 --------------------------------------------------------------*/
header .abh-header,
header .abh-footer {
    display: none;
}
header .today-date .open-status,
header .today-date .closed-status {
    
}
header .hours-data .main-week {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
    padding: 20px 10px 10px 0px;
    top: 17px;
    z-index: 100;
}
header .hours-data .main-week > table {
    border: 1px solid grey;
    background-color: #fff;
    padding-bottom: 10px;
    display: block;
}
header .hours-data .today-date:after {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #486060;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
header .abh-body .hours-data .count-col {
    border-bottom: none;
    padding: 0 10px;
    cursor: pointer;
}
header .abh-body .hours-data .main-week .count-col {
    padding: 3px 10px;
}
header .abh-body .hours-data .main-week .count-row td:last-child {
    display: none;
}
header .abh-wrapper {
    border: none;
    margin: 0;
}
header .abh-body {
    padding: 0;
}
header .abh-body .hours-data {
    position: relative;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    display: flex;
    min-height: 100%;
    min-height: 100vh;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
}

.entry-content ul li {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
	font-size: 17px;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
    margin-top: 6px;
}

.entry-content ul li.vc_tta-tab {width:auto;}

.entry-content ul li:before {
	content: "\002022";
    color: #a9cc47;
    font-size: 22px;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 7px;
    position: absolute;
    left: -1px;
}

.entry-content p {
	font-size: 17px;
	line-height: 26px;
    margin: 0 0 16px;
    letter-spacing: 0.2px;
}

.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Reset */
.wpb_text_column ul {
    list-style: inherit;
    margin: 0 0 0 35px;
}

/* Single page */
.single .entry-title {
    padding-bottom: 0;
}

/*-------------------------------------------------------------- 
## Staff
 --------------------------------------------------------------*/
#contacts {
    text-align: center;
}
#contacts .wpb_text_column .wpb_wrapper {
    margin-left: -1em;
    margin-right: -1em;
}
.staff-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-left: 1em;
    padding-right: 1em;
    text-align: left;
    color: #585858;
}
.staff-name {
    margin-bottom: 6px;
}
#contacts .staff-name h3 {
    text-transform: capitalize;
    color: #585858;
}
.staff-occupation span {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
    color: #949494;
}
.staff-meta {
    margin-bottom: 6px;
    color: black;
}
.staff-email span {
    color: #78a12e;
}
.staff-photo-holder {
    margin-bottom: 20px;
}
.staff-photo-holder img {
    width: 100%;
}


/*-------------------------------------------------------------- 
## Main page 
--------------------------------------------------------------*/
.main-front-area {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex;
    display: flex;
    width: 100%;
}

.main-btn-area {
    margin-bottom: 20px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex;
    display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
    flex-direction: row;
        -webkit-box-flex: 1 0;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0;         /* OLD - Firefox 19- */
        width: 100%;               /* For old syntax, otherwise collapses. */
        -webkit-flex: 1 0;          /* Chrome */
        -ms-flex: 1 0;              /* IE 10 */
    flex: 1 0;
}

.btn-block {
        -webkit-box-flex: 1 0;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0;         /* OLD - Firefox 19- */
        width: 100%;               /* For old syntax, otherwise collapses. */
        -webkit-flex: 1 0;          /* Chrome */
        -ms-flex: 1 0;              /* IE 10 */
    flex: 1 0;
    margin-left: 20px;
        align-content: stretch;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex;
    display: flex;
}

.btn-block:first-child {
    margin-left: 0;
}

.btn {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex;
    display: flex;
    background-color: #384444;
    padding: 20px 10px 20px 30px;
    width: 100%;
    opacity: 0.68;
        -webkit-align-items: center;
        -webkit-box-align: center;
    align-items: center;
}

.btn:hover {
    background-color: rgba(56,68,68, 0.7);
    text-decoration: underline;
}

.btn-icon {
    width: 55px;
    margin-right: 10px;
}

.btn-block:nth-child(3) .btn-icon {
    width: 40px;
}

.btn-info {
    text-transform: uppercase;
    color: #7ba845;
}

.btn-info h4 {
    margin: 0;
}

.main-front-area h4 {
    color: #7ba845;
    margin: 0 0 25px;
    font-size: 19px;
}

/*--------------------------------------------------------------
## Databases 
--------------------------------------------------------------*/
.library-db table {
    font-size: 16px;
    border-spacing: 0px 15px;
    border-collapse: separate;
    vertical-align: top;
}
.library-db table th {
    width: 180px;
}
.library-db .db-table {
    width: 100%;
    float: left;
}
.library-db aside {
    width: 200px;
    float: right;
    padding-top: 0;
    background-color: transparent;
}
a.back-btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    color: #313131;
    line-height: 22px;
    font-weight: 600;
    border: 2px solid #313131;
    text-align: center;
    padding: 25px 0;
    float: left;
    max-width: 200px;
    margin-bottom: 20px;
}
.databases-list {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 15px;
    border: 1px solid #00C19F !important;
    background-color: rgba(230,230,230,0.5) !important;
}

/*--------------------------------------------------------------
## News Events & Research Guides
--------------------------------------------------------------*/

h1.news {
	margin-bottom:5px;
}
.news-grid,
.rguide-grid {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 25px;
}
.news-grid .news-block,
.rguide-grid .rguide-block {
    padding: 0 10px;
    width: 33.3333%;
    float: left;
    margin-bottom: 20px;
}
.news-grid .news-block h2 {
    color: #fff;
}
.news-grid .news-block a,
.rguide-grid .rguide-block a {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    height: 235px;
}
.news-grid .news-block a:hover,
.rguide-grid .rguide-block a:hover {
    text-decoration: none;
    background-image: none !important;
    background-color: #00C19F !important;
}
.news-grid .entry {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
}
.rguide-grid .rguide-block h2 {
	color: #fff;
	text-align: center;
	line-height: 205px;
}
.rguide-grid .entry {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px;
}

.rguide-block h2 span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

/*---------------------------------------
## Header 
----------------------------------------- */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid black;
    padding: 13px 0;
    z-index: 1000;
}
.site-header .container {
    position: relative;
}
.site-header .container>div:first-child {
    float: left;
    text-align: right;
}
.site-header .container>div:last-child {
    float: right;
    text-align: right;
    margin-top: 13px;
}
.site-branding,
#lib-hours {
    display: inline-block;
    vertical-align: middle;
}
#lib-hours {
    margin-left: 15px;
}
.custom-logo-link {
    max-width: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.custom-logo-link img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.site-title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}
.site-title a {
    color: #6a747c;
    text-decoration: none;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #1f1f1f;
	padding: 150px 0 85px;
	color: #fff;
	position: relative;
}
.site-footer .container {
    width: 100%;
    max-width: 1300px;
    overflow: hidden;
}
.site-footer .qu-address {
	color: #fff;
}
.site-footer .site-info {
    width: 400px;
    float: left;
    background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    background-size: cover;
    margin-right: 25px;
    border-right: 1px solid #fff;
    padding-right: 20px;
    text-align: left;
    overflow: hidden;
}
.site-footer .site-info img {
    max-width: 320px;
}
.site-footer .site-info p,
.site-footer h4 {
    font-family: 'Adobe Caslon Pro Bold';
	font-weight: bold;
}
.site-footer h4 {
    font-size: 18px;
    margin: 0 0 20px;
    line-height: 18px;
}
.footer-nav .half {
	text-align: center;
}
.site-footer li {
	margin-bottom: 7px;
    line-height: 18px;
}
.site-footer a {
    font-size: 14px;
    line-height: 18px;
	color: #fff;
    letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "DIN";
}
.site-footer a:hover,
.site-footer a:visited,
.site-footer a:focus,
.site-footer a:visited:hover {
    color: #a9ca45;
}
.site-footer a:visited {
    color: #fff;
}
.social_list {
	max-width: 160px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    box-sizing: border-box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    margin: auto;
}
#socials.social_list>li {
    display: inline-block;
}
#socials.social_list>li>a {
    display: block;
    font-size: 23px;
    text-align: center;
	font-family: "Font Awesome 5 Brands";
}
#socials.social_list>li>a:hover,
#socials.social_list>li>a:focus {
    text-decoration: none;
    color: #aacb45;
}
.footer-nav .contact-btn a {
    margin-top: 20px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
    line-height: 14px;
}
.footer-nav .contact-btn a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #404040;
}
.footer-nav .mail-link a {
    text-transform: lowercase;
}
/* Terms */
.privacy-terms {
	margin-top: 20px;
    position: absolute;
	bottom: 25px;
}

.privacy-terms ul li {
	display: inline-block;
}

.privacy-terms ul li a {
	font-size: 12px;
	line-height: 12px;
	color: #d8d8d8 !important;
}

.privacy-terms ul li a:hover {
	color: #abcb46 !important;
}

.privacy-terms ul li:first-child {
	border-right: 1px solid #d8d8d8;
    padding-right: 10px;
    margin-right: 5px;
}

.row, .row .container {
    overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    box-sizing: border-box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
    justify-content: space-between;
}

 .row-full {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}


.half {
    width: 45%;
    padding: 0;
    overflow: hidden;
}

.third {
    width: 33%;
    padding: 0;
    overflow: hidden;
}

.forth {
	width: 24%;
    padding: 0;
    overflow: hidden;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.main-content {
    width: 100%;
    float: left;
    margin-right: -300px;
}
.main-content .news-grid,
.main-content .rguide-grid,
.main-content article {
    margin-right: 330px;
}
.full-width .main-content {
    padding-right: 0;
}
aside {
    width: 300px;
    float: right;
    padding-top: 50px;
    margin-top: 25px;
    color: #fff;
    position: relative;
    background-color: #90292a;
}
.side-text {
    padding: 0 50px 50px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    font-family: Roboto;
}
.side-quotes {
    background: #510606;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.side-quotes i {
    line-height: 40px;
}
.aside-img {
    height: 150px;
    width: 45%;
    background-size: cover;
    background-position: center;
    float: left;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
}
.aside-img.empty-author {
    height: 55px;
}
aside footer p {
    padding: 0 5px;
    font-size: 13px;
    font-family: Roboto;
    text-transform: uppercase;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}
.clearfix::after {
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
}
.wpb_text_column p {
    font-weight: 200;
}
.site-content {
        -moz-box-flex: 0 1 auto;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block;
    padding: 75px 0 60px;
}

.internalbanner h1.entry-title {
    color: #fff;
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-weight: 900;
    font-size: 50px;
}
h1.entry-title:after {
    border-bottom: none;
    padding: 0;
}
.entry-header.no-banner h1.entry-title {
    color: #80857f;
    padding: 0;
    position: relative;
    margin: 15px 0;
}
.main-content h1 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
.main-content h2,
.rguide h2 {
    font-size: 20px;
    color: #6a747b;
    font-weight: bold;
}
.main-content h3 {
    font-size: 18px;
    color: #949494;
    font-weight: bold;
}
h2, .h2, h3, .h3 {
    border-bottom: none;
    padding-bottom:0;
}
h4 {
    margin: 0;
}
.site-main {
    margin-top: 50px;
}
.home .site-content {
    padding: 60px 0 150px;
    margin-top: 75px;
}
.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 35px;
    margin: 0 auto;
}
header .container {
    max-width: 100%;
}
.hidden {
    display: none !important;
}

/*--------------------------------------------------------------
## Banner title 
--------------------------------------------------------------*/
.internalbanner {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.internalbanner img {
    display: inline-block;
    vertical-align: top;
}
.search-results article {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*-------------------------------------------------------------- 
## 404 error 
--------------------------------------------------------------*/
.error404 .page-content {
    text-align: center;
}
#off-campus:before { 
    display: block; 
    content: " "; 
    height: 80px;      /* Give height of your fixed element */
    margin-top: -85px; /* Give negative margin of your fixed element */    
    visibility: hidden; 
}

--------------------------------------------------------------
# Live chat  
--------------------------------------------------------------
.library-chat {
    display: none;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 28px 18px 28px 28px;
    box-sizing: content-box;
    border: 1px solid #78a12e;
    border-radius: 5px;
    background: #fafafa;
    position: fixed;
    top: 0;
    bottom: 0;
        -ms-transform: translate(-50%, 0%); /* IE 9 "*/
        -webkit-transform: translate(-50%, 0%); /* Chrome, Safari, Opera "*/
    transform: translate(-50%, 0%);
    left: 50%;
    height: 275px;
    margin: auto;
    z-index: 2500;
}
.live-chat {
    cursor: pointer;
}
.close-chat {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.close-chat:after {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-chat:before {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-chat:before,
.close-chat:after {
    content: '';
    background: #80857F;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    margin-top: -2px;
    transition: all 0.2s linear;
}
.library-chat.active-chat {
    display: block;
}
/*---uncoment this ---------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*-----------------------------------------------------------
## Home page featured slider
-----------------------------------------------------------*/
#featured-slider {
    float: left;
    width: 100%;
    height: 410px;
    margin: 0 0 20px;
    position: relative;
	background-color: rgba(56, 68, 68, 0.7);
}
#featured-slider #slides {
    height: 410px;
    position: relative;
    overflow: hidden;
}
#featured-slider .slides_container {
    overflow: hidden;
    position: relative;
    display: none;
}
#featured-slider .slides_container div.slide {
    width: 690px;
    height: 410px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;  /* TWEENER - IE 10 */
        display: -webkit-flex;
    display: flex;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    background-size: cover;
    background-position: center;
    padding: 20px 40px;
}
#featured-slider .slides_container div.slide a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
}
#featured-slider .slides_container div.slide a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
#featured-slider .caption {
    z-index: 500;
    position: absolute;
    top: 30px;
    left: 670px;
    height: 220px;
    width: 240px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
}
#featured-slider .caption h2 {
    font-size:18px;
    line-height:22px;
    margin-bottom:10px;
}
#featured-slider #slides .next, #slides .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 50px;
    text-align: center;
    height: 55px;
    z-index: 101;
    color: #fff;
    font-size: 45px;
}
#featured-slider #slides .next:hover, #slides .prev:hover {
    color: #7ba845;
}
#featured-slider #slides .next {
    left: auto;
    right: 0;
}
#slides:hover>a {
    display: block;
}
#slides .promo-title {
    color: #fff;
    text-transform: uppercase;
    max-width: 300px;
}

/*-----------------------------------------------------------
# Media screen	
-----------------------------------------------------------*/

@media print, screen and (min-width: 962px) {
    .site-header {
        min-height: 75px;
        max-height: 75px;
    }
}
@media screen and (max-width: 1200px) {
    .lib-search-block .container {
        padding: 0 35px;
    }
	
    /* Footer */
	.site-footer .site-info {
		width: 370px;
	}
}
@media only screen and (max-width: 1055px) {
    /* footer */
    .foot-nav-col, .additional-info {
        padding-left: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .main-content {
        margin-right: -240px;
    }
    .main-content .news-grid,
    .main-content .rguide-grid,
    .main-content article {
        margin-right: 250px;
    }
    aside {
        width: 240px;
    }
    .side-text {
        padding: 0 40px 30px;
    }
    .btn {
        padding: 20px 10px 20px 30px;
    }
    .btn-icon {
        margin: 0 4.5% 0 -4px;
    }
    .home .site-content {
        padding: 45px 0 70px;
    }
}

@media screen and (max-width: 1024px) {
    /* Front page */
    .btn {
        padding: 20px 5px 20px 20px;
    }
    .btn-info h4 {
        font-size: 13px;
    }
    .btn-icon {
        width: 48px;
    }
    .btn-block:nth-child(3) .btn-icon {
        width: 34px;
    }
    /* Footer */
    footer.site-footer>.container {
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    /* footer */
    .site-info {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 961px) {
    /* Front page */
    .btn-block {
        margin-left: 10px;
    }
    .btn-icon {
        width: 42px;
    }
    .btn-block:nth-child(3) .btn-icon {
        width: 30px;
    }
    .main-front-area {
        display: block;
    }
    .main-front-area .quick-links {
        padding: 25px 25px 15px;
        margin-bottom: 15px;
    }
    #quickl-menu li {
        margin-bottom: 10px;
    }
    #featured-slider .slides_container div.slide,
    #featured-slider .slides_control {
        width: 100% !important;
    }

    /* Navigation */
    .menu-opened {
        position: fixed;
        overflow: hidden;
    }
    .menu-opened header {
        height: 100vh;
        min-height: 100vh;
    }
    .mob-main-navigation.open {
        height: 100vh;
        overflow: auto;
    }
    .main-navigation li {
        float: none;
        width: 100%;
        text-align: left;
        padding: 7px;
    }
    .main-navigation li a {
        text-transform: uppercase;
    }
    .main-navigation ul ul {
        transition: opacity 1s ease-out;
        opacity: 0; 
        height: 0;
        display: none;
        width: 100%;
        float: none;
        position: relative;
        left: 0;
    }
    .main-navigation ul li.open > ul {
        display: block;
        opacity: 1;
        height: auto;
    }
    .main-navigation {
        position: initial;
        display: none;
    }
    .menu-toggle {
        display: block;
    }
    /* Aside */
    .main-content {
        margin-right: 0;
    }
    .main-content .news-grid,
    .main-content .rguide-grid,
    .main-content article {
        margin-right: 0;
    }
    aside {
        width: 100%;
        max-width: 500px;
        float: left;
    }

	/* Footer */
    .site-footer .container {
        padding: 0 25px;
    }
    .site-footer .site-info {
        width: 300px;
        padding-right: 20px;
    }
    .site-footer .site-info img {
        max-width: 275px;
    }
    .site-footer a {
        font-size: 13px;
    }

}

@media screen and (max-width: 875px) {
    .site-footer .site-info {
        width: 100%;
        padding-right: 0;
        margin: 0;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #fff;
        float: none;
    }
    .footer-nav {
        width: 100%;
        padding-top: 25px;
    }
    .footer-nav .row .forth:last-child {
        text-align: right;
    }
    .site-footer {
        padding: 50px 0;
    }

    .site-footer .site-info img {
        max-width: 370px;
        float: left;
        margin-top: 10px;
    }
    .site-footer .qu-address {
        float: right;
        width: 195px;
        text-align: right;
        margin: 0;
    }
}


@media screen and (max-width: 767px) {
    /* General */
    .wpb_text_column table,
    .wpb_text_column thead,
    .wpb_text_column tbody,
    .wpb_text_column th,
    .wpb_text_column td,
    .wpb_text_column tr {
        display: block;
        width: 100% !important;
    }
    .wpb_text_column td img {
        float: none;
    }
    .site-main {
        margin-top: 30px;
    }
    /* Header */
    .container {
        padding: 0 20px;
    }
    #lib-hours {
        margin-left: 0px;
    }

    /*Front page*/
    .main-btn-area {
        flex-wrap: wrap;
    }
    .btn-block {
            -webkit-flex: 1 0 48%;
            -ms-flex: 1 0 48%;
        flex: 1 0 48%;
        margin: 5px !important;
        height: 100px;
    }
    .btn-info h4 {
        font-size: 17px;
    }
    .internalbanner {
        height: 245px !important;
    }
    .internalbanner h1.entry-title {
        font-size: 40px;
    }

    /* Tabs */
    .lib-search-block {
        height: 112px;
    }
    .lib-search-block .container {
        padding: 0 25px;
    }
    .menu-research-top-menu-container.open {
        width: 300px;
    }
    .ui-tabs.ui-tabs-vertical,
	#tabs {
        height: 112px;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav,
	#tabs ul li {
        width: 100%;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
	#tabs ul li {
        font-size: 14px;
        width: 105px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #b2b2b2;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child, #tabs ul li:last-child {
        border-right: none;
    }
    .emb-form form, #tabs form {
        position: relative;
        padding-right: 60px;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
        width: 100%;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
        border-bottom: none;
    }
    .emb-form form input[type="text"] {
        border-top: none;
    }
    .cat_button {
        width: 60px;
    }
    .banner-block>div {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .banner-block>div>div {
        height: 190px;
	}
	.banner-block>div:last-child>div {
        height: auto;
    }
    .events-inner h4 {
        margin: 0 0 10px;
    }
	
	/* News */
	/* Research */
	.news-grid .news-block,
	.rguide-grid .rguide-block {
		width: 50%;
	}
	.news-grid,
	.rguide-grid {
		margin-right: -10px !important;
	}
	
    /* Databases */
    .categories_filter ul li a {
        font-size: 14px;
    }
    .library-db .db-table {
        margin: 0 -155px 0 0;
        padding-right: 155px;
    }
    .library-db table {
        text-align: left;
    }
    .library-db table tr {
        margin-bottom: 20px;
    }
    .library-db aside {
        margin-top: 5px;
        width: 140px;
    }
    a.back-btn {
        font-size: 15px;
        padding: 10px 0;
    }
    aside {
        margin-top: 10px;
    }

	    /* Footer */
    .site-footer .site-info img {
        max-width: 100%;
        width: 62%;
    }
    .site-footer .forth {
        width: 30%;
    }
    .site-footer .half {
        width: 40%;
    }
}

@media screen and (max-width: 599px) {
	.news-grid .news-block,
	.rguide-grid .rguide-block {
		width: 100%;
	}
    .container {
        padding: 0 15px;
    }
    .mob-main-navigation ul>li.submenu-active ul {
        margin-left: 40px;
    }
    .mob-main-navigation ul>li> a {
        border-left: 5px solid transparent;
    }
    .mob-main-navigation li.current-page-parent> a {
        border-left: 5px solid #00C19F;
    }
    .lib-search-block .container {
        padding: 0 15px;
    }
    .menu-research-top-menu-container.open {
        width: 300px;
    }
    #lib-hours {
        display: none;
    }
    .emb-form .advanced-search {
        padding: 5px 15px 4px;
        bottom: 2px;
        right: 63px;
    }
    .emb-form form input[type="text"] {
        padding: 10px 15px 20px 15px;
        font-size: 14px;
    }
    .lib-search-block .container {
        padding: 0 15px;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
        padding-left: 10px;
        padding-right: 10px;
        width: 95px;
    }
    .ui-tabs.ui-tabs-vertical {
        margin: 0 auto 30px;
    }
    .btn-block {
        height: 70px;
    }
	
	    /* Footer */
    .site-footer .site-info img {
        max-width: 100%;
        width: 55%;
    }
    .site-footer .qu-address {
        font-size: 16px;
    }
    .site-footer a {
        font-size: 12px;
    }
    .site-footer li {
        margin-bottom: 10px;
        line-height: 14px;
    }
    .site-footer h4 {
        font-size: 15px;
    }
	
}

@media only screen and (max-width: 500px) {
	/* Footer */
    .site-footer {
        padding: 50px 0 70px;
        position: relative;
    }
    .site-footer h4 {
        margin: 0 0 14px;
    }
    .site-footer .site-info img {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        float: none;
        display: block;
    }
    .site-footer .qu-address {
        float: none;
        width: 100%;
        text-align: center;
        margin: 10px 0;
        font-size: 17px;
        line-height: 22px;
    }
    .site-footer .site-info {
        /*height: 130px;*/
    }
    .footer-nav {
        padding-bottom: 30px;
    }
    .footer-nav .half {
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 20px;
		padding-bottom: 20px;
    }
    .footer-nav .forth {
        width: 50%;
        float: left;
    }
    .footer-nav .forth:last-child {
        text-align: right;
    }
	.privacy-terms {
		margin-top: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		padding-top: 20px;
	}
	
    /* Databases */
    .library-db aside {
        float: none;
        width: 100%;
    }
    .library-db .db-table {
        margin: 0;
        padding-right: 0;
        float: none;
    }
    a.back-btn {
        font-size: 15px;
        padding: 10px 0;
        float: none;
        width: 40%;
        display: inline-block;
        margin-right: 5%;
    }
}

@media screen and (max-width: 420px) {
    .site-title a {
        font-size: 30px;
        line-height: 30px;
    }
    .menu-research-top-menu-container.open {
        width: 300px;
    }
    #lib-hours {
        display: none;
    }
    .emb-form .advanced-search {
        padding: 5px 15px 4px;
        bottom: 2px;
        right: 63px;
    }
    .emb-form form input[type="text"] {
        padding: 10px 15px 20px 15px;
        font-size: 14px;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav li,
	#tabs ul li {
        padding-left: 6px;
        padding-right: 6px;
        width: 89px;
        margin-left: -4px;
        border-left: 1px solid #adadad;
        height: 48px;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:first-child,
	#tabs li:first-child {
        margin-left: 0;
        border-left: none;
    }
    .ui-tabs.ui-tabs-vertical .ui-tabs-panel,
    .ui-tabs.ui-tabs-vertical,
    .lib-search-block,
	#tabs {
        height: auto; 
    }

}
@media only screen and (max-width: 385px) {
    /*Footer */
    #content {
        padding-top: 60px;
    }
}
