@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-scss
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 33, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 40, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Roboto, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 154, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 170, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 20px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.05em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.375em;
}

/* line 189, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* line 194, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 0.64103em;
}

/* line 199, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

/* line 204, ../sass/_normalize.scss */
h5 {
  font-size: 0.9em;
  line-height: 1.66667em;
  margin-top: 1.66667em;
  margin-bottom: 0.83333em;
}

/* line 209, ../sass/_normalize.scss */
h6 {
  font-size: 0.8em;
  line-height: 1.875em;
  margin-top: 0.9375em;
  margin-bottom: 0em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 216, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 227, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 232, ../sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 241, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 252, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 261, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 273, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 278, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 290, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 293, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 303, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 315, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 20px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 322, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 20px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 340, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}
/* line 355, ../sass/_normalize.scss */
.lt-ie9 img {
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 363, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 368, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 384, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.0625em;
  padding-top: 0.4625em;
  border-bottom-style: solid;
  border-bottom-width: 0.0625em;
  padding-bottom: 0.9125em;
  border-left-style: solid;
  border-left-width: 0.0625em;
  padding-left: 0.9125em;
  border-right-style: solid;
  border-right-width: 0.0625em;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 399, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 417, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 434, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 445, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 461, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 473, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 484, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 498, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 508, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 514, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 523, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 529, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 537, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 36, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 48, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 700px) {
  /* line 62, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 0;
    position: relative;
  }

  /* line 67, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 0;
    /*width: $zen-grid-width;*/
    max-width: 1024px;
  }
}
/**
 * Use 1 grid column for smaller screens.
 */
@media all and (max-width: 699px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 89, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 91, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 96, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* Span 2 columns, starting in 1st column from left. */
  /* Span 1 column, starting in 3rd column from left. */
  /**
   * The layout when there are two sidebars.
   */
  /* line 119, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 121, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 126, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 131, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 137, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 141, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 146, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 150, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
/**
 * Use 6  grid columns for larger screens.
 */
@media all and (min-width: 700px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 167, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 3rd column from left. */
    /* Span 2 columns, starting in 1st column from left. */
  }
  /* line 169, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 174, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 182, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 5th column from left. */
  }
  /* line 184, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 189, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 197, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 3rd column from left. */
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 2 columns, starting in 5th column from left. */
  }
  /* line 199, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 204, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 209, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 106, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 112, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 151, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 190, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

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

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

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

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 245, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 250, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 255, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 352, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 457, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 472, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/**
 * Menus.
 */
/* line 479, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 486, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 493, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 512, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  display: block;
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 552, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 557, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 563, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 566, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 573, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 20px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 583, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 588, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 595, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 602, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 607, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 614, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 620, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 625, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 631, ../sass/components/_misc.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
/* line 637, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 642, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 654, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 661, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 665, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 669, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 677, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 682, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 685, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 690, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 695, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 710, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 716, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 721, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 732, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 743, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 752, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 759, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 771, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 774, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 777, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 786, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 795, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 798, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 804, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1537912055');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 18, ../sass/print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 22, ../sass/print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 27, ../sass/print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 29, ../sass/print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 37, ../sass/print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 42, ../sass/print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 48, ../sass/print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 59, ../sass/print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 79, ../sass/print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* Rules for all devices */
/* line 3, ../sass/_blocks.scss */
#block-print-ui-print-links {
  font-size: 14px;
}
/* line 5, ../sass/_blocks.scss */
#block-print-ui-print-links .print_mail {
  display: inline-block;
  margin-right: 20px;
}

/* line 11, ../sass/_blocks.scss */
#block-block-6 {
  float: right;
  margin-right: -6px;
}

/* line 16, ../sass/_blocks.scss */
#block-bean-fvrl-social-media-links {
  float: right;
  margin-top: -85px;
  margin-bottom: 0;
  margin-right: 10px;
}
/* line 21, ../sass/_blocks.scss */
#block-bean-fvrl-social-media-links a {
  border: none;
}
/* line 24, ../sass/_blocks.scss */
#block-bean-fvrl-social-media-links .field-label {
  display: none;
}
/* line 27, ../sass/_blocks.scss */
#block-bean-fvrl-social-media-links .field-items {
  margin: 4px 0;
  padding-top: 8px;
}
/* line 30, ../sass/_blocks.scss */
#block-bean-fvrl-social-media-links .field-items .field-item {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
/* line 36, ../sass/_blocks.scss */
#block-bean-fvrl-social-media-links .field-items .field-item:last-child {
  margin-right: 0px;
}

/* line 42, ../sass/_blocks.scss */
#block-bean-libanswers-fill-widget {
  padding: 0;
}

/* line 46, ../sass/_blocks.scss */
#block-block-46, #block-block-43, #block-block-51, #block-block-52 {
  margin-top: 5px;
  padding-right: 0;
  padding-left: 0;
}

/* line 52, ../sass/_blocks.scss */
#block-block-46 #block-khaki-button, #block-block-43, #block-blue-button {
  margin: 0;
}

/* Rules for Wi-Fi menu block under Using the Library */
/* line 58, ../sass/_blocks.scss */
.tb-megamenu .row-fluid + .row-fluid, #tb-megamenu-column-18 .tb-megamenu-column-inner {
  padding-top: 0;
}

/* line 62, ../sass/_blocks.scss */
#block-block-42 {
  margin-bottom: 0;
}

/* line 67, ../sass/_blocks.scss */
#block-views-resources-block-1 h2, #block-views-resources-block-branch-services h2 {
  color: black;
  line-height: 100%;
}

/* Emergency Broadband Block  with maroon border*/
/* line 73, ../sass/_blocks.scss */
#block-block-58 {
  border: 2.5px solid #8c2131;
  padding: 0 1em;
  margin-bottom: .6em;
}

/* line 79, ../sass/_blocks.scss */
#block-fvrl-misc-fvrl-ask, .pane-fvrl-misc-fvrl-ask {
  min-height: 53px;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 1;
}
/* line 86, ../sass/_blocks.scss */
#block-fvrl-misc-fvrl-ask #help, .pane-fvrl-misc-fvrl-ask #help {
  margin: 0 70px 0 0;
}
/* line 89, ../sass/_blocks.scss */
#block-fvrl-misc-fvrl-ask #help a, #block-fvrl-misc-fvrl-ask #help a:visited, .pane-fvrl-misc-fvrl-ask #help a, .pane-fvrl-misc-fvrl-ask #help a:visited {
  width: 100%;
  border: none;
}
/* line 93, ../sass/_blocks.scss */
#block-fvrl-misc-fvrl-ask #help a #help-text, #block-fvrl-misc-fvrl-ask #help a:visited #help-text, .pane-fvrl-misc-fvrl-ask #help a #help-text, .pane-fvrl-misc-fvrl-ask #help a:visited #help-text {
  color: black;
  font-weight: 600;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 104, ../sass/_blocks.scss */
#block-fvrl-misc-fvrl-ask #help a #help-link, #block-fvrl-misc-fvrl-ask #help a:visited #help-link, .pane-fvrl-misc-fvrl-ask #help a #help-link, .pane-fvrl-misc-fvrl-ask #help a:visited #help-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: yellowgreen url("../images/ask_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 121, ../sass/_blocks.scss */
#block-fvrl-misc-fvrl-ask #help a:hover #help-link, .pane-fvrl-misc-fvrl-ask #help a:hover #help-link {
  background-color: #b3d965;
}

/* Rules for home page promos */
/* line 130, ../sass/_blocks.scss */
.view-ads.view-id-ads.view-display-id-block_3 .view-content .views-row {
  border: 1px solid #0e4254;
  margin: 8px 0 24px 0;
}
/* line 133, ../sass/_blocks.scss */
.view-ads.view-id-ads.view-display-id-block_3 .view-content .views-row .views-field-field-ad-image {
  padding: 1em 1em 0;
}
/* line 136, ../sass/_blocks.scss */
.view-ads.view-id-ads.view-display-id-block_3 .view-content .views-row .views-field-title-field {
  padding: 0 1em;
}
/* line 138, ../sass/_blocks.scss */
.view-ads.view-id-ads.view-display-id-block_3 .view-content .views-row .views-field-title-field h3.field-content {
  margin: .25em 0 0 0;
}
/* line 142, ../sass/_blocks.scss */
.view-ads.view-id-ads.view-display-id-block_3 .view-content .views-row .views-field-body {
  padding: 0 1em;
}

/* Rules for Spanish Resources block */
/* line 151, ../sass/_blocks.scss */
#block-views-resources-block-12 .sp-item-list ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
/* line 155, ../sass/_blocks.scss */
#block-views-resources-block-12 .sp-item-list ul li.FVRL.Resources {
  background: #fffae5;
  margin: 0;
  padding: 1em;
}
/* line 160, ../sass/_blocks.scss */
#block-views-resources-block-12 .sp-item-list ul li.views-row.views-row-1.FVRL.Resources::before {
  content: "Estos recursos son proporcionados por FVRL y están disponibles para todos en cualquier biblioteca de FVRL. También están disponibles fuera de la biblioteca con su tarjeta FVRL. (Consulte las restricciones como se indica).";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 166, ../sass/_blocks.scss */
#block-views-resources-block-12 .sp-item-list ul li.Web.Resources, #block-views-resources-block-12 .sp-item-list ul li.Librarian.Tips {
  margin: 0;
  padding: 1em;
}
/* line 170, ../sass/_blocks.scss */
#block-views-resources-block-12 .sp-item-list ul li.views-row.views-row-1.Web.Resources::before {
  content: "Utilice estos recursos desde cualquier lugar, no se necesita tarjeta de biblioteca. (En la biblioteca, es posible que deba usar una estacióe Internet o un dispositivo personal para acceder a ellos).";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 176, ../sass/_blocks.scss */
#block-views-resources-block-12 .sp-item-list ul ul.links.inline {
  display: none;
}

/* Rules for Audience page blocks */
/* line 186, ../sass/_blocks.scss */
#block-views-resources-block-4 ul.links.inline, #block-views-resources-block-5 ul.links.inline {
  display: none;
}

/* line 190, ../sass/_blocks.scss */
a#blue {
  color: #377d98;
  border: none;
}

/* line 195, ../sass/_blocks.scss */
a#raspberry {
  color: #aa1f62;
  border: none;
}

/* line 200, ../sass/_blocks.scss */
a#purple {
  color: #541547;
  border: none;
}

/* line 207, ../sass/_blocks.scss */
a#blue:hover, a#raspberry:hover, a#purple:hover {
  text-decoration: underline;
}

/* Rules for Connect and Audience page blocks */
/*Note: Teaser "Read more" link is disabled */
/* line 213, ../sass/_blocks.scss */
ul.connect-emedia {
  margin: 0 0 5px 0 !important;
  padding-left: 20px;
}

/* line 218, ../sass/_blocks.scss */
#block-views-resources-connect-ebooks-block, #block-views-resources-connect-media-block, #block-views-resources-block-7, #block-views-resources-block-8 {
  padding-top: 0px;
  padding-bottom: 5px;
}

/* line 222, ../sass/_blocks.scss */
#block-views-resources-block-10, #block-views-resources-block-9 {
  padding-top: 0px;
  padding-bottom: 15px;
}

/* line 227, ../sass/_blocks.scss */
#block-views-resources-connect-resources ul.links.inline {
  /*Note: this is different from other server*/
  display: none;
}

/* Settings for Job/RFP view display */
/* line 233, ../sass/_blocks.scss */
.field.field-name-field-timeline {
  margin-top: 1em;
}

/* line 237, ../sass/_blocks.scss */
#block-views-temporary-posts-block-2 header, #block-views-temporary-posts-block header, #block-views-temporary-posts-block-1 header {
  display: none;
}

/* ------ Style Custom Search and API results ------- */
/* line 243, ../sass/_blocks.scss */
.page-results h1 {
  display: none;
}

/* line 248, ../sass/_blocks.scss */
.search-api-page-results ol {
  margin: 0.5em !important;
  padding: 0;
}
/* line 251, ../sass/_blocks.scss */
.search-api-page-results ol article.view-mode-search_result {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #bcdee0;
}
/* line 255, ../sass/_blocks.scss */
.search-api-page-results ol article.view-mode-search_result h2.node__title {
  display: none;
}
/* line 258, ../sass/_blocks.scss */
.search-api-page-results ol article.view-mode-search_result span.oh-wrapper {
  display: flex;
  background-color: #bcdee0;
  color: black;
}

/* Rules for menus for sidebar */
/* line 269, ../sass/_blocks.scss */
.region-sidebar-second #block-menu-menu-public-policies, .region-sidebar-second #block-menu-menu-administrative-policies, .region-sidebar-second #block-menu-menu-building-projects, .region-sidebar-second #block-menu-menu-at-the-library--2, .region-sidebar-second #block-menu-menu-my-account--2, .region-sidebar-second #block-menu-menu-administration--2, .region-sidebar-second #block-menu-menu-get-to-know-us--2, .region-sidebar-second #block-menu-menu-get-involved--2, .region-sidebar-second #block-menu-menu-other-locations--2, .region-sidebar-second #block-menu-menu-learn, .region-sidebar-second #block-menu-menu-learn--2, .region-sidebar-second .pane-menu-menu-learn {
  background-color: #eeeeee;
  padding: 10px;
  margin-top: 1px;
  margin-bottom: 1em;
}
/* line 274, ../sass/_blocks.scss */
.region-sidebar-second #block-menu-menu-public-policies ul.menu, .region-sidebar-second #block-menu-menu-administrative-policies ul.menu, .region-sidebar-second #block-menu-menu-building-projects ul.menu, .region-sidebar-second #block-menu-menu-at-the-library--2 ul.menu, .region-sidebar-second #block-menu-menu-my-account--2 ul.menu, .region-sidebar-second #block-menu-menu-administration--2 ul.menu, .region-sidebar-second #block-menu-menu-get-to-know-us--2 ul.menu, .region-sidebar-second #block-menu-menu-get-involved--2 ul.menu, .region-sidebar-second #block-menu-menu-other-locations--2 ul.menu, .region-sidebar-second #block-menu-menu-learn ul.menu, .region-sidebar-second #block-menu-menu-learn--2 ul.menu, .region-sidebar-second .pane-menu-menu-learn ul.menu {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}
/* line 278, ../sass/_blocks.scss */
.region-sidebar-second #block-menu-menu-public-policies ul.menu li, .region-sidebar-second #block-menu-menu-administrative-policies ul.menu li, .region-sidebar-second #block-menu-menu-building-projects ul.menu li, .region-sidebar-second #block-menu-menu-at-the-library--2 ul.menu li, .region-sidebar-second #block-menu-menu-my-account--2 ul.menu li, .region-sidebar-second #block-menu-menu-administration--2 ul.menu li, .region-sidebar-second #block-menu-menu-get-to-know-us--2 ul.menu li, .region-sidebar-second #block-menu-menu-get-involved--2 ul.menu li, .region-sidebar-second #block-menu-menu-other-locations--2 ul.menu li, .region-sidebar-second #block-menu-menu-learn ul.menu li, .region-sidebar-second #block-menu-menu-learn--2 ul.menu li, .region-sidebar-second .pane-menu-menu-learn ul.menu li {
  list-style-type: none;
}
/* line 280, ../sass/_blocks.scss */
.region-sidebar-second #block-menu-menu-public-policies ul.menu li a, .region-sidebar-second #block-menu-menu-administrative-policies ul.menu li a, .region-sidebar-second #block-menu-menu-building-projects ul.menu li a, .region-sidebar-second #block-menu-menu-at-the-library--2 ul.menu li a, .region-sidebar-second #block-menu-menu-my-account--2 ul.menu li a, .region-sidebar-second #block-menu-menu-administration--2 ul.menu li a, .region-sidebar-second #block-menu-menu-get-to-know-us--2 ul.menu li a, .region-sidebar-second #block-menu-menu-get-involved--2 ul.menu li a, .region-sidebar-second #block-menu-menu-other-locations--2 ul.menu li a, .region-sidebar-second #block-menu-menu-learn ul.menu li a, .region-sidebar-second #block-menu-menu-learn--2 ul.menu li a, .region-sidebar-second .pane-menu-menu-learn ul.menu li a {
  color: black;
}
/* line 282, ../sass/_blocks.scss */
.region-sidebar-second #block-menu-menu-public-policies ul.menu li a:hover, .region-sidebar-second #block-menu-menu-administrative-policies ul.menu li a:hover, .region-sidebar-second #block-menu-menu-building-projects ul.menu li a:hover, .region-sidebar-second #block-menu-menu-at-the-library--2 ul.menu li a:hover, .region-sidebar-second #block-menu-menu-my-account--2 ul.menu li a:hover, .region-sidebar-second #block-menu-menu-administration--2 ul.menu li a:hover, .region-sidebar-second #block-menu-menu-get-to-know-us--2 ul.menu li a:hover, .region-sidebar-second #block-menu-menu-get-involved--2 ul.menu li a:hover, .region-sidebar-second #block-menu-menu-other-locations--2 ul.menu li a:hover, .region-sidebar-second #block-menu-menu-learn ul.menu li a:hover, .region-sidebar-second #block-menu-menu-learn--2 ul.menu li a:hover, .region-sidebar-second .pane-menu-menu-learn ul.menu li a:hover {
  color: #179b91;
}
/* line 285, ../sass/_blocks.scss */
.region-sidebar-second #block-menu-menu-public-policies ul.menu li a.active, .region-sidebar-second #block-menu-menu-administrative-policies ul.menu li a.active, .region-sidebar-second #block-menu-menu-building-projects ul.menu li a.active, .region-sidebar-second #block-menu-menu-at-the-library--2 ul.menu li a.active, .region-sidebar-second #block-menu-menu-my-account--2 ul.menu li a.active, .region-sidebar-second #block-menu-menu-administration--2 ul.menu li a.active, .region-sidebar-second #block-menu-menu-get-to-know-us--2 ul.menu li a.active, .region-sidebar-second #block-menu-menu-get-involved--2 ul.menu li a.active, .region-sidebar-second #block-menu-menu-other-locations--2 ul.menu li a.active, .region-sidebar-second #block-menu-menu-learn ul.menu li a.active, .region-sidebar-second #block-menu-menu-learn--2 ul.menu li a.active, .region-sidebar-second .pane-menu-menu-learn ul.menu li a.active {
  text-decoration: none;
}
/* line 287, ../sass/_blocks.scss */
.region-sidebar-second #block-menu-menu-public-policies ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-administrative-policies ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-building-projects ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-at-the-library--2 ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-my-account--2 ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-administration--2 ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-get-to-know-us--2 ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-get-involved--2 ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-other-locations--2 ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-learn ul.menu li a.active:hover, .region-sidebar-second #block-menu-menu-learn--2 ul.menu li a.active:hover, .region-sidebar-second .pane-menu-menu-learn ul.menu li a.active:hover {
  color: black;
}

/* Rules for Blue Get a Card block */
/* line 298, ../sass/_blocks.scss */
#block-block-50, #block-block-55 {
  padding: 0;
}

/* Rules for Words and Pictures people block */
/* line 304, ../sass/_blocks.scss */
#block-views-people-block-2 .view-display-id-block_2 .views-row {
  margin-bottom: 0;
  padding-top: 10px;
  border-bottom: 1px solid #ddddde;
}

/* Rules for mobile devices */
@media all and (max-width: 699px) {
  /* Rules for home page promos */
  /* line 316, ../sass/_blocks.scss */
  .view-ads.view-id-ads.view-display-id-block_3 .views-field-field-ad-image {
    text-align: center;
  }
  /* line 319, ../sass/_blocks.scss */
  .view-ads.view-id-ads.view-display-id-block_3 .views-field-body {
    text-align: center;
    padding: 1em;
  }

  /* Rules for audience pages */
  /* line 327, ../sass/_blocks.scss */
  #audience-header h1 {
    margin-top: 0;
  }

  /* line 331, ../sass/_blocks.scss */
  #block-views-resources-connect-ebooks-block, #block-views-resources-connect-media-block, #block-views-resources-block-6, #block-views-resources-block-7, #block-views-resources-block-8, #block-views-resources-block-10, #block-views-resources-block-9 {
    margin-bottom: 5px;
  }

  /* line 335, ../sass/_blocks.scss */
  #block-block-7 h2 {
    display: none;
  }

  /* line 343, ../sass/_blocks.scss */
  #block-bean-trumba-form-filter-book-discus,
  #block-bean-trumba-form-filter-book-sales,
  #block-bean-trumba-form-filters-storytimes,
  #block-bean-trumba-monthly-calendar,
  #block-bean-trumba-form-filters {
    display: none;
  }

  /* line 347, ../sass/_blocks.scss */
  #block-menu-block-1 .block-title {
    display: none;
  }

  /*  #block-fvrl-hours {
      clear: both;
      width: 100%;
      display: block;
      padding: 0 12px;
      font-size: 16px;
      margin-bottom: 12px;
      .fvrl-branch-name {
        color: $river-blue;
        display: inline;
        margin-right: 5px;
      }
      .fvrl-branch-hours {
        display: inline-block;
      }
      .fvrl-hours {
        display: inline;
      }
    }
  */
  /* line 371, ../sass/_blocks.scss */
  div#block-print-ui-print-links span {
    display: none;
  }

  /* line 375, ../sass/_blocks.scss */
  .print_html {
    display: none;
  }

  /* line 379, ../sass/_blocks.scss */
  .fvrl-more-hours, .fvrl-hours-more {
    display: none;
  }

  /* line 383, ../sass/_blocks.scss */
  .fvrl-hours {
    display: block;
  }

  /* line 387, ../sass/_blocks.scss */
  #block-block-6 {
    width: 300px;
    margin: 8px 0 0 65px;
    float: none;
  }

  /* line 392, ../sass/_blocks.scss */
  #block-block-41 {
    margin: 15px;
    width: 100%;
  }
  /* line 395, ../sass/_blocks.scss */
  #block-block-41 ul.flex-box {
    list-style-type: none;
    margin: 0 1em 1em 0;
    padding: 0;
  }
  /* line 400, ../sass/_blocks.scss */
  #block-block-41 li.flex-child {
    margin-bottom: 1em;
  }

  /* line 405, ../sass/_blocks.scss */
  #block-bean-fvrl-social-media-links {
    width: 100%;
    margin: 1em  auto;
    float: none;
    display: flex;
    justify-content: center;
  }

  /* line 414, ../sass/_blocks.scss */
  #block-fvrl-hours .fvrl-branch-name span {
    color: #377d98;
    font-size: 16px;
    font-weight: bold;
  }
  /* line 419, ../sass/_blocks.scss */
  #block-fvrl-hours .fvrl-branch-hours {
    color: black;
    font-size: 16px;
    font-weight: bold;
  }

  /* line 426, ../sass/_blocks.scss */
  .region-alert {
    background: #b22129 url("../images/white_exclamation.png") no-repeat left center;
    color: white;
    font-style: italic;
    height: auto;
    margin: 0 12px;
  }
  /* line 432, ../sass/_blocks.scss */
  .region-alert p {
    padding: 10px 10px 10px 70px;
    margin: 0;
  }
  /* line 437, ../sass/_blocks.scss */
  .region-alert .block {
    margin: 12px 0;
  }

  /* line 443, ../sass/_blocks.scss */
  #ctools-jump-menu label {
    color: #58585b;
  }

  /* Audience pages */
  /* line 451, ../sass/_blocks.scss */
  .section-kids #page-title,
  .section-teens #page-title,
  .section-hispanohablantes #page-title {
    color: #377d98;
  }

  /* line 456, ../sass/_blocks.scss */
  .mobile-drawer-wrapper {
    border-right: none;
    position: relative;
  }
  /* line 459, ../sass/_blocks.scss */
  .mobile-drawer-wrapper .drawer-control {
    background: #b5b894;
    font-size: 41px;
    font-family: monospace;
    color: black;
    padding: 5px 2px 4px 2px;
    vertical-align: center;
    position: absolute;
    top: 1px;
    max-height: 21px;
  }
  /* line 470, ../sass/_blocks.scss */
  .mobile-drawer-wrapper .drawer {
    background: #bcdee0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom-style: none;
    color: black !important;
    display: block;
    font-weight: normal;
    line-height: 1;
    margin-left: 35px;
    padding: 5px 0 3px 5px;
  }
  /* line 481, ../sass/_blocks.scss */
  .mobile-drawer-wrapper .field-item {
    border: none !important;
  }
  /* line 485, ../sass/_blocks.scss */
  .mobile-drawer-wrapper .view-mode-full,
  .mobile-drawer-wrapper .view-content {
    padding-left: 6px;
  }

  /* Experience Pass Attractcions */
  /* line 492, ../sass/_blocks.scss */
  .box-frame {
    display: block;
    margin-top: 10px;
  }
  /* line 495, ../sass/_blocks.scss */
  .box-frame .box-content {
    display: block;
    text-align: center;
  }
  /* line 498, ../sass/_blocks.scss */
  .box-frame .box-content img {
    max-width: 300px;
  }

  /* Rules for footer */
  /* line 505, ../sass/_blocks.scss */
  #block-block-41 {
    margin: 0;
    padding: 1em 1em 0 1em;
    box-sizing: border-box;
  }
}
/* Rules for desktop devices */
@media all and (min-width: 700px) {
  /* Rules for audience pages */
  /* line 517, ../sass/_blocks.scss */
  #audience-header {
    position: relative;
    width: 100%;
  }

  /* line 522, ../sass/_blocks.scss */
  #audience-header h1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(253, 251, 240, 0.8);
    padding: .1em .3em;
    margin-top: .25em;
  }

  /* line 531, ../sass/_blocks.scss */
  #block-block-41 {
    margin: 1em 0;
    width: 80%;
  }
  /* line 534, ../sass/_blocks.scss */
  #block-block-41 ul.flex-box {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  /* line 539, ../sass/_blocks.scss */
  #block-block-41 ul.flex-box li.flex-child {
    padding: 0;
    margin: 0;
  }
  /* line 542, ../sass/_blocks.scss */
  #block-block-41 ul.flex-box li.flex-child.last {
    align-self: center;
    text-align: left;
    width: 60%;
  }
  /* line 547, ../sass/_blocks.scss */
  #block-block-41 ul.flex-box li.flex-child.first {
    text-align: left;
    width: 40%;
  }

  /* Experience Pass Attractcions */
  /* line 556, ../sass/_blocks.scss */
  .box-frame {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    margin: 10px 0;
  }
  /* line 563, ../sass/_blocks.scss */
  .box-frame .box-content {
    flex: 0 1 23%;
  }

  /* AOG Voting form */
  /* line 569, ../sass/_blocks.scss */
  .form-item.webform-component.webform-component-select.webform-container-inline {
    display: inline-block;
    width: 33%;
  }

  /* line 575, ../sass/_blocks.scss */
  #custom-search-blocks-form-1 {
    margin-bottom: 0;
  }

  /* line 579, ../sass/_blocks.scss */
  #block-menu-block-1 a {
    display: inline-block;
  }

  /* line 583, ../sass/_blocks.scss */
  div#block-print-ui-print-links span {
    display: inline-block;
    margin-left: 12px;
  }

  /* Rules for home page promos */
  /* line 589, ../sass/_blocks.scss */
  .view-ads.view-id-ads.view-display-id-block_3 .view-content {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
  }
  /* line 594, ../sass/_blocks.scss */
  .view-ads.view-id-ads.view-display-id-block_3 .view-content .views-row {
    flex: 0 1 calc(50% - 16px);
  }

  /* line 607, ../sass/_blocks.scss */
  #content #block-menu-menu-ers .menu-item-wrapper {
    width: 95%;
    height: 95%;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin: 4px;
    background-color: #bcdee0;
  }
  /* line 614, ../sass/_blocks.scss */
  #content #block-menu-menu-ers .menu-item-wrapper:hover {
    background-color: #cce6e7;
  }
  /* line 618, ../sass/_blocks.scss */
  #content #block-menu-menu-ers .menu-item-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: black;
    text-decoration: none;
  }
  /* line 626, ../sass/_blocks.scss */
  #content #block-menu-menu-ers .menu-item-inner:hover {
    text-decoration: underline;
  }
  /* line 630, ../sass/_blocks.scss */
  #content #block-menu-menu-ers ul {
    margin-right: 0;
  }
  /* line 633, ../sass/_blocks.scss */
  #content #block-menu-menu-ers li {
    list-style-type: none;
    margin: 10px 0 0 0;
    width: 32%;
    display: inline-block;
    text-align: center;
    height: 3.5em;
    vertical-align: top;
  }
  /* line 641, ../sass/_blocks.scss */
  #content #block-menu-menu-ers li a:link {
    text-decoration: none;
  }

  /* line 650, ../sass/_blocks.scss */
  .block .drawer-control {
    display: none;
  }

  /* line 654, ../sass/_blocks.scss */
  .block .drawer {
    border: none;
  }

  /* line 660, ../sass/_blocks.scss */
  #block-bean-trumba-form-filter-location-mo,
  #block-bean-trumba-form-filters-for-mobile-s,
  #block-bean-trumba-form-filters-for-mobile-e {
    display: none;
  }

  /* line 664, ../sass/_blocks.scss */
  .fvrl-branch-hours {
    font-weight: bold;
  }

  display: inline-block;
  width: 74%;
}
@media all and (min-width: 700px) and (-ms-high-contrast: none) {
  /* line 601, ../sass/_blocks.scss */
  .view-ads.view-id-ads.view-display-id-block_3 .view-content .views-row {
    flex: 0 1 47.5%;
  }
}
/* line 672, ../sass/_blocks.scss */
.fvrl-more-hours {
  float: right;
  text-align: center;
  font-size: 14px;
  background-color: #aa1f62;
  display: inline-block;
  width: 24%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  color: white;
  font-weight: normal;
  border-bottom: none;
}

/* line 685, ../sass/_blocks.scss */
.fvrl-more-hours:hover {
  background-color: #541547;
  color: white;
  border: none;
}

/* line 690, ../sass/_blocks.scss */
.fvrl-branch-hours {
  font-size: 16px;
  font-weight: normal;
}

/* line 695, ../sass/_blocks.scss */
.region-alert #block-block-4 {
  /*WARNING - RED */
  /*background: $bright-red-shade url("../images/white_exclamation.png") no-repeat left center;*/
  background: #b22129 url("../images/warning-white.png") no-repeat left center;
  color: white;
  height: auto;
  margin: 0 auto;
}
/* line 701, ../sass/_blocks.scss */
.region-alert #block-block-4 p {
  padding: .75em;
  margin: 0 0 0 60px;
}
/* line 705, ../sass/_blocks.scss */
.region-alert #block-block-4 a:link, .region-alert #block-block-4 a:visited {
  color: white;
}
/* line 709, ../sass/_blocks.scss */
.region-alert #block-block-54 {
  /*CAUTION - YELLOW */
  background: #ffce00 url("../images/caution-black.png") no-repeat left center;
  color: black;
  height: auto;
  margin: 0 auto;
}
/* line 714, ../sass/_blocks.scss */
.region-alert #block-block-54 p {
  padding: .75em;
  margin: 0 0 0 60px;
}
/* line 718, ../sass/_blocks.scss */
.region-alert #block-block-54 a:link, .region-alert #block-block-54 a:visited {
  color: black;
}

/* line 724, ../sass/_blocks.scss */
#alerts {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 728, ../sass/_blocks.scss */
#alerts .region-alerts {
  margin: 15px 20px;
}
/* line 730, ../sass/_blocks.scss */
#alerts .region-alerts .block {
  background-color: white;
  color: black;
  border: 2px solid #ee2c37;
  padding: 10px;
  margin-bottom: 0;
}
/* line 736, ../sass/_blocks.scss */
#alerts .region-alerts .block p:first-of-type {
  margin-top: 0;
}
/* line 739, ../sass/_blocks.scss */
#alerts .region-alerts .block p:last-of-type {
  margin-bottom: 0;
}

/* line 746, ../sass/_blocks.scss */
#block-block-44 {
  margin-top: 5px;
  padding-right: 0;
  padding-left: 0;
}
/* line 750, ../sass/_blocks.scss */
#block-block-44 #block-khaki-button {
  margin: 0;
}

/* line 755, ../sass/_blocks.scss */
#block-block-45 {
  margin-top: 0px;
  padding-right: 0;
  padding-left: 0;
}

/*Style for connect page, so subject drop-down is not cut off */
/* line 765, ../sass/_blocks.scss */
#block-views-resources-connect-resources, #block-views-resources-block-5, #block-views-resources-block-4 {
  min-height: 460px;
}

/*.view-branch-sidebar .drawer .drawer-control {
  display: inline-block;
  padding-right: .3em;
}*/
/* Rules for all devices */
/*.branch-meeting-rooms {
  clear: both;
  h3 {
    margin: 0;
    padding: 0;
  }
  .field p {
    margin: 0 0 12px 0;
  }
}*/
/* line 15, ../sass/_nodes.scss */
.oh-display {
  font-size: .9em;
  flex-basis: 14%;
}
/* line 18, ../sass/_nodes.scss */
.oh-display.today {
  background-color: #11746c;
}
/* line 21, ../sass/_nodes.scss */
.oh-display span.oh-display-label[style] {
  width: 100% !important;
}
/* line 24, ../sass/_nodes.scss */
.oh-display span.oh-display-label {
  min-width: 0;
  display: block;
  text-align: center;
}
/* line 29, ../sass/_nodes.scss */
.oh-display .oh-display-times {
  display: block;
  text-align: center;
}

/* line 34, ../sass/_nodes.scss */
.oh-wrapper {
  display: flex;
  background-color: #179b91;
  color: white;
}

/* line 41, ../sass/_nodes.scss */
.node-resource .field-name-field-topic .field-item {
  display: inline-block;
  margin: 0 12px 0 0;
}
/* line 46, ../sass/_nodes.scss */
.node-resource .field-name-field-app-download {
  margin-bottom: 8px;
}
/* line 48, ../sass/_nodes.scss */
.node-resource .field-name-field-app-download .field-item {
  display: inline-block;
  margin: 0 12px 0 0;
}
/* line 52, ../sass/_nodes.scss */
.node-resource .field-name-field-app-download a {
  text-decoration: none;
  border: none;
}
/* line 58, ../sass/_nodes.scss */
.node-resource .resource-tags .tags-more-like-this {
  display: none;
}

/* line 64, ../sass/_nodes.scss */
table#services {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 2px solid #ddddde;
}
/* line 69, ../sass/_nodes.scss */
table#services th.location {
  width: 40%;
}
/* line 72, ../sass/_nodes.scss */
table#services th.library-5, table#services th.pick-up, table#services th.returns {
  width: 20%;
}
/* line 75, ../sass/_nodes.scss */
table#services p {
  margin: .25em;
}

/* line 80, ../sass/_nodes.scss */
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #eeeeee;
}

/* line 84, ../sass/_nodes.scss */
table#card-purchase {
  margin: 0;
}
/* line 86, ../sass/_nodes.scss */
table#card-purchase th, table#card-purchase td {
  text-align: left;
  padding: .15em .65em;
}

/* line 92, ../sass/_nodes.scss */
p#board-meeting {
  padding: .5em 1em;
  border: solid 4px #f89c24;
}

/* line 97, ../sass/_nodes.scss */
.gr-row-1, .gr-row-2 {
  display: flex;
  margin-top: 2%;
  width: 100%;
}
/* line 101, ../sass/_nodes.scss */
.gr-row-1 h4, .gr-row-2 h4 {
  margin: 0;
}
/* line 104, ../sass/_nodes.scss */
.gr-row-1 p, .gr-row-2 p {
  margin: 0;
}

/* line 109, ../sass/_nodes.scss */
#gr-intro {
  flex: 1;
  float: left;
  background: #cbb8c7;
  margin-right: 2%;
  padding: 2%;
  width: 29%;
}

/* line 118, ../sass/_nodes.scss */
#gr-read {
  flex: 1;
  background: #fff0b2;
  padding: 2%;
  width: 29%;
}

/* line 125, ../sass/_nodes.scss */
#gr-write {
  flex: 1;
  background: #cce6e7;
  margin-left: 2%;
  padding: 2%;
  width: 29%;
}

/* line 134, ../sass/_nodes.scss */
#gr-talk {
  flex: 1;
  background: #f9bfc3;
  float: left;
  margin-right: 2%;
  padding: 2%;
  width: 29%;
}

/* line 143, ../sass/_nodes.scss */
#gr-sing {
  flex: 1;
  background: #e0f0c1;
  padding: 2%;
  width: 29%;
}

/* line 150, ../sass/_nodes.scss */
#gr-play {
  flex: 1;
  background: #fce1bd;
  margin-left: 2%;
  padding: 2%;
  width: 29%;
}

/* line 158, ../sass/_nodes.scss */
.gr-in-house {
  background-image: URL("/sites/default/files/wysiwyg/Media%20browser/abc_leaves.jpg");
  background-repeat: no-repeat;
  min-height: 60px;
}
/* line 162, ../sass/_nodes.scss */
.gr-in-house p {
  margin-left: 60px;
}

/* line 167, ../sass/_nodes.scss */
.gr-online {
  background-image: URL("/sites/default/files/yellow-burst-star.png");
  background-repeat: no-repeat;
}
/* line 170, ../sass/_nodes.scss */
.gr-online p {
  margin-left: 50px;
}

/* Teen activities display */
/* line 177, ../sass/_nodes.scss */
#teen-activities .activity-row {
  margin: 1.5em 0;
}
/* line 180, ../sass/_nodes.scss */
#teen-activities .activity-row .activity-col h2 {
  margin-top: .25em;
}

/* Rules for mobile devices */
@media all and (max-width: 699px) {
  /* General Pages */
  /* line 192, ../sass/_nodes.scss */
  .node-page p, .node-page ul li, .node-page ol li {
    color: black;
  }

  /* line 199, ../sass/_nodes.scss */
  .node-resource .resource-tags .field-item {
    margin-right: 8px;
  }
  /* line 202, ../sass/_nodes.scss */
  .node-resource .resource-tags .term-wrapper {
    background: yellowgreen;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 8px;
    color: #ffffff;
    margin-bottom: 5px;
  }

  /* line 212, ../sass/_nodes.scss */
  .gr-row-1 {
    display: block;
    margin: 0;
  }
  /* line 215, ../sass/_nodes.scss */
  .gr-row-1 #gr-intro, .gr-row-1 #gr-read, .gr-row-1 #gr-write {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* line 220, ../sass/_nodes.scss */
  .gr-row-1 #gr-intro img.media-element, .gr-row-1 #gr-read img.media-element, .gr-row-1 #gr-write img.media-element {
    width: 125px;
  }

  /* line 226, ../sass/_nodes.scss */
  .gr-row-2 {
    display: block;
    margin: 0 0 20px 0;
  }
  /* line 229, ../sass/_nodes.scss */
  .gr-row-2 #gr-talk, .gr-row-2 #gr-sing, .gr-row-2 #gr-play {
    float: none;
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  /* line 234, ../sass/_nodes.scss */
  .gr-row-2 #gr-talk img.media-element, .gr-row-2 #gr-sing img.media-element, .gr-row-2 #gr-play img.media-element {
    width: 125px;
  }

  /* line 240, ../sass/_nodes.scss */
  .gr-online {
    background-image: URL("/sites/default/files/yellow-burst-star-mobile.png");
    background-repeat: no-repeat;
  }
  /* line 243, ../sass/_nodes.scss */
  .gr-online p {
    margin-left: 60px;
  }

  /* Teen activities display */
  /* line 251, ../sass/_nodes.scss */
  #teen-activities .activity-row .activity-col {
    text-align: center;
  }
  /* line 253, ../sass/_nodes.scss */
  #teen-activities .activity-row .activity-col img {
    max-width: 200px;
  }
  /* line 256, ../sass/_nodes.scss */
  #teen-activities .activity-row .activity-col ul {
    list-style-type: none;
  }

  /*Webform inputs that break the borders */
  /* line 263, ../sass/_nodes.scss */
  input {
    width: 100%;
  }
}
/* Rules for desktop computers */
@media all and (min-width: 700px) {
  /*  .resource-tags a {
      font-weight: bold;
    }
  
    .node-resource .node-title a {
      border-bottom: none;
    }
  
    .node-resource .node-title a:hover {
      border-bottom: 1px solid;
    }
  */
  /* Teen activities display  */
  /* line 287, ../sass/_nodes.scss */
  #teen-activities .activity-row {
    display: flex;
    flex-flow: row nowrap;
  }
  /* line 290, ../sass/_nodes.scss */
  #teen-activities .activity-row .activity-col {
    flex: 0 1 auto;
    padding-right: 1em;
  }
  /* line 293, ../sass/_nodes.scss */
  #teen-activities .activity-row .activity-col img {
    margin-right: 1em;
    max-width: 125px;
  }

  /* line 302, ../sass/_nodes.scss */
  .sidebar-second #content {
    padding-right: 20px;
  }
  /* line 305, ../sass/_nodes.scss */
  .sidebar-second .region-sidebar-second {
    padding-right: 0;
    padding-left: 20px;
  }
  /* line 308, ../sass/_nodes.scss */
  .sidebar-second .region-sidebar-second #block-views-sidebar-content-block {
    padding: 0;
  }
}
/* Rules for all devices */
/* line 4, ../sass/_page.scss */
.page-taxonomy-term-79 .breadcrumb, .page-resource-topics .breadcrumb,
.page-taxonomy-term-71 .breadcrumb, .page-ers .breadcrumb {
  display: none;
}

/* Eventbright button for Rev Reads */
/* line 10, ../sass/_page.scss */
#eventbrite-widget-modal-trigger-90080883347, .action-btn {
  background: yellowgreen;
  text-decoration: none;
  color: black;
  font-size: 1.5em;
  padding: 10px 30px;
  border-radius: 10px;
}
/* line 17, ../sass/_page.scss */
#eventbrite-widget-modal-trigger-90080883347:hover, .action-btn:hover {
  background: #7ba428;
  color: white;
}
/* line 21, ../sass/_page.scss */
#eventbrite-widget-modal-trigger-90080883347:visited, .action-btn:visited {
  color: black;
}

/* Responsive iframe */
/* line 27, ../sass/_page.scss */
.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}
/* line 32, ../sass/_page.scss */
.iframe-container .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* line 45, ../sass/_page.scss */
.goog-tooltip, .goog-tooltip:hover {
  display: none !important;
}

/* line 49, ../sass/_page.scss */
.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 55, ../sass/_page.scss */
#contact-form {
  border: 2px dashed #bcdee0;
  padding: 0 12px;
}

/* line 60, ../sass/_page.scss */
#main:before {
  clear: both;
}

/* line 64, ../sass/_page.scss */
.region-pre-header {
  width: 100%;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
/* line 69, ../sass/_page.scss */
.region-pre-header #block-block-42 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
/* line 74, ../sass/_page.scss */
.region-pre-header #block-block-45 {
  display: inline-block;
  margin-bottom: 2px;
}

/* line 80, ../sass/_page.scss */
#account_btn {
  display: block;
  margin-top: 4px;
}
/* line 83, ../sass/_page.scss */
#account_btn .yellowButton {
  background-color: #ffce00;
  color: black;
  text-decoration: none;
  padding: .4em .5em;
  border-radius: 10px;
}
/* line 90, ../sass/_page.scss */
#account_btn .yellowButton:hover {
  background-color: #ffda3f;
}

/* line 96, ../sass/_page.scss */
.form-submit {
  background-color: yellowgreen;
  height: 37px;
  border: none;
  color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  margin: 0 40px 5px 0;
  width: auto;
}

/* line 107, ../sass/_page.scss */
.form-submit:hover {
  background-color: #b3d965;
}

/* line 111, ../sass/_page.scss */
.form-submit:active {
  background-color: yellowgreen;
}

/* line 115, ../sass/_page.scss */
#page {
  background-color: white;
  color: black;
}

/* line 120, ../sass/_page.scss */
.field-collection-container {
  border-bottom: none;
}
/* line 122, ../sass/_page.scss */
.field-collection-container .field-collection-view {
  padding: 0;
  border-bottom: none;
}

/* line 128, ../sass/_page.scss */
.field-name-field-section-text .field-items .field-item {
  margin-top: 4px;
}
/* line 130, ../sass/_page.scss */
.field-name-field-section-text .field-items .field-item *:first-child {
  line-height: 140%;
  margin-top: 4px;
}

/* line 136, ../sass/_page.scss */
h4 {
  margin: 1em 0 0 0;
}

/* line 140, ../sass/_page.scss */
#content {
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
}
/* line 144, ../sass/_page.scss */
#content ol, #content ul {
  margin: 1em;
}
/* line 148, ../sass/_page.scss */
#content .breadcrumb ol, #content .breadcrumb ul {
  margin: .3em 0 0 0;
}

/* line 154, ../sass/_page.scss */
body {
  font-weight: 300;
}

/* line 158, ../sass/_page.scss */
p {
  margin: .5em 0 1em 0;
}

/* line 162, ../sass/_page.scss */
a {
  color: #377d98;
  text-decoration: underline;
}

/* line 167, ../sass/_page.scss */
a:visited {
  color: #541547;
}

/* line 171, ../sass/_page.scss */
a:hover {
  color: #179b91;
  text-decoration: underline;
}

/* line 176, ../sass/_page.scss */
dt {
  font-weight: bold;
}

/* line 179, ../sass/_page.scss */
dd {
  padding: 0 0 .5em 0;
}

/*h1, h1 a, h1 a:visited, h1 a:active {
  color: $navy-blue;
  font-size: 80px;
  text-decoration:none;
  font-weight: 500;
}

h1 a:hover {
  color: $jade-green;
}

h2, h2 a, h2 a:visited, h2 a:active {
  color: $river-blue;
  font-size: 26px;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: 300;
}

h2 a:hover {
  color: $jade-green;
}

h3, h3 a, h3 a:visited, h3 a:active {
  color: $black;
  font-size: 19px;
  text-decoration:none;
  text-transform: uppercase;
  font-weight: 500;
}

h3 a:hover {
  color: $jade-green;
}

h4, h4 a, h4 a:visited, h4 a:active {
  color: $river-blue;
  font-size: 17px;
  text-decoration:none;
  font-weight: 300;
}

h4 a:hover {
  color: $jade-green;
}
*/
/* line 229, ../sass/_page.scss */
h1, h1 a, h1 a:visited, h1 a:active, h3, h3 a, h3 a:visited, h3 a:active {
  text-decoration: none;
  color: #0e4254;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 237, ../sass/_page.scss */
h2, h2 a, h2 a:visited, h2 a:active, h4, h4 a, h4 a:visited, h4 a:active {
  text-decoration: none;
  color: #377d98;
  margin-bottom: 0;
  font-weight: 700;
}

/* line 245, ../sass/_page.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #179b91;
}

/* line 249, ../sass/_page.scss */
.field-collection-view {
  margin-left: 0;
}

/* line 253, ../sass/_page.scss */
#block-blue-button {
  min-height: 53px;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
}
/* line 260, ../sass/_page.scss */
#block-blue-button #blue-button {
  margin: 0 70px 0 0px;
}
/* line 263, ../sass/_page.scss */
#block-blue-button #blue-button a, #block-blue-button #blue-button a:visited {
  width: 100%;
  border: none;
}
/* line 267, ../sass/_page.scss */
#block-blue-button #blue-button a #blue-button-text, #block-blue-button #blue-button a:visited #blue-button-text {
  color: black;
  font-weight: 600;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 277, ../sass/_page.scss */
#block-blue-button #blue-button a #pdf-link, #block-blue-button #blue-button a:visited #pdf-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/pdf_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 291, ../sass/_page.scss */
#block-blue-button #blue-button a #calendar-link, #block-blue-button #blue-button a:visited #calendar-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/calendar_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 304, ../sass/_page.scss */
#block-blue-button #blue-button a #storytime-link, #block-blue-button #blue-button a:visited #storytime-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/storytime_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 317, ../sass/_page.scss */
#block-blue-button #blue-button a #ebooks-link, #block-blue-button #blue-button a:visited #ebooks-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/eBooks_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 331, ../sass/_page.scss */
#block-blue-button #blue-button a #card-link, #block-blue-button #blue-button a:visited #card-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/card_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 344, ../sass/_page.scss */
#block-blue-button #blue-button a #location-link, #block-blue-button #blue-button a:visited #location-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/map_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 357, ../sass/_page.scss */
#block-blue-button #blue-button a #bookmobile-link, #block-blue-button #blue-button a:visited #bookmobile-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/bookmobile_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 370, ../sass/_page.scss */
#block-blue-button #blue-button a #job-lab-link, #block-blue-button #blue-button a:visited #job-lab-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/job-lab_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 383, ../sass/_page.scss */
#block-blue-button #blue-button a #forum-link, #block-blue-button #blue-button a:visited #forum-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/forum_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 396, ../sass/_page.scss */
#block-blue-button #blue-button a #minecraft-link, #block-blue-button #blue-button a:visited #minecraft-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/minecraft_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 409, ../sass/_page.scss */
#block-blue-button #blue-button a #remote-printing-link, #block-blue-button #blue-button a:visited #remote-printing-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/printer_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 422, ../sass/_page.scss */
#block-blue-button #blue-button a #becoming-american-link, #block-blue-button #blue-button a:visited #becoming-american-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/flag_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 435, ../sass/_page.scss */
#block-blue-button #blue-button a #log-link, #block-blue-button #blue-button a:visited #log-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/log_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 449, ../sass/_page.scss */
#block-blue-button #blue-button a #connect-link, #block-blue-button #blue-button a:visited #connect-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/connect_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 462, ../sass/_page.scss */
#block-blue-button #blue-button a #seed-library-link, #block-blue-button #blue-button a:visited #seed-library-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/leaf_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 475, ../sass/_page.scss */
#block-blue-button #blue-button a #census-link, #block-blue-button #blue-button a:visited #census-link {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  margin: 0;
  padding-left: 70px;
  height: 2.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/check_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 488, ../sass/_page.scss */
#block-blue-button #blue-button a #video-link, #block-blue-button #blue-button a:visited #video-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #bcdee0 url("../images/videoclappericon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 504, ../sass/_page.scss */
#block-blue-button #blue-button p, #block-blue-button #blue-button br {
  display: none;
}
/* line 509, ../sass/_page.scss */
#block-blue-button #blue-button a:hover #calendar-link, #block-blue-button #blue-button a:hover #storytime-link, #block-blue-button #blue-button a:hover #ebooks-link, #block-blue-button #blue-button a:hover #card-link, #block-blue-button #blue-button a:hover #location-link, #block-blue-button #blue-button a:hover #bookmobile-link, #block-blue-button #blue-button a:hover #job-lab-link, #block-blue-button #blue-button a:hover #forum-link {
  background-color: #cce6e7;
}
/* line 512, ../sass/_page.scss */
#block-blue-button #blue-button a:hover #blue-button-text {
  color: black;
}

/* line 519, ../sass/_page.scss */
#block-khaki-button {
  min-height: 53px;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
}
/* line 526, ../sass/_page.scss */
#block-khaki-button #khaki-button {
  margin: 0 70px 0 0px;
}
/* line 529, ../sass/_page.scss */
#block-khaki-button #khaki-button a, #block-khaki-button #khaki-button a:visited {
  width: 100%;
  border: none;
}
/* line 533, ../sass/_page.scss */
#block-khaki-button #khaki-button a #khaki-button-text, #block-khaki-button #khaki-button a:visited #khaki-button-text {
  color: black;
  font-weight: 600;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 544, ../sass/_page.scss */
#block-khaki-button #khaki-button a #volunteer-link, #block-khaki-button #khaki-button a:visited #volunteer-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #b5b894 url("../images/volunteer_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 559, ../sass/_page.scss */
#block-khaki-button #khaki-button p, #block-khaki-button #khaki-button br {
  display: none;
}
/* line 565, ../sass/_page.scss */
#block-khaki-button #khaki-button a:hover #volunteer-link {
  background-color: #c7c9ae;
}
/* line 569, ../sass/_page.scss */
#block-khaki-button #khaki-button a:hover #khaki-button-text {
  color: black;
}

/* line 576, ../sass/_page.scss */
#block-purple-button {
  min-height: 53px;
  width: 100%;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 1;
}
/* line 583, ../sass/_page.scss */
#block-purple-button #purple-button {
  margin: 0 70px 0 0px;
}
/* line 586, ../sass/_page.scss */
#block-purple-button #purple-button a, #block-purple-button #purple-button a:visited {
  width: 100%;
  border: none;
}
/* line 590, ../sass/_page.scss */
#block-purple-button #purple-button a #purple-button-text, #block-purple-button #purple-button a:visited #purple-button-text {
  color: white;
  font-weight: 600;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
/* line 601, ../sass/_page.scss */
#block-purple-button #purple-button a #branch-action-link, #block-purple-button #purple-button a:visited #branch-action-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #541547 url("../images/call-to-action-white.png") 10px no-repeat;
  background-repeat: no-repeat;
  background-position: 10px, 0;
  background-size: 55px;
  line-height: 100%;
}
/* line 614, ../sass/_page.scss */
#block-purple-button #purple-button a #website-feedback-link, #block-purple-button #purple-button a:visited #website-feedback-link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #541547 url("../images/listening-white.png") 10px no-repeat;
  background-repeat: no-repeat;
  line-height: 100%;
}
/* line 625, ../sass/_page.scss */
#block-purple-button #purple-button a #census_link, #block-purple-button #purple-button a:visited #census_link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #541547 url("../images/white_check_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  line-height: 100%;
}
/* line 636, ../sass/_page.scss */
#block-purple-button #purple-button a #video_link, #block-purple-button #purple-button a:visited #video_link {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding-left: 70px;
  height: 3.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #541547 url("../images/white_video_icon.png") 10px no-repeat;
  background-repeat: no-repeat;
  line-height: 100%;
}
/* line 649, ../sass/_page.scss */
#block-purple-button #purple-button p, #block-purple-button #purple-button br {
  display: none;
}
/* line 655, ../sass/_page.scss */
#block-purple-button #purple-button a:hover #volunteer-link {
  background-color: #7e4f75;
}
/* line 659, ../sass/_page.scss */
#block-purple-button #purple-button a:hover #purple-button-text {
  color: white;
}

/* line 666, ../sass/_page.scss */
footer {
  background-color: #ddddde;
}

/* line 670, ../sass/_page.scss */
footer a {
  display: inline-block;
  width: none;
  color: black;
}
/* line 674, ../sass/_page.scss */
footer a:visited {
  color: black;
}
/* line 676, ../sass/_page.scss */
footer a:visited:hover {
  color: #51b4ac;
}

/* line 682, ../sass/_page.scss */
#eCard-apply {
  background-color: #cce6e7;
  padding: 0.25em  1em;
  margin: 1em 0;
  text-align: center;
}
/* line 687, ../sass/_page.scss */
#eCard-apply h4, #eCard-apply a:link {
  color: #0e4254;
}

/* line 692, ../sass/_page.scss */
.search-api-page-results .field-name-field-link {
  display: none;
}

/* line 696, ../sass/_page.scss */
#accordion input {
  display: none;
}
/* line 698, ../sass/_page.scss */
#accordion input:checked + label:before {
  content: "- ";
}
/* line 701, ../sass/_page.scss */
#accordion input:checked ~ article {
  height: auto;
}

/* line 705, ../sass/_page.scss */
#accordion label {
  cursor: pointer;
  display: block;
  z-index: 20;
}
/* line 709, ../sass/_page.scss */
#accordion label:before {
  content: "+ ";
}

/* line 713, ../sass/_page.scss */
#accordion article {
  height: 0px;
  overflow: hidden;
  z-index: 10;
}

/* line 719, ../sass/_page.scss */
#countdown-wrap {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  padding: 20px 20px 10px 20px;
  max-width: 640px;
  margin: 0 auto 10px;
  background-color: #0e4254;
}
/* line 727, ../sass/_page.scss */
#countdown-wrap #glass {
  width: 100%;
  height: 20px;
  background: #ddddde;
  border-radius: 10px;
  float: left;
  overflow: hidden;
}
/* line 734, ../sass/_page.scss */
#countdown-wrap #glass #progress {
  float: left;
  height: 20px;
  background: #ee2c37;
  z-index: 333;
}
/* line 741, ../sass/_page.scss */
#countdown-wrap #goal {
  font-size: 2em;
  text-align: right;
  color: white;
  margin-bottom: .5em;
}
/* line 747, ../sass/_page.scss */
#countdown-wrap .goal-stat {
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  float: left;
  margin: 0;
  color: white;
}
/* line 754, ../sass/_page.scss */
#countdown-wrap .goal-stat .goal-label {
  box-sizing: border-box;
  display: block;
}
/* line 758, ../sass/_page.scss */
#countdown-wrap .goal-stat .goal-number {
  box-sizing: border-box;
  font-weight: bold;
}

/* Rules for mobile devices */
@media all and (max-width: 699px) {
  /* line 768, ../sass/_page.scss */
  #main {
    margin-top: 2.2em;
  }
  /* line 770, ../sass/_page.scss */
  #main #content {
    margin: 0 10px 10px;
  }

  /* line 775, ../sass/_page.scss */
  .region-sidebar-second {
    padding-right: 0;
  }

  /* line 779, ../sass/_page.scss */
  #block-block-45 {
    margin-right: .25em;
    margin-left: 1em;
  }
  /* line 782, ../sass/_page.scss */
  #block-block-45 #account_btn {
    font-size: 85% !important;
  }
  /* line 784, ../sass/_page.scss */
  #block-block-45 #account_btn .yellowButton {
    padding: .5em;
  }

  /* Imagine Pages */
  /* line 792, ../sass/_page.scss */
  #donate {
    width: 97%;
    margin-bottom: .3em;
  }

  /* line 798, ../sass/_page.scss */
  #wd-countdown-wrap #goal, #ri-countdown-wrap #goal, #wa-countdown-wrap #goal {
    text-align: center;
  }
  /* line 801, ../sass/_page.scss */
  #wd-countdown-wrap .goal-stat, #ri-countdown-wrap .goal-stat, #wa-countdown-wrap .goal-stat {
    width: 50%;
    text-align: left;
  }

  /* Branch Pages */
  /* line 809, ../sass/_page.scss */
  .node-type-branch #page-title {
    margin-top: 5px;
    width: 55%;
    display: inline-block;
    line-height: 100%;
  }

  /* line 817, ../sass/_page.scss */
  .field-name-field-branch-address p {
    margin: 4px 0 0 0;
  }

  /* line 821, ../sass/_page.scss */
  #menu {
    position: absolute;
    top: 205px;
    width: 100%;
  }

  /* line 827, ../sass/_page.scss */
  #header {
    padding: 0 .75em 0 .75em;
  }

  /* line 831, ../sass/_page.scss */
  a#logo {
    border: none;
    width: 100%;
    height: 100px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* line 838, ../sass/_page.scss */
  a#logo img {
    display: none;
  }

  /* line 843, ../sass/_page.scss */
  .priority .priority-graphic, .priority .priority-discription {
    display: block;
    width: 100%;
    float: none;
  }
}
/* line 852, ../sass/_page.scss */
wn-wrap {
  width: 100%;
  height: 160px;
  padding: 20px;
  max-width: 640px;
  margin: 0 auto;
  background-color: #0e4254;
}
/* line 859, ../sass/_page.scss */
wn-wrap #progress {
  float: left;
  width: 51%;
  height: 20px;
  background: #ee2c37;
  z-index: 333;
}

/* Rules for desktop devices */
@media all and (min-width: 700px) {
  /*.node-type-branch,
  .section-teens, .section-kids, .section-early-learners, .section-tweens,
  .section-young-adult, .section-adults, .section-55, .section-hispanohablantes,
  .section-english-language-learners, .section-new-americans, .section-parents {
    .region-sidebar-second:before {
      background-image: none;
    }
    #content {
      border-right: 4px dotted $soft-blue;
    }
  }
*/
  /* line 883, ../sass/_page.scss */
  #block-block-38 {
    margin-left: 1em;
  }

  /* line 887, ../sass/_page.scss */
  .field-name-field-branch-address p {
    margin: 0;
  }

  /* line 891, ../sass/_page.scss */
  body {
    position: relative;
  }

  /* line 895, ../sass/_page.scss */
  #menu {
    position: absolute;
    background-color: #377d98;
    top: 158px;
    height: 4em;
    width: 100%;
  }

  /* line 903, ../sass/_page.scss */
  #content {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 0 .5em;
  }

  /* line 909, ../sass/_page.scss */
  #page, #pre-header, #header, #main {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
  }

  /* line 916, ../sass/_page.scss */
  #logo, #content, #search, #body {
    background-color: white;
  }

  /* line 920, ../sass/_page.scss */
  a#logo {
    border-bottom: none;
  }

  /* line 924, ../sass/_page.scss */
  #page {
    color: black;
    width: 100%;
  }

  /* line 929, ../sass/_page.scss */
  #main {
    margin-top: 4.1em;
  }

  /* line 933, ../sass/_page.scss */
  #header {
    height: 125px;
    padding: 0;
    display: flex;
  }
  /* line 937, ../sass/_page.scss */
  #header .header__logo {
    display: inline;
    width: 50%;
    align-self: center;
  }
  /* line 942, ../sass/_page.scss */
  #header .header__region {
    display: flex;
    width: 50%;
  }
  /* line 945, ../sass/_page.scss */
  #header .header__region #block-custom-search-blocks-1 {
    margin: 0 0 0 auto;
    align-self: center;
  }
  /* line 948, ../sass/_page.scss */
  #header .header__region #block-custom-search-blocks-1 #custom-search-blocks-form-1 {
    float: right;
    width: 325px;
    padding: 12px 0 12px 12px;
  }

  /* line 957, ../sass/_page.scss */
  #search-area {
    width: 100%;
    max-width: 600px;
  }

  /* line 962, ../sass/_page.scss */
  .priority {
    width: 100%;
  }
  /* line 964, ../sass/_page.scss */
  .priority .priority-graphic {
    display: inline-block;
    width: 28%;
    float: right;
    margin-left: 2%;
  }
  /* line 970, ../sass/_page.scss */
  .priority .priority-description {
    display: inline-block;
    width: 70%;
  }
}
/* Rules for all devices */
/* COVID Home page */
/* line 5, ../sass/_panels.scss */
.panel-three-four-adaptive .panel-col-sixty-six .inside {
  margin: 0;
}
/* line 8, ../sass/_panels.scss */
.panel-three-four-adaptive .panel-col-sixty-six .inside .home-promos h2 {
  margin-top: .5em;
}
/* line 13, ../sass/_panels.scss */
.panel-three-four-adaptive .panel-col-thirty-three .inside {
  margin: 0;
}
/* line 20, ../sass/_panels.scss */
.panel-three-four-adaptive .panel-col-thirty-three .inside .home-links #block-blue-button {
  margin-bottom: .5em;
}
/* line 25, ../sass/_panels.scss */
.panel-three-four-adaptive .panel-col-thirty-three .inside .home-news h2 {
  margin-top: .5em;
}
/* line 28, ../sass/_panels.scss */
.panel-three-four-adaptive .panel-col-thirty-three .inside .home-news h3 {
  margin-top: .5em;
}
/* line 31, ../sass/_panels.scss */
.panel-three-four-adaptive .panel-col-thirty-three .inside .home-news p {
  margin-top: 0;
}

/* line 39, ../sass/_panels.scss */
#branch h1 {
  color: #0e4254;
  margin-top: .25em;
  margin-bottom: 0;
}
/* line 45, ../sass/_panels.scss */
#branch h2, #branch h3, #branch h4, #branch h5 {
  margin-top: .25em;
  margin-bottom: .25em;
}
/* line 50, ../sass/_panels.scss */
#branch #branch-phone, #branch #open-hours, #branch #staffed-hours, #branch #branch-map, #branch #branch-manager, #branch #how-to, #branch #branch-info {
  margin-bottom: 1em;
}
/* line 54, ../sass/_panels.scss */
#branch #branch-info p {
  margin: 0 .25em 1em .25em;
}
/* line 58, ../sass/_panels.scss */
#branch ul {
  margin: 0;
}
/* line 61, ../sass/_panels.scss */
#branch .view-display-id-block_branch_projects {
  border: 4px solid #f89c24;
  padding: 5px 10px;
  background-color: white;
  margin: 5px 0 15px 0;
}
/* line 67, ../sass/_panels.scss */
#branch .pane-node-field-how-to .field-name-field-how-to .field-items .field-item li {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* Always Novel app display */
/* line 78, ../sass/_panels.scss */
#block-views-resources-block-11 span.views-field-field-app-download span.field-content .item-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 82, ../sass/_panels.scss */
#block-views-resources-block-11 span.views-field-field-app-download span.field-content .item-list ul li {
  float: left;
}
/* line 84, ../sass/_panels.scss */
#block-views-resources-block-11 span.views-field-field-app-download span.field-content .item-list ul li a {
  text-decoration: none;
  display: block;
  padding: 0 .5em;
  text-align: center;
}

/* Rules for Resources by Topic */
/* line 96, ../sass/_panels.scss */
#edit-field-topic-tid-wrapper {
  display: inline-block;
  float: left;
  padding: .5em 1em 0 0;
}

/* line 102, ../sass/_panels.scss */
#edit-field-audience-tid-wrapper {
  display: inline-block;
  min-width: 40%;
}

/* line 107, ../sass/_panels.scss */
.chosen-container {
  font-size: 16px;
}

/* line 113, ../sass/_panels.scss */
.pane-views-resources-resources-divided .item-list ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
/* line 117, ../sass/_panels.scss */
.pane-views-resources-resources-divided .item-list ul li.FVRL.Resources {
  background: #fffae5;
  margin: 0;
  padding: 1em;
}
/* line 122, ../sass/_panels.scss */
.pane-views-resources-resources-divided .item-list ul li.views-row.views-row-1.FVRL.Resources::before {
  content: "These resources are provided by FVRL and are available to all in any FVRL library. They are also available outside the library with your FVRL card. (See restrictions as noted.)";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 128, ../sass/_panels.scss */
.pane-views-resources-resources-divided .item-list ul li.Web.Resources, .pane-views-resources-resources-divided .item-list ul li.Librarian.Tips {
  margin: 0;
  padding: 1em;
}
/* line 132, ../sass/_panels.scss */
.pane-views-resources-resources-divided .item-list ul li.views-row.views-row-1.Web.Resources::before {
  content: "Use these resources from anywhere--no library card needed. (In the library, you may need to use an internet station or personal device to access them.)";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 138, ../sass/_panels.scss */
.pane-views-resources-resources-divided .item-list ul ul.links.inline {
  display: none;
}

/* line 145, ../sass/_panels.scss */
.pane-menu-menu-learn {
  background-color: #eeeeee;
  padding: 10px !important;
  margin-top: 1px;
  margin-bottom: 1em;
}
/* line 150, ../sass/_panels.scss */
.pane-menu-menu-learn .pane-title {
  margin-top: 0;
}
/* line 153, ../sass/_panels.scss */
.pane-menu-menu-learn ul.menu {
  margin: 0 !important;
  padding: 0 0 0 1em;
  list-style-type: none;
}
/* line 157, ../sass/_panels.scss */
.pane-menu-menu-learn ul.menu li {
  list-style-type: none;
}
/* line 159, ../sass/_panels.scss */
.pane-menu-menu-learn ul.menu li a {
  color: black;
}
/* line 161, ../sass/_panels.scss */
.pane-menu-menu-learn ul.menu li a:hover {
  color: #179b91;
}
/* line 164, ../sass/_panels.scss */
.pane-menu-menu-learn ul.menu li a.active {
  text-decoration: none;
}
/* line 166, ../sass/_panels.scss */
.pane-menu-menu-learn ul.menu li a.active:hover {
  color: black;
}

/* Rules for desktop devices */
@media all and (min-width: 700px) {
  /* COVID Home page */
  /* line 180, ../sass/_panels.scss */
  .panel-three-four-adaptive .panel-col-sixty-six .inside .home-banner {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  /* line 186, ../sass/_panels.scss */
  .panel-three-four-adaptive .panel-col-thirty-three .inside .home-ask {
    margin: .5em 0 .5em 1em;
  }
  /* line 188, ../sass/_panels.scss */
  .panel-three-four-adaptive .panel-col-thirty-three .inside .home-ask #help {
    margin-right: 85px;
  }
  /* line 192, ../sass/_panels.scss */
  .panel-three-four-adaptive .panel-col-thirty-three .inside .home-links {
    margin-left: 1em;
  }
  /* line 195, ../sass/_panels.scss */
  .panel-three-four-adaptive .panel-col-thirty-three .inside .home-news {
    margin-right: 2em;
  }

  /* line 201, ../sass/_panels.scss */
  .panel-3col-33-stacked .panel-col-top .inside {
    margin-bottom: 0;
  }
  /* line 204, ../sass/_panels.scss */
  .panel-3col-33-stacked .panel-col-top .inside .pane-views-featured-images-block-3 .views-row {
    margin: 0;
  }
  /* line 206, ../sass/_panels.scss */
  .panel-3col-33-stacked .panel-col-top .inside .pane-views-featured-images-block-3 .views-row .views-field-field-mobile-banner {
    display: none;
  }
  /* line 211, ../sass/_panels.scss */
  .panel-3col-33-stacked .panel-col-top .inside .pane-node-field-branch-photo {
    display: none;
  }

  /* line 216, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper {
    margin-top: .5em;
  }
  /* line 218, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first .inside {
    margin: 0 1em 1em 0;
  }
  /* line 220, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first .inside #edit-field-geofield-distance-wrapper {
    padding: 0;
  }
  /* line 222, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first .inside #edit-field-geofield-distance-wrapper .form-type-geofield-proximity {
    margin: 0;
  }
  /* line 224, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first .inside #edit-field-geofield-distance-wrapper .form-type-geofield-proximity .form-item-field-geofield-distance-distance {
    width: 30px;
  }
  /* line 227, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first .inside #edit-field-geofield-distance-wrapper .form-type-geofield-proximity .form-item-field-geofield-distance-origin {
    width: 80px;
  }
  /* line 233, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first .inside .views-submit-button input#edit-submit-find-location-near-you {
    margin: 0;
  }
  /* line 238, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col {
    width: 34%;
  }
  /* line 240, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col .inside {
    margin: 0 1em 1em 1em;
  }
  /* line 244, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-last .inside {
    margin: 0 0 1em 1em;
  }
  /* line 247, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* line 255, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked h2, #branch.panel-3col-33-stacked .pane-title {
    margin-bottom: 0;
  }
  /* line 259, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col-first .inside {
    margin: 0 1em 1em 0;
  }
  /* line 262, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col {
    width: 34%;
  }
  /* line 264, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col .inside {
    margin: 0 1em 1em 1em;
  }
  /* line 268, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col-last .inside {
    margin: 0 0 1em 1em;
  }
  /* line 271, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col-last .inside .pane-node-field-social-media-links .field-name-field-social-media-links .field-items {
    display: flex;
  }
  /* line 273, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col-last .inside .pane-node-field-social-media-links .field-name-field-social-media-links .field-items .field-item {
    margin: .5em .25em .1em .5em;
  }

  /* Rules for Resources by Topic banner */
  /* line 283, ../sass/_panels.scss */
  .views-field-field-mobile-banner {
    display: none;
  }

  /* Always Novel panel view of resources */
  /* line 289, ../sass/_panels.scss */
  #block-views-resources-block-11 p {
    margin-top: 0;
  }
  /* line 292, ../sass/_panels.scss */
  #block-views-resources-block-11 .panel-2col .panel-col-first {
    width: 25%;
  }
  /* line 294, ../sass/_panels.scss */
  #block-views-resources-block-11 .panel-2col .panel-col-first .inside {
    margin-right: 1em;
  }
  /* line 298, ../sass/_panels.scss */
  #block-views-resources-block-11 .panel-2col .panel-col-last {
    width: 75%;
  }

  /* View display of people */
  /* line 306, ../sass/_panels.scss */
  #block-views-people-block .panel-2col .panel-col-first, #block-views-people-block-1 .panel-2col .panel-col-first {
    width: 22%;
  }
  /* line 309, ../sass/_panels.scss */
  #block-views-people-block .panel-2col .panel-col-last, #block-views-people-block-1 .panel-2col .panel-col-last {
    width: 78%;
  }

  /* line 315, ../sass/_panels.scss */
  #block-views-people-block-2 .view-display-id-block_2 {
    margin-top: 1em;
  }
  /* line 318, ../sass/_panels.scss */
  #block-views-people-block-2 .view-display-id-block_2 .panel-2col .panel-col-first {
    width: 18%;
  }
  /* line 321, ../sass/_panels.scss */
  #block-views-people-block-2 .view-display-id-block_2 .panel-2col .panel-col-last {
    width: 82%;
  }
  /* line 323, ../sass/_panels.scss */
  #block-views-people-block-2 .view-display-id-block_2 .panel-2col .panel-col-last .views-field-title h3 {
    margin-top: 0;
  }

  /* View person page */
  /* line 333, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-first {
    width: 20%;
  }
  /* line 335, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-first .inside {
    margin-top: .75em;
  }
  /* line 339, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col {
    width: 50%;
  }
  /* line 342, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-last {
    width: 30%;
  }
  /* line 344, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-last .inside {
    margin-top: .75em;
  }
  /* line 346, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-last .inside .field-items {
    background-color: #cce6e7;
    padding: .5em 1em;
  }

  /* line 354, ../sass/_panels.scss */
  h3.field-content.Trustee a {
    text-decoration: underline;
  }
}
/* Rules for mobile devices */
@media all and (max-width: 699px) {
  /* Rules for COVID Home page */
  /* line 366, ../sass/_panels.scss */
  .panel-three-four-adaptive .panel-col-thirty-three {
    width: 100%;
  }
  /* line 369, ../sass/_panels.scss */
  .panel-three-four-adaptive .panel-col-sixty-six {
    width: 100%;
  }

  /* line 374, ../sass/_panels.scss */
  .panel-3col-33-stacked .panel-col-top .inside {
    margin-bottom: 0;
  }
  /* line 377, ../sass/_panels.scss */
  .panel-3col-33-stacked .panel-col-top .inside .pane-views-featured-images-block-3 .view-featured-images .view-content .views-row .views-field-field-feature-image {
    display: none;
  }
  /* line 381, ../sass/_panels.scss */
  .panel-3col-33-stacked .panel-col-top .inside .pane-node-field-feature-image {
    display: none;
  }
  /* line 386, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first, .panel-3col-33-stacked .center-wrapper .panel-col, .panel-3col-33-stacked .center-wrapper .panel-col-last {
    width: 100%;
  }
  /* line 388, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first .inside, .panel-3col-33-stacked .center-wrapper .panel-col .inside, .panel-3col-33-stacked .center-wrapper .panel-col-last .inside {
    margin: 0;
  }
  /* line 392, ../sass/_panels.scss */
  .panel-3col-33-stacked .center-wrapper .panel-col-first h2 {
    margin-top: .1em;
  }

  /* line 400, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col-first, #branch.panel-3col-33-stacked .center-wrapper .panel-col, #branch.panel-3col-33-stacked .center-wrapper .panel-col-last {
    width: 100%;
  }
  /* line 405, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col-last .inside .pane-node-field-social-media-links .field-name-field-social-media-links .field-items {
    display: flex;
  }
  /* line 407, ../sass/_panels.scss */
  #branch.panel-3col-33-stacked .center-wrapper .panel-col-last .inside .pane-node-field-social-media-links .field-name-field-social-media-links .field-items .field-item {
    margin: 0 .5em .5em 0;
  }

  /* Rules for Resources by Topic */
  /* line 417, ../sass/_panels.scss */
  .views-field-field-feature-image {
    display: none;
  }

  /* line 421, ../sass/_panels.scss */
  .panels-flexible-region-9-left, .panels-flexible-region-9-right {
    width: 100%;
  }
  /* line 423, ../sass/_panels.scss */
  .panels-flexible-region-9-left .inside, .panels-flexible-region-9-right .inside {
    margin: 0;
    padding: 0;
  }

  /* Always Novel panel view of resources */
  /* line 432, ../sass/_panels.scss */
  #block-views-resources-block-11 p {
    margin-top: 0;
  }
  /* line 435, ../sass/_panels.scss */
  #block-views-resources-block-11 .panel-2col .panel-col-first, #block-views-resources-block-11 .panel-2col .panel-col-last {
    width: 100%;
  }
  /* line 437, ../sass/_panels.scss */
  #block-views-resources-block-11 .panel-2col .panel-col-first .inside, #block-views-resources-block-11 .panel-2col .panel-col-last .inside {
    margin: 0 1em;
  }

  /* View display of people */
  /* line 445, ../sass/_panels.scss */
  #block-views-people-block .views-row-odd, #block-views-people-block-1 .views-row-odd {
    background-color: #cce6e7;
  }
  /* line 449, ../sass/_panels.scss */
  #block-views-people-block .panel-2col .panel-col-first, #block-views-people-block-1 .panel-2col .panel-col-first {
    display: none;
  }
  /* line 452, ../sass/_panels.scss */
  #block-views-people-block .panel-2col .panel-col-last, #block-views-people-block-1 .panel-2col .panel-col-last {
    width: 100%;
  }

  /* line 460, ../sass/_panels.scss */
  #block-views-people-block-2 .panel-2col .panel-col-first, #block-views-people-block-2 .panel-2col .panel-col-last {
    width: 100%;
  }
  /* line 462, ../sass/_panels.scss */
  #block-views-people-block-2 .panel-2col .panel-col-first .inside, #block-views-people-block-2 .panel-2col .panel-col-last .inside {
    margin: 0;
  }
  /* line 464, ../sass/_panels.scss */
  #block-views-people-block-2 .panel-2col .panel-col-first .inside .views-field-field-headshot .field-content, #block-views-people-block-2 .panel-2col .panel-col-last .inside .views-field-field-headshot .field-content {
    text-align: center;
  }
  /* line 467, ../sass/_panels.scss */
  #block-views-people-block-2 .panel-2col .panel-col-first .inside .views-field-title h3, #block-views-people-block-2 .panel-2col .panel-col-last .inside .views-field-title h3 {
    text-align: center;
    margin-top: 0;
  }

  /* View person page */
  /* line 477, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-first {
    width: 100%;
  }
  /* line 479, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-first .inside {
    margin-top: .75em;
  }
  /* line 483, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col {
    width: 100%;
  }
  /* line 486, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-last {
    width: 100%;
  }
  /* line 488, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-last .inside {
    margin-top: .5em;
  }
  /* line 490, ../sass/_panels.scss */
  .panel-3col-stacked .panel-col-last .inside .field-items {
    background-color: #cce6e7;
    padding: .5em 1em;
  }
}
/* Rules for all devices */
/* line 4, ../sass/_sidebar.scss */
#block-menu-block-1 ul {
  margin-top: 0;
}
/* line 7, ../sass/_sidebar.scss */
#block-menu-block-1 li {
  list-style-type: none;
}

/* Rules for mobile devices */
/* Rules for desktop devices */
@media all and (min-width: 700px) {
  /* line 20, ../sass/_sidebar.scss */
  .region-sidebar-second {
    margin-right: 0;
    margin-left: 20px;
  }
  /* line 23, ../sass/_sidebar.scss */
  .region-sidebar-second .block {
    margin: 0;
    padding: 10px;
    position: relative;
    z-index: 2;
  }
  /* line 29, ../sass/_sidebar.scss */
  .region-sidebar-second .block:first-child {
    padding-top: 20px !important;
  }
  /* line 33, ../sass/_sidebar.scss */
  .region-sidebar-second .block:last-child {
    padding-bottom: 20px !important;
  }
  /* line 37, ../sass/_sidebar.scss */
  .region-sidebar-second .block#block-fvrl-misc-fvrl-ask {
    padding: 0;
  }
}
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* @import "compass/reset"; */
/* line 8, ../sass/screen.scss */
* {
  margin: 0px;
  padding: 0px;
}

/* line 13, ../sass/screen.scss */
h1#site-name {
  text-transform: uppercase;
}

/* line 2, ../sass/_search.scss */
#custom-search-blocks-form-1 .form-submit {
  background-color: transparent;
  height: auto;
  padding: 0;
  margin: 0 0 -8px 0;
}

/* line 11, ../sass/_search.scss */
#custom-search-blocks-form-2 div {
  display: inline;
}
/* line 13, ../sass/_search.scss */
#custom-search-blocks-form-2 div .form-type-textfield {
  margin: 8px 6px 8px 0px;
}
/* line 15, ../sass/_search.scss */
#custom-search-blocks-form-2 div .form-type-textfield input {
  margin-right: 2px;
  padding: 0 1%;
  height: 30px;
  border: 1px solid #818184;
}

/* line 25, ../sass/_search.scss */
.search-api-page-results .expanding-formatter-trigger a.button {
  color: white;
  background-color: #541547;
  text-decoration: none;
  padding: 0 3px;
  border-radius: 5px;
  margin-left: 5px;
}
/* line 32, ../sass/_search.scss */
.search-api-page-results .expanding-formatter-trigger a.button:hover {
  background-color: #7e4f75;
}
/* line 36, ../sass/_search.scss */
.search-api-page-results .resource-tags {
  display: none;
}

/* Rules for mobile devices */
@media all and (max-width: 699px) {
  /* line 43, ../sass/_search.scss */
  #block-custom-search-blocks-1 {
    width: 100%;
    text-align: center;
  }
  /* line 46, ../sass/_search.scss */
  #block-custom-search-blocks-1 .form-type-radios {
    margin-bottom: 0;
  }
  /* line 48, ../sass/_search.scss */
  #block-custom-search-blocks-1 .form-type-radios .form-radios {
    display: flex;
    justify-content: space-around;
  }
  /* line 51, ../sass/_search.scss */
  #block-custom-search-blocks-1 .form-type-radios .form-radios .form-item {
    font-size: .9em;
    flex: 0 1 auto;
  }
  /* line 57, ../sass/_search.scss */
  #block-custom-search-blocks-1 .form-type-textfield {
    margin-top: .1em;
    margin-bottom: 0;
    display: inline-block;
    width: 88%;
  }
  /* line 62, ../sass/_search.scss */
  #block-custom-search-blocks-1 .form-type-textfield input {
    line-height: 2em;
    border: 2px solid #818184;
    width: 100%;
  }
  /* line 68, ../sass/_search.scss */
  #block-custom-search-blocks-1 #edit-actions, #block-custom-search-blocks-1 #edit-actions--2 {
    display: inline-block;
  }
}
/* Rules for desktop */
@media all and (min-width: 700px) {
  /* line 76, ../sass/_search.scss */
  #block-custom-search-blocks-1 {
    min-width: 295px;
  }
  /* line 78, ../sass/_search.scss */
  #block-custom-search-blocks-1 #custom-search-blocks-form-1 {
    padding: 8px;
  }
  /* line 80, ../sass/_search.scss */
  #block-custom-search-blocks-1 #custom-search-blocks-form-1 div {
    display: inline;
    /*                        #edit-actions, #edit-actions--2 {
                                    input {
                                            width: 25px;
                                            background: transparent;
                                            background-image: URL("/sites/all/themes/fvrl2018/images/magnifyer22px.png");
                                            background-repeat: no-repeat;
                                            display: inline-block;
                                            margin: 0;
                                            text-indent: 2em;
                                    }
                            }*/
  }
  /* line 82, ../sass/_search.scss */
  #block-custom-search-blocks-1 #custom-search-blocks-form-1 div .form-type-radios {
    margin: 0;
    font-size: .9em;
    display: block;
    margin-right: 6px;
  }
  /* line 91, ../sass/_search.scss */
  #block-custom-search-blocks-1 #custom-search-blocks-form-1 div .form-type-textfield {
    display: inline;
    margin: 8px 6px 8px 0px;
    max-width: 295px;
  }
  /* line 95, ../sass/_search.scss */
  #block-custom-search-blocks-1 #custom-search-blocks-form-1 div .form-type-textfield input {
    margin-top: 5px;
    margin-right: 2px;
    padding: 0 1%;
    width: 280px;
    height: 37px;
    border: 2px solid #818184;
  }
}
/* line 2, ../sass/_tb-megamenu.scss */
.tb-megamenu {
  background-color: #377d98;
  color: white;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
/* line 8, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav-collapse .nav {
  width: 100%;
  height: 4em;
}

/* line 14, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav > li {
  width: 14.25%;
  height: 4em;
  max-width: 146.3px;
  height: 100%;
  background-color: #377d98;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 24, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav > li.item-last {
  max-width: 145.4px;
}
/* line 27, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav > li:hover {
  background-color: #699db1;
}

/* line 32, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav > li > a {
  border-right: none;
  color: white;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.1em;
  float: none;
  padding: 0 .25em;
  height: auto;
  text-align: center;
  border: none;
  justify-content: center;
  align-items: center;
}

/* line 48, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav > li > a:focus,
.tb-megamenu .nav > li > a:hover {
  background-color: #699db1;
  color: white;
}

/* line 54, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav > .active > a,
.tb-megamenu .nav > .active > a:hover,
.tb-megamenu .nav > .active > a:focus {
  background-color: inherit;
  color: black;
}

/* line 59, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav-collapse .nav > li.active > a:hover,
.tb-megamenu .nav-collapse .nav > li.active > a:focus {
  background-color: inherit;
  color: white;
}

/* line 63, ../sass/_tb-megamenu.scss */
.tb-megamenu .row-fluid + .row-fluid {
  border-color: #377d98;
}

/* line 66, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown .caret {
  margin-left: 5px;
}

/* line 69, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 74, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu li > a {
  border-top: none;
  padding: none;
  text-shadow: none;
  text-decoration: none;
}

/* line 80, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu li:first-child > a {
  border-top: 0;
}

/* line 83, ../sass/_tb-megamenu.scss */
.tb-megamenu .navbar .nav > li > .dropdown-menu:before {
  display: none;
}

/* line 86, ../sass/_tb-megamenu.scss */
.tb-megamenu .navbar .nav > li > .dropdown-menu:after {
  display: none;
}

/* line 90, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu .disabled > a,
.tb-megamenu .dropdown-menu .disabled > a:hover {
  color: #999;
}

/* line 93, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}

/* line 96, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
  background-color: #666;
  icolor: white;
}

/* line 100, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav li.dropdown.active > .dropdown-toggle {
  background-color: inherit;
  color: white;
}

/* line 105, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav > li.dropdown.open.active > a:hover,
.tb-megamenu .nav > li.dropdown.open.active > a:focus {
  background-color: #699db1;
  color: white;
}

/* line 109, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu {
  background-color: white;
  border: none;
}

/* line 113, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu li > a {
  color: black;
  border-top: none;
}

/* line 119, ../sass/_tb-megamenu.scss */
.tb-megamenu .dropdown-menu li > a:hover,
.tb-megamenu .dropdown-menu li > a:focus,
.tb-megamenu .dropdown-submenu:hover > a {
  background: none;
  color: #179b91;
  text-decoration: underline;
}

/* line 125, ../sass/_tb-megamenu.scss */
.tb-megamenu .nav li.dropdown.open > .dropdown-toggle,
.tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #699db1;
  color: white;
}

/* line 131, ../sass/_tb-megamenu.scss */
.tb-megamenu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  color: #377d98;
}
/* line 133, ../sass/_tb-megamenu.scss */
.tb-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.tb-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover {
  color: #179b91;
}

/* line 139, ../sass/_tb-megamenu.scss */
.tb-megamenu .mega-nav > li a,
.tb-megamenu .dropdown-menu .mega-nav > li a {
  padding: 0;
  line-height: 1.5em;
}

/* line 144, ../sass/_tb-megamenu.scss */
.tb-megamenu .tb-block {
  background: transparent;
  color: black;
}

/* line 148, ../sass/_tb-megamenu.scss */
.tb-megamenu .tb-block .block-inner {
  padding: 0;
}

/* line 151, ../sass/_tb-megamenu.scss */
.tb-megamenu .tb-block .block-title {
  background: inherit;
  color: #377d98;
  font-size: 16px;
}

/* line 156, ../sass/_tb-megamenu.scss */
.tb-megamenu .block-ct {
  background: inherit;
  color: inherit;
  padding: 0;
  *zoom: 1;
}

/* line 163, ../sass/_tb-megamenu.scss */
.tb-megamenu .block-ct:before,
.tb-megamenu .block-ct:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 168, ../sass/_tb-megamenu.scss */
.tb-megamenu .block-ct:after {
  clear: both;
}

/* line 174, ../sass/_tb-megamenu.scss */
.tb-megamenu .tb-block ul.unstyled,
.tb-megamenu .tb-block ol.unstyled,
.tb-megamenu .tb-block ul.nav,
.tb-megamenu .tb-block ol.nav {
  margin-left: 0;
}

/* line 177, ../sass/_tb-megamenu.scss */
.tb-megamenu .block_menu .nav {
  margin-bottom: 20px;
}

/* line 180, ../sass/_tb-megamenu.scss */
.tb-megamenu .block_menu .nav > li {
  border-top: none;
}

/* line 183, ../sass/_tb-megamenu.scss */
.tb-megamenu .block_menu .nav > li > a {
  padding: 5px;
}

/* line 186, ../sass/_tb-megamenu.scss */
.tb-megamenu .block_menu .nav > li:first-child {
  border-top: 0;
}

/* line 189, ../sass/_tb-megamenu.scss */
.tb-megamenu .block_menu .nav > li:first-child > a {
  padding-top: 0;
  border-top: 0;
}

/* line 194, ../sass/_tb-megamenu.scss */
.block-view-demo .views-field-field-image img {
  border: 1px solid #377d98;
}

/* line 198, ../sass/_tb-megamenu.scss */
.block-view-demo .item-list ul li {
  border-bottom: 1px solid #377d98;
}

/* line 203, ../sass/_tb-megamenu.scss */
.block-view-demo .views-field-title a:hover,
.block-view-demo .views-field-title a:focus {
  color: white;
}

@media all and (max-width: 699px) {
  /* line 209, ../sass/_tb-megamenu.scss */
  #block-tb-megamenu-main-menu.block {
    margin-top: 1em;
    margin-bottom: 0;
  }

  /* line 214, ../sass/_tb-megamenu.scss */
  .tb-megamenu {
    margin: 0;
    max-width: 699px;
    background-color: transparent;
  }

  /* line 220, ../sass/_tb-megamenu.scss */
  .tb-megamenu .nav-collapse {
    padding: 0 10px 10px 0;
  }
  /* line 222, ../sass/_tb-megamenu.scss */
  .tb-megamenu .nav-collapse .nav {
    height: 2.5em;
  }
  /* line 225, ../sass/_tb-megamenu.scss */
  .tb-megamenu .nav-collapse .dropdown-menu {
    background-color: white;
    width: 101.5% !important;
  }

  /* line 231, ../sass/_tb-megamenu.scss */
  .tb-megamenu-item.level-1 {
    cursor: pointer;
  }

  /* line 235, ../sass/_tb-megamenu.scss */
  .tb-megamenu .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
    padding: 0;
  }

  /* line 241, ../sass/_tb-megamenu.scss */
  .tb-megamenu .nav > li, .tb-megamenu .nav > li.item-last {
    width: 96%;
    max-width: 699px;
    height: 100%;
    margin: 5px 10px;
    border-radius: 10px;
  }

  /* line 249, ../sass/_tb-megamenu.scss */
  .tb-megamenu .btn-navbar {
    margin-left: 10px;
  }
  /* line 250, ../sass/_tb-megamenu.scss */
  .tb-megamenu .btn-navbar p {
    margin: 0;
  }
  /* line 254, ../sass/_tb-megamenu.scss */
  .tb-megamenu .btn-navbar:active, .tb-megamenu .btn-navbar:hover {
    background-color: #377d98;
  }

  /* line 259, ../sass/_tb-megamenu.scss */
  .tb-megamenu .btn {
    background-image: linear-gradient(to bottom, #699db1, #377d98);
    border: #377d98;
    border-radius: 10px;
  }

  /* line 266, ../sass/_tb-megamenu.scss */
  #tb-megamenu-column-10 .mega-inner {
    padding-bottom: 0;
  }

  /* line 271, ../sass/_tb-megamenu.scss */
  #tb-megamenu-column-11 .mega-inner {
    padding-top: 0;
  }
}
/* line 1, ../sass/_tooltip.scss */
abbr {
  background: #b3d965;
  padding: 1px 4px 0px 4px;
  cursor: help;
  text-decoration: none !important;
}

/* line 8, ../sass/_tooltip.scss */
abbr[title] {
  border-bottom: none !important;
}

/* line 12, ../sass/_tooltip.scss */
#tooltip {
  text-align: left;
  color: black;
  background: #bcdee0;
  position: absolute;
  z-index: 100;
  padding: 15px;
}
/* line 20, ../sass/_tooltip.scss */
#tooltip:after {
  /* triangle decoration */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  border-top-color: #bcdee0;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
/* line 33, ../sass/_tooltip.scss */
#tooltip .top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #cce6e7;
  border-bottom-color: #bcdee0;
  top: -20px;
  bottom: auto;
}
/* line 40, ../sass/_tooltip.scss */
#tooltip .left:after {
  left: 10px;
  margin: 0;
}
/* line 44, ../sass/_tooltip.scss */
#tooltip .right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/* line 1, ../sass/_views.scss */
.page-ers .view-featured-content .content {
  text-align: center;
}

/* line 18, ../sass/_views.scss */
.page-ers-resource-topics .term-Apps,
.page-ers-resource-topics .term-eAudio,
.page-ers-resource-topics .term-eBooks,
.page-ers-resource-topics .term-Events,
.page-ers-resource-topics .term-Fort-Vancouver-Regional-Library-District,
.page-ers-resource-topics .term-Home-page,
.page-ers-resource-topics .term-Library-Card,
.page-ers-resource-topics .term-Library-Services,
.page-ers-resource-topics .term-Quick-Answers,
.page-ers-resource-topics .term-Services,
.page-ers-resource-topics .term-Streaming,
.page-ers-resource-topics .term-Video,
.page-ers-resource-topics .term-Volunteer {
  display: none;
}

/* line 23, ../sass/_views.scss */
.view-display-id-page_1 {
  margin-bottom: 1em;
}

/* line 27, ../sass/_views.scss */
.oh-display:last-child .hours-separator {
  display: none;
}

/* line 32, ../sass/_views.scss */
.views-exposed-form .form-submit {
  padding: 5px 10px;
}
/* line 35, ../sass/_views.scss */
.views-exposed-form .views-exposed-widget {
  float: none;
}
/* line 39, ../sass/_views.scss */
.views-exposed-form .form-type-radio {
  display: inline;
  margin-right: 1em;
}

/* line 46, ../sass/_views.scss */
.views-exposed-form .views-exposed-widgets .views-submit-button, .views-exposed-form .views-exposed-widgets .views-reset-button {
  padding-right: 0;
  display: inline-block;
  width: auto;
}
/* line 50, ../sass/_views.scss */
.views-exposed-form .views-exposed-widgets .views-submit-button .form-submit, .views-exposed-form .views-exposed-widgets .views-reset-button .form-submit {
  margin: 1em 1em 0 0;
}

/* line 56, ../sass/_views.scss */
.views-reset-button input {
  color: white;
  background: #aa1f62;
}
/* line 59, ../sass/_views.scss */
.views-reset-button input:hover {
  background-color: #bf5789;
}

/* line 65, ../sass/_views.scss */
.view-branch-amenities ul {
  list-style-type: disc;
}
/* line 68, ../sass/_views.scss */
.view-branch-amenities p {
  margin-top: 0.5em;
}

/* line 74, ../sass/_views.scss */
#content .view-hours-locations .views-row, #content .view-find-location-near-you .views-row {
  margin-bottom: 25px;
}
/* line 77, ../sass/_views.scss */
#content .view-hours-locations h2, #content .view-find-location-near-you h2 {
  margin-bottom: 0;
  line-height: 120%;
}
/* line 81, ../sass/_views.scss */
#content .view-hours-locations ul, #content .view-find-location-near-you ul {
  padding: 0;
  margin: 0;
}
/* line 85, ../sass/_views.scss */
#content .view-hours-locations .item-list ul, #content .view-find-location-near-you .item-list ul {
  list-style-type: none;
}
/* line 87, ../sass/_views.scss */
#content .view-hours-locations .item-list ul li, #content .view-find-location-near-you .item-list ul li {
  margin: 16px 0;
}
/* line 91, ../sass/_views.scss */
#content .view-hours-locations .ctools-jump-menu-button, #content .view-find-location-near-you .ctools-jump-menu-button {
  display: none;
}
/* line 94, ../sass/_views.scss */
#content .view-hours-locations .map-icon, #content .view-find-location-near-you .map-icon {
  float: left;
  width: 34px;
  height: 53px;
  margin: 5px 16px 0 12px;
}
/* line 99, ../sass/_views.scss */
#content .view-hours-locations .map-icon a, #content .view-find-location-near-you .map-icon a {
  border: none;
}

/* line 106, ../sass/_views.scss */
.alpha-pagination .item-list ul {
  font-size: 1em !important;
  font-family: Roboto, sans-serif;
}
/* line 110, ../sass/_views.scss */
.alpha-pagination .item-list ul li a {
  text-decoration: none;
}
/* line 112, ../sass/_views.scss */
.alpha-pagination .item-list ul li a:focus {
  color: #179b91;
  background: #ddddde;
}
/* line 116, ../sass/_views.scss */
.alpha-pagination .item-list ul li a:visited {
  color: #377d98;
}
/* line 120, ../sass/_views.scss */
.alpha-pagination .item-list ul li.active span {
  background-color: #b22129;
  color: white;
}
/* line 124, ../sass/_views.scss */
.alpha-pagination .item-list ul li.inactive {
  display: none !important;
}

/* line 132, ../sass/_views.scss */
.view-resources .views-row, .view-ers .views-row {
  padding: 10px 0 10px 0;
  border-bottom: 2px dotted #bcdee0;
}
/* line 137, ../sass/_views.scss */
.view-resources .views-row:last-child, .view-ers .views-row:last-child {
  border: none;
}
/* line 141, ../sass/_views.scss */
.view-resources header, .view-ers header {
  display: inline-block;
  margin-right: 6px;
}
/* line 146, ../sass/_views.scss */
.view-resources .field-name-field-link, .view-ers .field-name-field-link {
  display: none;
}
/* line 150, ../sass/_views.scss */
.view-resources .field-name-field-resource-access, .view-ers .field-name-field-resource-access {
  display: inline-block;
  text-align: bottom;
  font-style: italic;
}
/* line 155, ../sass/_views.scss */
.view-resources .expanding-formatter-trigger, .view-ers .expanding-formatter-trigger {
  word-wrap: normal;
}
/* line 157, ../sass/_views.scss */
.view-resources .expanding-formatter-trigger a.button, .view-ers .expanding-formatter-trigger a.button {
  color: white;
  background-color: #541547;
  text-decoration: none;
  padding: 0 3px;
  border-radius: 5px;
  margin-left: 5px;
}
/* line 164, ../sass/_views.scss */
.view-resources .expanding-formatter-trigger a.button:hover, .view-ers .expanding-formatter-trigger a.button:hover {
  background-color: #7e4f75;
}
/* line 169, ../sass/_views.scss */
.view-resources .resource-tags, .view-ers .resource-tags {
  display: none;
}

/* line 176, ../sass/_views.scss */
.view-featured-content .view-footer {
  display: inline-block;
}
/* line 180, ../sass/_views.scss */
.view-featured-content .views-row {
  display: none;
}
/* line 184, ../sass/_views.scss */
.view-featured-content .views-row-1 {
  display: block;
}
/* line 188, ../sass/_views.scss */
.view-featured-content .views-field-body p {
  margin: 4px 0 12px 0;
  font-weight: normal;
}

/* line 194, ../sass/_views.scss */
.views-label-field-branch-manager {
  font-weight: bold;
  display: block;
  color: #377d98;
  font-size: 18.72px;
}

/* line 201, ../sass/_views.scss */
.views-field-field-social-media-links {
  margin-top: 4px;
}
/* line 203, ../sass/_views.scss */
.views-field-field-social-media-links a {
  border: none;
}
/* line 206, ../sass/_views.scss */
.views-field-field-social-media-links .views-label-field-social-media-links {
  font-weight: bold;
  display: block;
  color: black;
  font-size: 18.72px;
}
/* line 212, ../sass/_views.scss */
.views-field-field-social-media-links ul {
  margin: 4px 0;
}
/* line 214, ../sass/_views.scss */
.views-field-field-social-media-links ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}

/* line 223, ../sass/_views.scss */
.social-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  margin-top: -8px;
  padding: 0;
  text-align: center;
}

/* line 233, ../sass/_views.scss */
.geofield-proximity-field-wrapper .form-item .form-item {
  width: 100px;
}
/* line 235, ../sass/_views.scss */
.geofield-proximity-field-wrapper .form-item .form-item .form-element {
  display: inline-block;
}

/* line 240, ../sass/_views.scss */
.geofield-proximity-field-wrapper .geofield-proximity-origin-from {
  padding-top: 1px;
}

/* line 244, ../sass/_views.scss */
.form-item-field-geofield-distance-unit {
  display: none;
}

/* line 248, ../sass/_views.scss */
.geofield-proximity-origin-from:before {
  content: 'miles ';
}

/* line 252, ../sass/_views.scss */
.geofield-proximity-origin-from {
  display: inline-block;
}

/* line 256, ../sass/_views.scss */
.form-type-geofield-proximity .description {
  display: none;
}

/* line 260, ../sass/_views.scss */
.form-item .description {
  width: 90%;
  line-height: 1.2em;
}

/* line 264, ../sass/_views.scss */
.views-exposed-form .views-exposed-widgets .views-submit-button .form-submit #edit-submit-find-location-near-you {
  margin: 0 0 0 1em;
}

/* line 268, ../sass/_views.scss */
.views-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 273, ../sass/_views.scss */
.view-find-location-near-you span.field-content > a {
  color: #179b91;
  font-size: 150%;
  font-weight: bold;
}
/* line 277, ../sass/_views.scss */
.view-find-location-near-you span.field-content > a:hover {
  color: #51b4ac;
}

/* Rules for LibraryCalendar feed views */
/* line 284, ../sass/_views.scss */
.view.view-librarycalendar-display .views-row.views-row-1 {
  margin-top: 0;
}
/* line 286, ../sass/_views.scss */
.view.view-librarycalendar-display .views-row.views-row-1 h4.field-content {
  margin-top: .5em;
}

/* Rules for resource views */
/* line 293, ../sass/_views.scss */
#edit-audience-wrapper {
  display: inline-block;
}

/* line 299, ../sass/_views.scss */
.view-display-id-page_4 .item-list ul, .view-display-id-page_2 .item-list ul, .view-display-id-block_4 .item-list ul, .view-display-id-block_5 .item-list ul, .view-display-id-resources_by_audience .item-list ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
/* line 303, ../sass/_views.scss */
.view-display-id-page_4 .item-list ul li.FVRL.Resources, .view-display-id-page_2 .item-list ul li.FVRL.Resources, .view-display-id-block_4 .item-list ul li.FVRL.Resources, .view-display-id-block_5 .item-list ul li.FVRL.Resources, .view-display-id-resources_by_audience .item-list ul li.FVRL.Resources {
  background: #fffae5;
  margin: 0;
  padding: 1em;
}
/* line 308, ../sass/_views.scss */
.view-display-id-page_4 .item-list ul li.views-row.views-row-1.FVRL.Resources::before, .view-display-id-page_2 .item-list ul li.views-row.views-row-1.FVRL.Resources::before, .view-display-id-block_4 .item-list ul li.views-row.views-row-1.FVRL.Resources::before, .view-display-id-block_5 .item-list ul li.views-row.views-row-1.FVRL.Resources::before, .view-display-id-resources_by_audience .item-list ul li.views-row.views-row-1.FVRL.Resources::before {
  content: "These resources are provided by FVRL and are available to all in any FVRL library. They are also available outside the library with your FVRL card. (See restrictions as noted.)";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 314, ../sass/_views.scss */
.view-display-id-page_4 .item-list ul li.Web.Resources, .view-display-id-page_4 .item-list ul li.Librarian.Tips, .view-display-id-page_2 .item-list ul li.Web.Resources, .view-display-id-page_2 .item-list ul li.Librarian.Tips, .view-display-id-block_4 .item-list ul li.Web.Resources, .view-display-id-block_4 .item-list ul li.Librarian.Tips, .view-display-id-block_5 .item-list ul li.Web.Resources, .view-display-id-block_5 .item-list ul li.Librarian.Tips, .view-display-id-resources_by_audience .item-list ul li.Web.Resources, .view-display-id-resources_by_audience .item-list ul li.Librarian.Tips {
  margin: 0;
  padding: 1em;
}
/* line 318, ../sass/_views.scss */
.view-display-id-page_4 .item-list ul li.views-row.views-row-1.Web.Resources::before, .view-display-id-page_2 .item-list ul li.views-row.views-row-1.Web.Resources::before, .view-display-id-block_4 .item-list ul li.views-row.views-row-1.Web.Resources::before, .view-display-id-block_5 .item-list ul li.views-row.views-row-1.Web.Resources::before, .view-display-id-resources_by_audience .item-list ul li.views-row.views-row-1.Web.Resources::before {
  content: "Use these resources from anywhere--no library card needed. (In the library, you may need to use an internet station or personal device to access them.)";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 324, ../sass/_views.scss */
.view-display-id-page_4 .item-list ul ul.links.inline, .view-display-id-page_2 .item-list ul ul.links.inline, .view-display-id-block_4 .item-list ul ul.links.inline, .view-display-id-block_5 .item-list ul ul.links.inline, .view-display-id-resources_by_audience .item-list ul ul.links.inline {
  display: none;
}

/* Hispanohablantes resource */
/* line 335, ../sass/_views.scss */
.view-display-id-block_14 .item-list ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}
/* line 339, ../sass/_views.scss */
.view-display-id-block_14 .item-list ul li.FVRL.Resources {
  background: #fffae5;
  margin: 0;
  padding: 1em;
}
/* line 344, ../sass/_views.scss */
.view-display-id-block_14 .item-list ul li.views-row.views-row-1.FVRL.Resources::before {
  content: "Estos recursos son proporcionados por FVRL y estádisponibles para todos en cualquier biblioteca de FVRL. Tambiéestádisponibles fuera de la biblioteca con su tarjeta FVRL. (Consulte las restricciones como se indica).";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 350, ../sass/_views.scss */
.view-display-id-block_14 .item-list ul li.Web.Resources, .view-display-id-block_14 .item-list ul li.Librarian.Tips {
  margin: 0;
  padding: 1em;
}
/* line 354, ../sass/_views.scss */
.view-display-id-block_14 .item-list ul li.views-row.views-row-1.Web.Resources::before {
  content: "Use estos recursos desde cualquier lugar, no necesita tarjeta de biblioteca. (En la biblioteca, es posible que deba usar una estacióe Internet o un dispositivo personal para acceder a ellos).";
  display: block;
  font-style: italic;
  padding-bottom: 1.5em;
}
/* line 360, ../sass/_views.scss */
.view-display-id-block_14 .item-list ul ul.links.inline {
  display: none;
}

/*Rules for Resources A-Z */
/* line 370, ../sass/_views.scss */
.view-display-id-page_3 ul.links.inline {
  display: none;
}

/* Rules for link-only Resource blocks */
/* line 377, ../sass/_views.scss */
#block-views-resources-block-13 .views-row {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

/* Rules for Views Slideshow exhibits */
/* line 386, ../sass/_views.scss */
.view.view-exhibit.view-id-exhibit {
  background: black;
  padding: 0 1em;
  color: white;
}
/* line 390, ../sass/_views.scss */
.view.view-exhibit.view-id-exhibit h2 {
  color: white;
}
/* line 393, ../sass/_views.scss */
.view.view-exhibit.view-id-exhibit h3 {
  color: #ddddde;
}

/* line 398, ../sass/_views.scss */
.views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
  width: 100%;
  height: auto;
  min-height: 915px;
}

/* line 404, ../sass/_views.scss */
.vscc-controls {
  position: relative;
  z-index: 99;
}
/* line 407, ../sass/_views.scss */
.vscc-controls .vscc_controls_previous {
  position: absolute;
  top: 450px;
  left: 0px;
  background: #58585b;
  padding: .5em;
}
/* line 414, ../sass/_views.scss */
.vscc-controls .vscc_controls_next {
  position: absolute;
  top: 450px;
  right: 0px;
  background: #58585b;
  padding: .5em;
}

/* line 423, ../sass/_views.scss */
.views-slideshow-cycle-main-frame-row {
  position: relative !important;
  margin-left: auto;
  margin-right: auto;
}
/* line 428, ../sass/_views.scss */
.views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item h3 {
  margin-top: .5em;
}
/* line 431, ../sass/_views.scss */
.views-slideshow-cycle-main-frame-row .views-slideshow-cycle-main-frame-row-item .views-field-field-photo .field-content img {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

/* Rules for full-width tables */
/* line 444, ../sass/_views.scss */
table#words-pics {
  width: 100%;
  border-collapse: collapse;
  background-color: #eeeeee;
}
/* line 448, ../sass/_views.scss */
table#words-pics th.time {
  width: 10%;
}
/* line 451, ../sass/_views.scss */
table#words-pics th.reader {
  width: 20%;
}
/* line 454, ../sass/_views.scss */
table#words-pics th.writer {
  width: 40%;
}
/* line 457, ../sass/_views.scss */
table#words-pics th.children {
  width: 30%;
}
/* line 460, ../sass/_views.scss */
table#words-pics th {
  background-color: #cce6e7;
  border: 3px solid white;
  padding: .5em 1em;
}
/* line 465, ../sass/_views.scss */
table#words-pics td {
  border: 3px solid white;
  padding: .5em 1em;
  vertical-align: top;
}

/* Rules for mobile devices */
@media all and (max-width: 699px) {
  /* line 475, ../sass/_views.scss */
  #content .view-hours-locations .field-type-office-hours, #content .view-find-location-near-you .field-type-office-hours {
    width: auto;
  }

  /* line 481, ../sass/_views.scss */
  .geofield-proximity-field-wrapper .form-item .form-item {
    width: 75px;
  }

  /* Rules for Views Slideshow exhibits */
  /* line 487, ../sass/_views.scss */
  .vscc-controls .vscc_controls_previous, .vscc-controls .vscc_controls_next {
    top: 300px;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */
