/**
 * @file
 *   CSS & media queries for responsive_menus_simple style.
 */

/* Responsive mode, engage! */
.responsive-menus.responsified {
  clear: both;
  width: 100%;
}

.responsive-menus.responsified span.toggler {
  padding: 1px;
  display: block;
  background: #333;
  color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #000;
  font-size: 1.35em;
  text-align: center;
  cursor: pointer;
  outline: none;
}

.responsive-menus.responsified.responsive-toggled span.toggler {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #bbb;
}

.responsive-menus.responsified .responsive-menus-simple {
  display: none;
  width: 100%;
  background: #333;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 2px 2px 2px #000;
}

.responsive-menus.responsified.responsive-toggled .responsive-menus-simple,
.responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
  display: block;
  padding: 0;
  margin: 0;
}

.responsive-menus.responsified.responsive-toggled.absolute {
  position: relative;
  z-index: 999;
}

.responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
  position: absolute;
  z-index: 999;
  top: auto;
}

.responsive-menus.responsified .responsive-menus-simple li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0;
  clear: both;
  list-style: none;
}

.responsive-menus.responsified .responsive-menus-simple li a {
  color: #fff;
  display: block;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #bbb;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  text-decoration: none;
  text-transform: uppercase;
}

.responsive-menus.responsified .responsive-menus-simple>li.last a {
  border-bottom: none;
}

.responsive-menus.responsified .responsive-menus-simple li ul li a {
  padding: 1em 0 1em 10%;
}

.responsive-menus.responsified .responsive-menus-simple li ul li ul li a {
  padding: 1em 0 1em 15%;
}

.responsive-menus.responsified .responsive-menus-simple li ul {
  display: block !important;
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

/* Inactive rule */
.responsive-menus span.toggler {
  display: none;
}

/**
 * @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-with-compass
 *
 * 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 23, ../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 38, ../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: 'boucherie_flaredregular';
  src: url("../fonts/Boucherie_Flared-webfont.eot");
  src: url("../fonts/Boucherie_Flared-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Boucherie_Flared-webfont.woff2") format("woff2"), url("../fonts/Boucherie_Flared-webfont.woff") format("woff"), url("../fonts/Boucherie_Flared-webfont.ttf") format("truetype"), url("../fonts/Boucherie_Flared-webfont.svg#boucherie_flaredregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'boucherie_flaredbold';
  src: url("../fonts/Boucherie_Flared_Bold-webfont.eot");
  src: url("../fonts/Boucherie_Flared_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Boucherie_Flared_Bold-webfont.woff2") format("woff2"), url("../fonts/Boucherie_Flared_Bold-webfont.woff") format("woff"), url("../fonts/Boucherie_Flared_Bold-webfont.ttf") format("truetype"), url("../fonts/Boucherie_Flared_Bold-webfont.svg#boucherie_flaredbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'boucherie_blockregular';
  src: url("../fonts/Boucherie_Block-webfont.eot");
  src: url("../fonts/Boucherie_Block-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Boucherie_Block-webfont.woff2") format("woff2"), url("../fonts/Boucherie_Block-webfont.woff") format("woff"), url("../fonts/Boucherie_Block-webfont.ttf") format("truetype"), url("../fonts/Boucherie_Block-webfont.svg#boucherie_blockregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'boucherie_cursiveregular';
  src: url("../fonts/Boucherie_Cursive-webfont.eot");
  src: url("../fonts/Boucherie_Cursive-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Boucherie_Cursive-webfont.woff2") format("woff2"), url("../fonts/Boucherie_Cursive-webfont.woff") format("woff"), url("../fonts/Boucherie_Cursive-webfont.ttf") format("truetype"), url("../fonts/Boucherie_Cursive-webfont.svg#boucherie_cursiveregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'boucherie_ornamentsregular';
  src: url("../fonts/Boucherie_Ornaments-webfont.eot");
  src: url("../fonts/Boucherie_Ornaments-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Boucherie_Ornaments-webfont.woff2") format("woff2"), url("../fonts/Boucherie_Ornaments-webfont.woff") format("woff"), url("../fonts/Boucherie_Ornaments-webfont.ttf") format("truetype"), url("../fonts/Boucherie_Ornaments-webfont.svg#boucherie_ornamentsregular") 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 160, ../sass/_normalize.scss */
html {
  font-family: "boucherie_flaredregular", Verdana, Geneva, "DejaVu Sans", 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 180, ../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
 */
/* line 191, ../sass/_normalize.scss */
a:link {
  color: #307895;
}

/* line 194, ../sass/_normalize.scss */
a:visited {
  color: #58585a;
}

/* line 197, ../sass/_normalize.scss */
a:hover,
a:focus {
  color: #d34739;
}

/* line 201, ../sass/_normalize.scss */
a:active {
  color: #78afa9;
}

/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 206, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 211, ../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 227, ../sass/_normalize.scss */
p,
pre {
  margin: 0 0 1.5em 0;
}

/* line 231, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 240, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2.5em;
  line-height: 1.2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding-bottom: 5px;
  border-bottom: 3px double #949599;
  font-weight: normal;
}

/* line 250, ../sass/_normalize.scss */
h2 {
  font-size: 1.6em;
  line-height: 1.875em;
  margin-top: 0.9375em;
  margin-bottom: 0.9375em;
  color: #58585a;
  font-weight: normal;
}

/* line 257, ../sass/_normalize.scss */
h3 {
  font-size: 1.4em;
  line-height: 2.1428571429em;
  margin-top: 1.0714285714em;
  margin-bottom: 1.0714285714em;
  color: #58585a;
  font-weight: normal;
}

/* line 264, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #58585a;
  font-weight: normal;
}

/* line 271, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.8072289157em;
  margin-top: 1.8072289157em;
  margin-bottom: 1.8072289157em;
  color: #58585a;
  font-weight: normal;
}

/* line 278, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.2388059701em;
  margin-top: 2.2388059701em;
  margin-bottom: 2.2388059701em;
  color: #58585a;
  font-weight: normal;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 287, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 292, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 298, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 303, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-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 312, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 318, ../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 332, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 344, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 349, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 354, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 361, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 364, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 371, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 380, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 386, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 391, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 411, ../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;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* line 431, ../sass/_normalize.scss */
.gmap img {
  max-width: none;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 436, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 441, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 457, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  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 472, ../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 487, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 506, ../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 517, ../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 531, ../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 545, ../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 556, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-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 571, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-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 580, ../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 586, ../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 596, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 602, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 610, ../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 34, ../sass/layouts/_responsive.scss */
#page,
.region-bottom,
#header-container,
#navigation-container,
#footer-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 45, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 15px;
  padding-right: 15px;
  -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 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#navigation:before,
#navigation:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#navigation:after,
#footer:after {
  clear: both;
}

/* line 63, ../sass/layouts/_responsive.scss */
#navigation {
  height: 2.5em;
}

/**
 * Use 1 grid column for the smallest screens.
 */
@media all and (max-width: 499px) {
  /**
   * The layout when there are no sidebars.
   */
  /* line 80, ../sass/layouts/_responsive.scss */
  .no-sidebars {
    /* 1 columns of teasers */
  }
  /* line 81, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    /* Span 1 columns, starting in 1st column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 87, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(1n+1),
  .no-sidebars .term-teasers .views-column:nth-child(1n+1),
  .no-sidebars .explore-blocks .views-column:nth-child(1n+1) {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 99, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 1 columns, starting in 1st column from left. */
    /* Span 1 columns, starting in 1st column from left. */
  }
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 106, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
@media all and (max-width: 499px) {
  /* line 115, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view table {
    border-top: 5px solid #a8a650;
  }

  /* line 119, ../sass/layouts/_responsive.scss */
  .section-news .view table {
    border-top: 5px solid #f0ba51;
  }

  /* line 123, ../sass/layouts/_responsive.scss */
  .page-explore-people-all .view table,
  .page-explore-people-veterans .view table {
    border-top: 5px solid #d34739;
  }

  /* Force table to not be like tables anymore */
  /* line 129, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view table,
  .section-cemeteries .view thead,
  .section-cemeteries .view tbody,
  .section-cemeteries .view th,
  .section-cemeteries .view td,
  .section-cemeteries .view tr,
  .section-news .view table,
  .section-news .view thead,
  .section-news .view tbody,
  .section-news .view th,
  .section-news .view td,
  .section-news .view tr,
  .page-explore-people-all .view table,
  .page-explore-people-all .view thead,
  .page-explore-people-all .view tbody,
  .page-explore-people-all .view th,
  .page-explore-people-all .view td,
  .page-explore-people-all .view tr,
  .page-explore-people-veterans .view table,
  .page-explore-people-veterans .view thead,
  .page-explore-people-veterans .view tbody,
  .page-explore-people-veterans .view th,
  .page-explore-people-veterans .view td,
  .page-explore-people-veterans .view tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 157, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view thead tr,
  .section-news .view thead tr,
  .page-explore-people-all .view thead tr,
  .page-explore-people-veterans .view thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  /* line 166, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view td,
  .section-news .view td,
  .page-explore-people-all .view td,
  .page-explore-people-veterans .view td {
    /* Behave  like a "row" */
    border: none;
    line-height: 1.1em;
    position: relative;
    padding-left: 35%;
    min-height: 1.1em;
  }

  /* line 178, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view td:nth-of-type(1),
  .section-cemeteries .view td:nth-of-type(2),
  .section-cemeteries .view-newspapers td:nth-of-type(3),
  .section-news .view td:nth-of-type(1),
  .section-news .view td:nth-of-type(2),
  .section-news .view-newspapers td:nth-of-type(3),
  .page-explore-people-all .view td:nth-of-type(1),
  .page-explore-people-all .view td:nth-of-type(2),
  .page-explore-people-veterans .view td:nth-of-type(1),
  .page-explore-people-veterans .view td:nth-of-type(2) {
    border-bottom: 1px dotted #949599;
  }

  /* line 190, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view td:before,
  .section-news .view td:before,
  .page-explore-people-all .view td:before,
  .page-explore-people-veterans .view td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    /*top: 6px;*/
    left: 6px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
  */
  /* line 207, ../sass/layouts/_responsive.scss */
  .section-news .view-newspapers td:nth-of-type(1):before {
    content: "Article title";
  }

  /* line 208, ../sass/layouts/_responsive.scss */
  .section-news .view-newspapers td:nth-of-type(2):before {
    content: "Creator(s)";
  }

  /* line 209, ../sass/layouts/_responsive.scss */
  .section-news .view-newspapers td:nth-of-type(3):before {
    content: "Newspaper";
  }

  /* line 210, ../sass/layouts/_responsive.scss */
  .section-news .view-newspapers td:nth-of-type(4):before {
    content: "Date";
  }

  /* line 212, ../sass/layouts/_responsive.scss */
  .section-news.page-taxonomy td:nth-of-type(1):before {
    content: "Article title";
  }

  /* line 213, ../sass/layouts/_responsive.scss */
  .section-news.page-taxonomy td:nth-of-type(2):before {
    content: "Creator(s)";
  }

  /* line 214, ../sass/layouts/_responsive.scss */
  .section-news.page-taxonomy td:nth-of-type(3):before {
    content: "Date";
  }

  /* line 216, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view-cemeteries td:nth-of-type(1):before {
    content: "Name";
  }

  /* line 217, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view-cemeteries td:nth-of-type(2):before {
    content: "Lifespan";
  }

  /* line 218, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view-cemeteries td:nth-of-type(3):before {
    content: "Cemetery";
  }

  /* line 219, ../sass/layouts/_responsive.scss */
  .section-cemeteries .view-cemeteries td:nth-of-type(4):before {
    content: "Burial place";
  }

  /* line 221, ../sass/layouts/_responsive.scss */
  .section-cemeteries.page-taxonomy td:nth-of-type(1):before {
    content: "Name";
  }

  /* line 222, ../sass/layouts/_responsive.scss */
  .section-cemeteries.page-taxonomy td:nth-of-type(2):before {
    content: "Lifespan";
  }

  /* line 223, ../sass/layouts/_responsive.scss */
  .section-cemeteries.page-taxonomy td:nth-of-type(3):before {
    content: "Burial place";
  }

  /* line 225, ../sass/layouts/_responsive.scss */
  .page-explore-people-all .view-explore-people td:nth-of-type(1):before {
    content: "Name";
  }

  /* line 226, ../sass/layouts/_responsive.scss */
  .page-explore-people-all .view-explore-people td:nth-of-type(2):before {
    content: "Lifespan";
  }

  /* line 227, ../sass/layouts/_responsive.scss */
  .page-explore-people-all .view-explore-people td:nth-of-type(3):before {
    content: "Mentions";
  }

  /* line 229, ../sass/layouts/_responsive.scss */
  .page-explore-people-veterans .view-taxonomy-terms td:nth-of-type(1):before {
    content: "Name";
  }

  /* line 230, ../sass/layouts/_responsive.scss */
  .page-explore-people-veterans .view-taxonomy-terms td:nth-of-type(2):before {
    content: "Branch";
  }

  /* line 231, ../sass/layouts/_responsive.scss */
  .page-explore-people-veterans .view-taxonomy-terms td:nth-of-type(3):before {
    content: "War";
  }
}
/**
 * Use 4 grid columns for small screens.
 */
@media all and (min-width: 500px) and (max-width: 699px) {
  /**
   * The layout when there are no sidebars.
   */
  /* line 245, ../sass/layouts/_responsive.scss */
  .no-sidebars {
    /* 2 columns of teasers */
  }
  /* line 246, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    /* Span 4 columns, starting in 1st column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 253, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(2n+1),
  .no-sidebars .term-teasers .views-column:nth-child(2n+1),
  .no-sidebars .explore-blocks .views-column:nth-child(2n+1) {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 261, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(2n+2),
  .no-sidebars .term-teasers .views-column:nth-child(2n+2),
  .no-sidebars .explore-blocks .views-column:nth-child(2n+2) {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 274, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 1 columns, starting in 1st column from left. */
    /* Span 1 columns, starting in 1st column from left. */
  }
  /* line 276, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 281, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
/**
 * Use 6 grid columns for medium screens.
 */
@media all and (min-width: 700px) and (max-width: 899px) {
  /**
   * The layout when there are no sidebars.
   */
  /* line 299, ../sass/layouts/_responsive.scss */
  .no-sidebars {
    /* 3 columns of teasers */
  }
  /* line 300, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    /* Span 6 columns, starting in 1st column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 307, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(3n+1),
  .no-sidebars .term-teasers .views-column:nth-child(3n+1),
  .no-sidebars .explore-blocks .views-column:nth-child(3n+1) {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: -33.3333333333%;
  }
  /* line 315, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(3n+2),
  .no-sidebars .term-teasers .views-column:nth-child(3n+2),
  .no-sidebars .explore-blocks .views-column:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
    margin-right: -66.6666666667%;
  }
  /* line 322, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(3n+3),
  .no-sidebars .term-teasers .views-column:nth-child(3n+3),
  .no-sidebars .explore-blocks .views-column:nth-child(3n+3) {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 334, ../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 336, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: -66.6666666667%;
  }
  /* line 341, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-right: -100%;
  }
}
/**
 * Use 8 grid columns for larger screens.
 */
@media all and (min-width: 900px) {
  /**
   * The layout when there are no sidebars.
   */
  /* line 357, ../sass/layouts/_responsive.scss */
  .no-sidebars {
    /* 4 columns of teasers */
  }
  /* line 358, ../sass/layouts/_responsive.scss */
  .no-sidebars #content {
    /* Span 8 columns, starting in 1st column from left. */
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 364, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(4n+1),
  .no-sidebars .term-teasers .views-column:nth-child(4n+1),
  .no-sidebars .explore-blocks .views-column:nth-child(4n+1) {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
  /* line 372, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(4n+2),
  .no-sidebars .term-teasers .views-column:nth-child(4n+2),
  .no-sidebars .explore-blocks .views-column:nth-child(4n+2) {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }
  /* line 379, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(4n+3),
  .no-sidebars .term-teasers .views-column:nth-child(4n+3),
  .no-sidebars .explore-blocks .views-column:nth-child(4n+3) {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }
  /* line 386, ../sass/layouts/_responsive.scss */
  .no-sidebars .scrapbook-teasers .views-column:nth-child(4n+4),
  .no-sidebars .term-teasers .views-column:nth-child(4n+4),
  .no-sidebars .explore-blocks .views-column:nth-child(4n+4) {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 397, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 6 columns, starting in 1st column from left. */
    padding-left: 0;
    padding-right: 0;
    /** HOMEPAGE **/
    /* Visual object - primary */
    /* Audio */
    /* Visual objects - secondary */
    /* Document */
    /* Video */
    /* #block-views-scrapbook-block-6 { */
    /* 	@include zen-clear(); */
    /* 	@include zen-grid-item(3, 1); */
    /* } */
    /* Newspapers */
    /* Cemeteries */
    /* Span 2 column, starting in 7th column from left. */
  }
  /* line 399, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  }
  /* line 409, ../sass/layouts/_responsive.scss */
  .sidebar-second .scrapbook-features-image-large {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 416, ../sass/layouts/_responsive.scss */
  .sidebar-second .scrapbook-features-audio .views-column-1 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 422, ../sass/layouts/_responsive.scss */
  .sidebar-second .scrapbook-features-audio .views-column-2 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 429, ../sass/layouts/_responsive.scss */
  .sidebar-second #block-block-24 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 435, ../sass/layouts/_responsive.scss */
  .sidebar-second .scrapbook-features-image-small .views-column-1 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 441, ../sass/layouts/_responsive.scss */
  .sidebar-second .scrapbook-features-image-small .views-column-2 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 447, ../sass/layouts/_responsive.scss */
  .sidebar-second #block-views-scrapbook-block-4 .views-column-1 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 453, ../sass/layouts/_responsive.scss */
  .sidebar-second #block-views-scrapbook-block-4 .views-column-2 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: right;
    width: 50%;
    margin-right: 0%;
    margin-left: -50%;
  }
  /* line 465, ../sass/layouts/_responsive.scss */
  .sidebar-second #block-views-newspapers-block-1 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    clear: left;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }
  /* line 472, ../sass/layouts/_responsive.scss */
  .sidebar-second #block-views-cemeteries-block-1 {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  /* line 479, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
/** OBJECTS **/
@media all and (max-width: 899px) {
  /* line 490, ../sass/layouts/_responsive.scss */
  #scrapbook-object {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /* line 494, ../sass/layouts/_responsive.scss */
  #scrapbook-metadata {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
@media all and (min-width: 900px) {
  /* line 504, ../sass/layouts/_responsive.scss */
  .node-visual-object #scrapbook-object,
  .node-document #scrapbook-object,
  .node-video #scrapbook-object {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: -66.6666666667%;
  }

  /* line 511, ../sass/layouts/_responsive.scss */
  .node-visual-object #scrapbook-metadata,
  .node-document #scrapbook-metadata,
  .node-video #scrapbook-metadata {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-right: -100%;
  }

  /* line 518, ../sass/layouts/_responsive.scss */
  .node-audio #scrapbook-object {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }

  /* line 523, ../sass/layouts/_responsive.scss */
  .node-audio #scrapbook-metadata {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
/** EXHIBITS **/
@media all and (min-width: 900px) {
  /** LANDING PAGES **/
  /* Exhibits */
  /* line 538, ../sass/layouts/_responsive.scss */
  .view-exhibits .view-content .views-column-1,
  .exhibit-gallery .field-item:nth-child(2n+1) article {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }

  /* line 545, ../sass/layouts/_responsive.scss */
  .view-exhibits .view-content .views-column-2,
  .exhibit-gallery .field-item:nth-child(2n+2) article {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
/** EXHIBITS **/
@media all and (min-width: 900px) {
  /** CURRENT EXHIBIT **/
  /* line 562, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 h2.block-title {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /* line 567, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 .views-field-field-image {
    /*@include zen-grid-item-base();*/
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: -33.3333333333%;
  }

  /* line 573, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 .views-field-created {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: right;
    width: 66.6666666667%;
    margin-right: 0%;
    margin-left: -66.6666666667%;
  }

  /* line 578, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 .views-field-title,
  .view-exhibits.view-display-id-block_2 .views-field-body {
    clear: right;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: right;
    width: 66.6666666667%;
    margin-right: 0%;
    margin-left: -66.6666666667%;
  }

  /* line 585, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 .views-field-nothing {
    clear: right;
    float: right;
    width: 66.6666666667%;
    margin-right: 0%;
    margin-left: -66.6666666667%;
  }

  /* line 591, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 .views-field-path {
    clear: right;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: right;
    width: 66.6666666667%;
    margin-right: 0%;
    margin-left: -66.6666666667%;
  }
}
@media all and (min-width: 900px) {
  /* line 603, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 .views-field-nothing li.first {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }

  /* line 609, ../sass/layouts/_responsive.scss */
  .view-exhibits.view-display-id-block_2 .views-field-nothing li.last {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
/** SCRAPBOOK OBJECT READER/VIEWER **/
@media all and (max-width: 799px) {
  /* line 622, ../sass/layouts/_responsive.scss */
  .scrapbook-object-noviewer {
    display: block;
  }

  /* line 626, ../sass/layouts/_responsive.scss */
  .scrapbook-object-viewer {
    display: none;
  }
}
@media all and (min-width: 800px) {
  /* line 634, ../sass/layouts/_responsive.scss */
  .scrapbook-object-noviewer {
    display: none;
  }

  /* line 638, ../sass/layouts/_responsive.scss */
  .scrapbook-object-viewer {
    display: block;
  }
}
/** NAVIGATION **/
@media all and (min-width: 1079px) and (max-width: 1125px) {
  /* line 652, ../sass/layouts/_responsive.scss */
  #main-menu .links li {
    margin: 0 .25em;
  }
  /* line 654, ../sass/layouts/_responsive.scss */
  #main-menu .links li a {
    letter-spacing: 1px;
  }
}
@media all and (min-width: 1025px) and (max-width: 1080px) {
  /* line 664, ../sass/layouts/_responsive.scss */
  #main-menu .links li {
    margin: 0 .25em;
  }
  /* line 666, ../sass/layouts/_responsive.scss */
  #main-menu .links li a {
    letter-spacing: 0;
  }
}
@media all and (min-width: 880px) and (max-width: 1024px) {
  /* line 678, ../sass/layouts/_responsive.scss */
  #navigation #main-menu .links li {
    margin: 0 .25em;
  }
  /* line 680, ../sass/layouts/_responsive.scss */
  #navigation #main-menu .links li a {
    letter-spacing: 0;
  }
  /* line 686, ../sass/layouts/_responsive.scss */
  #navigation #search-block-form input.form-text {
    width: 150px;
  }
}
@media all and (max-width: 879px) {
  /* line 699, ../sass/layouts/_responsive.scss */
  #navigation #main-menu .links li {
    margin: 0 .1em;
  }
  /* line 701, ../sass/layouts/_responsive.scss */
  #navigation #main-menu .links li a {
    letter-spacing: 0;
  }
  /* line 707, ../sass/layouts/_responsive.scss */
  #navigation #search-block-form input.form-text {
    width: 100px;
  }
}
/** FOOTER **/
@media all and (min-width: 900px) {
  /* line 722, ../sass/layouts/_responsive.scss */
  .footer-content .footer-logo {
    float: left;
    width: 16.6666666667%;
    margin-left: 0%;
    margin-right: -16.6666666667%;
  }
  /* line 726, ../sass/layouts/_responsive.scss */
  .footer-content .footer-main {
    float: left;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    margin-right: -83.3333333333%;
  /* padding-left: 15px;
    padding-right: 15px; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 732, ../sass/layouts/_responsive.scss */
  .footer-content .footer-contact {
    float: left;
    width: 16.6666666667%;
    margin-left: 83.3333333333%;
    margin-right: -100%;
  }
}
@media all and (max-width: 899px) {
  /* line 743, ../sass/layouts/_responsive.scss */
  .footer-content .footer-logo {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 747, ../sass/layouts/_responsive.scss */
  .footer-content .footer-main {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ffffff;
    padding-bottom: 1em;
    border-bottom: 1px solid #ffffff;
  }
  /* line 759, ../sass/layouts/_responsive.scss */
  .footer-content .footer-contact {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
}
/** VISUAL OBJECTS - EXTRA VIEWS **/
@media all and (max-width: 399px) {
  /* line 774, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(2n+1) {
    clear: left;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -50%;
  }

  /* line 780, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(2n+2) {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
}
@media all and (min-width: 400px) and (max-width: 799px) {
  /* line 792, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(3n+1) {
    clear: left;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: -33.3333333333%;
  }

  /* line 798, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(3n+2) {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.3333333333%;
    margin-left: 33.3333333333%;
    margin-right: -66.6666666667%;
  }

  /* line 803, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(3n+3) {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 33.3333333333%;
    margin-left: 66.6666666667%;
    margin-right: -100%;
  }
}
@media all and (min-width: 800px) {
  /* line 815, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(4n+1) {
    clear: left;
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }

  /* line 821, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(4n+2) {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -50%;
  }

  /* line 826, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(4n+3) {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -75%;
  }

  /* line 831, ../sass/layouts/_responsive.scss */
  .field-name-field-image-extra-views .field-item:nth-child(4n+4) {
    padding-left: 5px;
    padding-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
}
/* Component (SMACSS module) rules */
/****************
 * Page
 *
 */
/* line 6, ../sass/components/_theme.scss */
body {
  background: #d8ecf0 url("../images/bg-tile.gif") repeat;
}

/* line 10, ../sass/components/_theme.scss */
#header {
  border-top: 10px solid #2e4070;
  background-image: url("../images/bg-header.jpg");
  background-color: #b4dce3;
}

/* line 16, ../sass/components/_theme.scss */
#main {
  background-color: #fff;
}

/* line 20, ../sass/components/_theme.scss */
#main-menu {
  float: left;
}

/* line 24, ../sass/components/_theme.scss */
#block-search-form {
  float: right;
  margin-right: .5em;
}

/* line 29, ../sass/components/_theme.scss */
.sidebars {
  margin-top: 1.5em;
}

/* line 33, ../sass/components/_theme.scss */
.caps {
  text-transform: uppercase;
}

/* line 37, ../sass/components/_theme.scss */
.fineprint {
  font-size: .75em;
  color: #58585a;
}

/**
 * Page -- footer
 *
 */
/* line 47, ../sass/components/_theme.scss */
#footer {
  background-color: #2e4070;
  color: #ffffff;
  padding: 1em 0;
}

/* line 53, ../sass/components/_theme.scss */
#footer a {
  color: #ffffff;
}

/* line 57, ../sass/components/_theme.scss */
.footer-logo,
.footer-main,
.footer-contact {
  text-align: center;
}

/* line 63, ../sass/components/_theme.scss */
.footer-slogan {
  color: #d8ecf0;
  text-transform: uppercase;
  font-size: 1.15em;
  letter-spacing: 2px;
}

/* line 70, ../sass/components/_theme.scss */
.footer-slogan img {
  position: relative;
  top: 10px;
}

/* line 75, ../sass/components/_theme.scss */
.footer-main {
  border-left: 1px solid #ffffff;
  /* border-right: 1px solid #ffffff; */
}

/* line 80, ../sass/components/_theme.scss */
.footer-main,
.footer-contact {
  min-height: 125px;
  padding-top: 1em;
}

/* line 86, ../sass/components/_theme.scss */
.footer-navigation a {
  letter-spacing: 1px;
}

/* line 90, ../sass/components/_theme.scss */
.footer-navigation {
  padding-top: 1em;
}

/* line 94, ../sass/components/_theme.scss */
#footer p {
  margin-bottom: .5em;
  font-size: 1.2em;
}

/****************
 * Teasers
 *
 */
/* line 104, ../sass/components/_theme.scss */
#block-addtoany-addtoany-button {
  padding-bottom: 15px;
}

/* line 108, ../sass/components/_theme.scss */
article.node-teaser {
  line-height: 1.2em;
}

/* line 112, ../sass/components/_theme.scss */
#content .views-responsive-grid article.node-teaser {
  /*margin-right: $zen-gutter-width;*/
  /*margin-bottom: $zen-gutter-width;*/
}

/* line 117, ../sass/components/_theme.scss */
.teaser-post-date {
  /*font-size: 105%;*/
  color: #58585a;
  margin-bottom: 10px;
  /*margin-top: 5px;*/
}

/* line 124, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-created {
  color: #58585a;
}

/* line 128, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-title {
  margin-bottom: 10px;
}

/* line 132, ../sass/components/_theme.scss */
.teaser-content-type {
  color: #949599;
}

/* line 136, ../sass/components/_theme.scss */
h2.node-title {
  margin: 0;
  font-size: 120%;
  line-height: 1.2em;
}

/* line 142, ../sass/components/_theme.scss */
.sidebars .block h3,
.explore-blocks h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.1em;
  /* border-bottom: 1px solid $gray-med; */
}

/* line 152, ../sass/components/_theme.scss */
article.node-exhibit.node-teaser .teaser-image,
article.node-article.node-teaser .teaser-image {
  float: left;
  margin: 5px 15px 5px 0;
}

/* line 158, ../sass/components/_theme.scss */
article.node-exhibit.node-teaser .teaser-text,
article.node-article.node-teaser .teaser-text {
  /*margin-left: 135px;*/
  /*min-height: 135px;*/
  clear: both;
  margin-bottom: 1em;
}

/* line 170, ../sass/components/_theme.scss */
article.node-exhibit.node-teaser .teaser-image img,
article.node-article.node-teaser .teaser-image img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/****************
 * Nodes
 *
 */
/* line 180, ../sass/components/_theme.scss */
.node-unpublished {
  background-color: #fcf1dc;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  padding-top: 10px;
}

/**
 * Exhibit & article nodes
 *
 */
/* line 192, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 li {
  list-style: none;
  list-style-image: none;
  list-style-type: none;
  display: inline;
}

/* line 199, ../sass/components/_theme.scss */
.page-exhibits .views-responsive-grid {
  border-top: 3px double #949599;
  padding-top: 1em;
}

/* line 204, ../sass/components/_theme.scss */
.page-node p.submitted {
  float: left;
  width: 150px;
  padding: 15px;
  background-color: #f3f3f4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 1em 1em 0;
  font-size: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

/* line 217, ../sass/components/_theme.scss */
.page-node.node-type-exhibit p.submitted {
  color: #ad88ae;
}

/* line 221, ../sass/components/_theme.scss */
.page-node.node-type-article p.submitted {
  color: #78afa9;
}

/* line 225, ../sass/components/_theme.scss */
.node-type-article .field-name-field-image,
.node-type-exhibit .exhibit-intro .field-name-field-image {
  float: right;
  margin-left: 1.5em;
}

/* line 231, ../sass/components/_theme.scss */
.node-type-article .field-name-field-image img,
.node-type-exhibit .exhibit-intro .field-name-field-image img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 236, ../sass/components/_theme.scss */
.teaser-image.teaser.article,
.teaser-image.teaser.exhibit {
  padding-right: 1.5em;
}

/* line 241, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-field-image {
  /*float: left;*/
  /*margin-right: 1em;*/
  /*margin-bottom: 1em;*/
}

/* line 247, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-field-image img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 251, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-title h2.node-title {
  font-size: 1.6em;
  line-height: 1.5em;
}

/* line 256, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-field-image img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 260, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 ul {
  padding: 0;
}

/* line 264, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-body p {
  margin: 0;
}

/* line 268, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-path {
  text-align: right;
}

/* line 272, ../sass/components/_theme.scss */
.view-exhibits.view-display-id-block_2 .views-field-nothing {
  /*@include ornamented-area-exhibits;*/
}

/* line 276, ../sass/components/_theme.scss */
.page-exhibits .view-header {
  display: block;
  padding-bottom: 1em;
  border-bottom: 1px single #666666;
}

/* line 282, ../sass/components/_theme.scss */
.page-exhibits .view-content {
  clear: both;
}

/* line 286, ../sass/components/_theme.scss */
.page-exhibits .node-exhibit .teaser-content-type {
  display: none;
}

/* line 290, ../sass/components/_theme.scss */
.node-type-exhibit .field-name-body {
  border-bottom: 3px double #949599;
}

/* line 294, ../sass/components/_theme.scss */
.node-type-exhibit .exhibit-gallery {
  display: block;
  background: url("../images/ornament_exhibits.png") no-repeat scroll center 20px #f3f3f4;
  padding: 80px 30px 30px 30px;
  margin-bottom: 1.5em;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

/* line 298, ../sass/components/_theme.scss */
.exhibit-gallery .exhibit-featured-explore {
  padding-bottom: 1em;
  border-bottom: 3px double #949599;
  margin-bottom: 1em;
}

/* line 304, ../sass/components/_theme.scss */
.exhibit-gallery .exhibit-featured-explore .exhibit-featured-people,
.exhibit-gallery .exhibit-featured-explore .exhibit-featured-organizations {
  padding-bottom: 1em;
}

/* line 309, ../sass/components/_theme.scss */
.exhibit-gallery .exhibit-featured-explore .field-type-entityreference .field-items {
  display: block;
  padding: 0 15px 0 15px;
}

/* line 314, ../sass/components/_theme.scss */
.exhibit-gallery .exhibit-featured-news {
  padding-top: 1em;
  border-top: 3px double #949599;
}

/* line 319, ../sass/components/_theme.scss */
.exhibit-gallery h2,
.exhibit-gallery h3 {
  margin-top: 0;
  line-height: 1.5em;
}

/* line 325, ../sass/components/_theme.scss */
.exhibit-gallery h2.node-title {
  line-height: 1.25em;
}

/* line 329, ../sass/components/_theme.scss */
.exhibit-gallery .exhibit-featured-explore h2 {
  color: #d34739;
}

/* line 333, ../sass/components/_theme.scss */
.exhibit-gallery .exhibit-featured-scrapbook h2 {
  color: #e57b36;
}

/* line 337, ../sass/components/_theme.scss */
.exhibit-gallery .exhibit-featured-news h2 {
  color: #f0ba51;
}

/**
 * Burial record nodes
 *
 */
/* line 346, ../sass/components/_theme.scss */
.node-type-burial-record .field-name-field-obituary,
.node-type-burial-record .field-name-field-grave-transcription {
  display: block;
  background: url("../images/ornament_cemeteries.png") no-repeat scroll center 20px #f3f3f4;
  padding: 80px 30px 30px 30px;
  margin-bottom: 1.5em;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}

/* line 351, ../sass/components/_theme.scss */
.burial-details,
.cemetery-contact {
  padding-top: 1em;
  border-top: 3px double #949599;
  margin-bottom: 1em;
}

/* line 358, ../sass/components/_theme.scss */
.burial-details strong {
  color: #a8a650;
  font-size: 1.1em;
}

/* line 363, ../sass/components/_theme.scss */
.burial-arrangement-details {
  margin-bottom: 1em;
}

/* line 367, ../sass/components/_theme.scss */
.cemetery-notes p {
  margin: 0 1.5em;
}

/* line 371, ../sass/components/_theme.scss */
.cemetery-notes .field-name-field-cemetery-notes p {
  font-style: italic;
}

/**
 * Newspaper item nodes
 *
 */
/* line 381, ../sass/components/_theme.scss */
.node-newspaper-item h3 {
  border-top: 3px double #949599;
  padding-top: .5em;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 388, ../sass/components/_theme.scss */
.node-newspaper-item .full-text-digital {
  margin-bottom: 1em;
}

/**
 * Scrapbook nodes
 *
 */
/** Image link overlays **/
/* line 399, ../sass/components/_theme.scss */
.field-name-field-image .field-item,
.field-image-extra-views .field-item {
  position: relative;
  /* display: block; */
}

/** Colorbox link overlay **/
/** Display image **/
/* line 409, ../sass/components/_theme.scss */
.scrapbook-object-viewer .field-name-field-image .field-item:before {
  content: '';
  display: block;
  background-image: url("../images/button-colorbox-off.png");
  width: 34px;
  /* image width */
  height: 34px;
  /* image height */
  position: absolute;
  bottom: .75em;
  right: .5em;
}

/* line 420, ../sass/components/_theme.scss */
.scrapbook-object-viewer .field-name-field-image .field-item:hover:before {
  content: '';
  display: block;
  background-image: url("../images/button-colorbox.png");
  width: 34px;
  /* image width */
  height: 34px;
  /* image height */
  position: absolute;
  bottom: .75em;
  right: .5em;
}

/** Thumbnails **/
/* line 433, ../sass/components/_theme.scss */
.field-image-extra-views .scrapbook-object-viewer .field-item:before {
  content: '';
  display: block;
  background-image: url("../images/button-colorbox-thumb-off.png");
  width: 23px;
  /* image width */
  height: 23px;
  /* image height */
  position: absolute;
  bottom: .75em;
  right: .6em;
}

/* line 444, ../sass/components/_theme.scss */
.field-image-extra-views .scrapbook-object-viewer .field-item:hover:before {
  content: '';
  display: block;
  background-image: url("../images/button-colorbox-thumb.png");
  width: 23px;
  /* image width */
  height: 23px;
  /* image height */
  position: absolute;
  bottom: .75em;
  right: .6em;
}

/** Mobile link overlay **/
/* line 457, ../sass/components/_theme.scss */
.node-type-visual-object .scrapbook-object-noviewer .field-name-field-image .field-item:before,
.node-type-visual-object .field-image-extra-views .scrapbook-object-noviewer .field-item:before {
  content: '';
  display: block;
  background-image: url("../images/button-plus-thumb.png");
  width: 23px;
  /* image width */
  height: 23px;
  /* image height */
  position: absolute;
  bottom: .75em;
  right: .5em;
}

/* line 469, ../sass/components/_theme.scss */
.node-type-document .scrapbook-object-noviewer .field-name-field-image .field-item:before {
  content: '';
  display: block;
  background-image: url("../images/button-pdf-thumb.png");
  width: 23px;
  /* image width */
  height: 23px;
  /* image height */
  position: absolute;
  bottom: .75em;
  right: .5em;
}

/* line 480, ../sass/components/_theme.scss */
.scrapbook-views h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 485, ../sass/components/_theme.scss */
.rights-access {
  display: block;
  border-top: 3px double #949599;
  padding-top: 1em;
  font-size: .95em;
  line-height: 1.2em;
}

/* line 499, ../sass/components/_theme.scss */
.field-name-field-access-condition-display .in-copyright {
  background-image: url("http://rightsstatements.org/files/icons/InC.Icon-Only.dark-white-interior.png");
  background-size: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
}

/* line 507, ../sass/components/_theme.scss */
.field-name-field-access-condition-display .no-copyright {
  background-image: url("http://rightsstatements.org/files/icons/NoC.Icon-Only.dark-white-interior.png");
  background-size: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
}

/* line 515, ../sass/components/_theme.scss */
.field-name-field-access-condition-display .other-copyright {
  background-image: url("http://rightsstatements.org/files/icons/Other.Icon-Only.dark-white-interior.png");
  background-size: 18px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
}

/* line 522, ../sass/components/_theme.scss */
.scrapbook-summary {
  border-top: 3px double #949599;
  padding-top: 1em;
  border-bottom: 3px double #949599;
  margin-bottom: 1em;
}

/* line 529, ../sass/components/_theme.scss */
.scrapbook-subject,
.scrapbook-physical-location {
  border-bottom: 3px double #949599;
  margin-bottom: 1em;
}

/* line 535, ../sass/components/_theme.scss */
#scrapbook-toc-colorbox {
  padding: 1em;
}

/* line 539, ../sass/components/_theme.scss */
#scrapbook-toc-colorbox h2 {
  line-height: 1.2em;
  margin: 0;
}

/* line 544, ../sass/components/_theme.scss */
#scrapbook-toc-colorbox h3 {
  line-height: 1.1em;
  border-bottom: 3px double #949599;
  padding-bottom: .5em;
  margin-bottom: 1em;
}

/* line 551, ../sass/components/_theme.scss */
.scrapbook-physical-location {
  padding-bottom: 1em;
}

/* line 555, ../sass/components/_theme.scss */
.scrapbook-object-audio {
  background-color: #f3f3f4;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* line 562, ../sass/components/_theme.scss */
.scrapbook-object-audio .mediaelement-download-link {
  margin-top: 15px;
}

/**
* Google Maps
*
*/
/* line 571, ../sass/components/_theme.scss */
.gmap-popup {
  font-size: .9em;
  line-height: 1.1em;
}

/* line 576, ../sass/components/_theme.scss */
.gmap-popup-item-image {
  float: left;
}

/* line 580, ../sass/components/_theme.scss */
.gmap-popup-item-image img {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-right: 7px;
}

/* line 585, ../sass/components/_theme.scss */
.gmap-popup-item-text {
  margin-left: 57px;
}

/* line 589, ../sass/components/_theme.scss */
.gm-style-iw > div:first-child > div:first-child {
  overflow: hidden !important;
}

/**
 * Tables
 *
 */
/* line 598, ../sass/components/_theme.scss */
th {
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: normal;
}

/* line 604, ../sass/components/_theme.scss */
.section-news th {
  background-color: #f0ba51;
}

/* line 608, ../sass/components/_theme.scss */
.section-explore th {
  background-color: #d34739;
}

/* line 612, ../sass/components/_theme.scss */
.section-scrapbook th {
  background-color: #e57b36;
}

/* line 616, ../sass/components/_theme.scss */
.section-cemeteries th {
  background-color: #a8a650;
}

/* line 620, ../sass/components/_theme.scss */
td {
  padding: 3px 10px;
}

/**
 * Taxonomy terms
 *
 */
/* line 630, ../sass/components/_theme.scss */
.term-listing-heading {
  padding-bottom: 1.5em;
  border-bottom: 3px double #949599;
  margin-bottom: 1.5em;
}

/* line 636, ../sass/components/_theme.scss */
.page-taxonomy-term h3.field-label {
  margin: 0;
  font-weight: normal;
}

/* line 641, ../sass/components/_theme.scss */
.page-taxonomy-term .taxonomy-term-description {
  margin-top: 1.5em;
}

/* line 645, ../sass/components/_theme.scss */
.page-taxonomy-term .view-taxonomy-terms .taxonomy-term.vocabulary-organizations .content .field:last-child,
.page-taxonomy-term .view-taxonomy-terms .taxonomy-term.vocabulary-organizations .content .taxonomy-term-description p:last-of-type,
.page-taxonomy-term .view-header .view-taxonomy-terms .taxonomy-term.vocabulary-people p:last-of-type {
  display: block;
  border-bottom: 3px double #949599;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/* line 657, ../sass/components/_theme.scss */
.tagclouds-term {
  padding-right: 1em;
  /*white-space: nowrap;*/
}

/* line 662, ../sass/components/_theme.scss */
.tagclouds-term a {
  line-height: 1.5em;
  text-decoration: none;
}

/* line 667, ../sass/components/_theme.scss */
.tagclouds-term a:hover,
#block-tagclouds-7 .tagclouds-term a:hover,
#block-tagclouds-8 .tagclouds-term a:hover {
  text-decoration: underline;
}

/* line 673, ../sass/components/_theme.scss */
#block-tagclouds-7 .tagclouds-term a,
#block-tagclouds-8 .tagclouds-term a {
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

/**
 * Views
 *
 */
/* line 686, ../sass/components/_theme.scss */
.views-exposed-form {
  background-color: #f3f3f4;
  padding: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: .9em;
}

/* line 693, ../sass/components/_theme.scss */
.views-exposed-widget {
  padding: .5em .75em 0 0 !important;
}

/* line 697, ../sass/components/_theme.scss */
.views-exposed-widgets .date-date input.form-text {
  width: 7em;
}

/* line 701, ../sass/components/_theme.scss */
.views-exposed-widgets #edit-date-filter-min-wrapper,
.views-exposed-widgets #edit-date-filter-max-wrapper,
.views-exposed-widgets #edit-field-date-range-date-value-min-wrapper,
.views-exposed-widgets #edit-field-date-range-date-value-max-wrapper {
  float: left;
}

/* line 708, ../sass/components/_theme.scss */
.edit-date-filter-max-wrapper .container-inline-date > .form-item {
  margin-right: 0;
}

/* line 712, ../sass/components/_theme.scss */
.view-header, .view-filters {
  margin-bottom: 1em;
}

/* line 716, ../sass/components/_theme.scss */
.views-exposed-form .form-item-search input,
.views-exposed-form .form-item-keys input {
  width: 12em;
}

/* line 721, ../sass/components/_theme.scss */
.views-exposed-form .description {
  font-size: 0.85em;
}

/**
 * Search
 *
 */
/* line 731, ../sass/components/_theme.scss */
#search-form fieldset {
  margin-top: 1em;
}

/* line 735, ../sass/components/_theme.scss */
.search-result {
  clear: both;
}

/* line 739, ../sass/components/_theme.scss */
.search-result h3,
.search-result .search-snippet {
  margin-bottom: 0;
}

/* line 744, ../sass/components/_theme.scss */
.search-result .fineprint {
  color: #949599;
  margin-bottom: 0;
}

/* line 749, ../sass/components/_theme.scss */
.search-snippet strong {
  background-color: #d8ecf0;
}

/* line 753, ../sass/components/_theme.scss */
.search-image {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
}

/* line 759, ../sass/components/_theme.scss */
.search-image img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/**
 * Navigation
 *
 */
@media all and (max-width: 499px) {
  /* line 770, ../sass/components/_theme.scss */
  #header-nav:after {
    clear: both;
    content: "";
    display: table;
  }

  /* line 776, ../sass/components/_theme.scss */
  #header-nav {
    background-color: #ffffff;
  }
  /* line 779, ../sass/components/_theme.scss */
  #header-nav #header {
    position: relative;
    display: inline;
    clear: none;
    border-top: none;
    min-height: 4em;
    padding: 3px;
    background-image: none;
    background-color: #d8ecf0;
    width: 33%;
    float: left;
    margin-left: 10px;
    text-align: center;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0;
    border-radius: 0 0 7px 7px;
  }
  /* line 795, ../sass/components/_theme.scss */
  #header-nav .header__logo {
    margin: 3px;
  }
  /* line 799, ../sass/components/_theme.scss */
  #header-nav .responsive-menus {
    clear: none;
  }

  /* line 805, ../sass/components/_theme.scss */
  #logo img {
    width: 100%;
  }

  /* line 809, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple {
    min-height: 17em;
  }

  /* line 813, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple li.first a {
    padding-top: .5em;
  }

  /* line 817, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple li a {
    padding: 0 0 0 1.5em;
    border-bottom: none;
  }

  /* line 821, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled #search-block-form input.form-text {
    margin-left: 1.5em;
    width: 100%;
  }
}
@media all and (min-width: 500px) and (max-width: 799px) {
  /* line 830, ../sass/components/_theme.scss */
  #header-nav:after {
    clear: both;
    content: "";
    display: table;
  }

  /* line 836, ../sass/components/_theme.scss */
  #header-nav {
    background-color: #ffffff;
  }
  /* line 839, ../sass/components/_theme.scss */
  #header-nav #header {
    position: relative;
    display: inline;
    clear: none;
    border-top: none;
    min-height: 4em;
    padding: 7px 10px 10px 10px;
    background-image: none;
    background-color: #d8ecf0;
    width: 25%;
    float: left;
    margin-left: 10px;
    text-align: center;
    -moz-border-radius: 0 0 13px 13px;
    -webkit-border-radius: 0;
    border-radius: 0 0 13px 13px;
  }
  /* line 855, ../sass/components/_theme.scss */
  #header-nav .header__logo {
    margin: 3px;
  }
  /* line 859, ../sass/components/_theme.scss */
  #header-nav .responsive-menus {
    clear: none;
  }

  /* line 865, ../sass/components/_theme.scss */
  #logo img {
    width: 100%;
  }

  /* line 869, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple {
    min-height: 12em;
  }

  /* line 873, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple #navigation-container {
    margin-left: 30%;
  }

  /* line 877, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
    border-top: 1px solid #ffffff;
  }

  /* line 881, ../sass/components/_theme.scss */
  .responsive-menus.responsified .responsive-menus-simple li {
    clear: none;
  }

  /* line 885, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled .responsive-menus-simple li a {
    padding: 0 0 0 .5em;
    border-bottom: none;
  }

  /* line 889, ../sass/components/_theme.scss */
  .responsive-menus.responsified.responsive-toggled #search-block-form input.form-text {
    margin-left: .5em;
    width: 100%;
  }
}
/**
 * Calendar
 * see also memory/css/calendar
 */
/* line 902, ../sass/components/_theme.scss */
.page-explore-dates #block-block-17 {
  min-height: 4em;
  border-bottom: 3px double #949599;
  margin: 0;
}

/* line 908, ../sass/components/_theme.scss */
.page-explore-dates-year #block-block-17 {
  min-height: 5em;
}

/* line 912, ../sass/components/_theme.scss */
.page-explore-dates-year #block-block-17 .tabs-primary {
  margin: 1.25em 0;
}

/* line 916, ../sass/components/_theme.scss */
.page-explore-dates .jump-form.jump-month {
  float: right;
  margin: 1em;
}

/* line 921, ../sass/components/_theme.scss */
.page-explore-dates .jump-form.jump-year {
  float: right;
  margin: .25em 1em;
}

/* line 926, ../sass/components/_theme.scss */
.page-explore-dates .jump-form.jump-year label {
  display: block;
  margin: 0;
  font-weight: bold;
}

/* line 932, ../sass/components/_theme.scss */
.page-explore-dates .jump-form.jump-year .description {
  font-size: 0.85em;
}

/* line 936, ../sass/components/_theme.scss */
.page-explore-dates-month .calendar-calendar .month-view,
.calendar-calendar .year-view {
  overflow-x: auto;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))) !important;
  background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)) !important;
  background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)) !important;
  background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0)) !important;
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(to right, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(to left, #c3c3c5, rgba(195, 195, 197, 0)) !important;
  background-position: 0 0, 100% 0, 0 0, 100% 0 !important;
  background-repeat: no-repeat !important;
  background-color: white !important;
  background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100% !important;
  background-attachment: local, local, scroll, scroll !important;
}

/**
 * Large-image viewer
 *
 */
/* line 956, ../sass/components/_theme.scss */
#islandora-openseadragon {
  background-color: #58585a;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* line 968, ../sass/components/_theme.scss */
.islandora-openseadragon canvas {
  background-color: #58585a;
  height: 100% !important;
  width: 100% !important;
}

/* line 974, ../sass/components/_theme.scss */
.islandora-openseadragon-highlight {
  background-color: #F00;
  opacity: 0.5;
}

/* line 979, ../sass/components/_theme.scss */
.openseadragon-container {
  background-color: #58585a;
}

/* line 983, ../sass/components/_theme.scss */
.openseadragon-container img {
  padding: 10px 5px !important;
  display: block;
}

/* line 988, ../sass/components/_theme.scss */
div[id^="navigator"] div[id^="navigator"] {
  border: 2px solid #f0ba51 !important;
  background: rgba(240, 186, 81, 0.5) !important;
}

/**
 * Admin
 *
 */
/* line 998, ../sass/components/_theme.scss */
.logged-in .tabs-container,
.page-explore-dates .tabs-container {
  display: block;
  min-height: 4em;
  border-bottom: 3px double #949599;
}

/* line 1005, ../sass/components/_theme.scss */
.tabs-primary,
.extra-tabs .block {
  float: left;
}

/* line 1010, ../sass/components/_theme.scss */
.content-container {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 1016, ../sass/components/_theme.scss */
.front .content-container {
  margin-top: 1.5em;
}

/****************
 * Front page
 *
 */
/**
* Typography
*
*/
/* line 13, ../sass/components/_theme-front.scss */
.front #content h2.block-title {
  border-bottom: 3px double #949599;
  margin-bottom: 15px;
  font-size: 2.5em;
  line-height: 1.2em;
  padding-bottom: 5px;
}

/* line 20, ../sass/components/_theme-front.scss */
.front #block-block-24 {
  margin-bottom: 0;
}

/* line 24, ../sass/components/_theme-front.scss */
.front #block-block-24 h2 {
  color: #e57b36;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
}

/* line 30, ../sass/components/_theme-front.scss */
.front #block-views-exhibits-block-2 {
  background-color: #f3f3f4;
  border-radius: 16px;
  padding: 25px 15px;
}

/* line 36, ../sass/components/_theme-front.scss */
.front #block-views-exhibits-block-2 h2.block-title {
  color: #ad88ae;
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
}

/* line 42, ../sass/components/_theme-front.scss */
.front #block-views-newspapers-block-1 h2 {
  color: #f0ba51;
}

/* line 46, ../sass/components/_theme-front.scss */
.front #block-views-cemeteries-block-1 h2 {
  color: #a8a650;
}

/* line 50, ../sass/components/_theme-front.scss */
.front #block-views-newspapers-block-1 .view-grouping-header,
.front #block-views-anniversaries-block-2 .view-header {
  color: #58585a;
  font-size: 1.4em;
  line-height: 2.1428571429em;
  margin-top: 0;
  line-height: 1.4em;
}

/* line 58, ../sass/components/_theme-front.scss */
.front #block-views-anniversaries-block-2 .view-header p,
.front #block-views-anniversaries-block-2 .view-footer p {
  margin-bottom: 0;
}

/* line 63, ../sass/components/_theme-front.scss */
.front #block-views-cemeteries-block-1 h3 {
  line-height: 1.4em;
}

/* line 67, ../sass/components/_theme-front.scss */
.front #block-views-newspapers-block-1 h3 {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1em;
}

/**
* Layout
*
*/
/** SIDEBAR **/
/* line 80, ../sass/components/_theme-front.scss */
.front #block-views-anniversaries-block-2 .view-footer,
.front #block-block-18 .view-footer,
.explore-blocks .view-footer {
  text-align: right;
}

/* line 86, ../sass/components/_theme-front.scss */
#block-views-exhibits-block article.node-exhibit .teaser-content-type {
  display: none;
}

/** MAIN COLUMN **/
/* image overlays for visual objects, documents and videos */
/* position the container */
/* line 95, ../sass/components/_theme-front.scss */
.content-container .homepage-feature,
.content-container .teaser-scrapbook-visual-object,
.content-container .teaser-scrapbook-audio,
.content-container .teaser-scrapbook-document,
.content-container .teaser-scrapbook-video,
.content-container .node-newspaper-item.node-teaser,
.content-container .node-burial-record.node-teaser {
  position: relative;
  margin-bottom: 15px !important;
}

/* line 106, ../sass/components/_theme-front.scss */
.region.sidebar .view-related-content-people .views-row,
.region.sidebar .view-related-content-subject .views-row,
.region.sidebar .view-anniversaries .views-row {
  position: relative;
  margin-bottom: 15px;
}

/* line 113, ../sass/components/_theme-front.scss */
.region.sidebar .view-content .views-row-last {
  margin-bottom: 30px;
}

/* style the images */
/* line 118, ../sass/components/_theme-front.scss */
.homepage-feature img,
.teaser-scrapbook-visual-object img,
.teaser-scrapbook-document img,
.teaser-scrapbook-video img {
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}

/* style the overlay */
/* add the !importants for the calendar entity */
/* line 127, ../sass/components/_theme-front.scss */
.homepage-feature-overlay,
.teaser-scrapbook-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  padding: .5em 0;
  margin: 0 !important;
  /* min-height: 15%; */
  background-color: #333333;
  opacity: 0.8;
  -moz-border-radius: 0 0 13px 13px;
  -webkit-border-radius: 0;
  border-radius: 0 0 13px 13px;
  color: #ffffff;
}

/* line 141, ../sass/components/_theme-front.scss */
.homepage-feature-overlay {
  bottom: 7px;
}

/* line 145, ../sass/components/_theme-front.scss */
.teaser-scrapbook-overlay {
  bottom: 5px;
}

/* style the large overlay */
/* line 151, ../sass/components/_theme-front.scss */
.view-id-scrapbook.view-display-id-block_2 .homepage-feature-overlay {
  font-size: 1.2em;
  line-height: 1.3em;
  min-height: 12%;
}

/* style the small overlays */
/* line 158, ../sass/components/_theme-front.scss */
.view-id-scrapbook.view-display-id-block_7 .homepage-feature-overlay,
.view-id-scrapbook.view-display-id-block_6 .homepage-feature-overlay,
.view-id-scrapbook.view-display-id-block_4 .homepage-feature-overlay {
  font-size: 1em;
  line-height: 1.2em;
  min-height: 18%;
}

/* style the teaser overlays */
/* line 167, ../sass/components/_theme-front.scss */
.teaser-scrapbook-overlay {
  font-size: .9em;
  line-height: 1em;
  min-height: 15%;
}

/* lay out the columns */
/* line 179, ../sass/components/_theme-front.scss */
.homepage-feature-overlay .teaser-metadata,
.teaser-scrapbook-overlay .teaser-metadata {
  float: left;
  width: 87.5%;
  margin-left: 0%;
  margin-right: -87.5%;
}
/* line 183, ../sass/components/_theme-front.scss */
.homepage-feature-overlay .teaser-link,
.teaser-scrapbook-overlay .teaser-link {
  float: left;
  width: 12.5%;
  margin-left: 87.5%;
  margin-right: -100%;
}

/* style the overlay columns */
/* line 190, ../sass/components/_theme-front.scss */
.homepage-feature-overlay .teaser-metadata-text,
.teaser-scrapbook-overlay .teaser-metadata-text {
  padding: 0 15px !important;
  border-right: 1px solid #ffffff !important;
  height: 80%;
}

/* line 197, ../sass/components/_theme-front.scss */
.homepage-feature-overlay .teaser-link,
.teaser-scrapbook-overlay .teaser-link {
  position: absolute;
  top: 40%;
  text-align: center;
}

/* set the link colors */
/* line 206, ../sass/components/_theme-front.scss */
.homepage-feature-overlay a:link,
.homepage-feature-overlay a:visited,
.teaser-scrapbook-overlay a:link,
.teaser-scrapbook-overlay a:visited,
.homepage-feature-overlay .teaser-content-type,
.teaser-scrapbook-overlay .teaser-content-type {
  color: #ffffff;
  opacity: 1.0;
}

/* line 216, ../sass/components/_theme-front.scss */
.homepage-feature-overlay .teaser-link a:link,
.teaser-scrapbook-overlay .teaser-link a:link {
  text-decoration: none;
  font-size: 1.25em;
}

/* audio teaser */
/* line 223, ../sass/components/_theme-front.scss */
.front #block-views-scrapbook-block-5 {
  padding: 10px 0;
}

/* document teaser */
/* line 228, ../sass/components/_theme-front.scss */
.view-id-scrapbook.view-display-id-block_4 .homepage-feature .teaser-image,
.teaser-image.teaser-scrapbook-document {
  float: left;
  margin-right: 10px;
}

/* line 234, ../sass/components/_theme-front.scss */
.teaser-image.teaser-scrapbook-document img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* newspapers */
/* line 239, ../sass/components/_theme-front.scss */
.front #block-views-newspapers-block-1 .block-content {
  margin: 0 30px 0 5px;
}

/* cemeteries */
/* line 244, ../sass/components/_theme-front.scss */
.front #block-views-cemeteries-block-1 .block-content {
  margin: 0 15px 0 5px;
}

/* title lists */
/* line 249, ../sass/components/_theme-front.scss */
.front #block-views-explore-people-block-1 .block-content .views-row,
.front #block-views-cemeteries-block-1 .block-content .views-field-title,
.front #block-views-newspapers-block-1 .block-content .views-field-title,
.explore-blocks .block-content .views-row {
  line-height: 1.1em;
  margin-bottom: .5em;
}

/* line 1, ../sass/components/_nav.scss */
#navigation {
  background-color: #2e4070;
}

/* line 5, ../sass/components/_nav.scss */
#navigation a, .footer-navigation a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 12, ../sass/components/_nav.scss */
#navigation li, .footer-navigation li {
  height: 1.75em;
}

/* line 16, ../sass/components/_nav.scss */
.section-exhibits h1#page-title {
  color: #ad88ae;
}

/* line 19, ../sass/components/_nav.scss */
#main-menu li.menu-512:hover,
.section-exhibits li.menu-512,
.footer-navigation li.menu-512:hover {
  background-color: #ad88ae;
}

/* line 26, ../sass/components/_nav.scss */
.section-explore h1#page-title {
  color: #d34739;
}

/* line 29, ../sass/components/_nav.scss */
#main-menu li.menu-460:hover,
.section-explore li.menu-460,
.footer-navigation li.menu-460:hover {
  background-color: #d34739;
}

/* line 36, ../sass/components/_nav.scss */
#main-menu li.menu-514:hover,
.section-scrapbook li.menu-514,
.footer-navigation li.menu-514:hover {
  background-color: #e57b36;
}

/* line 43, ../sass/components/_nav.scss */
.front #block-views-newspapers-block_1 h2.block-title,
.section-news h1#page-title {
  color: #f0ba51;
}

/* line 47, ../sass/components/_nav.scss */
#main-menu li.menu-513:hover,
.section-news li.menu-513,
.footer-navigation li.menu-513:hover {
  background-color: #f0ba51;
}

/* line 54, ../sass/components/_nav.scss */
.front #block-views-cemeteries-block_1 h2.block-title,
.section-cemeteries h1#page-title {
  color: #a8a650;
}

/* line 58, ../sass/components/_nav.scss */
#main-menu li.menu-463:hover,
.section-cemeteries li.menu-463,
.footer-navigation li.menu-463:hover {
  background-color: #a8a650;
}

/* line 65, ../sass/components/_nav.scss */
.section-about h1#page-title {
  color: #78afa9;
}

/* line 68, ../sass/components/_nav.scss */
#main-menu li.menu-516:hover,
.section-about li.menu-516,
.footer-navigation li.menu-516:hover {
  background-color: #78afa9;
}

/* line 75, ../sass/components/_nav.scss */
.section-search h1#page-title {
  color: #2e4070;
}

/* line 80, ../sass/components/_nav.scss */
nav.breadcrumb {
  margin: 15px;
}

/****************
 * Search box
 *
 */
/* line 90, ../sass/components/_nav.scss */
#search-block-form input.form-text {
  width: 248px;
  height: 2em;
  margin: .25em 0;
  border: 1px solid #ffffff;
}

/* line 97, ../sass/components/_nav.scss */
#search-block-form input.form-submit {
  width: 32px;
  height: 32px;
  margin: .25em 0;
}

/* line 103, ../sass/components/_nav.scss */
#search-block-form .form-item {
  margin: 0;
}

/* line 107, ../sass/components/_nav.scss */
#search-block-form .container-inline label,
#search-block-form .container-inline div {
  float: left;
}

/****************
 * Responsive menu
 *
 */
/* line 117, ../sass/components/_nav.scss */
.responsive-menus.responsified #main-menu,
.responsive-menus.responsified #block-search-form {
  float: none;
}

/* line 122, ../sass/components/_nav.scss */
.responsive-menus.responsified #search-block-form .form-item {
  margin-left: .5em;
}

/* line 126, ../sass/components/_nav.scss */
.responsive-menus.responsified span.toggler {
  background: #2e4070;
  border-radius: 0;
  text-align: right;
  padding: 7px;
  box-shadow: none;
  /*text-transform: uppercase;*/
  font-size: 2.5em;
}

/* line 136, ../sass/components/_nav.scss */
.responsive-menus.responsified.responsive-toggled span.toggler {
  border-bottom: none;
}

/* line 140, ../sass/components/_nav.scss */
.responsive-menus.responsified.responsive-toggled .responsive-menus-simple ul {
  padding-top: 5px;
  margin: 0 .5em;
}

/* line 145, ../sass/components/_nav.scss */
.responsive-menus.responsified.responsive-toggled .responsive-menus-simple {
  background-color: #2e4070;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}

/* line 153, ../sass/components/_nav.scss */
.responsive-menus.responsified.responsive-toggled .block {
  margin-bottom: 0;
}

/**
 * @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 15, ../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 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title,
.footer-navigation .block-menu .block__title,
.footer-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 65, ../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: 15px;
  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: 2.5em;
  line-height: 1.2em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../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, .footer-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, .footer-navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu, .footer-navigation .links,
.footer-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li, .footer-navigation .links li,
.footer-navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: .5em .5em .25em .5em;
  /* LTR */
  margin: 0 .5em;
  list-style-type: none;
  list-style-image: none;
}

/* line 167, ../sass/components/_misc.scss */
#footer .links li {
  float: none;
  margin: 0 .25em;
}

/**
 * Breadcrumb navigation.
 */
/* line 176, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 180, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 188, ../sass/components/_misc.scss */
.section-scrapbook .custom-breadcrumbs-item-2 {
  text-transform: capitalize;
}

/**
 * Titles.
 */
/* line 195, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/* line 204, ../sass/components/_misc.scss */
.section-scrapbook h1 {
  color: #e57b36;
}

/* line 208, ../sass/components/_misc.scss */
.section-newspapers h1 {
  color: #f0ba51;
}

/* line 212, ../sass/components/_misc.scss */
.section-cemeteries h1 {
  color: #a8a650;
}

/* line 216, ../sass/components/_misc.scss */
.section-exhibits h1 {
  color: #ad88ae;
}

/* line 220, ../sass/components/_misc.scss */
.section-explore h1 {
  color: #d34739;
}

/* line 224, ../sass/components/_misc.scss */
.section-about h1 {
  color: #78afa9;
}

/**
 * Messages.
 */
/* line 231, ../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 246, ../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 255, ../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 265, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 268, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 273, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 278, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 283, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 288, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 299, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  /* @include background-image(linear-gradient(bottom, $tabs-border 1px, transparent 1px));*/
  background-image: gradient-vertical(#bbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  /*border-bottom: 1px solid $tabs-border \0/ie;*/
  margin: 0.75em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 310, ../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;
}

/* line 314, ../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 327, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  /* @include border-top-radius(4px); */
  /* @include single-text-shadow(#fff, 1px, 1px, 0); */
  /* border: 1px solid $tabs-border; */
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 336, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  /* border-bottom-color: $tabs-container-bg; */
}

/* line 342, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  /* @include border-top-radius(4px); */
  /* @include transition(background-color 0.3s); */
  /* color: #333; */
  /* background-color: #dedede; */
  /* letter-spacing: 1px; */
  padding: .5em 1em;
  text-align: center;
}

/* line 352, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #b4dce3;
  border-color: #b4dce3;
}

/* line 356, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: #2e4070;
  /* @include filter-gradient(rgba(#e9e9e9, 1), rgba(#e9e9e9, 0)); */
  /* @include background-image(linear-gradient(rgba(#e9e9e9, 1), rgba(#e9e9e9, 0))); */
  /* @include background-image(gradient-vertical(rgba(#e9e9e9, 1), rgba(#e9e9e9, 0))); */
  /* border-color: #fff; */
}

/* line 375, ../sass/components/_misc.scss */
a.tabs-primary__tab-link.is-active {
  color: #ffffff;
}

/* Secondary tabs. */
/* line 382, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 388, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 395, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 404, ../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 409, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 437, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 441, ../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 449, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 456, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 459, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 462, ../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 477, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 482, ../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 489, ../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 499, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 509, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.5em;
}

/* line 513, ../sass/components/_misc.scss */
.region.sidebar .block {
  background-color: #eaf6f9;
  margin-bottom: 0;
}

/* line 518, ../sass/components/_misc.scss */
.region.sidebar .block h2.block-title,
.views-responsive-grid.explore-blocks h2.block-title {
  background-color: #2e4070;
  color: #ffffff;
  padding: 7px 15px;
  line-height: 1.5em;
}

/* line 526, ../sass/components/_misc.scss */
.region.sidebar h2.node-title {
  line-height: 1.25em;
}

/* line 530, ../sass/components/_misc.scss */
.region.sidebar #block-views-landing-page-news-updates-block h2.block-title {
  background-color: #78afa9;
}

/* line 534, ../sass/components/_misc.scss */
.region.sidebar #block-views-exhibits-block h2.block-title,
.region.sidebar #block-views-related-exhibits-block h2.block-title {
  background-color: #ad88ae;
}

/* line 539, ../sass/components/_misc.scss */
.region.sidebar #block-views-anniversaries-block-2 h2.block-title,
.region.sidebar #block-block-18 h2.block-title,
.region.sidebar #block-views-explore-people-block-1 h2.block-title,
.region.sidebar #block-views-explore-location-block-1 h2.block-title,
.region.sidebar #block-views-explore-location-block-2 h2.block-title,
.region.sidebar #block-views-related-content-subject-block h2.block-title,
.region.sidebar #block-views-related-content-people-block h2.block-title,
.region.sidebar #block-tagclouds-7 h2.block-title,
.region.sidebar #block-tagclouds-8 h2.block-title,
.views-responsive-grid.explore-blocks h2.block-title {
  background-color: #d34739;
}

/* line 553, ../sass/components/_misc.scss */
h2.block-title a,
h2.block-title a:link,
h2.block-title a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* line 560, ../sass/components/_misc.scss */
h2.block-title a:active,
h2.block-title a:hover,
h2.block-title a:focus {
  text-decoration: underline;
}

/* line 566, ../sass/components/_misc.scss */
.region.sidebar .block .block-content {
  padding: 15px;
}

/* line 570, ../sass/components/_misc.scss */
.explore-blocks .block-content {
  background-color: #eaf6f9;
  margin-bottom: 0;
  padding: 15px;
}

/**
 * Menus.
 */
/* line 581, ../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 588, ../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 595, ../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 604, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 613, ../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 625, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #f6d697;
  font-size: 75px;
  line-height: 1;
  font-family: "boucherie_flaredregular", Verdana, Geneva, "DejaVu Sans", sans-serif;
  /*font-family: Impact, "Arial Narrow", Helvetica, sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-left: 15px;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 655, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 660, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 666, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 669, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 676, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 686, ../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 690, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 697, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 703, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 710, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 717, ../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 723, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 728, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 734, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 739, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 745, ../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 757, ../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 763, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 767, ../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 772, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 780, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #58585a;
}
/* line 785, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #58585a;
}
/* line 788, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 792, ../sass/components/_misc.scss */
th {
  background-color: #b4dce3;
  color: #ffffff;
  text-align: left;
}

/* line 797, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #f3f3f4;
  border-bottom: 1px solid #58585a;
  padding: 0.1em 0.6em;
}

/* line 803, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 818, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 823, ../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 829, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 840, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 851, ../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 860, ../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 867, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 879, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 882, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 885, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 894, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 903, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 906, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 912, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1423771023');
}

/**
 * @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 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../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;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */

/*# sourceMappingURL=styles.css.map */
