/* fonts */
@import url('fonts/libre_baskerville/stylesheet.css');
@import url('fonts/opticraw_clarendon/stylesheet.css');

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

i,
em {
  font-family: "libre_baskervilleitalic";
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@media screen {
	
  * {
    box-sizing: border-box;
  }

  html {
    /* font: 18px/24px 'Crimson Text', serif; */
	font: 18px/24px 'libre_baskervilleregular', serif;
    color: #2a2723;
	height: 100%;
  }
  
  body {
   //background: url('../img/bedge_grunge_overlay.jpg');
   background: url('../img/editors_creed_bg_web.jpg');
   min-width: 300px;
   _width: expression( document.body.clientWidth < 300 ? "300px" : "auto" ); /* sets min-width for IE */
   height: 100%;
  }

  a {
    color: #C72E2E;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }

  h1, h2, h3, h4, h5, h6 {
    color: #2a2723;
  }

  h1 {
	font-family: 'opticraw_clarendonregular';  	
    font-size: 1.4em;
	font-weight: 400;
    margin-bottom: 0.66667em;
    line-height: 48px;
	text-transform: uppercase;
  }

  h2 {
    font-size: 27px;
    /* margin-bottom: 0.88889em; */
    /* line-height: 48px; */
	margin: 0;
	margin-top: 1.5em;
	margin-bottom: 0.66665em;
	line-height: 39px;
    font-weight: normal;
  }

  p {
    /* margin: 1.33333em 0; */
	margin: 0;
	margin-bottom: 1.33333em;
  }
  
  #content {
	  width: 95%;
	  margin: auto;
  }

  /* @group ----- Mixins ----- */
  /* @end */
  /* @group ----- Containers ----- */
  #side-pic-wrap {
	background: url('../img/pattern_cleaned_5.jpg');
	background-repeat: repeat-y;
	//display: inline-block;
	//width: 150px;
	min-height: 100%;
	background-position: -20px;
  }
  
  #wrap,
  #outputs,
  footer {
    max-width: 1250px;
    margin: auto;
	padding-left: 150px;
    //padding: 0 0.625%;
    //position: relative;
	//left: -10px;
	width: 95%;
  }
  
   #outputs {
	text-align: center;
	line-height: 1.25;
	padding: 25px 0 0;
  }

  /* @end */
  /* @group ----- Tables ----- */
  table {
    margin: 2.66667em auto;
    border-collapse: collapse;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  th, td {
    border-color: #dedede;
    padding: 0.66667em;
    vertical-align: top;
  }

  th {
    border-bottom-width: 0.16667em;
    border-bottom-style: solid;
    padding-bottom: 0.5em;
    text-align: left;
  }

  td {
    border-bottom-width: 0.05556em;
    border-bottom-style: solid;
    padding-bottom: 0.61111em;
  }

  /* @end */
  /* @group ----- Forms ----- */
  ::-webkit-input-placeholder {
    font-style: italic;
  }

  ::-moz-placeholder {
    font-style: italic;
  }

  :-ms-input-placeholder {
    font-style: italic;
  }

  :-moz-placeholder {
    font-style: italic;
  }

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

  select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    font-size: 18px;
    line-height: 24px;
    color: #676767;
  }

  button,
  html [type='button'],
  .button,
  input[type='submit'] {
    background-color: #dedede;
    border: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
  }

  .field {
    margin-bottom: 1.33333em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .field > label,
  .field > .label,
  .field .two.columns {
    width: 25%;
    padding-right: 0.625%;
    text-align: right;
  }

  .field .inputs,
  .field .five.columns {
    width: 75%;
    padding-left: 0.625%;
  }

  .field .inputs ~ *,
  #submit_search_advanced {
    margin-left: calc(25% + 0.625%);
    margin-top: 0.66667em;
  }

  .field .inputs * {
    max-width: 100%;
  }

  #advanced-search-form {
    padding: 1.33333em 0;
  }

  #submit_search_advanced {
    font-size: 22.5px;
    padding: 0.26667em;
  }

  .search-entry:not(:first-child) {
    margin-top: 0.66667em;
  }

  .search-entry:first-child .advanced-search-joiner {
    display: none;
  }

  /* @end */
  /* @group ----- Navigation ----- */
  nav .navigation,
  nav ul {
    list-style: none;
    padding: 0;
  }
  
  nav .active a {
    text-decoration: none;
	border-bottom: 3px solid #9e1302;
  }

  .item-pagination.navigation {
    border-color: #dedede;
    border-top-width: 0.05556em;
    border-top-style: solid;
    padding-top: 0.61111em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .secondary-nav {
    text-align: center;
  }

  .secondary-nav ul {
    margin: 0 0 -1px;
    border-color: #dedede;
    border-bottom-width: 0.05556em;
    border-bottom-style: solid;
    padding-bottom: -0.05556em;
  }

  .secondary-nav.navigation li {
    display: inline-block;
    margin-right: .5em;
    padding-bottom: 0.66667em;
  }
  .secondary-nav.navigation li.active a {
    color: #C72E2E;
  }

  .secondary-nav a {
    color: #676767;
  }
  
  #top-nav {
	  margin: auto;
	  /* padding-top: 7.5px; */
	  /* border: 1px solid green; */
  	  /* width: 95%; */
  }
  
  #simple-pages-breadcrumbs {
	  display: none;
  }

  /* @end */
  /* @group ----- Header ----- */
  #skipnav {
    position: absolute;
    top: 0;
    left: -9999px;
    background-color: #fff;
    padding: 0.33333em;
    display: inline-block;
  }
  #skipnav:focus {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  header {
	  padding: 0;	  
  }
  
  header nav .navigation {
    list-style-type: none;
    padding: 3% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
	font-weight: 400;
    //border-color: #dedede;
    //border-top-width: 0.05556em;
    //border-top-style: solid;
    //padding: 3% 0;
    //border-bottom-width: 0.05556em;
    //border-bottom-style: solid;
    //padding-bottom: 0.27778em;
    margin: auto;
	width: 100%;
	/* max-width: 740px; */
  }

  header nav li {
    display: flex;
    //margin: 0 5px;
	margin-top: 3px;
	margin-bottom: 3px;
  }
  
  header nav li:before {		  
    content: "\2022";  /* unicode character 'BULLET' */
	color: #9e1302;
	margin-left: 7px;
	margin-right: 7px;
  }
  
  header nav li:first-child:before,
  header nav li:last-child:after 
  {
	background-image: url("../img/ornament_leaf.png");
	background-repeat: no-repeat;
	background-size: 50px 14px;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 3px;	
	/*
	width: 59px;
	height: 17px;
	*/
	width: 50px;
	height: 14px;
	display: inline-block;
	content: " ";
  }
  
  header nav li:last-child:after {
	/***** flip horizontally *****/
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/	
  }

  header nav a {
	color: #2a2723;
	font-family: 'opticraw_clarendonregular';
    /* font-size: 0.9em; */
	font-size: 1em;
	font-weight: 400;
	//text-decoration: underline;
	text-transform: uppercase;
  }

  header a {
    text-decoration: none;
  }

  #site-title {
    //font-size: 27px;
    //text-transform: uppercase;
    letter-spacing: .125em;
    margin: 0 auto;
	padding: 2% 0 0;
	width: 95%;
	display: block;
	text-align: center;
  }

  #site-title a {
    //display: block;
    //vertical-align: top;
  }

  #site-title img {
	//display: block;
    //max-height: 4em;
	margin: auto;
    width: 100%;
	/* max-width: 520px; */
	max-width: 600px;
  }
  
  .browse #site-title img {
	max-width: 790px;
  }

  #header-image img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 1.33333em;
  }

  #search-container {
    position: absolute;
    top: -2.66667em;
    right: 0.625%;
    z-index: 100;
  }

  #search-container input[type='text'],
  #search-container button {
    border: 0;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
    height: 36px;
    display: inline-block;
    line-height: 24px;
    padding: 0.33333em;
    vertical-align: bottom;
    background-color: #fff;
    color: #676767;
  }

  #search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.33333em 0.66667em 0.66667em;
    box-shadow: 0 0 0 1px #dedede inset;
    background: #fff;
  }

  #search-form.closed {
    width: 36px;
    height: 42px;
  }

  #search-form.open {
    right: 36px;
    position: absolute;
  }

  #search-form + button.search-toggle {
    bottom: 0;
    position: absolute;
    width: 36px;
    height: 42px;
    border-bottom: 0;
    color: #b8b8b8;
  }

  #search-form.closed + .search-toggle {
    right: 0;
    border: 1px solid #dedede;
    border-top: 0;
  }
  #search-form.closed + .search-toggle:after {
    content: '\f002';
    font-family: 'FontAwesome';
  }

  #search-form.open + .search-toggle {
    top: 0;
    right: 0;
  }
  #search-form.open + .search-toggle:after {
    content: '\f00d';
    font-family: 'FontAwesome';
  }

  #search-form.closed [type='text'],
  #search-form.closed [type='submit'],
  #search-form.closed #advanced-form {
    display: none;
  }

  #search-form button {
    width: 36px;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
  }
  #search-form button:after {
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0.33333em;
    right: 0;
    text-indent: 0;
    width: 36px;
    text-align: center;
    cursor: pointer;
  }

  #query:focus {
    position: relative;
    z-index: 1;
  }

  #advanced-form {
    background-color: #fff;
    position: absolute;
    top: 100%;
    padding: 0.66667em;
    right: 0;
    left: 0;
    border: 1px solid #dedede;
    border-top: 0;
  }

  #advanced-form fieldset {
    margin-bottom: 0.66667em;
  }

  #advanced-form fieldset input {
    margin-right: 0.33333em;
  }

  #advanced-form p {
    margin: 0;
  }

  /* @end */
  /* @group ----- Footer ----- */
  #outputs p {
	  margin: 0;
  }
  
  footer {
    //margin-top: 2.66667em;
    clear: both;
  }

  footer p {
	  margin: 0 auto;
	  padding: 2% 0;
	  width: 300px;
	  font-size: 0.8em;
	  /* border: 1px solid grey; */
	  text-align: center;
  }
  
  footer img {
	  margin-bottom: 30px;
  }
  
  #bottom-nav li {
    display: inline-block;
    margin-right: 1em;
    font-size: 15.75px;
  }

  /* @end */
  /* @group ----- Browse ----- */
  .pagination-nav,
  #sort-links {
    display: inline-block;
  }
  .pagination-nav ul,
  #sort-links ul {
    list-style: none;
    padding: 0;
    display: inline-block;
  }
  .pagination-nav li,
  #sort-links li {
    display: inline-block;
    margin: 0 .5em;
  }
  .pagination-nav a,
  #sort-links a {
    color: #676767;
  }
  .pagination-nav .sorting a,
  #sort-links .sorting a {
    color: #C72E2E;
  }

  [name='page'] {
    width: 4em;
    text-align: center;
  }

  #sort-links {
	display: none;
    float: right;
  }

  .collections.browse header {
	/* padding-left: 60px; */
  }  
  
  .collections.browse h1 {
	display: none;  
	text-transform: uppercase;
    text-align: left;
    font-size: 1.2em;
    //margin-bottom: 0.66667em;
    //line-height: 48px;
    font-weight: 700;
	margin: 0;
	padding: 40px 0 0 60px;
  }
  
  .browse .records,
  #collection-items {
    clear: both;
  }
  
  .browse .records {
	width: 100%;
	/* max-width: 632px; */  /* 80% x 790px (size of the site title) */
	margin: auto;
  }

  .browse .hentry {	
	margin-bottom: 14px;
	/* border: 1px solid green; */
  }

  .browse .hentry,
  #collection-items .hentry {
    //padding: 1.33333em 0.625%;
	//padding: 30px 0;
    //width: 95%;
    //font-size: 1.15em;
  }
  
  #collection-items .hentry {
	margin-bottom: 100px;
	overflow: auto;  
  }

  #collection-items h2 {
    width: 100%;
  }

  .browse .hentry .small-red-leaf,
  #collection-items .hentry .small-red-leaf {
	background: url('../img/maple_leaf_red.png');
	background-repeat: no-repeat;
	color: white;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	/* padding: 23px 20.5px; */
	text-align: center;
	line-height: 3.5em;
	height: 52px;
	width: 52px;
	vertical-align: middle;
  }
  
  .browse .collection.hentry h2,
  #collection-items .hentry h2 
  {
	font-family: "opticraw_clarendonregular";
    font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.25;
    //line-height: 24px;
    //margin-bottom: 0;
	display: inline-table;
	vertical-align: middle;
	width: calc(100% - 85px);
	padding: 0 10px;
  }

  .browse .item.hentry a,
  .browse .collection.hentry h2 a,
  #collection-items .hentry h2 a {
    color: #2a2723;
	text-decoration: none;
  }
  
  .browse .collection.hentry h2 a {
	border-bottom: 1px dotted #9e1302;
	line-height: 1.5em;	  
  }
  
  .item.hentry .show-short-set {
	font-family: "libre_baskervilleregular";  
    //display: inline-table;
	//padding: 0 20px;
    vertical-align: middle;
	//max-width: 845px;
	//width: 70%;
  }
  
  .browse .item-img {
	display: inline-table;
	padding: 10px 0;
	vertical-align: middle;
	width: 134px;
  }
  
  .browse .item-img a {
    display: inline-block;
  }

  .collections.browse .hentry img {
	/* padding: 1% 65px; */
	margin-left: 60px;
    width: calc(100% - 60px);
  }

  #search-filters ul,
  #item-filters ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
  }
  #search-filters ul li,
  #item-filters ul li {
    display: inline-block;
    border-color: #dedede;
    font-size: 22.5px;
    border-width: 0.04444em;
    border-style: solid;
    padding: 0.22222em;
    margin: 0 .5em;
  }
  #search-filters ul ul,
  #item-filters ul ul {
    display: inline-block;
  }
  #search-filters ul ul li,
  #item-filters ul ul li {
    border: 0;
    padding: 0;
    margin: 0;
    text-transform: lowercase;
  }
  #search-filters ul ul li:not(:last-child):after,
  #item-filters ul ul li:not(:last-child):after {
    content: ', ';
  }

  /* @end */
  /* @group ----- Show ----- */
  
  #collection-image, #collection-info {	  
  	  /*
	  display: inline-table;
	  vertical-align: middle;
	  width: 49%;
	  */
  }
  
  #collection-image {	  
	  margin-bottom: 1.33335em;
	  overflow: hidden;
	  /*
	  height: auto;	  
	  max-height: 320px;
	  overflow: hidden;
	  */
  }
  
  #collection-image img {
	  /* width: 95%; */
  }
  
  #collection-image img {
	  max-height: 500px;
	  object-fit: contain;
	  object-position: 20% 80%;
	  margin: auto;
	  display: block;
  }
  
  .collections.show .large-red-leaf {
	  background: url('../img/maple_leaf_red_large.png');
	  background-repeat: no-repeat;
	  background-size: 100%;
	  color: white;
	  font-size: 36px;
	  font-weight: 700;
	  /* margin: 5% 68% 15px; */
	  margin: auto;
	  margin-top: 50px;
	  margin-bottom: 15px;
	  /* padding: 55px 42px 22px; */
	  /* width: 95px; */
	  text-align: center;
	  line-height: 4em;
	  width: 112px;
	  height: 112px;
  }
  
  .collections.show h1 {
	  font-size: 1.25em;
	  line-height: 1.25;
	  /* margin-left: 48%; */
	  margin: auto;
	  margin-bottom: 1.33335em;
	  text-transform: uppercase;
	  text-align: center;
	  width: 49%;
  }
  
  #collection-info #collection-description {
	  margin: auto;
	  //width: calc(100% - 50px);
	  max-width: 800px;
	  font-size: 0.9em;
	  hyphens: auto;
  }
  
  #collection-items {
	  padding-top: 50px;
	  width: 95%;
	  margin: auto;
  }
  
  #collection-items .hentry .small-grey-leaf {
	  /*
	  background: url('../img/maple_leaf_grey');
	  background-repeat: no-repeat;
	  padding: 25px;
	  opacity: 0.25;
	  //width: 37px;
	  //height: 37px;
	  */
	  background: url('../img/maple_leaf_red.png');
	  background-repeat: no-repeat;
	  background-size: 37px 37px;
	  margin-bottom: 14px;
	  height: 37px;
	  width: 37px;
  }
  
  #itemfiles, .itemfiles {
	background: #E0E0E0; 
	margin: auto;
	width: 100%; 
	height: 50vh;
  }

  #itemfiles .chocolat-close, .itemfiles .chocolat-close {
    display: none;
  }

  #itemfiles.chocolat-in-fullscreen .chocolat-close, 
  .itemfiles.chocolat-in-fullscreen .chocolat-close {
    display: block;
  }

  #itemfiles .item-file, 
  .itemfiles .item-file {
    text-align: center;
  }

  #itemfiles .item-file > *,
  #itemfiles .item-file img,
  .itemfiles .item-file > *,
  .itemfiles .item-file img  {
    margin: 0 auto;
    max-height: 50vh;
  }

  #itemfiles-nav, .itemfiles-nav {
    margin: 1.33333em auto;
    text-align: center;
  }

  #itemfiles-nav img, .itemfiles-nav img {
	padding: 0 5px;
    width: 5em;
  }
  
  .itemfiles-nav a {
	text-decoration: none;
  }
  
  #itemfiles-nav img:hover, .itemfiles-nav img:hover {
	border: 3px solid tomato;
  }
  
  .selected-thumbnail {
	border: 3px solid #9e1302;	  
  }
  
  .element-set h2 {
    border-color: #dedede;
    border-bottom-width: 0.05556em;
    border-bottom-style: solid;
    padding-bottom: 0.27778em;
  }
  
  /*.element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.33333em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .element {
    display: block;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }*/
  
  .show-short-set h3 {
	/* line-height: 1.25; */
  }
  
  .show-short-set #item-title {
	/* margin: 5px 0; */
	font-family: 'opticraw_clarendonregular';
	font-weight: 400;
	text-transform: uppercase;
  }
      
  .show-full-set {
	display: none;
  }
    
  .element {
	margin: 20px 0;
	line-height: 1.25;
  }
  
  .element h3, 
  .show-short-set h3
  {
	font-family: 'libre_baskervilleregular';
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1.5em;	  
    width: 100%;
    margin: 0;
    //text-align: right;
    //padding: 0 0.625%;
	//text-transform: uppercase;
  }
  
  .show-full-set h3 {
	font-family: 'opticraw_clarendonregular';
	font-weight: 400;
	text-transform: uppercase;	  
  }
  
  /* hide identifier */  
  .show-full-set #dublin-core-identifier,
  .show-full-set .dublin-core-identifier
  {
    display: none;
  }

  .element-text {
	font-size: 0.9em;
	//font-size: 20px;
	//font-weight: 500;
	line-height: 1.5em;
	padding: 0;
	width: 100%;
  }
  
  .element-set .more, .element-set .less {
	cursor: pointer;
	display: none;
	margin-bottom: 14px;
	margin-top: 14px;	
	font-family: 'libre_baskervilleitalic';
	font-size: 0.8em;
	font-weight: 400;
	/* font-size: 21px; */
	font-style: italic;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .element-set .more {
	display: block;
	float: left;
  }
    
  .element#dublin-core-title, .element#dublin-core-description {
	/* margin: 5px 0; */
	margin-top: 5px;
  }
  
  .element#dublin-core-title h3, .element#dublin-core-description h3 {
    display: none;
  }
  
  .element#dublin-core-title .element-text
  {
	font-family: 'opticraw_clarendonregular';	  
	font-size: 0.9em;
	font-weight: 400;
	text-transform: uppercase;
  }
    
  .element#dublin-core-description .element-text {
	/* font-size: 21px; */
	font-size: 0.9em;
	line-height: 1.5em;
  }
  
  /*
  #collection-items .show-short-set h3,
  #collection-items .show-short-set .more 
  {
    font-family: 'libre_baskervilleregular';
  }
  */  

  .chocolat-overlay {
    background-color: #000;
  }

  /* @end */
  /* @group ----- Home ----- */
  #home #header-image {
    display: none;
  }

  #home #featured {
    margin: 0 0 2.66667em;
    background-color: #dedede;
  }

  #home #featured .slick-list .image {
    display: block;
    height: 50vh;
    overflow: hidden;
  }

  #featured img {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  #featured .slick-slide {
    min-height: 50vh;
  }

  #featured .featured-meta {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid #fff;
    padding: 1.33333em;
    color: #fff;
    text-align: center;
  }
  #featured .featured-meta:after {
    content: '';
    position: absolute;
    top: -1.33333em;
    bottom: -1.33333em;
    right: -1.33333em;
    left: -1.33333em;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
  }

  #featured .featured-meta h3 {
    font-size: 31.5px;
    line-height: 36px;
    margin: 0;
    font-weight: normal;
  }

  #featured .featured-meta h3 a {
    color: #fff;
  }
  #featured .featured-meta h3 a:hover {
    text-decoration: none;
  }

  #featured .featured-meta p {
    font-size: 15.75px;
    margin: 0;
  }

  #featured .slick-dots {
    background-color: #fff;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 1.33333em 0;
  }

  #featured .slick-dots li {
    display: inline-block;
  }

  #featured .slick-dots button {
    background-color: #dedede;
    width: 13.5px;
    height: 13.5px;
    border-radius: 18px;
    text-indent: -9999px;
    border: 0;
    cursor: pointer;
    margin: 0 .5em;
  }

  #featured .slick-dots li[aria-hidden='false'] button {
    background-color: #9e9e9e;
  }

  /* @end */
  /* @group ----- Search ----- */
  #search-results {
    width: 100%;
    margin: 1.33333em 0 0;
  }

  #search-results img {
    height: 4em;
    float: right;
  }

  #search-results a {
    vertical-align: top;
  }

  /* @end */
  /* @group ----- Exhibits ----- */
  .exhibit-block {
    overflow: hidden;
  }

  .exhibit-items + * {
    margin-top: 0;
  }

  #exhibit-page-navigation {
    border-color: #dedede;
    border-top-width: 0.05556em;
    border-top-style: solid;
    padding-top: 0.61111em;
    margin-top: 2.66667em;
  }

  .exhibits.show h1,
  .exhibits.summary h1,
  .exhibits #primary,
  #exhibit-blocks,
  #exhibit-page-navigation {
    width: 81.25%;
    float: right;
    padding-left: 0.625%;
  }

  #exhibit-pages {
    padding: 0 0.625% 1.33333em 0;
    width: 15.625%;
  }

  #exhibit-pages > ul {
    margin: 0;
  }

  #exhibit-pages a {
    font-size: 15.75px;
    color: #676767;
  }

  #exhibit-pages .current a {
    color: #C72E2E;
  }

  #exhibit-pages > ul > li:not(:last-of-type) {
    border-color: #dedede;
    border-bottom-width: 0.05556em;
    border-bottom-style: solid;
    padding-bottom: 0.27778em;
    margin-bottom: 0.33333em;
  }

  #exhibit-pages h4 {
    border-color: #dedede;
    border-bottom-width: 0.16667em;
    border-bottom-style: solid;
    padding-bottom: 0.16667em;
    margin: 0 0 0.33333em;
  }

  .summary #primary > div > *:first-child,
  #exhibit-blocks > .exhibit-block > *:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .exhibit-block > *:last-child {
    margin-bottom: 0;
  }

  /* @end */
  /* @group ----- Curator's Statement ----- */
  #statement h1 {
	text-transform: uppercase;
  }
  
  #statement h2 {
	font-family: 'opticraw_clarendonregular';  		  
	font-weight: 400 !important;
  }
  
  #statement p {
	font-size: 0.9em;
    line-height: 1.5em;
  }
    
  #statement em {
	font-family: "libre_baskervilleitalic";
  }
  
  #statement .img_left {
	float: left;
	margin: 0 1.5em 1.5em 0;
  }
  
  #statement .img_right {
	float: right;
	margin: 0 0 1.5em 1.5em;
  }
  
  #statement .img_hero {
    height: 430px;
	width: 100%;
	/* margin-bottom: 0.66665em; */
	margin-bottom: 1.33335em;
  }
  
  #statement .img_hero_bg {
    background-image: url(../../../files/fullsize/560eb492b1bb492041207e17c7b33f12.jpg);	    
	background-size: cover;
	background-position: 30% 80%;
  }
  
  #statement .img_hero img {
    display: none;
  }
  
  /* @end */    
  /* @group ----- Bibliography ----- */
  #bibliography .bib_title {
	  margin-left: 5.5em;
	  text-indent: -5.5em;
  }
  
  #bibliography .bib_description {
	  margin-left: 5.5em;
  }
  
  #bibliography #content {
	  /* width: 80%; */
  }
  
  #bibliography p {
	  font-size: 0.9em;
	  line-height: 1.5em;
  }
  /* @end */      
}

@media screen and (max-width: 1150px) {
	
	.collections.browse header {
		/* padding-left: 80px; */
	}
	
	.collections.browse h1 {
		padding: 1.5% 0 0 80px;
	}
	
	/* @end */
}

@media screen and (max-width: 970px) {
	
	#top-nav .navigation a {
		/* font-size: 1.1em; */
	}
	/* @end */
}

@media screen and (max-width: 875px) {
	
	#side-pic-wrap {
		/* background: none; */
		background-position: -130px;
	}
	
	#wrap,
	#outputs,
	footer {		
		padding: 0;
	}
	
	.collections.show .large-red-leaf {
		margin-left: auto;
		margin-right: auto;
	}
	
	.collections.show h1 {
		margin: auto;
		width: initial;
	}
	
	#collection-info, #collection-image {
		display: block;
		margin: 20px auto;
		width: 98%;
	}
	
	#collection-image img {
		/* width: 100%; */
		max-width: 100%;
	}
	
	/* @end */
}

@media screen and (max-width: 785px) {
	
	#top-nav .navigation a {
		/* font-size: 1em; */
	}
	
	/* @end */
}

@media screen and (max-width: 730px) {
	#top-nav {
		/*
		padding: 15px;
		width: 300px;
		*/
	}
	
	#top-nav .navigation a {
		/* font-size: 1.15em; */
	}
	
	/*
	#top-nav .navigation {
	  display: block;
	  text-align: center;
	  width: 200px;
	  margin: auto;
	  border: 1px solid green;
	}
	
	#top-nav .navigation li:first-child:before {
	  background: none;	
	  content: "•";
	}
	*/
	
	/*
	#top-nav .navigation {
	  max-width: 450px;
	}
	
	#top-nav .navigation li:first-child:before,
	#top-nav .navigation li:last-child:after
	{
	  display: none;
	}
	*/
	
	/* @end */	
}

@media screen and (max-width: 640px) {
	
	#side-pic-wrap {
		background-position: -145px;
	}	
	
	#top-nav .navigation li:first-child:before,
	#top-nav .navigation li:last-child:after
	{
	  display: none;
	  margin-top: 0;
	}	
	
	#top-nav .navigation li:first-child:before {
	  background: none;	
	  content: "\2022";
	  display: block;
	  width: auto;
	}

/*	
  #top-nav .navigation {
	border: 1px solid green;
  }
  
  #top-nav .navigation li:before {
	display: none;
  }
  
  #top-nav .navigation {
	display: block;
	width: 200px;	
  }
  
  #top-nav .navigation li {
	border-bottom: 1px solid red;
  }  
*/  

  .browse h1 {
	  padding: 1.5% 0 1.5% 45px;
  }
	
  #site-title {
    //text-align: center;
  }

  .featured-meta h3 + p {
    display: none;
  }

  /* @group ----- Containers ----- */
  #wrap,
  #outputs,
  footer {
    //padding: 0 1.33333em;
  }

  /* @end */
  /* @group ----- Forms ----- */
  .field .label,
  .field label,
  .field .two.columns {
    width: 100%;
    text-align: left;
    margin-bottom: 0.33333em;
  }

  .field .inputs,
  .field .five.columns {
    width: 100%;
  }

  /* @end */
  /* @group ----- Navigation ----- */
  .pagination-nav,
  #sort-links {
    width: 100%;
    text-align: center;
    padding-top: 0.33333em;
    border-color: #dedede;
    border-bottom-width: 0.05556em;
    border-bottom-style: solid;
    padding-bottom: 0.27778em;
  }

  .pagination-nav ul,
  #sort-links ul {
    margin: 0;
  }

  /* @end */
  /* @group ----- Header ----- */
  header {
    //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
    //-ms-flex-wrap: wrap;
        //flex-wrap: wrap;
	padding-left: 0;
  }

  #site-title {
    //margin: 0.33333em 0;
    //-webkit-box-ordinal-group: 3;
        //-ms-flex-order: 2;
            //order: 2;
    //width: 100%;
  }

  #site-title img {
    //max-height: 1.33333em;
    //max-width: calc(100% - 2.33333em);
  }

  #search-container {
    top: 0;
  }
  #search-container:not(.with-advanced) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 100%;
  }

  #search-container.with-advanced #search-form.closed {
    padding: 0;
  }

  #search-container:not(.with-advanced) #search-form {
    margin-bottom: 0.66667em;
  }
  #search-container:not(.with-advanced) #search-form.open {
    position: relative;
  }

  #search-container:not(.with-advanced) #search-form.closed {
    width: auto;
    height: auto;
  }

  #search-container:not(.with-advanced) #search-form + .search-toggle {
    display: none;
  }

  #search-container:not(.with-advanced) [type='text'],
  #search-container:not(.with-advanced) [type='submit'],
  #search-container:not(.with-advanced) #advanced-form {
    display: block;
  }

  #search-form.closed [type='text'] {
    width: 100%;
  }

  #top-nav {
    //-webkit-box-ordinal-group: 4;
        //-ms-flex-order: 3;
            //order: 3;
  }

  #header-image {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  #top-nav ul {
    //margin: 0.66667em 0;
  }

  header nav .navigation {
    //-webkit-box-pack: center;
        //-ms-flex-pack: center;
            //justify-content: center;
  }
  
  /* @end */
  /* @group ----- Browse ----- */
  .browse header {
	  padding: 0;
  }
  
  .browse .records {
    //padding: 1.33333em 0;
  }

  .browse .hentry,
  #collection-items .hentry {
    width: 100%;
    //border-color: #dedede;
    //border-width: 0.05556em;
    //border-style: solid;
    //padding: 0.61111em;
    //margin-bottom: 1.33333em;
  }

  .browse .item-img {
	display: block;
	margin: auto;
  }
  
  .collections.browse .hentry img {
    //max-width: 50%;
    //float: left;
    //margin: 0 1.33333em 0.33333em 0;
	//padding: 1% 48px;	
	margin-left: 45px;
  }
  
  .browse .hentry .show-short-set {
	display: block;
	margin: auto;
	text-align: center;
  }
  
  .browse .hentry .small-red-leaf,
  #collection-items .hentry .small-red-leaf {
	  background-size: 100%;
	  /* font-size: 19px; */
	  font-size: 0.8em;
	  /* padding: 14px 13px; */
	  line-height: 3.3em;
	  height: 35px;
	  width: 35px;
	  vertical-align: baseline;
  }
  
  .browse .hentry h2,
  #collection-items .hentry h2 {
	font-size: 1em;
    margin-top: 0;
  }
  
  /* @end */
  /* @group ----- Show ----- */
  .element h3,
  .element .element-text {
    width: 100%;
    text-align: left;
  }

  /* @end */
  /* @group ----- Search ----- */
  #search-filters ul li {
    font-size: 15.75px;
    margin: 0 0.19048em 0.7619em;
  }

  #search-results {
    margin-top: 0.66667em;
  }

  .search-entry:first-child select {
    width: 50%;
  }

  .search-entry select {
    width: calc(50% - 2.25em);
    margin-bottom: 0.33333em;
  }

  .search-entry .advanced-search-joiner {
    width: 4em;
  }

  .search-entry input[type='text'] {
    width: 100%;
    margin-bottom: 0.33333em;
  }

  .field .inputs ~ .add_search {
    margin-left: 0;
  }

  /* @end */
  /* @group ----- Exhibits ----- */
  .exhibits.show h1,
  .exhibits.summary h1,
  .exhibits #primary,
  #exhibit-pages,
  #exhibit-blocks,
  #exhibit-page-navigation {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  #exhibit-pages {
    margin: 2.66667em 0;
  }

  /* @end */
}

@media screen and (max-width: 480px) {
  /* curator's statement page*/
  #statement .img_left, 
  #statement .img_right
  {
	float: none;
	margin: 0;
	margin-bottom: 1.5em;
	text-align: center;
  }
  /* @end */
}	

@media screen and (max-width: 350px) {
  header nav .navigation {
    font-size: 0.9em;
  }	
	
  /* @end */
}	