<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: cw-dbrl
Author: Caitlin Waters based off of twentysixteen by the Wordpress Team
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: cwaters

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - &gt;= 710px
 *    14.2 - &gt;= 783px
 *    14.3 - &gt;= 910px
 *    14.4 - &gt;= 985px
 *    14.5 - &gt;= 1200px
 * 15.0 - Print
 */

/*------------------------------------------------*/
/* DBRL MODS -------------------------------------*/
/*------------------------------------------------*/
/*custom class to hide specific items rr 20240805*/
.dbrl-hide, .dbrl_hide {display: none;}

/*custom class to create a visible menu divider in home page widgets rr 20241011*/
.dbrl-menu-divider  {border-bottom: thin solid #aaa; margin-bottom: .5em;}

/*ADA accessible buttons, most changes are added to button styling below: rr 20241202*/
a.dbrl-button {
        flex-start: button;
        appearance: button;
	text-align: center;
}
a.dbrl-button:hover {text-decoration: none; color: #fff !important;}

/*visual emphasis block styling rr 20250326*/
.dbrl-emphasis {display: inline-block; background-color:#eee; border-radius:.5em; padding:.5em; margin:.5em;}

/*accessible forms rr 20250326 */
ul.dbrl-form {padding-bottom: 1em; padding-left: 0;}
ul.dbrl-form li {list-style-type: none; clear:both;}
ul.dbrl-form&gt;li {padding-top: 1.25em;}
ul.dbrl-form label {float:none !important; padding: 0 !important;}
form.dbrl-form div.form-3col{float: none !important; display: inline-block !important; width: 33% !important; vertical-align: top;}
form.dbrl-form div.form-2col{float: none !important; display: inline-block !important; width: 49% !important; vertical-align: top;}
ul.inline {list-style-type: none; clear: both;}
ul.inline li {display:inline-block; width:auto; padding: 0 .5em !important}
ul.inline.checkbox input {float: left; width:auto; margin-top: 5px !important;}
ul.inline.checkbox label {display:inline-block; width:auto; padding-right: .5em;}
li.inline input {width: auto !important}
/*end accessible forms*/

/*------------------------------------------------*/

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


html {
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #162C3B;
}

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;
}

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

b,
strong {
	font-weight: 600;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

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

select {
	text-transform: none;
	background-image: url('/wp-content/images/select-arrow.png');
	background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 98%;
    background-position-y: 50%;
}

.yearbook-content select{
	width: 75%;
	float: left;
	margin-bottom: 20px;
}

.yearbook-content p input[type="button"]{
	float: left;
	margin-top: -23px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
}

.yearbook-content h3{
	padding-top: 20px;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background-color: #81BA49;
	text-transform: capitalize;
}

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

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

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

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

label{
	padding-top: 20px;
}

legend {
	border: 0;
	padding: 0;
}

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

optgroup {
	font-weight: bold;
}


.reveal-if-active {
  opacity: 0;
  max-height: 0;
  padding-left: 5%;
  overflow: hidden;
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 300px; /* little bit of a magic number :( */
  overflow: visible;
}

#scrollUp {
    bottom: 20px;
    left: 20px;
    padding: 5px 20px;
    background-color: #81ba49;
    color: white;
    border-radius: 4px;
    font-weight: 400;
    cursor: pointer;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor &gt; article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.navigation.pagination .screen-reader-text{
	-webkit-clip-path:none;
	clip-path:none;
}


/**
 * 3.0 - Typography
 *
 **** Main Font Styles:
 **** font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
 **** font-family: "Archer SSm A", "Archer SSm B", serif;
 ****/



.site-footer a i {
	font-size: 26px;
	color: white;
	opacity: .5;
}

.site-footer a i:hover{
	opacity: 1;
}

.site-footer a i.newsletter-icon {
	opacity: 1;
	color: #265069;
	font-size: 18px;
	margin-right: 7px;
	line-height: 26px;
}

/* lightbox styles */
img.dbrl-lightbox-open {
  cursor: pointer;
}
#dbrl-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.86);
  text-align: center;
  z-index: 2000;
}
#dbrl-lightbox-content {
  position: relative;
  top: 100px;
	top: 12vh;
}
#dbrl-lightbox-content &gt; p, #dbrl-lightbox-content &gt; h2 {
  color: #ffffff;
  padding-top: 18px;
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}
#dbrl-lightbox img {
  box-shadow: 0 0 50px #000;
  -webkit-box-shadow: 0 0 50px #000;
  -moz-box-shadow: 0 0 50px #000;
  max-width: 96%;
  max-height: 650px;
	max-height: 55vh;
  width: auto;
  height: auto;
}
.triple-photo-frame {display: block; width: 100%; text-align: center;}
.triple-photo-frame a {display: inline-block;}
.triple-photo-frame img {width: auto; max-height: 375px; display: inline-block; border-radius: 4px;}
.triple-photo-frame img:hover {opacity: .9;}
.triple-photo-frame figure {padding-bottom: 8px;}
@media screen and (min-width: 44.375em) {
	.triple-photo-frame {width: 33.333333%; padding-left: 2.5%; padding-right: 2.5%; float: left;}
}

body,
button,
input,
select,
textarea {
	color: #162C3B;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-family: "Archer SSm A", "Archer SSm B", serif;
	color: #659c31;
}

h3 {
	color: #265069;
}

h4,
h5,
h6{
	color: #265069;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-weight: 600;
}

p {
	margin: 0 0 1.5em;
	font-size: 16px;
}

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

blockquote {

	padding: 10px 20px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #f0f0f0;
}

blockquote,
q {
	quotes: none;
}

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

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #162C3B;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote &gt; :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px dotted #162C3B;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #087AAA;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #265069;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #162C3B;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
	clear: both;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li &gt; ul,
li &gt; ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border-bottom: 1px dotted #d1d1d1;
}

table th{
	border-top: 1px dotted #d1d1d1;
	background-color: #f0f0f0;

}

table th.row{
	background-color: white;
}

table tr:nth-of-type(even){
	background-color: #f0f0f0;
}

table th,
table td{
	padding: 1%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

table.support-table td,
table.support-table th{
	text-align: center;
}

table.fake-calendar{
	text-align: center;
	white-space: nowrap;
	font-size: 13px;
	background-color: white;
	border: none;
}

table.fake-calendar thead{
	font-weight: 700;
}

table.fake-calendar thead td{
	background-color: white;
}

table.fake-calendar td{
	background-color: #efdcf7;
	border-radius: 2px;
	border: 2px solid white;
	text-align: center;
}

table.fake-calendar td.outside-month{
	color: white;
	background-color: #cfb6d9;
}

table.fake-calendar td.fake-today{
	color: #532278;
	background-color: white;
	border-color: #532278;
}

caption,
th,
td {

	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

table.board-minutes {
    height: 346px;
    width: 100%;
    max-width: 500px !important;
    padding-top: 18px;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #ababab;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
}

:-moz-placeholder {
	color: #ababab;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
}

::-moz-placeholder {
	color: #ababab;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #ababab;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
}


/* Formatting to display a google map with custom fields */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
	display: none;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


/**
 * 5.0 - Forms
 */

 div.grecaptcha-badge {
	 z-index: 99;
 }

input {
	line-height: normal;
}

a.dbrl-button,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #659c31;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	/*font-weight: 400; not ADA compliant*/
	font-weight: 700 !important;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: initial;
-webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}

a.dbrl-button:hover,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #265069;
}

a.dbrl-button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
-webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea {
	background: white;
	border: 1px solid #999999;
	border-radius: 4px;
	color: #566166;
	padding: 0.625em 0.4375em;
	width: 100%;
-webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: white;
	border-color: #81BA49;
	color: #162C3B;
	outline: 0;
}

select{
	width: 100%;
	padding: 0.625em 0.4375em;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline:none;
	background-color: white;
	-webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}

select:focus,
select:active{
	box-shadow: none;
	border-color: #81BA49;
}

select:after{
	content: "\f078" !important;

}

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

fieldset &gt; :last-child {
	margin-bottom: 0;
}

label{
	float:left;
	width: 100%;
}

fieldset p{
	float: left;
	width: 100%;
}

fieldset.form-box{
	float: left;
	width: 100%;
}

#srg-well-done{
	background-color: #B2DE89;
    padding: 20px;
    border-radius: 4px;
    float: left;
    font-weight: 600;
    width: 100%;


}

label.check,
label.radio{
	float:none;
}

input[type="checkbox"]{
	float: left;
	margin-top: 3px;
}

legend{
	font-size: 19px;
	text-transform: uppercase;
	color: #265069;
	font-weight: 500;
}

.mimi-submit{
	margin-top: 30px;
}

.hidden-form-field{
	display: none;
}

.election-guide .even-class{
	background-color: gray;
}

.form-2col{
	width: 50% !important;
	padding-right: 5%;
	float: left;
}

.form-varcol {width: 50%; padding-right: 5%; float: left;}

.form-3col{
	width: 33.3333333% !important;
	padding-right: 5%;
	float: left;
}

.form-3col + .form-3col + .form-3col{
	padding-right: 0;
}

.form-4col{
	width: 25% !important;
	padding-right: 5%;
	float: left;
}

.form-4col:last-of-type{
	padding-right: 0;
}

.select-small{
	width: 33.33333333%;
	margin-left: 2%;
	margin-right: 2%;
}

.select-small:first-of-type{
	margin-left: 0;
}


.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form &gt; :last-child {
	margin-bottom: 0;
}


/* events landing page */
.events-archive {
	padding-bottom: 3.5% !important;
}
.events-doorways {
	height: auto;
	overflow: hidden;
	padding-top: 24px;
	max-width: 800px;
	margin: 18px auto 0 auto;
}
.events-doorways-lower {
	padding-top:0;
	padding-bottom:32px;
}
.events-doorways div:not(.menu-exhibits-contests-container) {
    padding: 1% 0;
		padding-left:2%;
    vertical-align: middle;
}
.events-doorways h2 {
  margin-bottom: 0;
  padding-bottom: 0;
	font-size: 22px;
	font-weight: 700;
}
.events-doorways div li {
	padding-bottom:0;
}
.events-landing-filter {
	border-top:1px dotted #162C3B;
}
.events-age-filter {
  margin-top:18px;
}
.landing-search-events {
	max-width:680px;
}
.landing-events-search-form {
	position:relative;
	max-width:680px;
}
.events-landing-search-icon {
	position:absolute;
	top:0;
	right:0;
	height:40px;
	border-radius:3px;
	padding-top:9px;
	width:60px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	background-color:#265069;
}
.events-heading {
	padding-bottom:20px;
	padding-top:24px;
}
.events-doorways div a {
	font-weight:700;
	display:inline-block;
	margin-top:8px;
}
.events-content {
	display:block;
	margin:auto;
	max-width:800px;
	clear:both;
	padding-bottom:5%;
}
.events-content&gt;div {
	padding-bottom:2%;
}
.events-content h2 {
	font-size:26px;
}
.events-container {
	padding-left: 7.6923%;
	padding-right: 7.6923%;
}
.events-location-filter div,
.events-age-filter div {
	padding:0;
}
.events-location-filter h2,
.events-age-filter h2 {
	padding-bottom:1%;
}
/* Added 2020-06-16 */
.events-landing-filter &gt; ul {
  padding-top: 8px !important;
}
.events-landing-filter ul li ul {
  list-style-type: circle;
}
.events-landing-filter ul li {
  padding-top: 8px;
}
.events-landing-filter ul li a {
  display: inline !important;
}

@media screen and (min-width:44.375em) {
	.events-doorways div {
	  float: left;
		padding-left: 0;
	}
	.event-locations-left {
		width: 47%;
		min-height: 450px;
		float: left;
	}
	.event-locations-right {
		width: 47%;
		margin-left: 6%;
	}
	.events-age-filter {
		margin-top: 0;
	}
}
@media screen and (min-width:59.375em) {
	.events-heading {
		padding-top: 0;
	}
}
@media screen and (min-width:61.5625em) {
	.events-container {
		padding: 0;
	}
}

/* Volunteer Form */
.vol-availability-table {display:flex; flex-direction:column; clear:both; justify-content:space-around;}
.vol-availability-table &gt; div {display:flex; flex-direction:row; justify-content:space-evenly; margin-bottom:24px;}
.vol-availability-table &gt; div &gt; div {justify-content:space-evenly;}
.vol-availability-weekday {width:30%; text-align:center; margin-top:20px; font-weight:700;}
textarea {resize:vertical; max-height:350px; min-height:50px;}
.vol-availability-textarea {width:60%;}
.vol-availability-textarea textarea {resize:none;}
#volunteer-form .age-response {display:block; margin-top:12px; margin-left:4%;}
@media screen and (min-width:44.375em){
	#volunteer-form #sig {width:75%;}
	.volunteer_opportunity_selection {width:auto; min-width:50%; padding-right:10%; padding-left:2%;}
	#volunteer-form .age-response {display:inline; margin-top:0; margin-left:2%;}
}
@media screen and (min-width:61.5625em){
	.volunteer_opportunity_selection {width:auto;}
	.vol-availability-table {flex-direction:row;}
	.vol-availability-table &gt; div {flex-direction:column;}
	.vol-availability-weekday {width:90%; margin:auto; text-align:left;}
	.vol-availability-textarea {width:90%; margin:auto; height:140px;}
	#volunteer-form #sig {width:50%;}
}

/* Agenda Item Request Form */
@media screen and (min-width:44.375em){
#requestPublicComment .agenda-req-name {
  width:45%;
  float:left;
}
#requestPublicComment .agenda-req-group {
  width:45%;
  margin-left:5%;
  float:left;
}
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}

body.search article {
	overflow: hidden;
}

.employment.entry-content h5,
.employment-archive .entry-content h5{
	margin-top: 0;
	margin-bottom: 10px;
	color: #162C3B;
	font-weight: 500;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 16px;
}

.employment-archive .entry-content h5{
	font-weight: bold;
}

.employment-archive a {
	font-weight: 700 !important;
}

.employment.entry-content h5 span{
	font-weight: 700;
	color: #087AAA;
}

.employment.entry-content h3{
	color: #087AAA;
	font-style: italic;
	margin-bottom: 0;
}

.employment.entry-content p{
	margin: 5px 0;
}

.site-main &gt; .employment-archive {
	margin-bottom: 0;
}

.employment-archive .entry-title{
	margin-bottom: 5px;
}

.employment-archive .entry-content{
		padding-bottom: 20px;
		padding-top: 20px;
	border-bottom: 1px dotted #162C3B;

}

.employment-intro.entry-content{
		border-bottom: 1px dotted #162C3B;
			padding-bottom: 20px;
			margin-bottom: 30px;
}

.employment-archive .entry-title p{
	margin-bottom: 0;
}

/**
 * Addendum - LibChat and side widgets
 */

 .lcs_slide_out-r {
   top: unset !important;
   bottom: 20px;
 }
 a#lcs_slide_out_button-21012 {
   white-space: nowrap;
 }
 a#lcs_slide_out_button-21012:hover {
   background-color: #1e4054 !important;
 }
 a#lcs_slide_out_button-21012:hover, a#lcs_slide_out_button-21012:focus {
     text-decoration: none !important;
 }
 a.na.sideButton.right {
   transform: rotate(-90deg) scale(-1,-1);
   bottom: 352px !important; /*72px, 260px*/
   /* right: 50px !important; */
 }
 a.na.sideButton.right i {
   transform: rotate(-90deg) !important;
   margin-right: 3px;
 }
 @media screen and (min-width: 44.375em){
	  .lcs_slide_out-r {
			bottom: 100px;
		}
		a.na.sideButton.right {
			bottom: 262px !important; /* 162px */
		}
 }
 @media screen and (max-width: 44.375em){
	 .lcs_slide_out-r header a {
		 left: 140px !important;
	 }
 }

/**
 * 6.0 - Navigation
 */


.uber-wrapper.desktop-menu{
	display:none;
}

.uber-wrapper
{
	width: 100%;
	clear:both;
	background-color: #B2DE89;
	height: 75px;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
}

ul.uber-menu{
	width: 100%;
	display: inline-block;
	position: static;
	margin: 0;
}

nav.uber-menu{
	max-width: 1320px;
	margin: 0 auto;
}


.uber-menu &gt; li
{
	width: 100%;
	float: left;
	display: inline;
	text-align: center;
	height: auto;
}

.uber-wrapper.mobile-menu {
	height: auto;
}

.uber-click{
	padding: 10px 5%;
	background-color: #B2DE89;
	color: #265069;

}

.uber-click i{
	color: #265069;
}

.uber-click i.toggle-arrow{
	float:right !important;
}

i.fa-kit {
	font-weight: 400 !important;
}

.uber-menu &gt; li a{
	text-transform: uppercase;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	color: #265069;
	font-weight: 600;
	float: left;
	width: 100%;
	height: 75px;
	padding-top: 24px;
	background-color: #81BA49;
}

ul.uber-menu &gt; li a:hover,
ul.uber-menu &gt; li a:focus
{
	text-decoration: none;
	background-color: #B2DE89;
}

ul.uber-menu .uber-inside-wrapper{
	float: left;
	background-color: white;
	position: static;
	width: 100%;
	left: 0;
	top: 70px;
	border-bottom: 10px solid #81BA49;
	display:none;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 3px 5px 0px rgba(153,153,153,1);
}

.uber-wrapper.mobile-menu ul.uber-menu .uber-inside-wrapper{
	border-bottom: 0;
	}

ul.uber-menu .uber-inner{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 5%;
}

ul.uber-menu .uber-inner ul{
	margin: 0;
}

ul.uber-menu .uber-inner ul li{
	float: left;
	width: 100%;
	text-align: left;
	padding-right: 2%;
	list-style: none;
}

ul.uber-menu .uber-inner ul form{
	display:none;
}

ul.uber-menu .uber-inner li:last-child ul{
	padding-right: 0;
}

ul.uber-menu .uber-inner ul li a,
ul.uber-menu .uber-inner ul li.rbdig-uber
{
	color: #162C3B;
	text-transform: none;
	font-size: 16px;
	border-bottom: 1px dotted #bababa;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 400;
	border-left: 0;
	width: 100%;
	float: left;
	padding-left: 1%;
}

ul.uber-menu .uber-inner ul li.rbdig-uber ul{
	padding-bottom: 10px;
	padding-top: 3px;
	width: 100%;
}


ul.uber-menu .uber-inner ul li a:hover{
	background-color: #B2DE89;
	text-decoration: none;
}

ul.uber-menu .uber-inner ul li.uber-view-all a{
	color: #265069;
	font-style: italic;
	border-bottom: none;
	font-weight: bold;
}

ul.uber-menu .uber-inner ul li.uber-view-all a:hover{
	background-color: white;
	text-decoration: underline;
}

ul.uber-menu .uber-top.accordionButton{
	border-top: 5px solid white;
	padding: 0;
}

.uber-wrapper.mobile-menu ul.uber-menu .uber-top.accordionButton{
	border-top: 3px solid white;
}

.uber-wrapper.mobile-menu .uber-menu &gt; li a{
	height: 50px;
	padding-top: 12px;
	font-size: 18px;
}

.uber-click.homepage{
	disp lay:none !important;
}

ul.uber-menu .uber-inner ul h5.uber-title{
	border-bottom: 1px dotted #bababa;
	font-size: 18px;
	text-transform: uppercase;
	color: #265069;
	font-weight: 700;
	font-family: "Archer SSm A", "Archer SSm B", serif;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	letter-spacing: 1px;
}

ul.uber-menu .uber-inner ul h5.uber-title:last-child{
	border-bottom: 0;
}

.uber-title.accordionButton .toggle-arrow{
	display:block;
	font-size: 18px;
}

ul.uber-menu .uber-inner ul h5.uber-title.download-it
{
	border-bottom: 0;
}

ul.uber-menu li .uber-button a,
ul.uber-menu .uber-button a{
	background-color: #B2DE89 !important;
	text-transform: uppercase;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	color: #05395C;
	font-weight: 700;
	width: 100%;
	margin-top: 30px;
	padding: 20px;
	float: left;
	text-align: center;
	border-radius:4px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}

ul.uber-menu .uber-inner ul li .uber-button a,
ul.uber-menu .uber-button a
{
	font-weight: 700;
	color: #05395C;
	width: 100%;
}

ul.uber-menu .uber-button:hover,
ul.uber-menu .uber-button:active{
	background-color: #81BA49 !important;
}

ul.uber-menu .uber-inner ul li .uber-button a{

	border:none;
}

ul.uber-menu .uber-inner ul li .uber-button a:hover{
	background-color: transparent;
}

ul.uber-menu .new-button{
	display:block;
	font-weight: 600;
	text-transform:none;
	font-style: italic;
	font-size: 24px;
	font-family: "Archer SSm A", "Archer SSm B", serif;
}


ul.uber-menu .download-text{
	width: 75%;
	float: left;
		padding-left: 5%;
}

ul.uber-menu .uber-inner img{

	float: left;
	width: 25%;

}

ul.uber-menu .uber-inner li.uber-topics{
	width: 100%;

}




ul.uber-menu .uber-inner li.uber-topics ul{
	width: 100%;
}

ul.uber-menu .uber-sub form button{
	position: absolute;
	top: 0;
	right: 0;
}


.slide {
  position: relative;
  float: right;
}
.slider{
	background: #fff;
    position: absolute;
    width: 412px;
    height: 50px;
    right:-412px;
    border: 1px solid #999999;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
-moz-box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}

.hours-cell{
	display: inline;
	float: left;
	width: 100px;
	text-align: center;
	height: 49px;
	padding-top: 8px;
	border-right: 1px solid #999999;
}

.hours-cell:last-child{
	border-right: 0;
}

.hours-cell p{
	margin-bottom: 0;
	margin-top: -2px;
	color: #162C3B;
	font-size: 13px;
}

.hours-cell-hs{
	width:110px;
}

.slidebuttonstyle{
	float: right;
	position: relative;
	background-color: white;
	color: #162C3B;
	padding: 0;
	border: 1px solid #999999;
}
.slidebuttonstyle:hover,
.slidebuttonstyle:focus{
	background-color: white;
}

.slidebuttonstyle.closebutton i{
	background-color: #A13737;
}

.slidebuttonstyle.openbutton i{
	background-color: #81BA49;
}

.slidebuttonstyle .hours-today{
	padding: 18px 10px 0 10px;
	float: left;
	z-index: -2;
}

.slidebuttonstyle i{
	font-size: 28px;
	padding-top:2px;
	padding: 10px;
	color: white;
	border-left: 1px solid #999999;
	z-index: 99999999;
	border-radius: 1px;
}

.slidebuttonstyle a{
	color: #162C3B;
}

.slide-wrapper{
	float:right;
	position:relative;
	overflow:hidden;
	width: 50%;
	height: 60px;
}



/**
 * 6.1 - Links
 */

.see-also,
.see-also a{
	font-weight: 600;
}

p a{
	font-weight: 600;
}

a {
	color: #087AAA;
	text-decoration: none;
}

.entry-content a{
	font-weight: 600;
}

a:hover,
a:focus,
a:active {
	color: #087AAA;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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


.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body &gt; a:hover,
.pingback .comment-body &gt; a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */


.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.dbrl-site-home {
	position: relative;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #162C3B;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #087AAA;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.post-navigation {
	border-top: 1px dotted #162C3B;
	border-bottom: 1px dotted #162C3B;
	clear: both;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	padding: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #162C3B;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #087AAA;
}

.post-navigation div + div {
	border-top: 1px dotted #162C3B;
}

.pagination {
	/* border-top: 1px dotted #162C3B; */
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	padding: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
	margin-top:20px;
}

/*
.pagination:before,
.pagination:after {
	background-color: #162C3B;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}
*/

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #162C3B;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
	position:absolute;
	width:100%;
	margin:auto;
	text-align:center;
}

.pagination .prev,
.pagination .next {
	background-color: #162C3B;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #087AAA;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	/* right: 54px; */
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
	position:absolute;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px dotted #162C3B;
	border-bottom: 1px dotted #162C3B;
	color: #686868;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	padding: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main &gt; article:before,
.site-main &gt; article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main &gt; article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

 .slide-wrapper
 {
 	display: none;
 }

.widget {
	margin-bottom: 3.5em;
	padding-top: 1.75em;
	float: left;
}

.widget-area &gt; :last-child,
.widget &gt; :last-child {
	margin-bottom: 0;
}

section.widget{
	width: 100%;
}

.widget .widget-title {
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget.also-try,
.widget.quick-links{
	background-color: #f0f0f0;
	padding: 0;
	border-radius: 4px;
	padding-right: 0;
}

.widget.quick-links.quick-event.widget_nav_menu{
	/* display: none; */
}

.widget.also-try h2,
.widget.quick-links h2{
	padding: 10px 15px;
	margin-bottom: 0;
	font-size: 18px;
}

.widget.also-try ul,
.widget.quick-links ul{
	list-style: none;
	margin: 0;
}

.widget.also-try ul li a,
.widget.quick-links ul li a{
	color: #162C3B;
	padding: 0;
	padding: 8px 15px;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	float: left;
}

.widget.also-try ul li a:hover,
.widget.quick-links ul li a:hover{
	background-color: #DEDEDE;
	text-decoration: none;
}

.widget .also-try-title,
.widget .quick-links-title {
	font-family: "Archer SSm A", "Archer SSm B", serif;
	font-size: 18px;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
	color: #162C3B;
}

.widget.also-try.widget_text,
.widget.quick-links.widget_text{
	background-color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px dotted #162C3B;
}

section#custom_html-8 {
    border-top: none;
    padding-top: 0;
}

.widget.also-try.widget_text h2,
.widget.quick-links.widget_text h2{
	text-transform: initial;
	font-style: italic;
}

.widget.also-try .textwidget,
.widget.quick-links .textwidget
{
	padding: 0 15px;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #162C3B;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 700;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #087AAA;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}


.sidebar-desktop{
	display: none;
}

.sidebar-desktop .event-type-wrapper,
.sidebar-desktop.mobile-events-search h2{
	display:none;
}

.blog-sidebar-form {
  position:relative;
}
.blog-sidebar-search-heading {
	padding:10px 0 !important;
	font-weight:bold;
	font-size:20px !important;
	font-style:normal !important;
}
.blog-sidebar-submit {
  position:absolute;
  top:0;
  right:0;
  height:100%;
  line-height:0;
}
.blog-sidebar-submit i {
  transform:translateY(-10%);
}
#text-44.widget.quick-links,
#text-45.widget.quick-links,
#text-46.widget.quick-links {
	border-top:none !important;
}
.blog-search-result-heading {
	font-size: 24px;
	padding: 1em 7.6923% 1em 7.6923%;
	color: #265069 !important;
}
@media screen and (min-width:61.5625em) {
	.blog-search-result-heading {
		font-size: 28px;
		padding: .5em 0 .75em 0;
	}
}

.sf-field-submit{
	float: left;
	width: 38%;
}

.sf-field-reset{
	width: 60%;
	float: right;
	font-weight: 600;
	text-align: right;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #FCFAF2;
}

.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	padding-top: 20px;
	background-color: white;
}

.site-inner.home-page{
	background-color: #FCFAF2;
	padding: 0 5%;
}

.site-content {
	word-wrap: break-word;
}

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

.site-main {
	margin-bottom: 3.5em;
}

.site-main &gt; :last-child {
	margin-bottom: 0;
}








/**
 * 11.1 - Header
 */

.notice-block{
	display: none;
	position: relative;
	padding: 15px 36px 15px 2%;
	width: 100%;
	background-color: #faeb5d;
	height: 10%;
	z-index: 999;
}
#notice-dismiss-x {
	position: absolute;
	top: 12px;
	right: 12px;
	font-family: 'Archer SSmA','Archer SSm B',serif;
	border-radius: 8px;
	width: 24px;
	height: 24px;
	text-align: center;
	cursor: pointer;
}
#notice-dismiss-x:hover {
	color: #d11d28;
}

.special-notice{
	padding: 1% 2%;
	width: 100%;
	background-color: #faeb5d;
	height: 10%;
	z-index: 9999999;
	clear: both;
	margin-top: 20px; /* 50px */
	border-radius: 4px;
}

.notice-block h4{
 float: left;
 background-color: #265069;
 color: white;
 padding: 1px 6px;
 font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
 border-radius: 4px;
 font-weight: 600;
 width: auto;
 margin-right: 10px;
 margin-bottom: 0;
 text-transform: uppercase;
}

 .special-notice h4{
 	float: left;
 	background-color: #265069;
 	color: white;
	font-size: inherit !important;
	line-height: inherit !important;
 	padding: 0 6px 0 6px !important;
 	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
 	border-radius: 4px;
 	font-weight: 600;
 	width: auto;
	margin: 0 10px 0 6px !important;
 	text-transform: uppercase;
 }

 .notice-block p,
 .special-notice p{
 	padding: 1px 6px;
 	margin-bottom: 0;
 	width: 100%;
 }

 .special-notice p{
	 font-weight: 700;
 }

.site-header{
	width: 100%;
	background-color: white;
	z-index:100;
}

.mobile-header-main,
.mobile-header-inner{
	background-color: #265069;
	color: white;
}

.mobile-header-main{
	padding: 10px;
	text-align: right;
}

.mobile-header-main a{
	color: white;
}

.mobile-header-main i.accordionButton{
	padding: 0 0 0 20px;
}

.mobile-header-main i{
	font-size: 40px;

}

.mobile-header-inner ul{
	text-align: center;
}

.mobile-header-inner ul li{
	list-style: none;
	padding: 5px 0;

}

.mobile-header-inner ul li a{
	color: white;
	text-transform: uppercase;
}

.mobile-header-inner .top-menu{
	margin: 0;
	padding-bottom: 10px;
}

.site-header-main {
	display:none;
	background-color: #265069;
	width: 100%;
	padding: 10px 5%;
}

.site-header-main .top-menu{
	margin: 0;
	text-align: right;
}

.site-header-main .top-menu ul{
	list-style: none;
	white-space: nowrap;
}

.site-header-main .top-menu li{
	width: auto;
	display:inline;
	padding-right: 14px;
}

.site-header-main .top-menu li:last-child{
	padding-right: 0;
}

.site-header-main .top-menu li a{
	text-transform: uppercase;
	padding-bottom: 5px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

.site-header-main .top-menu li a:hover{
	border-bottom: 1px solid white;
	text-decoration: none;
}

.title-logo{
	max-width:1320px;
	padding: 10px 5%;
	text-align: center;

}


.title-logo a&gt;img {
	width:100%;
	max-width:420px;
}

.title-logo a.blog-title-mark&gt;img{
	width: 125px;

}

.title-logo a.blog-title-mark{
	font-size: 26px;
	padding-right: 12px;
	color: #162C3B;
	padding-top: 1px;
	font-weight: 600;
}

.title-logo a.blog-title-text{
	font-size: 26px;
	font-weight: 700;
	margin-top: 12px;
	font-family: "Archer SSm A", "Archer SSm B", serif;
		border-left: 2px solid #162c3b;
		padding-left: 14px;
}


.breadcrumbs
{
	display: none;
}

.search-box
{
	width: 100%;
	height: 300px;
	background-image: url("images/diamond_upholstery.jpg");
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}


/**
 * 11.2 - Posts and pages
 */

.site-main &gt; article {
	margin-bottom: 30px;
	position: relative;
	clear: both;
}

.site-main &gt; article.using_library {
	margin-bottom: 15px;
	display:block;
	position:relative;
}

.using-library-anchor {
	position:absolute !important;
	top:0;
	display: inline-block !important;
	width:100%;
	margin-top:-2%;
	visibility:hidden !important;
	height:1px;
	overflow:hidden;
}


.entry-header,
.news-events-header,
.page-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	padding-right: 7.6923%;
	padding-left: 7.6923%;
}

/*.adults_blog .entry-header,
.kids_blog .entry-header,
.teens_blog .entry-header,
.library_news_blog .entry-header {
	padding-bottom: 2%;
}*/

.entry-header {
  padding-bottom: 1em;
}
.entry-header .sd-sharing {
	margin-bottom: .25em;
}
.search-dbrl-container .entry-header,
.research-learn .entry-header {
  padding-bottom: 0;
}

.entry-footer{
	border-top: 1px dotted #162C3B;
	padding-top: 10px;
}

.entry-footer.blog-footer{
	border-top: none;
}

.entry-title {
	font-family: "Archer SSm A", "Archer SSm B", serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #087AAA;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #087AAA;
	text-decoration: underline;
}

.paypal-button{
	display:block;
	float:none;
	margin: 0 auto;
	padding-top: 19px;
	padding-left: 15px;
}

span.comogives-button {
  width: 100%;
  text-align: center;
  display: block;
}

span.comogives-button a {
	display: inline-block;
}

span.comogives-button button {
	font-size: 18px;
}

.progress-donation {
  position:relative;
  height:70px;
}
.progress-donation {
    height: 60px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.raised {
  position:absolute;
  left:10px;
  top:60px;
}
.goal {
  position:absolute;
  right:10px;
  top:60px;
}

	.progress-donation-striped .progress-donation-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
	}
	.progress-donation-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
	}

.jump-menu{
	margin-bottom: 24px;
}
a.dbrl-jump-anchor {
	scroll-margin-top: 132px; /* 212px if a notice block is present */
}
@media screen and (max-width:44.375em){
	a.dbrl-jump-anchor {
		scroll-margin-top: 0 !important;
	}
}


.see-also{
	width: 100%;
	display: block;
	float: left;
	/* padding-bottom: 32px; */
	margin-bottom: 24px;
}

.see-also ul{
	float: left;
	margin: 0;
	margin-bottom: 12px;
}

.see-also ul li{
	display: inline;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #162C3B;
}

.see-also ul li:first-child{
	padding-left: 0;
	border-left: 0;
}
.see-also ul li:nth-child(2){
	border-left: 0;
}

.library-location.entry-content
{
	width: 100%;
	padding-top: 30px;
	border-top: 1px dotted #162C3B;
}

.library-location.general-information p{
	margin-bottom: 10px;
}

.library-location.pics img{
	/* padding-bottom: 30px; */
}
.library-location.pics iframe{
	margin-top:30px;
}

.single-bmb-wrapper{
	border-top: 1px dotted #162c3b;
	margin-top: 20px;
	float: left;
	width: 100%;
	padding-top: 20px;
	border-bottom: 1px dotted #162C3B;
	padding-bottom: 20px;
}

.bmb-title img
{
	width: 42px;
	float: left;
	display: inline;
	padding-right: 15px;
}

.bmb-title h3{
	display: inline;
	margin-top: 30px;
}

.bmb-trial {
	margin-bottom:8px;
	color:#265069;
	display:block;
	margin-left:42px;
}

.locations-hours-body ul{
	list-style: none;
	margin-left: 0;
}

.locations-hours-body ul li{
	padding-bottom: 10px;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.site-search .post-thumbnail img {
	margin: auto;
	max-height:250px;
	max-width:92%;
	height:auto;
	width:auto;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #162C3B;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.locations-hours-body h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}



.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}



body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li &gt; ul,
body:not(.search-results) .entry-summary li &gt; ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote &gt; :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.site-content ul li,
.site-content ol li {
	padding-bottom:.5em;
}

.site-content ul li ul,
.site-content ul li ol,
.site-content ol li ul,
.site-content ol li ol {
	padding-top:.5em;
}

.entry-title.search-header{
	margin-bottom: 10px;
}

.catalog-search-button{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	width: 100%;
	white-space: nowrap;
}

.catalog-search-button a{
	padding: 10px;
	background-color: #087AAA;
	margin-top: 20px;
	width: auto;
	float: none;
	margin: 0 auto;
	text-align: left;
	border-radius: 4px;
	font-weight: normal;
	color: white;
	box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);
}


.catalog-search-button a:hover{
	text-decoration:none;
	background-color: #265069;
}

.catalog-search-button p{
	padding-bottom: 0;
	margin-bottom: 0;
}

.catalog-search{
	padding-right: 7.6923%;
	padding-left: 7.6923%;

}

.site-search{
	padding-left: 7.6923%;
	padding-right: 7.6923%;

}

.search-subheader{
	color: #265069;
	font-style: italic;
}

.catalog-search-top{
	background-color: #265069;
	padding: 1% 2%;
	float: left;
	width: 100%;
}

.site-search-top{
	background-color: #81BA49;
	padding: 1% 2%;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.site-search .more-link{
	display:none;
}

.site-search .entry-summary img{
	display:none;
}

.catalog-search-top h2,
.site-search-top h2{
	color: white;
}

.catalog-search-top p,
.site-search-top p{
	margin-bottom: 0;
	color: white;
	font-weight: 500;
	font-size: 16px;
}

.catalog-search-top a,
.site-search-top a{
	color: white;
	text-decoration: underline;
}

.catalog-search-top a:hover,
.site-search-top a:hover{
	color: #087AAA;
}


.site-search article{
	border-bottom: 1px dotted #162C3B;
	padding-top: 20px;
	padding-bottom: 20px;
}

.site-search .entry-title{
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-weight: 700;
	font-size: 22px;
	padding: 0;
}

.site-search .entry-summary,
.site-search .entry-header{
	padding: 0;
}

.site-search .search-result-offsite:before {
	content: "\e00e";
	color: #162C3B;
	display: inline;
	padding-right:2%;
	font-family: "Font Awesome Kit";
}

.search-item{
	width: 100%;
	display: block;
	float: left;
	padding: 20px 0;
	position:relative;
}

.search-image{
	float: left;
	width: 15%;
	display: inline;
	position:relative;
}

.search-image img{
	width: 100%;
	max-width: 75px;
}

.search-image-fallback{
	background-image: url('/wp-content/images/image-icon.png');
	float: left;
	width: 15%;
	display: inline;
	max-width: 75px;
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 0;
    height: 75px;
}

.search-info{
	float: right;
	padding-left: 5%;
	width: 80%;
	display: inline;
}

.search-title{
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	color: #162C3B;
	font-weight: 700;
	font-size: 22px;
}

.search-item h3,
.search-subtitle{
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.search-subtitle{
	color: #162C3B;
}

.search-item h3{
	padding-bottom: 10px;
}

.site-search button{
	margin-top: 6px;
	box-shadow: none;
	padding: 8px;
	font-size: 13px;
	border-radius: 6px;
}

.search-item-button
.search-item .search-item-button:active,
.category-button,
.category-button:active{
	padding: 8px;
	box-shadow: none;
	border-radius: 6px;
	font-size: 13px;
}

p.blog-posted,
p.news-posted {
  margin-bottom: 10px;
}

p.post-author {
  margin-bottom: 12px;
}

.blog-posted em{
	display:inline-block;
	padding: 6px;
	padding-left: 10px;
}

.search-item .search-item-button{
	background-color: #265069;
	box-shadow: none;
	padding: 8px;
	font-size: 13px;
	border-radius: 6px;
}

.search-item .search-item-button:hover,
.search-item .search-item-button:focus,
.search-item .search-item-button:active,
.category-button:active,
.category-button:hover,
.category-button:focus{

	background-color: #265069;
	box-shadow: none;

		cursor: initial;
}
.search-item-button:hover,
.search-item-button:focus,
.search-item-button:active
{
	background-color: #81BA49;
	box-shadow: none;
		cursor: initial;
}

.search-kids-color,
.search-kids-color:hover {
	background-color: #0EAACD !important;
}
.search-teens-color,
.search-teens-color:hover {
	background-color: #D11D28 !important;
}
.search-adults-color,
.search-adults-color:hover {
	background-color: #FC7D1B !important;
}
.search-events-color,
.search-events-color:hover {
	background-color: #532278 !important;
}

.search-search-bar{
	width: 100%;
	float:left;
	padding-bottom: 20px;
}

.search-search-bar #search_search_form{
	float: left;
	position:relative;
	width: 90%;
}

.search-search-bar #search_search_form button{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	border-radius: 3px;
	padding-top: 12px;
	width: 80px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #265069;
}

.catalog-search h1.page-title.no-cat{
	margin-top: 20px;
	float: left;
	width: 100%;
	padding-bottom: 15px;
}

.no-results .page-content{
	margin-top: 10px;
}

.no-results form{
	margin-bottom: 40px;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.no-results form label{
	float: none;
}

.no-results form button{
	margin-top: 0;
	width: 44px;
	    box-shadow: 0px 3px 5px -2px rgba(153,153,153,1);

}

.no-results form button:before{
	font-weight: bold;
}

.category-button{
	margin-top: 3px;
	vertical-align: top;
	box-shadow: none;
}

.kids.category-button{
	background-color: #0EAACD !important;
}

.teens.category-button{
	background-color: #D11D28!important;
}

.adults.category-button{
	background-color: #FC7D1B!important;
}

.view-all-search{
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: right;
}

.more-link {
	white-space: nowrap;
	display: block;
}

.author-info {
	border-color: inherit;
	border-style: dotted;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description &gt; :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.bmb-info {
	width:92%;
}

.bmb-info img {
	width:58px;
	float:left;
	padding-right:15px;
}

.bmb-map-link {
	display:block;
	margin:0 auto 5% auto;
}

.bmb-photo {
	width:90%;
	margin:auto;
}

.bmb-photo img {
	max-width:90%;
	max-height:20em;
	display:block;
	margin:auto;
}

.bmb-photo h4 {
	width:89%;
	margin:0 auto 3% auto;
}

.locations-hours-body
{
	width: 100%;
	padding: 0 7.6923%;
	margin: 0 auto;
}

.library-location
{
	width: 100%;
	float: left;
	display: block;
}

.library-location.pics
{
	display: none;
}

.library-other-information
{
	width: 100% !important;
	float: left;
	display: block;
}

.library-other-information a {
	display: inline-block;
	margin-top: 2%;
}

.library-location.hours table,
.library-location.hours  td,
.library-location.hours  tbody
{
	border-collapse: collapse;
	white-space: nowrap;
	border: none;
		font-size: 16px;
	font-size: 1rem;
}

.library-location.hours  table{
	margin-bottom: 0;
}

.hours-wrapper{
	background-color: #f0f0f0;
	padding: 10px 10px 10px 20px;
}

.hours-wrapper p:last-child
{
	margin-bottom: 0;
}

.library-location.hours  .hours-wrapper h2
{
	font-family: "Archer SSm A", "Archer SSm B", serif;
	color: #162C3B;
	font-size: 18px;
}

.left-news-content{
	background-color: #f0f0f0;
	padding: 20px 10px 10px 10px;
	margin-bottom: 10px;
	text-align: center;
}

.blog.content-area article{
	margin-bottom: 40px;
	border-bottom: 1px dotted #162C3B;
}

.blog.content-area article:last-of-type{
	border-bottom: none;
}

.news-blog .entry-footer{
	margin-top: 0;
}

.news-blog .entry-title a{
	color: #659c31;
}
span.board-member-question {
	display: inline-block;
	margin-top: 6px;
	padding-bottom: 14px;
	font-size: 1.1em;
	font-weight: 700;
}

/* Meet the Board news item images */
@media screen and (max-width:44.375em){
	img.board-member-image {
		padding: 0 5%;
    display: block;
    max-width: 90%;
    width: auto;
    max-height: 350px;
    height: auto;
    float: none;
    margin: 0 auto 32px auto;
	}
}

.post-author{
	padding-top: 5px;
}
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    clear: both;
    width: auto !important;;
    float: right !important;
}

#content div.sd-content p.share-customize-link {
	display: none;
}

.accordionButton,
.uberButton{
	cursor: pointer;
	padding: 2% 12% 5% 3%;
	position: relative;
}

.entry-content .accordionButton h2{
	margin-bottom: 0;
}

.accordionButton .toggle-arrow{
	position: absolute;
    right: 4%;
    top: 33%;
    font-size: 18px;
}

.accordionButton.research-learn .toggle-arrow{
	background-color: #B2DE89;
	padding: 5px;
	left: 2%;
	right: auto;
	top: 20%;
	width: 30px;
	border-radius: 4px;
	text-align: center;
	max-width: 40px;
	font-size: 20px;
}

.accordionButton.research-learn h2{
	padding-left: 40px;
	font-size: 22px;
}

.accordionButton.using-inner .toggle-arrow{
	font-size: 18px;
}

.accordionButton.using-head{
	background-color: #f0f0f0 !important;
}

.accordionButton.using-head h2{
	font-weight: 700;
	font-size: 22px;
}

.accordionButton.using-head:hover{
	background-color: #DEDEDE;
}


.accordionButton .download-it.image{
	width: 20%;
	max-width: 90px;
	padding-bottom: 5px;
	display:inline-block;
	vertical-align: top;;
}

.accordionButton .download-it.head{
	width: 75%;
	padding-left: 2%;
	display: inline-block;
}

.accordionButton .download-it.head h2{
	text-transform: uppercase;
	font-weight: 700;
}

.accordionButton.research-learn{
	border-top: 1px dotted #162c3b;
}

.site-main.research-learn &gt; article:last-of-type{
	border-bottom: 1px dotted #162c3b;

}

.accordionButton h2,
.accordionButton.research-learn h2{
	color: #05395C;
	font-weight: 600;
	margin-bottom: 0;
}

.accordionButton.research-learn-inner a{
	width: 100%;
	display: block;
	text-decoration: none;
}

.accordionContent .accordionButton,
.using-sub .accordionButton{
	border-top: 1px dotted #162C3B;
	clear:both;
}


.accordionContent .accordionButton:hover,
.using-sub .accordionButton:hover{
	background-color: #f0f0f0;
}

.accordionContent .accordionButton h5,
.using-sub .accordionButton h5{
	margin: 0;
	color: #162C3B;
	font-weight: 500;
	line-height: 1.5;

}

.accordionContent{
	padding: 1% 2%;
	margin: 0;
}

.resource-icon{
	color: #162c3b;
	float: left;
	font-size: 20px;
	padding-top: 2px;
	padding-right:15px;
}

.research-learn-sidebar{
	padding: 5% 10% 0 10%;
}

.site-main.research-learn &gt; article
{
	margin-bottom: 0;
}

.local-information-wrapper h2{
	border-bottom: 1px dotted #162c3B;
}

.entry-content .local-information-wrapper h2 a{
	font-size: 20px;
}

.entry-content .local-information-wrapper h2{
	margin-top: 10px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.resource-accordion{
	padding: 0 5% 0 5%;
}

.widget.research-learn-sidebar{
	padding-top: 15px;
	margin-bottom: 20px;
}

.menu-research-and-learn-container{
	float: left;
	width: 100%;
}


#menu-research-and-learn
{
	margin: 0 !important;
}

#menu-research-and-learn li:last-of-type a:before{
	content: "\e00e";
	display:block;
	padding-bottom: 15px;
	font-family: "Font Awesome Kit";
}

#menu-research-and-learn li:first-of-type a:before{
	content: "\e009";
	display:block;
	padding-bottom: 15px;
	font-family: "Font Awesome Kit";
}

#menu-research-and-learn li{
	display:inline;
	float: left;
	width: 45%;
	list-style: none;
}

#menu-research-and-learn li:last-child{
	float: right;
}

#menu-research-and-learn li a{

	list-style: none;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #162c3b;
	padding: 10%;
	float: left;
	width: 100%;
	font-family: "Archer SSm A", "Archer SSm B", serif;
	font-size: 14px;
	font-weight: 700;
	background-color: #B2DE89;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
}
#menu-research-and-learn li a:before{
	font-size: 24px !important;
}

#menu-research-and-learn li a:hover{
	background-color: #81BA49;
	color: white;
	text-decoration: none;
}

.widget.research-learn-sidebar.widget_text{
	background-color: #f0f0f0;
	border-radius: 4px;
	display: none;
}

.widget.research-learn-sidebar.widget_text h2{
	font-size: 18px;
	margin-bottom: 0;
	padding: 10px 15px;
	padding-bottom: 10px;
}

.also-try.research-learn a{
	display: block;
	float: left;
	width: 100%;
	color: #162c3b;
	padding: 10px 15px;
}

.also-try.research-learn a:hover{
	background-color: #DEDEDE;
	text-decoration: none;
}


.entry-footer {
	color: #686868;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #087AAA;
	font-style: italic;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #087AAA;
	text-decoration: none;
}

.entry-footer &gt; span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

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

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description &gt; :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links &gt; span {
	border: 1px dotted #162C3B;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #162C3B;
	border-color: #162C3B;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #087AAA;
	border-color: transparent;
	color: #fff;
}

.page-links &gt; .page-links-title {
	border: 0;
	color: #162C3B;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption &gt; :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	padding: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	padding: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 1px dotted #162C3B;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px dotted #162C3B;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children &gt; li {
	padding-left: 0.875em;
}

.comment-author {
	color: #162C3B;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor &gt; article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #087AAA;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li &gt; ul,
.comment-content li &gt; ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px dotted #162C3B;
	border-radius: 2px;
	color: #087AAA;
	display: inline-block;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: transparent;
	color: #087AAA;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px dotted #162C3B;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #162C3B;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}



/**
 * 11.4.5- Search
 */

.mega-search{
	background-image: url('/wp-content/images/diamond_upholstery.jpg');
	padding: 6%;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
    box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
}

.mega-search h2{
	text-align: center;
	color: #265069;
	font-size: 20px;
	padding-bottom: 20px; /* 30px */
	font-weight: 400;
}

.mega-search form{
	max-width: 800px;
	margin: 0 auto;
		position:relative;
}

.mega-search form button{
	background-color: #265069;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	padding: 0 20px;
}

.mega-search #mega-search-loading{
	padding: 0 4px;
}

.mega-search form button:hover{
	background-color: #0d678e;
}

.mega-search form{
	position: relative;
}

.mega-search input{
	height: 50px;
	font-size:.8em;
}


#top_search_form{
	position: relative;
}

#top_search_form button{
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	height: 41px; /* 40px */
	padding-top: 9px;
	font-size: 20px;

}

.event-location p{
	margin-bottom: 5px;
}

.event-discription img{
	float: left;
	padding: 0 20px 15px 0;
	width: auto;
	max-width: 300px;
}

.events.entry-title{
	margin-top: 20px;
	padding-bottom: 20px;
}

.events.entry-title li{
	list-style: none;
	margin-top: -10px;
}

.events.entry-title li button{
	list-style: none;
	color:  white;
	background-color:  #532278;
	font-size: 15px;
}

.events.entry-title li button:hover{
	background-color:#3C1957;
}

.accordionButton.mobile-events-search{
	background-color: #532278;
	border-radius: 0px;
	padding: 3% 12% 3% 3%;
}

.accordionButton.mobile-events-search i{
	color: white;
	font-size: 17px;
}

.accordionContent.mobile-events-search{
	background-color: #532278;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 30px;
}


.mobile-events-search .quick-event.widget_search_filter_register_widget{
	display: block !important;
	width: 100%;
	margin-bottom: 10px;
}

.mobile-events-search h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: white !important;
}

.mobile-events-search .sf-date-prefix{
	color: white;

}

.mobile-events-search .widget.quick-links.widget_text{
	display: none;
}

.blog.content-area .mobile-events-search{
	margin-bottom: 20px;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer{
	background-color: #265069;
	width: 100%;
	padding-bottom: 10px;
	position:relative;
}

.copyright{
	font-size: 14px;
	color: #5788A3;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #265069;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 50px;
}

.footer-logo a{
	color: white;
	font-size: 14px;
	padding-bottom: 10px;
}

.footer-logo a span{
	padding-left: 12px;
}

.footer-logo,
.footer-links,
.title-logo{
	width: 100%;
	max-width: 1320px;
	padding: 10px 5%;
	text-align: center;
	margin: 0 auto;
	color:white;
}
.blog.content-area .footer-links{
	color: #162C3B !important;
}

.footer-logo a&gt;img {
	width:100%;
	max-width:420px;
}

#menu-footer-links li{
	display: block;
	width: auto;
	padding-bottom: 20px;
}


.site-footer .footer-links{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	text-align: left;
}

.site-footer .footer-links ul{
	list-style: none;
}

.site-footer .footer-links li a{
	text-transform: uppercase;
	padding-bottom: 5px;
	color: white;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid transparent;
}

.site-footer .footer-links ul{
	text-align: center;
}

.site-footer .footer-links li a:hover{
	border-bottom: 1px solid white;
	text-decoration: none;
}

.site-footer .footer-menu
{
	margin-left:0;
	margin-bottom: 0;
}

.site-footer .social-icons
{
	width: 100%;
	display: block;
	height: 50px;
	text-align: center;
	margin: 0 auto 34px auto;
	padding-top: 20px;
}

.site-footer .social-icons a {
	margin: 0 5px 0 5px;
	padding: 0;
}

.site-footer .newsletter-button {
	border-radius: 3px;
	background-color: #ffffff;
	color: #265069;
	display: block;
	width: 216px; /* previously 166px */
	text-decoration: none;
	margin: 8px auto !important;
	height: 26px;
	line-height: 26px;
	opacity: .5;
	font-weight: bold;
	font-size: 15px;
}

.site-footer .newsletter-button:hover {
	opacity: 1;
}

.site-footer .social-icons .fa
{
	/* padding-left: 10px; */
}

.site-info {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #087AAA;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p &gt; embed,
p &gt; iframe,
p &gt; object,
p &gt; video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #454545;
	font-size: 15px;
	font-size: 0.937rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

.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-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #162C3B;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register &gt; :last-child,
.widecolumn form &gt; :last-child {
	margin-bottom: 0;
}

.digital-services-image {
	display:block;
	margin:auto;
	margin-top:2%;
}
.digital-services-description {
  font-weight:bold;
}
.digital-services-points {
  padding-left:5% !important;
}
.digital-services-button {
	margin:0 auto 5% 5%;
}

.donation-thanks {
    padding-top:2%;
}
.donation-questions {
    border: 1px solid #cdcdcd;
    border-radius: 12px;
    padding: 16px 20px;
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as &lt;meta name="viewport" content="width=device-width"&gt;,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - &gt;= 710px
 */

@media screen and (min-width: 44.375em) {

	.dbrl-site-home {
		top:120px;
	}

	.search-dbrl-container .site-search,
	.search-dbrl-container .catalog-search,
	.search-dbrl-container .events-search {
		padding-bottom: 200px; /* accounting for notice block update */
	}

	.donation-thanks {
    float: left;
    display: block;
    width: 60%;
	}
	.donation-questions {
    width: 35%;
    display: block;
    margin-left: 65%;
    max-width: 320px;
	}
	.blog-sidebar-submit i {
	  transform:translateY(-25%);
	}
	.digital-services-image {
	  float:right;
		margin-right:0;
		margin-top:1%;
		padding-left:2%;
		max-width:40%;
	}
	.digital-services-description {
	  width:60%;
	  padding-left:5%;
	}
	.digital-services-points {
		padding-left:8% !important;
	}
	.digital-services-button {
		margin-bottom:2%;
	}

.site-header-main{
	display: block
}

.mobile-header-main{
	display: none;
}

.accordionButton,
.uberButton{
	padding-bottom: 2%;
}
.site-footer .newsletter-button {
	margin: 8px 6px !important;
}

ul.uber-menu .uber-button a{
	width: 33%;
	margin-top: 10px;
	padding: 20px;
	float: right;
	text-align: center;
	border-radius:4px;
	margin-bottom: 20px;
}

#menu-footer-links li{
	display: inline;
	width: auto;
	padding-right:30px;
}

.site-footer .footer-links ul{
	text-align: left;
}

.site-footer .footer-menu
{
	margin-left:15px;
}

.site-footer .newsletter-button {
	text-align:center;
	float:right;
}

.search-search-bar #search_search_form{
	width: 66%;
}

#top_search_form,
#search_search_form{
	display: inline;
	float: right;
	width: 40%;
	position:relative;
	margin-top: 6px;
}

#top_search_form button,
.search-search-bar #search_search_form button,
#search_search_form button{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	border-radius: 3px;
	padding-top: 9px;
	width: 60px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #265069;
}

#top_search_form button:hover{
	background-color: #0d678e;
}

.pagination{
	margin-top:0;
}

.pagination .prev {
	right: 54px;
}

.mega-search{
	padding:5%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.mega-search h2{
	font-size: 36px;
}

.mega-search input {
	font-size:1em;
}

ul.uber-menu .uber-inner ul{
	position:relative;
}

ul.uber-menu .uber-inner ul form{
	display:block;
	position: absolute;
    left: 0;
    bottom: -80px;
    width: 200%;
}


.site-header{
	position:fixed;
	width: 100%;
	background-color: white;
	z-index:100;
	border-bottom: 2px solid #B2DE89;

}

.catalog-search,
.site-search{
	width: 49%;
	float: left;
	display: inline;
}

.catalog-search{
	padding-right: 3%;
	padding-left: 1%;
	border-right: 1px dotted #162C3B;
}

.site-search{
	padding-left: 3%;
	padding-right: 0;
}

.site-search .post-thumbnail img{
	/* display: none; */
	float:left;
	margin:.5em 1em .5em -1.5em;
	max-width:160px;
	width:auto;
	max-height:160px;
	height:auto;
}

.site-inner{
	padding-top: 40px; /* 175px */
}

.site-inner.home-page{
	padding-top: 40px;
	padding-left: 0;
	padding-right: 0;
}

.uber-wrapper.desktop-menu{
	display: block;
	top: 120px;
	z-index: 99;
}
.dbrl-site-home .uber-wrapper.desktop-menu {
	top: 0;
}

.uber-wrapper .show-mobile{
	display:none;
}

.uber-wrapper.mobile-menu{
	display:none !important;
}
.uber-click{
	display:none;
}

.uber-wrapper
{
	width: 100%;
	clear:both;
	background-color: #B2DE89;
	height: 65px;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
}

.uberContent{
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
}

ul.uber-menu{
	width: 100%;
	display: inline-block;
	position: static;
	margin: 0;
}

.uber-menu &gt; li
{
	width: 33.33333333%;
	float: left;
	display: inline;
	text-align: center;
	height: 65px;
		border-left: 5px solid white;
}

.uber-menu &gt; li a{
	text-transform: uppercase;
	font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
	color: #05395C;
	font-weight: 600;
	font-size: 16px;
	float: left;
	width: 100%;
	height: 65px;
	padding-top: 20px;
}

.uber-menu &gt; li a span{
	margin-top: -5px;
}

.uber-menu &gt; li a i{
	font-size: 20px;
	padding-right: 10px;
}

.uber-menu &gt; li:last-of-type{
	border-right: 5px solid white;
}

ul.uber-menu .uber-inside-wrapper{
	float: left;
	background-color: white;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0 5%;
	top: 65px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 3px 5px 0px rgba(153,153,153,1);
}

ul.uber-menu .uber-inner{
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;

}

ul.uber-menu .uber-inner ul{
	float: left;
	width: 33.333333%;
	text-align: left;
	padding-right: 2%;
	padding-bottom: 30px;
}

.uber-title .toggle-arrow{
	display:none;
}

ul.uber-menu .uber-inner ul:last-of-type{
	padding-right: 0;
}

ul.uber-menu .uber-inner ul li a{
	color: #162C3B;
	text-transform: none;
	font-size: 16px;
	border-bottom: 1px dotted #bababa;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left: 0;
	padding-left: 1%;
}

ul.uber-menu .uber-inner img{
	display: block;
}

ul.uber-menu .uber-inner ul h5.uber-title.download-it{
	padding: 0;
}

ul.uber-menu .uber-inner .uber-download-ul{
	padding-top: 40px;
}

ul.uber-menu .uber-inner .uber-download-ul img{
	border: 1px solid #d1d1d1;
	border-radius: 4px;
}

ul.uber-menu .uber-inner .uber-download-ul a{
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.uber-menu .uber-inner .uber-download-ul .rbdig-links a{
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.uber-menu .uber-inner li.uber-topics{
	width: 50%;
	float: left;
	display: inline;
	padding-left: 5%;

}

ul.uber-menu .uber-inner li.uber-topics:first-of-type{
	padding-left: 0;
	padding-right: 5%;
}



	.site-inner
	{
		margin: 0 5%;
	}

	.site-main {
		margin-bottom: 5.25em;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.title-logo{
		text-align: left;
	}

	.title-logo a{
		float: left;
		display: inline;
	}

	.title-logo a&gt;img {
	max-width:320px;
	padding: 8px 0;
	}

	.breadcrumbs{
	display: block;
	padding-left: 7.6923%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #162C3B;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: #162C3B;
	font-weight: 500;
	}

	.breadcrumbs a{
	color: #162C3B;
	}

	.breadcrumbs a:hover{
		color: #087AAA
	}



	.bmb-title
	{
		width: 50%;
		float: left;
		display: inline;
	}

	.bmb-trial {
		margin-top:10px;
		margin-bottom:0;
	}

	.library-location
	{
		width: 50%;
		float: left;
		display: inline;
		padding-left: 7.6923%;
	}

	.library-location.bmb-general-information
	{
		width: 32.5%;
	}

	.library-location:first-child
	{
		padding-left: 0;
	}

	.library-location.hours
	{
		width: 50%;
		padding-left: 0;
		margin-right:30%;
		margin-top: 20px;
	}

	.bookdrop-locations ul{
		width: 50%;
		/* float: left; */
		display: inline;
	}

	.accordionButton.using-head h2{
		font-size: 22px;
	}

	.accordionButton .toggle-arrow{
		font-size: 20px;
		right: 2%;
	}

	.using-library.entry-content{
		padding-bottom: 0;
	}

	.using-library-anchor {
		margin-top:-145px;
	}

	.footer-logo,
	.footer-links{
	text-align: left;
	}

	.footer-logo a&gt;img {
	width:50%;
	max-width:420px;
	}

	.site-footer .social-icons{
		width: 49%;
	position:absolute;
	top:0;
	right:5%;
	text-align: right;
	}

	.pagination {
		padding: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .current {
		position:relative;
		width:auto;
		text-align:left;
		margin: 0 .7368421053em 0 -.7368421053em;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main &gt; article {
		margin-bottom: 30px;
	}

	.site-main &gt; article.using_library {
		margin-bottom: 15px;
	}

	.entry-title {
		font-size: 28px;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}


	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
		padding-left: 4%;
	}

	.entry-content li &gt; ul,
	.entry-summary li &gt; ul,
	.comment-content li &gt; ul,
	.entry-content blockquote &gt; ul,
	.entry-summary blockquote &gt; ul,
	.comment-content blockquote &gt; ul {
		margin-left: 1.25em;
	}

	.entry-content li &gt; ol,
	.entry-summary li &gt; ol,
	.comment-content li &gt; ol,
	.entry-content blockquote &gt; ol,
	.entry-summary blockquote &gt; ol,
	.comment-content blockquote &gt; ol {
		margin-left: 1.5em;
	}

	.library-location.pics
	{
		display: inline-block;
		padding-left: 0;
	}

	.bmb-info {
		width:85%;
	}

	.bmb-map-link {
		margin:2% 0 3% 0;
	}

	.bmb-photo {
		width:48%;
		float:left;
		margin-left:2%;
		padding-bottom:6%;
	}

	.bmb-photo img {
		max-height:304px;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children &gt; li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li &gt; ul,
	body:not(.search-results) .entry-summary blockquote &gt; ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li &gt; ol,
	body:not(.search-results) .entry-summary blockquote &gt; ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - &gt;= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}


}


/**
 * 14.3 - &gt;= 910px
 */

@media screen and (min-width: 59.375em) {
.uberContent{
	width: 90%;
	margin: 0 auto;
	max-width: 1320px;
}


.widget.quick-links.quick-event.widget_nav_menu{
	display: block !important;
}



	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.uber-menu &gt; li a{
	font-size: 20px;
	padding-top: 18px;

}

.site-header-main .top-menu li{
	padding-right: 30px;
}

.site-header-main .top-menu li a{
	font-size: 15px;
}

.site-footer .footer-links li a{
	font-size: 15px;
}


.uber-menu &gt; li a i{
	font-size: 26px;
	padding-right: 10px;
}

	.breadcrumbs{
	display: block;
	padding-left: 0;
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding: 0 4.5455%;
	}


	.entry-header,
	.news-events-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		padding-right: 0;
		padding-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.research-learn-sidebar{
		padding:0;
	}

section.widget
{
	width: 25%;
	float: left;
	display: inline;
	margin-bottom: 30px;
}

.sidebar-desktop section.widget
{
	width: 100%;
	margin-bottom: 30px;
}

.left-sidebar-wrapper section.widget{
	width: 100%;
	float: left;
	display: block;
}

.left-sidebar-wrapper{
	width: 25%;
	float: left;
	display: inline;
}

.site-main.left-sidebar
{
	width: 74%;
	float: right;
	padding-left: 5%;
	display: inline;
	min-height: 442px;
}

	.site-main.research-learn{
		float:right;
		width: 70%;
		padding-top: 20px;
	}
	#menu-research-and-learn li{
	display:block;
	float: left;
	width: 100%;
	margin-bottom: 16px;
	}

	#menu-research-and-learn li:last-child{
		float: left;
		margin-top:16px;
	}

	#menu-research-and-learn li a{

		font-size: 22px;
		font-weight: 700;
		background-color: #B2DE89;
		text-transform: uppercase;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
		-moz-box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
		box-shadow: 0px 2px 5px 0px rgba(153,153,153,1);
	}
	#menu-research-and-learn li a:before{
		font-size: 40px !important;
	}

	.widget.research-learn-sidebar.widget_text{

	display: block;
}



	.accordionButton,
	.uberButton{
		padding: 2% 2%;
	}

	.accordionButton.research-learn h2{
		padding-left: 8%;
	}


	.widget {

		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li &gt; ul,
	.widget li &gt; ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}


	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}


	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}

	.title-logo a&gt;img{
		max-width: 420px;
		padding:0;
		padding-bottom: 6px;
	}

	.locations-hours-body
	{
		padding: 0;
		margin-top:24px;
	}

		.blog.content-area{
	width: 75%;
	float: right;
	padding-left: 5%;
	display:inline;
	padding-bottom: 5%;
	}

	.sidebar-desktop{
		width: 24%;
		float: left;
		display: inline;
	}

	.sidebar-desktop .event-type-wrapper,
	.accordionContent.mobile-events-search h2
	{
		display: block;
	}
	.accordionContent.mobile-events-search {
		display:none !important;
	}
	.sidebar-desktop .event-type-wrapper{
		padding-bottom: 20px;
	}

	.accordionButton.mobile-events-search{
		display: none;
	}

	.sidebar-desktop.accordionContent{
		display: block !important;
		padding: 0;
	}

	.accordionContent.mobile-events-search{
		background-color: white;
		width: 25%;
		float: left;
		color: #162C3B;
	}

	.site-search .post-thumbnail img{
		/* display: none; */
		margin:.5em 1.5em .5em -1.75em;
	}

	.paypal-button{
		display:block;
		float:left;
		padding-top: 20px;
		margin-bottom: 75px;
	}

	span.comogives-button {
	  text-align: left;
	}
	span.comogives-button a {
	  margin-top: 24px;
	}

	.progress-donation {
	  position:relative;
	  height:70px;
	}
	.progress-donation {
	    height: 60px;
	    margin-bottom: 20px;
			width: 85%;
			float:left;
	    background-color: #f5f5f5;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	}
	.raised {
	  position:absolute;
	  left:20px;
	  top:19px;
		color: white;
	}
	.goal {
	  position:absolute;
	  right:20px;
	  top:19px;
	}

		.progress-donation-bar {
	    float: left;
	    width: 0;
	    height: 100%;
	    font-size: 12px;
	    line-height: 20px;
	    color: #fff;
	    text-align: center;
	    background-color: #428bca;
	    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	    -webkit-transition: width .6s ease;
	    transition: width .6s ease;
		}


}


/**
 * 14.4 - &gt;= 985px
 */

@media screen and (min-width: 61.5625em) {

.mega-search{
	padding-bottom:60px;
	padding-top:60px;
}

.digital-services-image {
	margin-right:5%;
	max-width:100%;
}

.left-news-content{
	width: 20%;
	float: left;
	background-color: #f0f0f0;
	padding: 20px 10px 0 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.right-news-content{
	width: 30%;
	float: right;
	background-color: #f0f0f0;
	padding: 20px 10px 0 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: center;
}

	.accordionButton.research-learn h2{
		padding-left: 6%;
	}

.site-main {
	margin-bottom: 7.0em;
}

.site-footer .footer-links ul{

	text-align: left;
}

.site-footer .social-icons{
	display: inline;
}

	.site-branding,
	.header-image {
		margin-top: 1.75em;
		margin-bottom: 1.75em;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main &gt; article {
		margin-bottom: 15px;
	}

	.entry-title {
		line-height: 1.225;
		margin-bottom: 10px;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.site-search .post-thumbnail {
		margin-bottom:0;
	}

	.site-search .post-thumbnail img{
		/* display: none; */
		margin:.5em 1.5em .5em -2em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 36px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 30px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.locations-hours-body h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 25px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 40px;
		margin-bottom: 20px;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;

		line-height: 1.1052631579;
		margin-top:40px;
		margin-bottom:20px;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	.bmb-title{
				width: 32.5%;
		float: left;
		display: inline;
	}

	.bmb-photo {
		width:30%;
		margin-left:2%;
	}

	.bmb-photo img {
		padding-top:0;
	}

	.bmb-map-link {
		margin:2% 0 3% 0;
	}

	article.category-bookmobile_stop
	{
		margin-bottom: 20px;
	}

	.library-location
	{
		width: 40%;
		float: left;
		display: inline;
	}

	.library-location:first-child
	{
		padding-left: 0;
	}
	.library-location.pics{
		width: 25%;
		padding-bottom:30px;
	}

	.library-location.hours
	{
		width: 35%;
		padding-left: 5%;
		margin: 0;
	}

	.library-other-information
	{
		width: 65% !important;
		float: left;
		display: block;
	}

	.acf-map
	{
		display: block;
	}


		.slide-wrapper{
		display: block;
	}


	.accordionButton.using-head h2{
		font-size: 24px;
	}

	.form-varcol {width: 33%; padding-right: 3%;}



	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content &gt; blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer &gt; span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer &gt; span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

}


/**
 * 14.5 - &gt;= 1200px
 */

@media screen and (min-width: 75em) {


	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li &gt; ul,
	body:not(.search-results) .entry-summary blockquote &gt; ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li &gt; ol,
	body:not(.search-results) .entry-summary blockquote &gt; ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

		body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}


}
@media screen and (min-width: 1320px) {

		.uberContent{
	width: 100%;
	max-width: 1320px;
}

	.site-inner
	{
		margin: 0 auto;
	}

	.footer-logo, .footer-links, .title-logo
	{
		padding: 10px 0;
	}

		ul.uber-menu .uber-inside-wrapper{
		padding: 0;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	button,
	div.notice-block,
	.navigation,
	.main-navigation,
	.social-navigation,
	.site-footer .footer-logo,
	.site-footer .social-icons,
	.site-footer .menu-footer-links-container,
	.mobile-header-main,
	.uber-click,
	#scrollUp,
	div#lcs_slide_out-21012,
	a.na.nicheacademyWidget.sideButton,
	input[type="submit"],
	.hours-widget-wrapper,
	.entry-footer,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none !important;
	}

	div.dbrl-site-home {
		top:0 !important;
	}

	::-webkit-input-placeholder{
		color:transparent;
	}
	:-moz-placeholder{
		color:transparent;
	}
	::-moz-placeholder{
		color:transparent;
	}
	:-ms-input-placeholder{
		color:transparent;
	}
	select{
		border:1px solid #999999;
		color:transparent;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #162C3B !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #162C3B !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #162C3B !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #087AAA !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body &gt; a {
		box-shadow: none;
		border-bottom: 1px solid #087AAA !important; /* Make sure color schemes don't affect to print */
	}

	.site-inner {
		max-width: none;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.news-events-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main &gt; article {
		margin-bottom: 3.5em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

/* Search feature with Communico */
#search_search_form input {
  padding-left:4%;
  font-style:italic;
  color:#808080;
}
.search-fields {
  padding:20px 30px 0 30px;
  background-color:#f0f0f0;
}
.search-fields .active:not(.noresults) {
  text-decoration: none !important;
  cursor: default !important;
}
.search-fields .active:not(.noresults) span {
  border-bottom: 2px solid #265069;
  color: #265069;
}
.entry-title.search-header {
  color:#265069;
}
.search-page-header {
  padding:0 !important;
}

.site-search article.category-bookmobile_stop {
  margin-bottom:0;
}
.strikethrough {
  text-decoration:line-through;
}
.event-summary.event-modified {
  opacity:.55;
}
.event-canceled {
  color:#D11D28;
}
.event-rescheduled {
  color:#265069;
}
.events-search .entry-header {
  padding:0;
}
.search-page-header {
  position:relative;
}
.events-search article .post-thumbnail {
  /* display:none; */
}
.search-dbrl-container {
  min-height:300px;
}
.num-results {
  font-weight:normal;
}
.catalog-search-top,
.events-search-top,
.site-search-top {
  margin-bottom:0 !important;
}
.events-search-top {
  padding:1% 2%;
  background-color:#532278;
  height:auto;
  overflow:hidden;
}
.site-search-top {
  background-color:#81BA49;
}
.catalog-search-top {
  background-color:#265069;
}
.catalog-search-top h2,
.events-search-top h2,
.site-search-top h2 {
  color:#fff;
  padding-left:5px;
  font-weight:bold;
}
.catalog-search-top a {
  text-decoration:none;
}
.site-search article:hover,
.events-search article:hover {
  /* background-color:#f0f0f0; */
}
.catalog-search .search-item:hover {
  /* background-color:#f0f0f0; */
}
.events-search, .catalog-search, .site-search{
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.other-section {
  top:-999999px;
  left:-999999px;
  position:absolute !important;
}
.not-finding {
  clear:both;
  padding-left:6%;
  padding-right:6%;
}
	.result-categories-container {
		display:block;
	}
	.search-result-categories {
		width:100%;
		text-align:left;
		margin:1% auto 2% auto;
		display:inline-block;
		height:auto;
		overflow:hidden;
	}
	.search-result-categories li {
		padding:1% 2% 1% 2%;
		text-transform:uppercase;
		font-weight:bold;
		font-size:1.1em;
    color:#087AAA;
    cursor:pointer;
	}
  .search-result-categories li:not(.noresults):hover {
    text-decoration:underline;
  }
	.noresults {
		color:#8b8b8b !important;
		cursor:auto !important;
	}
	.noresults&gt;a:hover {
		text-decoration:none !important;
		color:#8b8b8b;
	}
	.supplemental-text {
		display:none;
	}
  .search-search-bar {
    width:100%;
  }
	.search-search-bar #search_search_form {
		width:100% !important;
	}
  .catalog-search, .site-search, .events-search {
    padding-left:0;
    padding-right:0;
  }
	.catalog-search, .site-search, .events-search {
		width:100% !important;
		display:block;
		margin-bottom:26px;
		border:none !important;
    height:auto;
		overflow:hidden !important;
	}
  .events-search article,
  .site-search article {
    border-bottom:1px dotted #162C3B;
    padding:20px 7% 20px 10%;
    clear:both;
  }
  .events-search .entry-header h2 a {
    font-size:24px;
  }
  .search-image {
    width:15%;
    overflow:hidden;
    height:auto;
    background-size:75px;
    min-width:75px;
    margin-left:7%;
  }
  .search-image-fallback {
    position:relative !important;
    max-width:100% !important;
  }
  .search-view-button {
    display:none;
  }
  .search-info {
    width:70%;
  }
  .search-item {
    border-bottom:1px dotted #162C3B;
  }
  .no-cat-results {
    margin-left:10%;
    margin-right:10%;
    margin-top:32px;
    clear:both;
    padding-top:10%;
    font-size:1.1em;
  }
  .no-cat-results span {
    text-decoration:underline;
    color:#087AAA;
    cursor:pointer;
    font-weight:700;
  }
  .no-cat-results span:hover {
    color:#256069;
  }
  .quickhelp {
    display:none;
  }
  .search-event-image {
    display:block;
    margin:auto;
    max-height:180px;
    min-height:150px;
    max-width:300px;
    width:auto;
    height:auto;
    border:1px solid #8b8b8b;
  }
  .events-search article.events {
    height:auto;
    overflow:hidden;
  }
  .events-search article.events a,
  .events-search article.events a:hover {
    color:#532278;
  }

@media screen and (min-width: 44.375em) {
.search-fields {
  padding:20px 0 0 60px;
}
.search-event-image {
  margin:0;
  max-height:180px;
  min-height:150px;
  max-width:300px;
  width:auto;
  height:auto;
}
.event-program-image-link {
  float:left;
  margin-left:1%;
  margin-right:4%;
}
div.event-program-title h2 {
  margin-left:20%;
}
div.event-program-title h2.entry-title-image {
  margin-left:35%;
}
  .catalog-search-top h2,
  .site-search-top h2,
  .events-search-top h2 {
    padding-left:30px;
  }
  .not-finding {
    width:100%;
    text-align:right;
  }
  .no-cat-results {
    min-width:94%;
    padding-top:5%;
    margin-left:2%;
    margin-right:2%;
  }
  .search-view-button {
    position:absolute;
    right:40px;
    top:50%;
    transform:translateY(-50%);
    padding:10px;
    background-color:#265069;
    color:#ffffff;
    font-weight:bold;
    width:auto;
    border-radius:4px;
    box-shadow:0px 3px 5px -2px rgba(153,153,153,1);
    cursor:pointer;
    clear:both;
    display:block;
  }
  .search-view-button:hover {
    background-color:#087AAA;
  }
  .search-search-bar {
    width:56%;
  }
	.search-result-categories li {
		display:inline;
	}
	.events-search, .catalog-search, .site-search {
		padding-right:0;
		padding-left:0;
    position:relative;
	}
	.catalog-results {border-right:1px solid #162C3B;}
	.events-results {border-left:1px solid #162C3B;}
  .flex-catalog {
    display:inline-flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
  }
  .search-item {
    flex-basis: 100%;
    padding: 20px 7% 20px 10%;
  }
  .search-image {
    /*top:50%;*/
    /*transform:translateY(-50%);*/
    margin-left:0;
  }
  .search-info {
    width:60% !important;
    float:left !important;
  }
  .quickhelp {
    display:block;
    max-width:215px;
    position:absolute;
    right:12px;
    top:32px;
    margin-top:2px;
    max-height:100px;
    overflow:hidden;
    padding:10px;
  }
  .suggestedPage {
    margin-bottom:2px;
    text-transform:uppercase;
    width:auto;
    max-height:75px;
    overflow:hidden;
  }
  .service-topresult {
    display:block;
    text-transform:none;
    margin-top:6px;
  }
  .search-section-catalog {
    padding-left:0 !important;
  }
  .search-section-events {
    padding-right:0 !important;
  }
}
@media screen and (min-width: 61.5625em) {
  .post-thumbnail {
    margin:0 4% 1.5em;
  }
  .quickhelp {
    max-width:232px;
    top:32px;
    right:60px;
  }
}
@media screen and (min-width:65em){
  .supplemental-text {
		display:inline;
	}
  .search-result-categories {
    font-size:.85em;
  }
}
@media screen and (min-width:75em){
	.search-result-categories{
		font-size:1em;
	}
}

@media screen and (max-width:44.375em){
	.dbrl-site-home {
		top: 0 !important;
		padding: 0 !important;
	}
}


/* Dropping the style updates for the updated search feature down here -- these could be better wrapped into this file */
/* search pages */

div.search-dbrl-container section.not-found {
  clear: both;
  padding: 30px 1em;
}
@media screen and (min-width:44.375em) {
  div.search-dbrl-container section.not-found {
    padding: 30px 3em;
  }
}
div.search-dbrl-container section.not-found h1 {
  margin-bottom: 1em;
}
section.no-results-catalog h1 {
  color: #265069;
}
section.no-results-events h1 {
  color: #532278;
}
div.quick-catalog {
  margin-left: 0;
}
div.quick-catalog span {
  display: inline;
}
@media screen and (min-width:44.375em){
  div.quick-catalog {
    margin-left: 61%;
  }
  div.quick-catalog span {
    display: block;
  }
  div.quick-catalog p {
    font-size: .9em;
  }
}
@media screen and (min-width: 61.5625em){
  div.quick-catalog {
    margin-left: 66%;
  }
  div.quick-catalog p {
    font-size: 1em;
  }
}
#search_search_form input[type="text"] {
  padding-left: 1em;
  padding-right: calc(.8em + 80px);
}
@media screen and (min-width: 44.375em) {
  #search_search_form input[type="text"] {
    padding-right: calc(.8em + 60px);
  }
}
ul.search-result-categories {
  font-size: 1em !important;
}
@media screen and (min-width:44.375em) {
  ul.search-result-categories {
    font-size: .85em !important;
  }
}
@media screen and (min-width:61.5625em){
  ul.search-result-categories {
    font-size: 1em !important;
  }
}
/* changing padding to make everything evenly left-justified */
div.search-fields {
  padding: 20px 30px 0 30px;
}
.search-result-categories li {
  padding: 1% 2% 1% .5%;
}
div.search-top {
  padding: 1% 30px;
}
div.search-top h2 {
  padding-left: 0;
  margin-left: 0;
}
.events-search article,
.site-search article {
  padding: 20px 30px 20px 30px;
}
@media screen and (min-width: 44.375em) {
  div.search-fields {
    padding: 20px 0 0 4%;
  }
  .search-result-categories li {
    padding: 1% 2% 1% 2%;
  }
  div.search-top {
    padding: 1% 4%;
  }
  .events-search article,
  .site-search article {
    padding: 20px 7% 20px 4%;
  }
  .site-search div.nav-links {
    margin-left: 4%;
  }
}
@media screen and (min-width: 61.5625em) {
  div.search-fields {
    padding: 20px 0 0 6%;
  }
  div.search-top {
    padding: 1% 6%;
  }
  .events-search article,
  .site-search article {
    padding: 20px 7% 20px 6%;
  }
  .site-search div.nav-links {
    margin-left: 6%;
  }
  .pagination {
    margin-bottom: 0;
  }
}
.site-search span.search-tag,
.catalog-search span.search-tag {
  background-color: #659c31;
  display: inline-block;
  margin-top: 6px;
  box-shadow: none;
  padding: 8px;
  font-size: 13px;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Whitney SSm A","Whitney SSm B", sans-serif;
  font-weight: 400;
  letter-spacing: 0.046875em;
  line-height: 1;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  float: right;
  margin-right: 2.5em;
}
.catalog-search span.search-tag {
  background-color: #265069;
  float: none;
}
.events-search button.program-registration-disabled {
  background-color: #d3d3d3;
  opacity: 1;
  color: #162c3b;
  font-weight: bold;
  letter-spacing: initial;
}
.events-search button {
  margin-bottom: .75em;
  margin-top: .25em;
}
.events-search .entry-title {
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  font-size: 22px;
  padding: 0;
}
.events-search .entry-header h2 a {
  font-size: 22px !important;
}
.site-search .entry-summary p {
  margin-bottom: 0;
}
.flex-event {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
}
.event-image {
  margin: 0 auto 1em auto;
}
.events-search .post-thumbnail img {
  float: none;
  margin: auto;
  max-width: 82%;
  max-height: 280px;
  width: auto;
  height: auto;
}
@media screen and (min-width:44.375em){
  .flex-event {
    flex-direction: row;
  }
  .event-image {
    margin: 0 2.5em .75em 0;
  }
  .events-search .post-thumbnail img {
    margin: 0;
    max-width: 160px;
    max-height: 85%;
    width: auto;
    height: auto;
  }
}
.events-search .event-summary p {
  margin: 0 0 1em;
}
.events-search a.post-thumbnail {
  margin: 0;
}
.events-search a.post-thumbnail:hover, .events-search a.post-thumbnail:focus,
.site-search a.post-thumbnail:hover, .site-search a.post-thumbnail:focus {
  opacity: 1;
}
.events-search article.events a, .events-search article.events a:hover {
  color: #087aaa;
}
.site-search-top {
  background-color: #659c31;
}
.other-section {
  display: none !important; /* is this actually more accessible for a search feature? */
}
.flex-catalog {
  width: 100%;
}
.search-result-categories li.active &gt; a:hover,
.search-result-categories li.active &gt; a:focus {
  text-decoration: none;
}

/* homepage search feature */

#search_form input[type="text"] { padding-left: 1em; padding-right: calc(68px + .8em); }

div.mainpage-links {
  text-align: center;
  margin: 0 auto 0 auto;
  max-width: 800px;
  white-space: nowrap;
}
/* add fourth div to mainpage-links children */
  div.mainpage-links div.main-ql-search {
    text-align: left !important;
    font-weight: bold;
    font-family: "Archer SSm A", "Archer SSm B", serif;
    line-height: 60px;
    clear: both;
    height: 50px;
  }
  div.mainpage-links div {
    display: inline;
    white-space: nowrap;
    min-height: 50px;
    vertical-align: top;
    text-align: left;
    width: 28%;
    margin: 0 2.5%;
  }
  div.mainpage-links div.main-ql-search {
    display: none;
  }
  div.mainpage-links div input {
    height: auto;
    float: none;
    height: 1em;
    width: 1em;
  }
  div.mainpage-links div label {
    float: none;
    padding-top: 0;
    height: 50px;
    line-height: 60px;
  }
  div.mainpage-links div input:checked + label {
    font-weight: bold;
  }
@media screen and (min-width: 44.375em){
  div.mainpage-links {
    text-align: right;
  }
  div.mainpage-links div.main-ql-search {
    display: inline;
  }
  div.mainpage-links div {
    width: auto;
    margin: 0 2.5%;
    text-align: right;
  }
  div.mainpage-links div input {
    vertical-align: -2px;
  }
}
@media screen and (max-width:320px){
  div.mainpage-links div {
    font-size: .8em;
  }
}

/* header, not on search page or homepage */

div.title-logo {
  height: auto;
  overflow: hidden;
}
form#top_search_form {
  box-shadow: 0px 3px 5px -2px rgb( 153 153 153);
	border-radius: 4px;
}
form#top_search_form select, form#top_search_form button.mega-search-category {
  float: left;
  width: 24%;
  padding-left: .8em;
  border-radius: 4px 0 0 4px;
  font-size: .85em;
  /* height: 41px; */
	height: 100%;
  box-shadow: none;
  min-width: 94px; /* this should keep the search bar working at tiny widths */
}
form#top_search_form input#mega-search-box {
  /* float: left; */
  width: 76%;
  padding-left: .8em;
  padding-right: calc(20% + .4em);
  border-radius: 0 4px 4px 0;
  border-left: 0;
  box-shadow: none;
  max-width: calc(100% - 94px); /* this should keep the search bar working at tiny widths */
}
form#top_search-form button#mega-search-button {
  box-shadow: none;
}
@media screen and (min-width: 44.375em) {
  #top_search_form {
    width: calc(45% - 1px);
  }
  form#top_search_form select, form#top_search_form button.mega-search-category {
		height: 41px;
    width: 25%;
  }
  form#top_search_form input#mega-search-box {
    width: 75%;
    padding-right: calc(60px + .4em);
    font-size: .85em;
    height: 41px;
  }
}
@media screen and (min-width: 61.5625em) {
  #top_search_form {
    width: 40%;
  }
  form#top_search_form select, form#top_search_form button.mega-search-category {
    width: 20%;
  }
  form#top_search_form input#mega-search-box {
    width: 80%;
    /*padding-right: 5.5em;*/
    font-size: 1em;
  }
}
button.mega-search-category {
  background-color: #fafafa !important;
  color: #162c3b !important;
  border: 1px solid #999999 !important;
  position: relative !important;
  /* line-height: 20px; */
	line-height: 1;
	padding: 13px 0 !important;
  white-space: nowrap;
}
button.mega-search-category:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
/* the following makes the button drop-down div work */
body:not(.home):not(.search) .title-logo {
  overflow: visible !important; /* is this going to mess everything up? */
  min-height: 120px;
}
@media screen and (min-width:44.375em){
  body:not(.home):not(.search) .title-logo {
    min-height: 74px;
  }
}
@media screen and (min-width:61.5625em){
  .title-logo {
    min-height: unset;
  }
}
.mega-search-category-list {
  width: 45%;
  color: #162c3b;
  font-size: .85em;
  margin-left: 0;
  position: absolute;
  top: 41px;
  left: 2px;
  background-color: #fafafa;
  display: none;
  z-index: 100;
  text-align: left;
  box-shadow: 0px 3px 5px -2px rgb( 153 153 153);
}
.mega-search-category-list.active {
  display: block !important;
}
@media screen and (min-width: 44.375em) {
  .mega-search-category-list {
    width: 35%;
  }
}
@media screen and (min-width:61.5625em) {
  .mega-search-category-list {
    width: 30%;
  }
}
.mega-search-category-list ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.mega-search-category-list ul li:not(:first-of-type) {
  border-top: 1px solid #999999;
}
.mega-search-category-list ul li a {
  clear: both;
  cursor: pointer;
  height: 41px;
  line-height: 41px;
  padding-left: 1em;
}
.mega-search-category-list ul li a:hover,
.mega-search-category-list ul li a:focus {
  background-color: #b2de88;
  text-decoration: none;
}
.mega-search-category-list li a.search-selected {
  background-color: #265069 !important;
  color: #ffffff !important;
}
.mega-search-category-list ul li a {
  width: 100%;
  height: 100%;
  float: none;
  display: block;
  color: #162c3b !important;
}
</pre></body></html>