@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
/* Cascading applies as usual. 
 * Include normalize and resets first.
 ---------------------------------------------- */
/*! 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 */
  /* 2 */
  /* 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] {
  /* 1 */
  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; }
/**
 * 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"] {
  /* 1 */
  -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 */ }
/* Resets
 ============================================================================= */
/**
 * Reset the box-sizing.
 * ---
 * This applies a natural box layout model to all elements, but allows
 * components, plugins etc. to change box-sizing easier.
 *
 * See http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  box-sizing: border-box; }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*, *:before, *:after {
  box-sizing: inherit; }
/**
 * 1. Remove vertical spacing below the image.
 * 2. Scale images proportionally with the `max-width` property.
 */
img {
  vertical-align: middle;
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 2 */ }
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }
  .clearfix:after {
    clear: both; }

.main {
  margin-bottom: 2rem; }
  @media (min-width: 480px) {
  .main {
    margin-bottom: 4rem; } }

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

.text-right {
  text-align: center; }

.default-post-header {
  padding: 40px 0 20px 0;
  text-align: center; }
  @media (min-width: 480px) {
  .default-post-header {
    padding: 90px 0 55px 0; } }

.default-post-header .preamble {
  margin: 30px 0 0 0; }

.featured-image {
  display: block;
  margin: 0 auto 40px;
  width: 100%; }
  @media (min-width: 480px) {
  .featured-image {
    margin: 0 auto 55px; } }

.post-content {
  margin-bottom: 20px; }

@media (max-width: 1024px) {
  body.active-main-menu {
    position: fixed;
    height: 100%;
    width: 100%; } }

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  color: #31425c;
  font-weight: bold; }
  h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small {
    font-size: 0.7em; }

h1 {
  font-size: 2rem;
  text-transform: uppercase; }
  @media (min-width: 480px) {
  h1 {
    font-size: 2.5rem; } }

h2 {
  margin: 0 0 45px 0;
  font-size: 1.875rem; }

.preamble {
  font-size: 1.15rem; }
  @media (min-width: 480px) {
  .preamble {
    font-size: 1.5rem; } }

p {
  margin: 0 0 25px 0; }

a {
  color: #902424;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #458;
    border-bottom: 1px solid #458; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: '';
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 767px) {
  .container {
    width: 750px; } }
  @media (min-width: 850px) {
  .container {
    width: 840px; } }
  @media (min-width: 1025px) {
  .container {
    width: 1015px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: '';
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: '';
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 767px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
    .col-sm-1 {
      width: 8.33333%; }
    .col-sm-2 {
      width: 16.66667%; }
    .col-sm-3 {
      width: 25%; }
    .col-sm-4 {
      width: 33.33333%; }
    .col-sm-5 {
      width: 41.66667%; }
    .col-sm-6 {
      width: 50%; }
    .col-sm-7 {
      width: 58.33333%; }
    .col-sm-8 {
      width: 66.66667%; }
    .col-sm-9 {
      width: 75%; }
    .col-sm-10 {
      width: 83.33333%; }
    .col-sm-11 {
      width: 91.66667%; }
    .col-sm-12 {
      width: 100%; }
    .col-sm-pull-0 {
      right: auto; }
    .col-sm-pull-1 {
      right: 8.33333%; }
    .col-sm-pull-2 {
      right: 16.66667%; }
    .col-sm-pull-3 {
      right: 25%; }
    .col-sm-pull-4 {
      right: 33.33333%; }
    .col-sm-pull-5 {
      right: 41.66667%; }
    .col-sm-pull-6 {
      right: 50%; }
    .col-sm-pull-7 {
      right: 58.33333%; }
    .col-sm-pull-8 {
      right: 66.66667%; }
    .col-sm-pull-9 {
      right: 75%; }
    .col-sm-pull-10 {
      right: 83.33333%; }
    .col-sm-pull-11 {
      right: 91.66667%; }
    .col-sm-pull-12 {
      right: 100%; }
    .col-sm-push-0 {
      left: auto; }
    .col-sm-push-1 {
      left: 8.33333%; }
    .col-sm-push-2 {
      left: 16.66667%; }
    .col-sm-push-3 {
      left: 25%; }
    .col-sm-push-4 {
      left: 33.33333%; }
    .col-sm-push-5 {
      left: 41.66667%; }
    .col-sm-push-6 {
      left: 50%; }
    .col-sm-push-7 {
      left: 58.33333%; }
    .col-sm-push-8 {
      left: 66.66667%; }
    .col-sm-push-9 {
      left: 75%; }
    .col-sm-push-10 {
      left: 83.33333%; }
    .col-sm-push-11 {
      left: 91.66667%; }
    .col-sm-push-12 {
      left: 100%; }
    .col-sm-offset-0 {
      margin-left: 0%; }
    .col-sm-offset-1 {
      margin-left: 8.33333%; }
    .col-sm-offset-2 {
      margin-left: 16.66667%; }
    .col-sm-offset-3 {
      margin-left: 25%; }
    .col-sm-offset-4 {
      margin-left: 33.33333%; }
    .col-sm-offset-5 {
      margin-left: 41.66667%; }
    .col-sm-offset-6 {
      margin-left: 50%; }
    .col-sm-offset-7 {
      margin-left: 58.33333%; }
    .col-sm-offset-8 {
      margin-left: 66.66667%; }
    .col-sm-offset-9 {
      margin-left: 75%; }
    .col-sm-offset-10 {
      margin-left: 83.33333%; }
    .col-sm-offset-11 {
      margin-left: 91.66667%; }
    .col-sm-offset-12 {
      margin-left: 100%; } }

@media (min-width: 850px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
    .col-md-1 {
      width: 8.33333%; }
    .col-md-2 {
      width: 16.66667%; }
    .col-md-3 {
      width: 25%; }
    .col-md-4 {
      width: 33.33333%; }
    .col-md-5 {
      width: 41.66667%; }
    .col-md-6 {
      width: 50%; }
    .col-md-7 {
      width: 58.33333%; }
    .col-md-8 {
      width: 66.66667%; }
    .col-md-9 {
      width: 75%; }
    .col-md-10 {
      width: 83.33333%; }
    .col-md-11 {
      width: 91.66667%; }
    .col-md-12 {
      width: 100%; }
    .col-md-pull-0 {
      right: auto; }
    .col-md-pull-1 {
      right: 8.33333%; }
    .col-md-pull-2 {
      right: 16.66667%; }
    .col-md-pull-3 {
      right: 25%; }
    .col-md-pull-4 {
      right: 33.33333%; }
    .col-md-pull-5 {
      right: 41.66667%; }
    .col-md-pull-6 {
      right: 50%; }
    .col-md-pull-7 {
      right: 58.33333%; }
    .col-md-pull-8 {
      right: 66.66667%; }
    .col-md-pull-9 {
      right: 75%; }
    .col-md-pull-10 {
      right: 83.33333%; }
    .col-md-pull-11 {
      right: 91.66667%; }
    .col-md-pull-12 {
      right: 100%; }
    .col-md-push-0 {
      left: auto; }
    .col-md-push-1 {
      left: 8.33333%; }
    .col-md-push-2 {
      left: 16.66667%; }
    .col-md-push-3 {
      left: 25%; }
    .col-md-push-4 {
      left: 33.33333%; }
    .col-md-push-5 {
      left: 41.66667%; }
    .col-md-push-6 {
      left: 50%; }
    .col-md-push-7 {
      left: 58.33333%; }
    .col-md-push-8 {
      left: 66.66667%; }
    .col-md-push-9 {
      left: 75%; }
    .col-md-push-10 {
      left: 83.33333%; }
    .col-md-push-11 {
      left: 91.66667%; }
    .col-md-push-12 {
      left: 100%; }
    .col-md-offset-0 {
      margin-left: 0%; }
    .col-md-offset-1 {
      margin-left: 8.33333%; }
    .col-md-offset-2 {
      margin-left: 16.66667%; }
    .col-md-offset-3 {
      margin-left: 25%; }
    .col-md-offset-4 {
      margin-left: 33.33333%; }
    .col-md-offset-5 {
      margin-left: 41.66667%; }
    .col-md-offset-6 {
      margin-left: 50%; }
    .col-md-offset-7 {
      margin-left: 58.33333%; }
    .col-md-offset-8 {
      margin-left: 66.66667%; }
    .col-md-offset-9 {
      margin-left: 75%; }
    .col-md-offset-10 {
      margin-left: 83.33333%; }
    .col-md-offset-11 {
      margin-left: 91.66667%; }
    .col-md-offset-12 {
      margin-left: 100%; } }

@media (min-width: 1025px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
    .col-lg-1 {
      width: 8.33333%; }
    .col-lg-2 {
      width: 16.66667%; }
    .col-lg-3 {
      width: 25%; }
    .col-lg-4 {
      width: 33.33333%; }
    .col-lg-5 {
      width: 41.66667%; }
    .col-lg-6 {
      width: 50%; }
    .col-lg-7 {
      width: 58.33333%; }
    .col-lg-8 {
      width: 66.66667%; }
    .col-lg-9 {
      width: 75%; }
    .col-lg-10 {
      width: 83.33333%; }
    .col-lg-11 {
      width: 91.66667%; }
    .col-lg-12 {
      width: 100%; }
    .col-lg-pull-0 {
      right: auto; }
    .col-lg-pull-1 {
      right: 8.33333%; }
    .col-lg-pull-2 {
      right: 16.66667%; }
    .col-lg-pull-3 {
      right: 25%; }
    .col-lg-pull-4 {
      right: 33.33333%; }
    .col-lg-pull-5 {
      right: 41.66667%; }
    .col-lg-pull-6 {
      right: 50%; }
    .col-lg-pull-7 {
      right: 58.33333%; }
    .col-lg-pull-8 {
      right: 66.66667%; }
    .col-lg-pull-9 {
      right: 75%; }
    .col-lg-pull-10 {
      right: 83.33333%; }
    .col-lg-pull-11 {
      right: 91.66667%; }
    .col-lg-pull-12 {
      right: 100%; }
    .col-lg-push-0 {
      left: auto; }
    .col-lg-push-1 {
      left: 8.33333%; }
    .col-lg-push-2 {
      left: 16.66667%; }
    .col-lg-push-3 {
      left: 25%; }
    .col-lg-push-4 {
      left: 33.33333%; }
    .col-lg-push-5 {
      left: 41.66667%; }
    .col-lg-push-6 {
      left: 50%; }
    .col-lg-push-7 {
      left: 58.33333%; }
    .col-lg-push-8 {
      left: 66.66667%; }
    .col-lg-push-9 {
      left: 75%; }
    .col-lg-push-10 {
      left: 83.33333%; }
    .col-lg-push-11 {
      left: 91.66667%; }
    .col-lg-push-12 {
      left: 100%; }
    .col-lg-offset-0 {
      margin-left: 0%; }
    .col-lg-offset-1 {
      margin-left: 8.33333%; }
    .col-lg-offset-2 {
      margin-left: 16.66667%; }
    .col-lg-offset-3 {
      margin-left: 25%; }
    .col-lg-offset-4 {
      margin-left: 33.33333%; }
    .col-lg-offset-5 {
      margin-left: 41.66667%; }
    .col-lg-offset-6 {
      margin-left: 50%; }
    .col-lg-offset-7 {
      margin-left: 58.33333%; }
    .col-lg-offset-8 {
      margin-left: 66.66667%; }
    .col-lg-offset-9 {
      margin-left: 75%; }
    .col-lg-offset-10 {
      margin-left: 83.33333%; }
    .col-lg-offset-11 {
      margin-left: 91.66667%; }
    .col-lg-offset-12 {
      margin-left: 100%; } }

.container--white-bg {
  background: white; }
  .container--offset-top {
    margin-top: -80px; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.main-navigation {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
  .main-navigation {
    margin-bottom: 0; }
    .main-navigation .container, .main-navigation [class^="col-"], .main-navigation [class*=" col-"] {
      float: none;
      width: 100%; } }

.hamburger {
  display: none; }
  .hamburger:before, .hamburger:after {
    content: '';
    display: table; }
  .hamburger:after {
    clear: both; }
  .hamburger img {
    float: right;
    width: 30px;
    height: 30px;
    margin: 20px 0; }
    .hamburger img:hover {
      cursor: pointer; }
  @media (max-width: 1024px) {
  .hamburger {
    display: block; } }

.main-navigation__sub-menu {
  background-color: #061423;
  margin: 20px 0 0 0; }
  .main-navigation__sub-menu__items {
    margin: 0;
    padding: 16px 0;
    list-style-type: none;
    text-align: center; }
    .main-navigation__sub-menu__items__item {
      display: inline;
      margin: 0 20px; }
      .main-navigation__sub-menu__items__item > a {
        color: white;
        border-bottom: 0px; }
        @media (max-width: 1024px) {
.main-navigation__sub-menu {
display: none; } }

.nav-table {
  display: table;
  width: 100%; }
  @media (max-width: 1024px) {
  .nav-table {
    display: block;
    height: auto; } }

.nav-table-cell {
  display: table-cell;
  width: 100%;
  height: 130px;
  /* 45px spacing downwards from header */
  vertical-align: bottom; }
  @media (max-width: 1024px) {
  .nav-table-cell {
    display: block;
    height: auto; } }

.main-menu {
  float: right; }
  @media (max-width: 1024px) {
  .main-menu {
    display: none;
    float: none; } }

.main-menu ul {
  list-style-type: none; }

.menu-item {
  float: left;
  margin: 0 0 0 30px; }
  .menu-item:first-of-type {
    margin: 0; }
  .menu-item a {
    color: #777;
    font-size: 0.875rem;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .menu-item a:hover {
      color: #aa3c2a;
      border-bottom: 2px solid #aa3c2a; }
    @media (max-width: 1024px) {
  .menu-item a {
    display: block;
    padding: 20px 0;
    font-size: 1.375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .menu-item a:hover {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
    @media (max-width: 767px) {
  .menu-item a {
    padding: 15px 0;
    font-size: 1.125rem; } }
  .menu-item.selected > a {
    color: #aa3c2a; }
    @media (min-width: 1025px) {
  .menu-item.selected > a {
    border-bottom: 2px solid #aa3c2a; } }
  @media (max-width: 1024px) {
  .menu-item {
    float: none;
    padding: 0;
    margin: 0; }
    .menu-item:first-of-type > a {
      border-top: 1px solid rgba(0, 0, 0, 0.2); }

    .menu-item.dropdown {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }

.submenu-items {
  display: none; }
  @media (max-width: 1024px) {
  .submenu-items {
    display: block;
    padding: 0 0 0 30px; }
    .submenu-items .menu-item:first-of-type a {
      border-top: 1px solid rgba(0, 0, 0, 0); }

    .submenu-items .menu-item:last-of-type a {
      border-bottom: 1px solid rgba(0, 0, 0, 0); } }

@media (max-width: 1024px) {
  .active-main-menu .main-navigation {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff; }
    .active-main-menu .main-menu {
      display: block; } }
/*
 * LOGO
 ***********************************************/
.logo {
  margin-top: 54px;
  /* headerheight (175) - logoimageheight(76) - space down from header (45) = 54px */ }

.logo a, .logo a:hover {
  text-decoration: none;
  border-bottom: none; }

.logo img {
  display: inline-block;
  height: 76px;
  width: auto;
  vertical-align: middle; }

.logotext-container {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px; }

.logo-title {
  display: block;
  font-size: 22px;
  font-family: 'EB Garamond', serif;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  text-transform: uppercase; }
  .logo-title__tight {
    letter-spacing: -2px; }

.logo-title .break {
  display: block; }

.logo-description {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  color: #777;
  text-transform: uppercase; }

@media (max-width: 1024px) {
  .main-navigation [class^="col-"].logo-wrapper {
    position: absolute;
    width: 280px;
    left: 0;
    top: 10px; }
    .logo {
      margin-top: 0; }
    .logo img {
      height: 50px; }
    .logo-title {
      font-size: 16px;
      line-height: 18px; }
    .logo-description {
      letter-spacing: 1px; } }

.site-footer {
  padding: 60px 0 40px 0;
  background-color: #902424; }

.site-footer-title {
  margin: 0 0 30px 0;
  max-width: 300px;
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.3;
  color: #eee; }

.site-footer a {
  color: #eee; }
  .site-footer a:focus, .site-footer a:hover {
    color: #fff;
    border-bottom-color: #fff; }

.contact-info-items {
  margin-bottom: 35px; }
  @media (min-width: 767px) {
  .contact-info-items {
    margin-bottom: 55px; } }

.contact-info-item {
  margin-bottom: 20px; }
  @media (min-width: 767px) {
  .contact-info-item {
    margin-bottom: 0; } }

.contact-info-item p {
  margin: 0;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.4; }

.footer-byline:before {
  display: block;
  padding-top: 15px;
  content: " ";
  border-top: 1px solid #fff;
  height: 1px; }
  .footer-byline p {
    margin: 0;
    font-size: 0.75rem;
    color: #fff; }

.footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem; }
  .footer-menu__item {
    display: inline-block;
    margin-right: 20px; }
    .footer-menu__item > a {
      color: #fff; }
      .footer-menu__item > a:hover {
        border-color: #fff; }
/**
 * Base button.
 * 1. Make sure `input` element wraps the text across multiple lines.
 * 2. Disable text selection for the user.
 * 3. Removes platform-native styling in iOS.
 */
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  /* 1 */
  cursor: pointer;
  user-select: none;
  /* 2 */
  -webkit-appearance: none;
  /* 3 */
  outline: none;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.btn:focus, .btn:active {
  outline: 0; }

.btn--blue, .login .btn {
  position: relative;
  padding: 12px 20px;
  min-width: 165px;
  background-color: #fff;
  border: 1px solid #31425c;
  font-size: 0.875rem;
  color: #31425c;
  text-transform: uppercase; }

.btn--blue:hover, .login .btn:hover, .filter-navigation .btn.btn--blue.tab-button-active, .filter-navigation .login .btn.btn.tab-button-active, .login .filter-navigation .btn.btn.tab-button-active {
  background-color: #31425c;
  color: #fff; }

.btn--blue span, .login .btn span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 12px 20px;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }

.btn--blue-inverted {
  background-color: #31425c;
  color: #fff; }

.btn--blue-inverted:hover {
  background-color: #fff;
  color: #31425c; }

.hero-image {
  position: relative;
  height: 600px;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1; }

.hero-image-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%); }

.pagination {
  margin: 0 0 50px 0;
  list-style-type: none;
  text-align: center; }

.pagination .page-item {
  display: inline-block;
  padding: 10px 0;
  margin: 0 8px 0 0; }
  .pagination .page-item .page-link {
    display: block;
    padding: 0 5px;
    height: 100%; }
  .pagination .page-item.disabled {
    display: none; }

.volumes-list {
  list-style-type: none;
  margin: 50px 0;
  padding: 0; }
  .volumes-list:before, .volumes-list:after {
    content: '';
    display: table; }
  .volumes-list:after {
    clear: both; }
  .volumes-list__item {
    float: left;
    width: 25%;
    width: calc(25% - 5px);
    display: block;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
    margin: 0 5px 0 0; }

.series-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem; }
  .series-list__item {
    position: relative;
    border-top: 1px solid #ccc;
    padding: 20px 150px 20px 70px;
    color: #31425c; }
    .series-list__item__number {
      font-size: 2rem;
      position: absolute;
      left: 0;
      top: 20px; }
    .series-list__item__price {
      position: absolute;
      right: 0;
      top: 20px; }
      .series-list__item__price--soldout {
        color: #ccc; }
    .series-list__item__content > a {
      font-weight: bold;
      color: #31425c; }

.calendar-event {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc; }
  .calendar-event:before, .calendar-event:after {
    content: '';
    display: table; }
  .calendar-event:after {
    clear: both; }
  .calendar-event__date {
    position: relative;
    border: 1px solid #ccc;
    text-align: center;
    color: #b53c2a;
    font-weight: bold;
    margin-bottom: 20px; }
    .calendar-event__date__aspect {
      width: 100%;
      padding-bottom: 100%; }
    .calendar-event__date__inner {
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 10px;
      transform: translate(-50%, -50%); }
    .calendar-event__date__date {
      display: block;
      font-size: 2rem; }
      @media (min-width: 480px) {
  .calendar-event__date__date {
    font-size: 3.5rem;
    line-height: 3.3rem; } }
    .calendar-event__date__month {
      display: block;
      font-size: 1.3rem; }
      @media (min-width: 480px) {
  .calendar-event__date__month {
    font-size: 1.5rem; } }
    .calendar-event__date__day {
      display: block;
      font-weight: normal; }
  .calendar-event__image__img {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media (min-width: 767px) {
    .calendar-event__image__img {
      padding-bottom: 47%; } }
    @media (min-width: 850px) {
    .calendar-event__image__img {
      padding-bottom: 45%; } }
  .calendar-event__content__meta {
    color: #999;
    margin-bottom: 10px;
    font-size: 1.2em; }
    .calendar-event__content__meta__time {
      margin-right: 20px; }
    .calendar-event__content__title {
      margin: 0 0 5px 0;
      font-weight: normal; }
    .calendar-event__content__title a {
      color: #31425c; }

.language-selector {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%); }
  @media (max-width: 1024px) {
  .language-selector {
    top: -45px;
    right: 65px;
    transform: none; } }
  @media (max-width: 767px) {
  .language-selector {
    display: none;
    position: relative;
    top: 0;
    right: auto; } }
  .language-selector__list {
    list-style-type: none; }
    .language-selector__list__item {
      display: inline;
      margin-left: 10px; }
    @media (max-width: 767px) {
    .language-selector__list__item {
      display: block;
      margin-left: 0; } }
    .language-selector__list__item__link {
      color: #ccc;
      font-size: 14px;
      text-decoration: none; }
      @media (max-width: 767px) {
    .language-selector__list__item__link {
      display: block;
      padding: 15px 0;
      font-size: 18px; }
      .language-selector__list__item__link:hover {
        border-bottom: 1px solid transparent;
        color: #777; } }

@media (max-width: 767px) {
  .active-main-menu .language-selector {
    display: block; } }

.block-menu__title {
  text-transform: uppercase;
  color: #616161;
  text-align: center;
  font-size: 2.5rem; }
  .block-menu__container .row {
    margin: 0; }
  .block-menu__container [class^="col-"] {
    padding: 0; }
  .block-menu__link__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%; }
    .block-menu__link__image--1, .block-menu__link__text--1 {
      /*width: 458px;*/
      height: 180px; }
    @media (min-width: 767px) {
    .block-menu__link__image--1, .block-menu__link__text--1 {
      height: 360px; } }
    .block-menu__link__image--2 {
      display: none;
      /*width: 238px;*/
      height: 299px; }
    @media (min-width: 767px) {
    .block-menu__link__image--2 {
      display: block; } }
    @media (min-width: 767px) {
    .block-menu__link__image--2 {
      height: 598px; } }
    .block-menu__link__text--2, .block-menu__link__image--3, .block-menu__link__text--3 {
      /*width: 219px;*/
      height: 119px; }
    @media (min-width: 767px) {
    .block-menu__link__text--2, .block-menu__link__image--3, .block-menu__link__text--3 {
      height: 238px; } }
    .block-menu__link__image--4, .block-menu__link__text--4 {
      /*width: 700px;*/
      height: 135px; }
    @media (min-width: 767px) {
    .block-menu__link__image--4, .block-menu__link__text--4 {
      height: 269px; } }
    .block-menu__link__text--6, .block-menu__link__image--5, .block-menu__link__text--5 {
      /*width: 458px;*/
      height: 149px; }
    @media (min-width: 767px) {
    .block-menu__link__text--6, .block-menu__link__image--5, .block-menu__link__text--5 {
      height: 298px; } }
    .block-menu__link__text {
      position: relative;
      display: block;
      width: 100%;
      border: 0px; }
    .block-menu__link__text:hover {
      border: 0px; }
    .block-menu__link__text > span {
      padding: 10px;
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-transform: uppercase;
      font-size: 0.8rem; }
      @media (min-width: 767px) {
    .block-menu__link__text > span {
      font-size: 1rem; } }
      @media (min-width: 1025px) {
    .block-menu__link__text > span {
      font-size: 1.5rem; } }
    .block-menu__link__text--1:after, .block-menu__link__text--2:after, .block-menu__link__text--3:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 100%;
      width: 0;
      height: 0;
      transform: translate(0, -50%);
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-right: 30px solid blue;
      z-index: 1; }
    .block-menu__link__text--4:after, .block-menu__link__text--5:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 100%;
      width: 0;
      height: 0;
      transform: translate(0, -50%);
      z-index: 1;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 30px solid blue; }
    .block-menu__link__text--1 {
      background-color: #902424; }
      .block-menu__link__text--1:after {
        border-right-color: #902424; }
    .block-menu__link__text--2 {
      background-color: #31425c; }
      .block-menu__link__text--2:after {
        border-right-color: #31425c;
        display: none; }
        @media (min-width: 767px) {
    .block-menu__link__text--2:after {
      display: block; } }
    .block-menu__link__text--3 {
      background-color: #061423; }
      .block-menu__link__text--3:after {
        border-right-color: #061423; }
    .block-menu__link__text--4 {
      background-color: #902424; }
      .block-menu__link__text--4:after {
        border-left-color: #902424; }
    .block-menu__link__text--5 {
      background-color: #061423; }
      .block-menu__link__text--5:after {
        border-left-color: #061423; }
    .block-menu__link__text--6 {
      background-color: #31425c; }
      .block-menu__link__text--6 > span {
        top: 50%; }

.tag-list--color-red .tag-list__tags__tag {
  background: #b53c2a; }
  .tag-list__tags {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none; }
    .tag-list__tags__tag {
      display: inline-block;
      padding: 5px 10px;
      color: white;
      font-size: 0.8rem;
      text-transform: uppercase;
      background: #15253f; }
    .tag-list__tags__tag a {
      color: white; }

.meta-list__title {
  font-weight: bold; }
  .meta-list__value {
    margin: 0 0 1rem 0; }

.post-meta__date {
  color: #999;
  display: block;
  margin-bottom: 0.5rem; }

.login {
  margin-top: 40px;
  margin-bottom: 40px; }
  .login .card {
    margin-bottom: 20px; }
  .login .form-control {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%; }

.teaser-container {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #a8a8a8; }
  @media (min-width: 480px) {
  .teaser-container {
    margin: 0 0 65px 0;
    padding: 0 0 70px 0; } }

.teaser-container h2 {
  text-align: center;
  text-transform: uppercase; }

.teaser-item {
  margin: 0 0 30px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out; }
  .teaser-item:hover {
    opacity: 0.85; }
  @media (min-width: 850px) {
  .teaser-item {
    margin: 0; } }

.teaser-item a, .teaser-item a:hover, .teaser-item a:focus {
  text-decoration: none; }

.teaser-item-content-container {
  position: relative;
  padding-bottom: 97.8%;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%); }

.teaser-item-content {
  position: absolute;
  width: 100%;
  padding: 0 9.4%;
  left: 0;
  bottom: 7.3%; }

.teaser-item-content h3 {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
  color: #fff; }
  @media (min-width: 480px) {
  .teaser-item-content h3 {
    margin: 0 0 10px 0;
    font-size: 2.2rem; } }

.teaser-item-content p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem; }
  @media (min-width: 480px) {
  .teaser-item-content p {
    font-size: 1rem; } }

.button-container {
  margin: 0;
  text-align: center; }
  @media (min-width: 480px) {
  .button-container {
    margin: 35px 0 0 0; } }

.filter-navigation {
  margin-bottom: 20px; }

.filter-navigation .btn.btn--blue, .filter-navigation .login .btn, .login .filter-navigation .btn {
  display: block;
  min-height: 55px;
  margin: 0 0 5px 0; }
  @media (min-width: 480px) {
  .filter-navigation .btn.btn--blue, .filter-navigation .login .btn, .login .filter-navigation .btn {
    margin: 0 0 30px 0;
    min-height: 70px; } }

[data-toggle-items='true'] [data-toggle-item] {
  display: none; }
  [data-toggle-items='true'].active [data-toggle-item] {
    display: block; }
  [data-toggle-items='true'] [data-toggle-item]:first-of-type {
    display: block; }
  [data-toggle-items='true'] [data-toggle-items='trigger'] .btn.btn--blue, [data-toggle-items='true'] [data-toggle-items='trigger'] .login .btn, .login [data-toggle-items='true'] [data-toggle-items='trigger'] .btn {
    width: 100%; }
  @media (min-width: 767px) {
  [data-toggle-items='true'] [data-toggle-item] {
    display: block; }
    [data-toggle-items='true'] [data-toggle-items='trigger'] {
      display: none; } }

[data-toggle-items='false'] [data-toggle-items='trigger'] {
  display: none; }

[data-toggle-items].single-filter-item [data-toggle-item] {
  display: none; }

.filter-navigation-panel {
  display: none;
  text-align: center; }
  .filter-navigation-panel--active, .filter-navigation-panel.tab-panel-active {
    display: block; }
  .filter-navigation-panel__list {
    list-style-type: none;
    margin-top: 30px; }
    .filter-navigation-panel__list:before, .filter-navigation-panel__list:after {
      content: '';
      display: table; }
    .filter-navigation-panel__list:after {
      clear: both; }
    @media (min-width: 480px) {
  .filter-navigation-panel__list {
    margin-top: 0; } }
    .filter-navigation-panel__list__item {
      padding: 20px 20px;
      border-top: 1px solid #eee; }
    .filter-navigation-panel__list__card {
      margin-bottom: 2rem; }
    @media (max-width: 479px) {
    .filter-navigation-panel__list__card {
      width: 100%; } }
    .filter-navigation-panel__list__card h3 {
      text-align: center;
      font-size: 1.15rem;
      font-weight: bold;
      color: #458; }
      @media (min-width: 480px) {
    .filter-navigation-panel__list__card h3 {
      font-size: 1.5rem; } }
      .filter-navigation-panel__list__card h3 small {
        font-weight: 300;
        font-size: 0.875rem; }
        @media (min-width: 480px) {
    .filter-navigation-panel__list__card h3 small {
      font-size: 1rem; } }
    .filter-navigation-panel__list__card img {
      width: 100%;
      display: block;
      margin-bottom: 0.75rem;
      opacity: 1;
      -webkit-transition: opacity 0.4s ease-in-out;
      -moz-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out; }
      @media (min-width: 480px) {
    .filter-navigation-panel__list__card img {
      margin-bottom: 1rem; } }
    .filter-navigation-panel__list__card:hover img {
      opacity: 0.85; }

.person-teaser-container {
  text-align: center; }

.person-items {
  display: inline-block;
  list-style-type: none; }

.person-item {
  float: left;
  margin: 0 30px 30px 0; }

.person-item a, .person-item a:hover {
  text-decoration: none; }

.person-image {
  width: 255px;
  height: 275px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.person-item:hover .person-image {
  opacity: 0.8; }

.person-teaser-data {
  text-align: center; }

.person-teaser-name {
  font-size: 1.25rem;
  margin: 12px 0 0 0;
  color: #000; }

.person-teaser-title {
  font-size: 0.75rem;
  margin: 0;
  color: #000; }

.post h1 {
  margin-bottom: 1rem; }
  .post .default-post-header {
    padding-bottom: 1rem; }

.post-content-frontpage {
  position: relative;
  padding: 40px 0 10px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #a8a8a8;
  z-index: 5; }
  @media (min-width: 480px) {
  .post-content-frontpage {
    padding: 40px 25px 25px 25px;
    margin: 0 0 70px 0; } }

.post-archive .teaser-container {
  border-bottom: none;
  margin: 0; }

.post-archive-items {
  padding: 0; }
  @media (min-width: 480px) {
  .post-archive-items {
    padding: 0 0 50px 0; } }

.post-archive-item {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #a8a8a8;
  text-decoration: none; }
  .post-archive-item:hover {
    border-bottom: 1px solid transparent; }
    .post-archive-item:hover h3 {
      color: #902424;
      border-bottom: 1px solid #902424; }
  .post-archive-item:last-of-type, .post-archive-item:last-of-type:hover {
    border-bottom: 1px solid #a8a8a8; }
  .post-archive-item time, .post-archive-item h3 {
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.1;
    color: #31425c; }
  .post-archive-item time {
    display: inline-block;
    font-weight: bold; }
  .post-archive-item h3 {
    display: block;
    margin: 1px 0 0 0;
    font-weight: normal;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 480px) {
  .post-archive-item h3 {
    display: inline-block;
    margin: 0 0 0 50px; } }
  @media (min-width: 480px) {
  .post-archive-item {
    padding: 30px 0; } }

.journal .default-post-header {
  text-align: left; }
  .journal__title {
    margin-bottom: 0; }
    .journal__title small {
      font-size: 1rem;
      font-weight: normal; }
  .journal__sub-title {
    font-weight: normal;
    margin-bottom: 10px; }
  .journal__content {
    margin-bottom: 40px;
    color: #4d4d4d; }
  .journal__price {
    margin-bottom: 40px;
    font-weight: bold; }
  .journal__order-from {
    margin-bottom: 40px; }
    .journal__order-from__title {
      display: block;
      font-weight: bold; }
  .journal__most-recent {
    font-weight: bold; }

.volume .default-post-header {
  text-align: left; }
  .volume__title {
    margin-bottom: 0; }
    .volume__title small {
      font-size: 1rem;
      font-weight: normal; }
  .volume__sub-title {
    font-weight: normal;
    margin-bottom: 10px; }
  .volume__content {
    margin-bottom: 40px;
    color: #4d4d4d; }
  .volume__meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-style: italic; }
    .volume__meta__item:last-child {
      margin-bottom: 40px; }
  .volume__price {
    margin-bottom: 40px;
    font-weight: bold; }
  .volume__order-from {
    margin-bottom: 40px; }
    .volume__order-from__title {
      display: block;
      font-weight: bold; }

.calendar__location, .calendar__date {
  color: #999; }
  .calendar--event h1 {
    margin-bottom: 1rem; }
    .calendar--event .default-post-header {
      padding-bottom: 1rem; }
  .calendar__filters {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  .calendar .calendar__events {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .calendar .calendar__events:before, .calendar .calendar__events:after {
      content: '';
      display: table; }
    .calendar .calendar__events:after {
      clear: both; }
    .calendar .calendar__events__event {
      margin: 0;
      padding: 0; }
  .calendar--event .calendar__tags {
    margin-bottom: 55px;
    text-align: center; }

.grants__tags {
  text-align: center;
  margin-top: 1rem; }
  .grants__grants {
    list-style-type: none; }
    .grants__grants__grant {
      border-top: 1px solid #ccc;
      padding: 10px 0px; }
