/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

@import url(fonts.css);

/*****************************************/
/*Some basic accessibility settings*******/
/*****************************************/

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
  outline: 0;
}

/*
*End some basic accessibility settings*
*/

/*Default backgrounds, fonts, colors, etc.*/


body {
  font-size: 18px;
  font-family: Georgia, "Nimbus Roman No9 L", "Times New Roman", serif;
  /*background: url(images/diagonal-noise.png) #d3c795; /* rgba(211, 199, 149, .5);*/
  background-color: transparent;
  background-size: cover;
  color: #363636;
  line-height: 1.5em;
}

*+html body {
  background:
    /*url(images/diagonal-noise.png)*/
    #ccc;
  /*#d3c795;  rgba(211, 199, 149, .5);*/
}

div.background-image {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -999999;
  margin-bottom: 0;
}


/*Hide the background image from IE7*/
*+html div.block.background-image {
  display: none;
}

div.background-image img {
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  z-index: -999999;
  position: absolute;
  min-height: 100%;
  width: 100%;
  height: auto;
}



/*Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Regular", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: .25em;
}

h1 {
  font-size: 1.1111111em
}

/*20px*/
h2 {
  font-size: 1.1111111em;
  /*20px*/
  color: #0f3d4d;
  border-bottom: #96a53a 2px solid;
  padding: 3px;
  font-family: "Museo Slab 700", Georgia, serif;
  font-family: "Roboto Slab Regular", Georgia, serif;
  overflow: hidden;
  margin-bottom: .5em;
}

h3 {
  font-size: 1em;
  font-family: "Roboto Medium", Arial, sans-serif;
  margin-top: .5em;
}

/*18px, italics*/
h4 {
  font-size: .8889em;
}

/* 16px*/
h5 {
  font-size: .8889em;
}

/* 16 px */
h6 {
  font-size: .8889em;
}

/* 16px */

h1#page-title {
  font-size: 1.7777778em;
  line-height: 1.25em;
  color: #96a53a;
}

/* 32px */
/*#region-content h1 {font-size: 1.222222222em;}*/
/*22px*/
/*#region-content h2 {font-size: 1.111111111em;}*/
/*20px*/


a.ext h1 {
  display: inline-block;
}


.plain-headers h2,
.field-body h2 {}

/*
/* FAQ settings
*/

.faq-dd-hide-answer h2,
.ui-accordion-content h2 {
  font-family: "Roboto Regular", Arial, sans-serif;
  font-size: 1em;
  /*20px*/
  color: #363636;
  border-bottom: none;
  padding: 0px;
  overflow: hidden;
  margin-bottom: .25em;
  margin-top: .25em;
}

.view-faq .view-grouping-content h3.ui-accordion-header:last-of-type {
  margin-bottom: 30px;
}

.view-faq .view-grouping-content h3.ui-accordion-header:last-of-type+div.ui-accordion-content {
  margin-top: -30px;
  margin-bottom: 30px;
}

.faq-qa-description p {
  margin-bottom: .5em;
}

.onecol-stacked h2 {
  font: 1.111em/1.111em "Roboto Regular", Arial, sans-serif normal;
  margin: 1em 0 .5em;
  color: inherit;
  padding: 0;
  border: none;
  overflow: visible;
}

p {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

.onecol-stacked>:last-child {
  margin-bottom: 0;
}

.page-summary p {
  margin-bottom: 0;
}

p:first-letter {}

a {
  color: #20aadb;
  text-decoration: none;
}

a:hover {
  color: #0f3d4d;
}

a:active {
  color: #0f3d4d;
}

a.active {
  color: #0f3d4d;
}

a:visited {
  color: #bbcc55;
  color: #96a53a;
}

a:visited:hover {
  color: #0f3d4d;
}

a.anchor {
  text-decoration: none;
  color: #363636;
}

h2 a {
  color: #20aadb;
  text-decoration: none;
}

h2 a:hover {
  color: #0f3d4d;
}

h2 a:active {
  color: #0f3d4d;
}

h2 a.active {
  color: #0f3d4d;
}

h2 a:visited {
  color: #20aadb;
}

h2 a:visited:hover {
  color: #0f3d4d;
}

a[id] {
  text-decoration: none;
  color: inherit;
}

p a {
  text-decoration: underline;
}


h3 a {
  text-decoration: none;
}

/*
*Basic image handling
*/
img {
  max-width: 100%;
  /*Set images to fit within their bounding boxes*/
  height: auto;
  vertical-align: middle;
}


/*.page .pane-node-field-image img, */
div.views-field-field-library-photo img {
  padding: 5px;
  border: 1px solid #ccc;
}


.wrap-image {
  float: left;
  margin: 0 1em 0 0;
  max-width: 30%;
}

.wrap-image-right {
  float: right;
  margin: 0 0 0 1em;
  max-width: 30%;
}

article {}

article header {
  /*margin-bottom: 20px;*/
}

article .field-post-date {
  color: #999;
  font-size: .8888889em;
  font-family: "Roboto Regular", Ariel, sans-serif;
  margin-bottom: .5em;
}

article.view-mode-full {
  border-bottom: none;
  margin: 0;
}

article

/*.view-mode-highlighted_story*/
,
section .search-result {
  border-bottom: 1px dotted #999;
  margin: 10px 0 10px 0;
  padding-bottom: .5em;
}

figure {
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center;
  margin-bottom: 20px;
}

figcaption {
  font-size: .77779em;
  font-style: italic;
  margin-top: .25em;
  line-height: 1.5em;
}

figure.quote {
  /*background-color: blanchedalmond;*/
  border-left: none;
  border-right: none;
  text-align: left;
}

figure.quote blockquote {
  /*background-color: aliceblue;*/
  margin: auto 1em;
  padding: .5em 2em;
  quotes: "\201C""\201D";
  border-top: none;
  border-bottom: none;
}

figure.quote blockquote:before {
  color: #808080;
  content: open-quote;
  font-size: 5em;
  /*line-height:.1em;*/
  margin: .25em .1em -.5em -.5em;
  /*vertical-align:-.4em;*/
  float: left;
}

figure.quote blockquote:after {
  content: no-close-quote;
}

figure.quote blockquote> :first-child {
  display: inline-block;
}

figure.quote blockquote> :last-child {
  margin-bottom: 0;
}

figure.quote figcaption {
  margin: auto 1.5em;
  text-align: center;
}

figure.quote figcaption:before

/*ndash and thin space*/
  {
  content: '\2014''\2009';
}

figure.quote figcaption>*:first-child {
  display: inline-block;
}

section.related-content div.field-related-article-or-page:last-child article.node-teaser

/*,
.pane-content div:last-child article ,.last-of-type article*/
  {
  border-bottom: none;
  margin-bottom: 40px;
}

div.pane-node.last article {
  border-bottom: none;
  margin-bottom: 40px;
}

.view-policies .views-row-last article {
  border-bottom: none;
  margin-bottom: 20px;
}

.subject-guide .onecol-stacked {
  border-bottom: 1px dotted #999;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}

.subject-guide .quicktabs-views-group:last-child .onecol-stacked {
  border-bottom: none;
}

.subject-guide .onecol-stacked .views-field-body p:last-of-type {
  margin-bottom: 0;
}

nav.subject-guide-subtopics {
  background-color: #f5f5f5;
  padding: .5em;
  margin-bottom: 20px;
}

nav.subject-guide-subtopics h2 {}

nav.subject-guide-subtopics ul.menu {
  margin-left: .5em;
}

div.displayblock {
  overflow: hidden;
  margin-bottom: 2em;
}

.roboto {
  font-family: "Roboto Regular", Arial, sans-serif;
}

.read-more {
  font-style: italic;
  text-align: right;
  font-size: .8888889em;
  font-family: Georgia, "Nimbus Roman No9 L", "Times New Roman", serif;
}

.read-more a:after {
  content: '\00a0\00bb';
  display: inline;
}

/*
* List styles
*/

ol,
ul {
  margin: 1em 2em;
  list-style-position: outside;
  line-height: 1.5em;
}

ol ol,
ul ul {
  margin-top: .5em;
  margin-bottom: .5em;
}

ol li {
  list-style-type: decimal;
  margin-bottom: .5em;
}

ul li {
  list-style-type: disc;
  margin-bottom: .5em;
}

ul li>ul li {
  list-style-type: circle;
  margin-bottom: .25em;
  margin-top: .25em;
}

ul li>ul li>ul li {
  list-style-type: square;
}

ul li a,
ol li a {
  text-decoration: underline;
}

ul.link-no-underline li a,
ol.link-no-underline li a {
  text-decoration: none;
}

li a.active {
  color: #0f3d4d;
}

/**
** Blockquote
**/

blockquote {
  color: #666;
  margin-left: 1.75em;
  margin-right: 2em;
  margin-bottom: 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: .5em;
  quotes: """""""";

}

/*
  blockquote:before {
  color: #bbb;
  content: open-quote;
  font-size: 6em;
  line-height: 0.01em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}
*/

q {
  quotes: "\201c""\201d";
}

blockquote> :last-child {
  /*display:inline;*/
}

/*
* Pager
*/

ul.pager {
  font-family: "Roboto Regular", Arial, sans-serif;
  margin-top: 1em;
}

ul.pager li a {
  text-decoration: none;
}

/**
 * Form elements - buttons, selects, etc.
 */
input[type="text"],
input[type="password"] {
  padding: .25em .5em;
  font: normal 1em "Roboto Regular", Arial, sans-serif;
  color: #262626;
  border: #96a53a 1px solid;
  border-radius: 0;
}

select,
button,
input[type="reset"],
input[type="submit"],
input[type="button"],
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="image"],
input[type="image"]:hover {
  border-radius: 0;
  border: 1px solid #96a53a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #96a53a), color-stop(1, #96a53a));
  background: -moz-linear-gradient(top, #96a53a 5%, #96a53a 100%);
  background: -webkit-linear-gradient(top, #96a53a 5%, #96a53a 100%);
  background: -o-linear-gradient(top, #96a53a 5%, #96a53a 100%);
  background: -ms-linear-gradient(top, #96a53a 5%, #96a53a 100%);
  background: linear-gradient(to bottom, #96a53a 5%, #96a53a 100%);
  background-color: #96a53a;
  background-image: none;
  text-shadow: none;
  font-family: "Roboto Regular", Arial, sans-serif;
  font-size: 1em;
  color: #fafafa;
  padding: .25em .5em;
  position: relative;
  left: -8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}

input[type='text'] {
  padding: .25em;
}

div.form-type-select {
  overflow: visible;
}

select {
  padding: .2em;
  background-color: #fff;
  color: #262626;
  left: 0px;
  /*height: 2em;*/
}

/* Remove extra padding for Firefox */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
  /*margin-top:-1px;
    margin-bottom: -1px;*/
}

input[type="radio"] {
  margin-bottom: .5em;
}

/*
* Database A-Z Jump menu
*/

#ctools-jump-menu input[type="submit"] {
  /*height: 2em;*/
}


/**
** Tables
**/

table {
  font-family: "Roboto Regular", Arial, sans-serif;
  padding: 5px;
  background-color: transparent;
  border: 1px solid #999;
}

thead tr {
  background: #363636 url(images/diagonal-noise.png);
}

thead th {
  padding: .5em;
}

thead th a {
  color: #20aadb;
}

thead th a:visited {
  color: #20aadb;
}

tr {
  padding: .5em;
  background-color: transparent;
}

tr.odd {
  background: transparent;
}

tr.even {
  background: transparent url(images/diagonal-noise.png);
}

td {
  padding: .5em;
}

/*
* Omega Zones and Regions
*/
#page {
  margin-top: 2.5em;
}

/*
*Header Section
*/

section {}

#section-header {}

#zone-county-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0px;
  height: 40px;
  background-color: #000;
  border-bottom: 3px solid #fff;
  z-index: 900;
}

#zone-county {
  height: 40px;
  position: relative;
}

.county-seal-header {
  background: url('images/nav_seal.png') top right no-repeat transparent;
  background-size: auto 50px;
  width: 100%;
  height: 45px;
  padding-top: .25em;

}

.county-seal-header p {
  margin: 0;
}

div.county-seal-header.block {
  margin-bottom: 0;
}

.county-seal-header a {
  display: block;
  text-decoration: none;
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

}

.block.county-web-link {
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  font-family: "Lato", Verdana, sans-serif;
  width: 100%;
}

.block.county-web-link p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 2.75em;
}

.block.county-web-link a {
  display: block;
  text-decoration: none;
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.block.county-web-link a:hover {
  color: #fff;
  text-shadow: none;
}

#zone-alert-wrapper {
  position: relative;
  margin: 110px 0 -190px;
  z-index: 500;
}

#zone-alert {
  /*padding-top: 1em;*/
  /*background-color: #fff;*/
  margin-bottom: -2em;
}

#zone-user-wrapper {
  padding-top: 70px;
}

#zone-user {
  background-color: #fff;
  /*padding-top: 50px;*/
  /*margin-top: 15px;*/
}



#region-branding {}

#region-user-first {
  margin-left: 0;
  margin-right: 0;
}

/*
* Mobile Main Menu section
*/
#zone-branding-wrapper {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 500;

}

#zone-branding {
  /*  background-color: #fff;*/

}

#zone-menu-wrapper {
  top: 40px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 700;

}

#zone-menu {}

#region-menu {
  margin: 0;
}

#zone-header {
  background-color: #fff;

}

/*
*Content Section
*/

#section-content {}

#zone-preface {
  background: #fff;
  padding-top: 10px;

}

#zone-content {
  background: #fff;
  padding-top: 0px;

}

#zone-postscript {
  /*border-bottom: 5px solid #96A53A;*/
  background-color: #fff;

}

/*
*Footer Section
*/

#section-footer {}

#zone-footer-wrapper {}

.zone-footer-top {
  /*background-color: #fff;*/
  border-top: 3px solid #96A53A;
  background-color: #0F3E4E;

}

.region-footer-third-inner {
  height: 20px;
  color: transparent;

}

#zone-footer {
  background-color: #0F3E4E;
  color: #fafafa;
  padding-top: 20px;
  font-family: "Roboto Regular", Arial, sans-serif;

}

#region-footer-second {
  text-align: left;
}

.footer-address span {
  /*display: block;*/
  font-family: "Roboto Regular", Ariel, sans-serif;
  line-height: 1.25em;
}

.footer-address div {
  display: inline-block;
  vertical-align: middle;
  margin: auto 0 .5em 0;
  line-height: 1em;
}

.footer-address .address-block {
  margin-left: .5em;
}

.footer-address span.locality,
.footer-address span.region,
.footer-address span.postal-code {
  /*display: inline;*/
}

.footer-address span.tel {
  margin: 0 auto;
}

.footer-links ul {
  margin: 0;
}

.footer-links ul li {
  font-family: "Roboto Regular", Arial, sans-serif;
  display: inline-block;
  margin-right: .5em;
}

.footer-links ul li:last-of-type {
  margin-right: 0;
}

div.footer-address,
.footer-address p {
  margin-bottom: 0;
}

.footer-links a {
  color: #f7eac2;
  text-decoration: none;
}

.footer-links a:hover {
  color: #f7eac2;
}

.footer-links a:active {
  color: #f7eac2;
}

.footer-links a.active {
  color: #f7eac2;
}

.footer-links a:visited {
  color: #f7eac2;
}

li.footer-home a:before {
  content: url("images/light_home_icon.png");
  margin-right: 5px;
}

li.footer-help a:before {
  content: url("images/light_help_icon.png");
  margin-right: 5px;
}

li.footer-newsletters a:before {
  content: url("images/light_email_icon.png");
  margin-right: 5px;
}

.social-media {
  position: relative;
}

.social-media ul {
  margin: 0;
  padding: 0;
}

.social-media ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
}

.social-media a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
}

ul.social-list .social-media a {
  white-space: normal;
  overflow: auto;
  display: block;
}

ul.social-list li a {
  height: auto;
  min-height: 30px;
  width: auto;
  text-indent: 40px;
}

ul.social-list li.social-media a.facebook:before {
  background: url(images/facebook.png) no-repeat;
  margin-right: 10px;
}

ul.social-list li.social-media a.twitter {
  background: url(images/twitter.png) no-repeat;
}

ul.social-list li.social-media a.rss:before {
  background: url(images/rss.png) no-repeat;
}

.social-media a.facebook {
  background: url(images/facebook.png) no-repeat;
}

.social-media a.vimeo {
  background: url(images/vimeo_icon_white_on_blue_30.png) no-repeat;
}

.social-media a.twitter {
  background: url(images/twitter.png) no-repeat;
}

.social-media a.rss {
  background: url(images/rss.png) no-repeat;
}

.social-media a.pinterest {
  background: url(images/pinterest-icon.png) no-repeat;
}

ul.social-list {
  margin-left: 0;
}

ul.social-list li {
  list-style: none;
}



/*
* End Omega Zones and Regions
/*

/*
*Alert Block
*/

#block-views-alert-block {
  /* background-image: url(images/diagonal-noise.png);*/
  background-color: #942C06;
  background-color: rgba(148, 44, 6, .95);
  /*border: 3px solid #999;*/
  /*border-left: none;
    border-right: none;*/
  margin-top: 0;
  padding: 1em;
  color: white;
  -webkit-box-shadow: 0px 10px 5px -5px rgba(50, 50, 50, .75);
  -moz-box-shadow: 0px 10px 5px -5px rgba(50, 50, 50, .75);
  box-shadow: 0px 10px 5px -5px rgba(50, 50, 50, .75);
}

.block.block-views-alert-block {
  /*margin-top: 30px;*/
  margin-bottom: 0;
}

.block-views-alert-block .h2 {
  border: none;
}

.alert {
  /*text-align: center;*/
  font-family: "Roboto Regular", Arial, sans-serif;
  /*vertical-align: middle;*/
}

.alert a {
  color: #fff;
}

.alert a:visited {
  color: #fff;
}

span.alert-headline {
  font-size: 1.375em;
}

#close-alert {
  position: relative;
  margin-left: .25em;
  display: block;
  cursor: pointer;
  bottom: 2em;
  left: .5em;
  color: #e72f00;
  color: white;
}

#close-alert:before {
  content: '\03a7';
  font-size: 1em;
  margin-right: .25em;
  font-family: "Roboto Medium", Arial, sans-serif;
}

/*
/*End Alert Block
*/

/*
/*Site Header
*/

.logo-img img {
  /*text-align: center;*/
  margin-top: 2em;
  max-width: 50%;
}

.user-block-home-links {
  text-align: center;
  display: inline;
}

.header-shortcuts {
  margin-top: 20px;
  margin-bottom: 10px;
}

.header-shortcuts ul {
  margin: auto;
  line-height: 1em;
}

.header-shortcuts ul li {
  display: inline;
  margin: auto 1.25em auto auto;
  list-style-type: none;
}

.header-shortcuts a {
  font-family: "Roboto Regular";
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  margin: 0 .25em 1em .25em;
  font-size: .89em;
  vertical-align: middle;
}

.header-shortcuts a.home:before {}

.header-shortcuts a.home {
  background: url(images/home-navy.png);
  /*display: inline-block;*/
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 1.5em;
}

.header-shortcuts a.locations {
  background: url(images/locations-navy.png);
  /*display: inline-block;*/
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 1.5em;
}

.header-shortcuts a.loginLink {
  background: url(images/account-navy.png);
  /*display: inline-block;*/
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 1.5em;
}

.header-shortcuts a.chat {
  background: url(images/chat-navy.png);
  /*display: inline-block;*/
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 1.5em;
}

.header-shortcuts a.print {
  background: url(images/print-navy.png);
  /*display: inline-block;*/
  width: 25px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 1.5em;
}

.header-shortcuts a.home:hover {
  background: url(images/home-turq.png);
}

.header-shortcuts a.locations:hover {
  background: url(images/locations-turq.png);
}

.header-shortcuts a.loginLink:hover {
  background: url(images/account-turq.png);
}

.header-shortcuts a.chat:hover {
  background: url(images/chat-turq.png);
}

.header-shortcuts a.print:hover {
  background: url(images/print-turq.png);
}

.header-shortcuts a:last-of-type,
.header-shortcuts ul li:last-of-type {
  margin-right: 0;
}

.header-shortcuts a {
  color: #20aadb;
  text-decoration: none;
}

.header-shortcuts a:hover {
  color: #0f3e4e;
}

.header-shortcuts a:active {
  color: #20aadb;
}

.header-shortcuts a.active {
  color: #20aadb;
}

.header-shortcuts a:visited {
  color: #20aadb;
}

.header-shortcuts.block {
  margin-bottom: 0;
  /*    text-align: center;*/
}

/*
*Header search box
*/



#search-block-form {
  font-family: "Roboto Regular";
  /*text-align: center;*/
  white-space: nowrap;
}

#search-block-form input[type="text"] {
  width: auto;
  /*max-width: 245px;*/
  position: relative;
  /*right: -3px;*/
  left: 0px;
  vertical-align: inherit;
  margin: 0px;
}

#search-block-form input[type="image"] {
  /*left: -5px;*/
  vertical-align: -10.5px;
  width: auto;
  height: 23px;
  padding: 4px;
  margin: 0;
  border: 1px solid #96A53A;


}

#search-block-form .form-actions input {
  margin-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #search-block-form input[type="image"] {
    /*vertical-align: inherit;*/
  }

  #search-block-form input[type="text"] {
    vertical-align: inherit;
  }
}

.form-item-custom-search-paths {
  white-space: nowrap;
}

div#edit-custom-search-paths {
  display: inline-block;
  margin-top: .5em;
}

/*
* Header catalog search link
*/


div.header-catlink p {
  margin: 0px;
}

div.header-catlink a,
div.header-catlink a:visited,
div.header-catlink a:active,
div.header-catlink:focus {
  text-decoration: none;
  color: #fafafa;
  /*display: block;*/
  background-color: #0f3e4e;
  font-family: "Roboto Regular", Arial, sans-serif;
  padding: .25em .5em;
  line-height: 1.25em;
  font-size: 1em;
  border: 1px solid #0f3e4e;
  max-width: 275px;
  /*margin-right: 1em;*/
}

div.header-catlink a:hover {
  background-color: #20aadb;
  border: 1px solid #20aadb;
  outline: auto;
}

/*
* Breadcrumbs
*/

div#breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb {
  font-size: .7777778em;
  font-style: italic;
  /*font-family: Georgia,"Nimbus Roman No9 L", "Times New Roman",serif;*/
}

.breadcrumb span {
  /*white-space: nowrap;*/
}

.breadcrumb span:after {
  content: '\00bb';
  margin-left: .5em;
  display: inline;
}

.breadcrumb span.last:after {
  content: '';
}

.breadcrumb a {
  color: #7f7f7f;
}

.breadcrumb a:hover {
  color: #0f3e4e;
}

.breadcrumb span.last a {
  color: #262626;
}

.breadcrumb span.last a:visited {
  color: #262626;
}

/*
*Menu settings with Drupal Menu Block module
*/


/* menu icon for main menu */
#menu-icon {
  width: 100%;
  background: #96a53a url('images/mobile-menu.png') no-repeat 15px center;
  border-bottom: 3px solid #0f3d4d;
  padding: .5em 60px;
  cursor: pointer;
  display: block;
  /* show menu icon */
  margin: 0;
  font: 1.5em/2em "Roboto Regular", Ariel, sans-serif;
  height: 3em;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* main nav for non-mobile display */
.menu-primary {
  display: none;
  /*  hidden from mobile displays. #block-menu-block-9 is mobile */
}

/* main nav - menu-mobile menu block */
.menu-primary .menu-block-9 {
  display: none;
  /* visibility will be toggled with jquery */
}

.menu-primary.block {
  margin-bottom: 0px;
  position: relative;
}

.menu-primary.block ul.menu {
  list-style-position: outside;
  list-style: none;
  background: #fff url(images/diagonal-noise.png) repeat;
  border-top: none;
  /*text-align: center;*/
  padding-bottom: .5em;
  border-bottom: 3px solid #0f3d4d;
  -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, .75);
  -moz-box-shadow: 0px 5px 5px rgba(50, 50, 50, .75);
  box-shadow: 0px 5px 5px rgba(50, 50, 50, .75);
  z-index: 700;
}

.menu-primary.block ul.menu li {
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0 .5em;
  padding-left: 0;
  padding-right: 0;
  /*display: inline-block;*/
  /*vertical-align: bottom;*/
  text-align: left;
  border-bottom: dotted #999 1px;
}

.menu-primary.block ul.menu li a {
  /*padding: .5em 0 0;*/
  display: block;
  font: 1.2222em/2.4em "Roboto Regular", Ariel, sans-serif;
  display: block;
  color: #0f3d4d;
  text-decoration: none;
}

.menu-primary.block ul.menu li a:active {
  color: #20aadb;
}

.menu-primary.block .menu a.active-trail {
  color: #20aadb;
}

.menu-primary.block ul.menu li.leaf {
  padding-top: 0;
}

.menu-primary.block ul.menu li.expanded,
.menu-block-9 ul.menu li.collapsed {
  padding-right: 0;
  list-style: none;
}

/*
/*Main Menu - Secondary levels With Drupal Menu Block module
*/

.block.darkblue[class*="secondary-menu"] .content,
.panel-pane.darkblue[class*="secondary-menu"] .content {
  padding: 0;
}

.secondary-menu h2 {
  color: #fafafa;
  background-color: #0F3E4E;
  border-bottom: #96a53a solid 4px;
  padding: .5em;
  font-family: "Roboto Medium", Ariel, sans-serif;
  font-family: "Museo Slab 700";
  font-family: "Roboto Slab Regular", Georgia, serif;
  letter-spacing: .05em;
  font-size: 1.1111111em;
  margin-bottom: 0;
}

.secondary-menu h2 a,
.secondary-menu h2 a:link,
.secondary-menu h2 a:active,
.secondary-menu h2 a:hover {
  color: #fafafa;
}

.secondary-menu

/*.menu-block-wrapper*/
,
.event-filter {
  background: url("images/diagonal-noise.png") #fff;
  box-shadow: 0 5px 5px -5px #999999;
  -moz-box-shadow: 0 5px 5px -5px #999999;
  -webkit-box-shadow: 0px 5px 5px -5px #999;
}

.secondary-menu .menu {
  /*margin: 0 .5em .5em;*/
}

.secondary-menu .menu ul.menu {
  /*margin-left: .5em;*/
  margin: auto auto auto 1em;
}

.secondary-menu .menu li {
  background: none;
  max-width: 100%;
}

.secondary-menu .menu li span.nolink {
  padding: .25em 0 .25em 1em;
  background-color: #96A53A;
  background-image: url("images/diagonal-noise.png");
  /*color: white;*/
  display: block;
  font-family: "Roboto Regular", Arial, sans-serif;
  /*font-size: 1.125em;*/
  margin-right: .5em;
  margin-left: -.5em;
}

.secondary-menu .menu li:nth-child(3)>a.downtown {
  border-bottom: none;
}

.secondary-menu .menu li {
  list-style: none;
  display: block;
  max-width: 100%;
  /*background-color: #f8f8f8;*/
  margin-left: 0;
  padding: 0;
}

/*.secondary-menu .menu a, */
.secondary-menu ul.menu li a {
  display: block;
  font-family: "Roboto Regular", Arial, sans-serif;
  letter-spacing: .05em;
  /*font-size: 1.125em;*/
  display: block;
  padding: .5em 0;
  border-bottom: dotted #999 1px;
  text-decoration: none;
  color: #0F3E4E;
  margin: 0 .5em;
  line-height: 1em;
  padding: .75em 0;
}

.secondary-menu ul.menu li a:hover {
  color: #20AADB;
}

.secondary-menu
/*.menu*/
a:hover,
.secondary-menu

/*.menu*/
ul a:hover {
  /*color: #20AADB;*/
}

.secondary-menu .menu a.active-trail,
.secondary-menu .menu ul a.active-trail {
  color: #20AADB;
}

.secondary-menu .menu li.active-trail {}

/*.secondary-menu > .menu a:last-of-type,*/
.menu-block-6>ul.menu>li:last-of-type a {
  border-bottom: none;
}

/**
* adblocks - can be used on any page
*/

div.adblock {
  position: relative;
  margin-bottom: 20px;
  background-image: url("images/diagonal-noise.png");
  box-shadow: 0 5px 5px -5px #999999;
  padding: 0.5em .25em;
}

div.adblock:last-of-type {
  margin-bottom: 0;
}

div.adblock div.field-image {
  display: inline-block;
  vertical-align: middle;
}

div.adblock a.adblock-caption {
  display: inline-block;
  line-height: 1em;
  font-family: "Roboto Regular", Arial, sans-serif;
  color: #20aadb;
  vertical-align: middle;
}

div.adblock a.adblock-caption:hover {
  color: #0f3e4e;
}

.event-filter .content {
  padding: .5em;
}

/*
* Display mobile calendar view and hide the regular
*/

div.calendar-mobile {
  display: block;
}

div.calendar-regular {
  display: none;
}

div.calendar-regular-sidebar {
  display: none;
}

div.storytime-library-filter {
  margin-bottom: 40px;
}

/*
* Subject Guides
**/

/****Return to parent term ***/

span.parent-term .item-list {
  display: inline-block;
}

span.parent-term .item-list li {
  margin-left: 0;
  font-family: "Roboto Regular", Ariel, sans-serif;
}

div.parent-term .pane-content {
  display: inline-block;
}

div.parent-term .pane-content ul li {
  list-style-type: none;
  margin-left: .5em;
  font-family: "Roboto Regular", Ariel, sans-serif;
  /*font-size: 1.25em;
    font-weight: bold;*/
}

/*
* Subject guide subtopics menu
*/

.menu-subtopics ul li {
  list-style: none;
  line-height: 1.25em;
  font-family: "Roboto Regular", Arial, sans-serif;
}

.menu-subtopics ul li a {
  text-decoration: none;
}

/*
*Blocks and panes
*/

/**** Block with transparent background with dark blue (#0f3e4e) header background */
.block.darkblue h2,
.panel-pane.darkblue h2 {
  color: #fafafa;
  background-color: #0F3E4E;
  border-bottom: #96a53a solid 3px;
  padding: .5em;
  font-family: "Roboto Medium", Ariel, sans-serif;
  font-family: "Museo Slab 700";
  font-family: "Roboto Slab Regular", Georgia, serif;
  letter-spacing: .05em;
  font-size: 1.11111111em;
  margin-bottom: 0;
}

.block.darkblue,
.panel-pane.darkblue {
  background-color: transparent;
  overflow: hidden;
}

.block.darkblue .content,
.panel-pane.darkblue .content {
  /*padding: 1em .5em .5em; */
}

.block,
.panel-pane {
  margin-bottom: 20px;
  /*overflow:hidden;*/
}

.block.wrap-image,
.panel-pane.wrap-image,
.block.wrap-image-right,
.panel-pane.wrap-image-right {
  margin-bottom: 0;
}

.block-logo {
  margin-bottom: 0;
}

.block.green,
.panel-pane.green {
  background-color: transparent;
}

.block.green h2,
.panel-pane.green h2 {
  color: #fafafa;
  border-bottom: #0f3e4e solid 3px;
  padding: .5em;
  font-family: "Museo Slab 700";
  font-family: "Roboto Slab Regular", Georgia, serif;
  letter-spacing: .05em;
  margin-bottom: 0;
  background-color: #96a53a;
  font-size: 1.11111111em;
}

.block.green .content,
.panel-pane.green .pane-content {
  /*padding: .5em;*/
  overflow: hidden;
}

.block.blue,
.panel-pane.blue {
  background-color: #fff;
}

.block.blue h2,
.panel-pane.blue h2 {
  font-family: 'Museo Slab 700 Italic';
  font-family: "Roboto Slab Regular", Georgia, serif;
  font-size: 1.1111111111em;
  padding: .5em;
  color: #fff;
  background-color: #20aadb;
  margin-bottom: 0;
}

.block.blue .content,
.panel-pane.blue .pane-content {
  padding: .5em;
  overflow: hidden;
}

.block.white,
.panel-pane.white {
  background-color: transparent;
  overflow: hidden;
}

.block.white h2,
.panel-pane.white h2 {
  font-family: "Museo Slab 700", Georgia, serif;
  font-family: "Roboto Slab Regular", Georgia, serif;
  font-size: 1.1111111em;
  padding: 0 0 .5em 0;
  color: #0f3e4e;
  background-color: transparent;
  border-bottom: 3px solid #96a53a;
  margin-bottom: 0;
}

.block.white .content,
.panel-pane.white .pane-content {
  padding: .5em 0 0 0;
  overflow: hidden;
}

.block.fol,
.block.imagination-library {
  border: 3px solid #0f3e4f;
  padding: 1em .5em 1em 100px;
}

.block.fol a,
.block.imagination-library a {
  display: block;
  text-decoration: none;
  font-family: "Roboto Regular", Arial, sans-serif;
}

.block.fol {
  background: no-repeat url("images/FOL_logo.png");
}

.block.imagination-library {
  background: no-repeat url("images/IL_logo.png");
}



/*
* Front page settings
*/

/*
* Landing page headlines
*/

.landing-page-headlines div.headlines-block {
  margin-bottom: .75em;
  border-bottom: #999 dotted 1px;
  padding-bottom: .75em;
  font-family: "Roboto Regular", Ariel, san-serif;
  line-height: 1.25em;
}

.landing-page-headlines div.view-content {
  padding: .5em;
}

.landing-page-headlines div.headlines-block:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.landing-page-headlines div.view-content span.views-field-body {
  font-style: italic;
  font-family: Georgia, "Nimbus Roman No9 L", "Times New Roman", serif;
}



/*
* Popular things menu
*/

.popular-things .content {
  padding: 0;
  -webkit-box-shadow: 0px 5px 5px -5px #999;
  box-shadow: 0px 5px 5px -5px #999;
}

.popular-things .menu {
  width: auto;
  background: url(images/diagonal-noise.png) #fff;
  -webkit-box-shadow: 0px 5px 5px -5px #999;
  box-shadow: 0px 5px 5px -5px #999;
}

.popular-things ul.menu li {
  display: block;
  border-bottom: dotted #999 1px;
  margin-left: 0;
}

.popular-things ul.menu li:last-child {
  border-bottom: none;
}

.popular-things ul.menu li a,
popular-things ul.menu li a:visited {
  display: block;
  vertical-align: middle;
  padding: .5em 1em;
  font-family: "Roboto Regular", Ariel, sans-serif;
  color: #20aadb;
  letter-spacing: .05em;
  text-decoration: none;
}

.popular-things ul.menu li a:hover {
  color: #0f3e4e;
}

/*.popular-things h2 {
   color: #fafafa;
   background-color: #96a53a;
   border-bottom: #0f3e4e solid 3px;
   padding: .5em;
   font-family: "Museo Slab 700";
   letter-spacing: .05em;
   font-size: 1.25em;
   margin-bottom: 0;
} */

/*
* CMDC Front page ad block
*/

#block-views-ad-blocks-discover-cmdc {
  border: solid 7px #0F3E4E;
  position: relative;
}

#block-views-ad-blocks-discover-cmdc div.views-row {
  margin-bottom: 0;
}

#block-views-ad-blocks-discover-cmdc .cmdc-title {
  background: #DF5820;
  padding: 0;
  margin: 0;
  border-bottom: 7px solid #0F3E4E;
}

#block-views-ad-blocks-discover-cmdc .cmdc-title h2 {
  font-family: 'Museo Slab 700 Italic';
  font-size: 1.25em;
  padding: .5em;
  color: #fff;
  margin-bottom: 0;
  border-bottom: none;
}

#block-views-ad-blocks-discover-cmdc .cmdc-image .field-content {}

#block-views-ad-blocks-discover-cmdc .field-content img {
  width: 100%;
}


/*
* Generic Views settings
*/
/*div.views-row {
    margin-bottom: 2em;
}
*/
div.views-row:only-of-type {
  margin-bottom: 0;
}

div.view-footer {
  margin-top: .5em;
}

.catalog-title:before {
  content: '\201c';
}

.catalog-title:after {
  content: '\201d'
}

/*
 *Hours and Locations pages
*/
.vcard {
  font-family: "Roboto Regular", Arial, sans-serif;
}

div.locations {
  clear: both;
  display: block;
  margin-bottom: 20px;
  overflow: auto;
  text-align: center;
}

div.views-field-field-library-photo img {
  width: auto;
  max-height: 75%;
  margin-bottom: 1em;
}

div.address {
  margin: .5em auto;
}

div.phone {
  margin: .5em auto;
}

span.tel {
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
}

span.email {
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
}

div.hours-block-wrapper {
  margin: .5em auto;
}

div.hours-block-wrapper ul {
  text-align: center;
  margin: 0 auto;
  display: table;
  border-collapse: collapse;
}

span.hours-block li {
  display: table-row;
  padding: .75em 0;
  font-family: "Roboto Regular", Arial, sans-serif;
  line-height: 1em;
}

span.hours-label {
  padding: .25em 1.5em .25em .25em;
  margin: .25em 1.5em .25em .25em;
  display: table-cell;
  text-align: left;
  border-bottom: 1px dotted #999;
}

span.hours-open {
  padding: .25em .25em .25em 0;
  margin: .25em .25em .25em 0;
  border-bottom: 1px dotted #999;
  display: table-cell;
  text-align: end;
}

.overlay-label-hours {
  display: inline-block;
  width: 40px;
  margin-right: 5px;
  float: left;
}

li.hours-today {
  background-color: #fefcf0;
  background-color: #fefae2;
}

/*Remove library name from address card for single library taxonomy pages*/

body.page-taxonomy-term div.locations h2 {
  display: none;
}

/*OpenLayers Location Maps*/

.location-map {
  margin: 10px;
}

.openlayers-container img {
  max-width: none;
}

.olFramedCloudPopupContent {
  overflow: visible !important;
}

.olFramedCloudPopupContent ul {
  list-style: none;
}

/*End location maps*/

.hours-daily {
  margin-bottom: .5em;
}


/*
*Slideshows & Image Galleries
*/

/* Flexslider slideshow */

#block-views-slideshows-block-1 {}

/*.front*/
.flexslider {
  border-radius: 0px;
  background-color: transparent;
  margin-bottom: 0;
  box-shadow: none;
  background-image: url("images/diagonal-noise.png");
  border: 3px solid #0f3e4e;
  /*-webkit-box-shadow: 0px 5px 5px -5px #999;
  box-shadow: 0px 10px 5px -5px #999;*/
}

.flexslider .slides img {
  width: auto;
}

.flexslider li {
  list-style-type: none;
  margin-bottom: 0;
}

.flex-nav-container {
  margin-bottom: 0px;
}

.flexslider-nav-button-container a {
  color: #fff;
}

span.slide-show-caption:after {
  content: "\00a0";
}

div.slide-show-caption,
div.slide-show-caption-2 {
  /*position: absolute;*/
  text-indent: -9999px;
}

.flex-nav-container ol.flex-control-nav {
  padding: .5em .25em;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}

.flex-control-nav li {
  margin: 0 5px;
}

.flex-control-nav li:first-child {
  margin: 0 5px;
}

ol.flex-control-nav li a,
.flex-control-nav li a {
  background-color: #fafafa;
  background-image: none;
  width: 1.25em;
  height: 1.25em;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border: 1px solid #363636;
}

ol.flex-control-nav li a:hover,
.flex-control-nav li a:hover {
  background-color: #20aadb;
  background-image: none;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
}

ol.flex-control-nav li a:active,
.flex-control-nav li a:active {
  background-color: #96a53a;
  background-image: none;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
}

ol.flex-control-nav li a.flex-active,
.flex-control-nav li a.active {
  background-color: #96a53a;
  background-image: none;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
}

.flex-nav-container ul.flex-direction-nav {
  display: none;
}

.flex-nav-container:hover ul.flex-direction-nav {
  display: block;
}

.flex-direction-nav li {
  display: block;
}

.flexslider-nav-button-container {
  color: #0f3e4e;
  font-family: "Roboto Regular", Arial, sans-serif;
  padding: .25em;
  height: 0.00000001em;
  top: 100%;
  border-top: none;
  right: 0px;
  bottom: 0px;
  left: 0px;
  /*Unique for each width*/
  overflow: hidden;
  margin-bottom: .5em;
  text-align: center;
}

/*ul .flexslider-nav-button-container {
  line-height: 1em;
    }*/

.flexslider-nav-button-container a {
  text-decoration: none;
}

.flexslider-nav-button-container a,
.front ol.flex-control-nav a {
  color: #0f3e4e;
}

.flexslider-nav-button-container h1 {
  font-size: .88889em;
  text-indent: -9999px;
}

ol.flex-control-nav {
  /*display: none;*/
  padding: 0;
  position: relative;
  bottom: .25em;
  /*right: auto;
  left: auto;
  width: 100%;*/
  line-height: 0;
  margin: 0 0 .25em 0;
}

ol.flex-control-nav li a {
  height: 0.5em;
  width: 0.5em;
  opacity: .75;
}

/*.front ol.flex-control-nav li a {
  width: 1em;
  height: 1em;
}*/

/*
* Position and display the control arrows
*/
.flexslider .flex-direction-nav ul {
  margin-bottom: 0;
}

/*.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
    display: block;
}*/

.flexslider .flex-direction-nav a {
  /*top: 75%;*/
  z-index: 50;
  display: inline-block;
  background-image: none;
  height: 27px;
}

.flexslider .flex-next {
  right: 5px;
  z-index: 50;
  /*bottom: .000009em;*/
  top: auto;
  opacity: 1;
  bottom: 0;
}

.flexslider .flex-prev {
  left: 5px;
  z-index: 50;
  /*bottom: .000009em;*/
  top: auto;
  opacity: 1;
  bottom: 0;
}

.flexslider a.flex-next {
  background-image: url(images/arrow_sprite_right.png);
  background-position: 100% 0;
  opacity: .5;
  margin-bottom: .2em;
}

.flexslider a.flex-next:hover {
  opacity: .2;
}

.flexslider a.flex-prev {
  background-image: url(images/arrow_sprite_left.png);
  background-position: 0 0;
  opacity: .5;
  margin-bottom: .2em;
}

.flexslider a.flex-prev:hover {
  opacity: .2;
}

.flexslider:hover .flex-next {
  right: 5px;
  opacity: 1;
}

.flexslider:hover .flex-prev {
  left: 5px;
  opacity: 1;
}


/*
** Related resources lists
*/

section[title="See-also"] div.view-mode-related_resource {
  margin-bottom: .5em;
}

section[title="Bibliography"] div.view-mode-related_resource {
  margin-bottom: 1em;
}

/*
*Thumbnail Image Gallery
*/

div.view-mode-related_thumbnail_gallery div.view-content {
  /*text-align: center;*/
}

div.thumbnail-gallery {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

div.thumbnail-gallery img {
  border: 1px solid #ccc;
  padding: .25em;
  margin: 0 .25em .5em 0;
}

div.thumbnail-gallery a:hover img {
  border: 1px solid orange;
}


/* JQuery UI styles */
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-widget-content {
  background: none fixed;
  border: none;
}

/*
*   Quicktabs
*/


ul.quicktabs-tabs {
  display: inline-block;
  margin: 0 0 5px 0;
}

.quicktabs .item-list ul {
  margin: 0;
}

ul.quicktabs-tabs li {
  font-family: "Roboto Regular", Arial, sans-serif;
  display: block;
  float: left;
  margin: .25em 0 0 0;
  padding: 0;
}

ul.quicktabs-tabs li a {
  display: block;
  background-image: url(images/diagonal-noise.png);
  background-color: #0f3e4e;
  background-color: #bbb;
  border: 1px solid #0f3e4e;
  border-bottom: none;
  color: #0f3e4e;
  white-space: nowrap;
  padding: .5em;
  margin: 0 2px;
  text-decoration: none;
}

ul.quicktabs-tabs li a:hover {
  background-color: #20AADB;
  border: 1px solid #0f3e4e;
  border-bottom: none;
  /*color: #fff;*/
}

ul.quicktabs-tabs li.active a {
  background-image: none;
  background-color: #fff;
  color: #0f3e4e;
  border: 1px solid #0f3e4e;
  border-bottom: none;
}

ul.quicktabs-tabs li.active a:hover {}

ul.quicktabs-tabs li.active a:after {
  padding: .5em;
}

div.quicktabs_main {
  clear: both;
  margin-top: -10px;
  padding: 0;
}

/*
* Search result page
*/

#search-form {
  margin-bottom: 20px;
}

div.search-result {
  padding: 20px 0;
  border-bottom: 1px dotted #999;
}

/*
* oneCol Stacked Display Suite layout
*/

/*.onecol-stacked {
    border-bottom: 1px dotted #999;
    padding-bottom: .5em;
    padding-bottom: 20px;
}
*/
.group-footer {
  font-family: "Roboto Regular", Arial, sans-serif;
  /* margin-top: 20px;*/
}

.group-footer p {
  margin-bottom: 0;
}

span.label-inline {
  font-family: "Roboto Medium", Arial, sans-serif;
}

/**
** h1 for the footer section styled to look like a page level h2
**/
.group-footer h1.see-also,
aside h1.see-also {
  font-family: "Roboto Slab", Georgia, Serif;
  font-size: 1.111111em;
  border-bottom: #96a53a solid 3px;
  margin: 1em 0;
  overflow: hidden;
}

/*
* 2col stacked teaser display layout
*/

div.twocol-stacked-teaser-header {
  margin-bottom: 10px;
}

div.twocol-stacked-teaser-content {
  overflow: hidden;
}

div.twocol-stacked-teaser-image {
  margin: 0 .5em .25em 0;
  float: left;
}

div.twocol-stacked-teaser-secondary {
  clear: both;
  background-color: lightgray;
  display: block;
  padding: 0 .5em;
  border: dotted 5px darkgray;
  margin-top: 20px;
}

div.twocol-stacked-teaser-secondary>div {
  line-height: 1.25em;
  margin: .25em 0;
}

div.twocol-stacked-teaser-secondary span.label-inline {
  font-weight: bold;
}

/*div.twocol-stacked-teaser-secondary span.field-label {
    font-weight: bold;
    display: inline;
}
*/
div.twocol-stacked-teaser-secondary div.field-label:after {
  content: " ";
}

/*
* knoxlib twocol stacked panel layout - single column
*/

.twocol-stacked-panel .panel-pane {
  /*margin-bottom: 20px;*/
  clear: both;
}

.twocol-stacked-panel div.inside {
  /*margin-bottom: 20px;*/
  overflow: hidden;
}

.twocol-stacked-panel div.inside:empty {
  margin-bottom: 0;
}

.twocol-stacked-panel .panel-pane.pane-node-field-image {
  float: left;
  margin: 0 0.5em 0.25em 0;
  width: 50%;
  height: auto;
}

.twocol-stacked-panel .panel-pane.pane-node-field-image img {}

div.twocol-stacked-panel-header .panel-pane.pane-node-field-image~.panel-pane.pane-node-body {
  clear: none;
}

div.twocol-stacked-panel-main .panel-pane.pane-node-field-image~.panel-pane.pane-node-body {
  clear: none;
}

div.twocol-stacked-panel-header {
  overflow: hidden;
}

/*div.twocol-stacked-panel-header div.header-blocks, div.twocol-stacked-panel-footer div.footer-blocks {
    width: auto;
    padding: 0;
    overflow: hidden;
    /*background-color: #fafafa;*/
/*margin-bottom: 20px;
    position: relative;
    clear: both;
}*/

div.twocol-stacked-panel div.col-wrap-one {
  background-color: lightgreen;

}

div.twocol-stacked-panel div.col-wrap-two {
  background-color: lemonchiffon;
}

div.twocol-stacked-panel-main {
  overflow: hidden;
}

div.twocol-stacked-panel-aside {
  overflow: hidden;
}


div.twocol-stacked-panel-footer {
  /*clear: both;*/
  overflow: hidden;
}


/*
*   knoxlib_stacked_grid_panel layout
*/
.knoxlib_stacked_grid_panel>div {
  /*margin-bottom: 20px;*/
}

knoxlib_stacked_grid_panel>div:last-child {
  margin-bottom: 0;
}

/*
* Mini pager
*/

/*ul.pager li*/
.item-list .pager li {
  margin: 0 .5em 0 0;
  padding: 2em 0 0 0;
}


/**
 * Based on the default jCarousel tango skin. Adapted for use with the Mini
 * Panels module by Wim Leers. GPL icons created by Kaj Heijmans.
 */

.jcarousel-container {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  background: url(images/diagonal-noise.png);
  border: none;
  margin: auto;
  vertical-align: baseline;
  -webkit-box-shadow: 0px 5px 5px -5px #999;
  box-shadow: 0px 5px 5px -5px #999;
}

.jcarousel-container-horizontal {
  width: 100%;
  height: auto;
  /*padding: 0px 40px;*/
  padding: 0;
  vertical-align: baseline;
  overflow-x: hidden;
  overflow-y: visible;
}

.jcarousel-navigation-before {
  padding-top: 50%;
}

.jcarousel-navigation-after {
  padding-bottom: 50%;
}

.jcarousel-clip-horizontal {
  overflow: hidden;
  vertical-align: text-bottom;
  margin-left: 50px;
  margin-right: 50px;
  /*margin-right: 10%;*/
}

ul.jcarousel {
  padding-bottom: 10px;
}

.jcarousel-item {
  padding: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  /*min-height: 120px;*/
  border: none;
  list-style: none;
  background: transparent;

}

.jcarousel-item-horizontal {
  margin: 10px 10px 10px 0;
  display: inline;
}

.jcarousel-item-vertical {
  margin: 4px 0;
}

.jcarousel-item-placeholder {
  /*background: #fff url(throbber.gif) no-repeat center center;
  color: #000;*/
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 150px;
  cursor: pointer;
  background: transparent url(images/next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
  /*background-position: -32px 0;*/
}

.jcarousel-next-horizontal:active {
  /*background-position: -64px 0;*/
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
  /*cursor: default;
    background-position: -96px 0;*/
}

.jcarousel-prev-horizontal {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 150px;
  cursor: pointer;
  background: transparent url(images/prev.png) no-repeat 0 0;
}


.jcarousel-prev-horizontal:hover,
.jcarousel-prev-horizontal:focus {
  /*  background-position: -32px 0;*/
}

.jcarousel-prev-horizontal:active {
  /* background-position: -64px 0;*/
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  /* cursor: default;
    background-position: -96px 0;*/
}

div.pane-new-library-item-carousels-panel-pane-1.last {
  margin-bottom: 60px;
}

/**
 * New Item Block - Random new items for the front page
 */

.new-item-block div.views-row {
  /*vertical-align: left;*/
  margin-bottom: 20px;
  overflow: hidden;
}

.new-item-block div.views-row .views-field-field-cover-art {
  /*text-align: center;    */
}

.new-item-block div.views-row .views-field-field-cover-art img {
  -webkit-box-shadow: 0px 5px 5px #999;
  box-shadow: 0px 5px 5px #999;
  float: left;
  margin: 0 10px 10px 0;
}

/** Related Catalog Item for full page displays **/

.pane-node-field-bibliography-item div.field-bibliography-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}

/**
 * settings for iframes for local databases
 */

.iframe-wrap {
  /*position: relative;*/
  max-width: 100%;
}

.iframe-wrap iframe {
  min-height: 100%;
  height: 100%;
}

/**
 * Databases A-Z list
 */

.glossary-anchor a {
  display: block;
  width: 100%;
  margin: 20px 0 .5em;
  font-size: 2em;
  color: #999;
  border-bottom: 1px dotted #999;
  padding-bottom: 3px;
}

.glossary-anchor a#A {
  margin-top: 1em;
}

div.view-subject-guides div.views-row-last .onecol-stacked {
  border-bottom: none;
}

div.a-z-resource>div.node {
  padding-bottom: 20px;
}

/**
** Accordian views
**/


h3.ui-accordion-header {
  font-family: "Roboto Regular", Arial, sans-serif;
}

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-accordion-icons .ui-accordion-header a {
  color: #20aadb;
}

.ui-accordion-icons .ui-accordion-header a:hover {
  color: #0F3E4E;
}

.ui-accordion-content {
  background-color: #f5f5f5;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #20aadb;
}

.ui-widget-header {
  border: none;
  background: transparent none;
  color: inherit;
  font-weight: inherit;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: transparent none;
  border: none;
}

.ui-state-default {
  background: transparent none;
  border: none;
}

.ui-widget-content a {
  color: #20aadb;
}

.meeting-rooms {
  font-family: "Roboto Regular", Arial, sans-serif;
}

.meeting-rooms ul li {
  margin: 0 0 1em .5em;
}

.meeting-rooms ul li a {
  text-decoration: none;
}

.meeting-rooms h3 {
  font-size: 1.1111em;
  font-family: "Roboto Regular", Arial, sans-serif;
}

.meeting-rooms .vcard {
  margin-bottom: .5em;
}

/**
** Index page grids
**/

.views-column {
  margin-bottom: 20px;
}

li.index-image img {
  max-width: 95%;
  padding: 5px;
  border: 1px solid #ccc;
  height: auto;
}

.views-column img,
li.index-image-big img {
  padding: 5px;
  border: 1px solid #ccc;
  height: auto;
  max-width: 158px;
}

.views-column img:hover,
li.index-image img:hover,
li.index-image-big img:hover {
  border-color: orange;
  /*box-shadow: 0 5px 5px 3px #ffcc00;*/
}

.item-list ul.index-image-list li {
  margin: 10px 20px 10px 0;
}

li.index-image,
li.index-image-big {
  display: inline-block;
  vertical-align: top;
  max-width: 120px;
  height: auto;
}

li.index-image-big {
  max-width: 170px;
}

ul.index-image-list li.index-image-big div {
  font-family: "Roboto Regular", Arial, sans-serif;
}

ul.index-image-list li.index-image-big h2 {
  border-bottom: none;
  padding: 0;
}

ul.index-image-list li.index-image-big h2 a {
  display: block;
  /*background-image: url('images/diagonal-noise.png');*/
  text-decoration: none;
  border-bottom: none;
  font-size: 1em;
}

/**
** Iframes
**/

iframe {
  clear: both;
  display: block;
  width: 100%;
  max-width: 100%;
}

iframe.video-filter {
  max-width: 400px;
}


/**
** Display List content type list items
**/

.list-node-view {}

.list-node-view em {}

.list-node-view strong {}

.list-node-view .description,
.node-list .description {
  font-weight: normal;
  margin-top: 1em;
}

.list-node-view .item-list ul {
  margin: 0;
}

.list-node-view .item-list ul li.list-item a {
  text-decoration: none;
}

.list-node-view .item-list ul li.list-item {
  padding: .5em;
  margin-left: 0;
  line-height: 1.25em;
  margin-bottom: 0;
  overflow: hidden;
  font-family: Georgia, "Nimbus Roman No9 L", "Times New Roman", serif;
}

.list-node-view .item-list ul li.views-row-even {
  background-color: #f5f5f5;
}

.list-node-view .item-list ul li.views-row-odd {
  background-color: #fff;
}

.list-node-view li.views-row-odd {
  /*background-color: #eeeeee;*/
}

.list-node-view .item-list ul li.list-item:only-of-type {
  display: none;
}

.list-node-view .item-list ul li.list-item:empty {
  display: none;
}

/**
** Sneak peek reviews ratings displayed as stars
**/

.star-rate {
  color: transparent;
  position: relative;
  margin-bottom: .5em;
}

.one-star:after {
  color: #e72f00;
  content: "\2605\2606\2606\2606\2606";
  font-size: 1.25em;
  position: absolute;
  left: 0;
}

.two-star:after {
  content: "\2605\2605\2606\2606\2606";
  color: #e72f00;
  font-size: 1.25em;
  position: absolute;
  left: 0;
}

.three-star:after {
  content: "\2605\2605\2605\2606\2606";
  color: #e72f00;
  font-size: 1.25em;
  position: absolute;
  left: 0;
}

.four-star:after {
  content: "\2605\2605\2605\2605\2606";
  color: #e72f00;
  font-size: 1.25em;
  position: absolute;
  left: 0;
}

.five-star:after {
  content: '\2605\2605\2605\2605\2605';
  color: #e72f00;
  font-size: 1.25em;
  position: absolute;
  left: 0;
}

.feed-icon img {
  float: right;
}

/**
** Sharethis lists
**/

ul.inline li.sharethis {
  padding: 0;
}

/*
** Colorbox image gallery styles
*/
* #cboxWrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#cboxCurrent {
  left: auto;
  right: 0px;
  bottom: -4px;
}

#cboxPrevious {
  left: 25px;
}

#cboxNext {
  left: 50px;
}

#cboxClose {
  right: auto;
  left: 0px;
}
