@charset "UTF-8";
/*! 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.
 */
/* line 8, sass/_normalize.scss */
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).
 */
/* line 18, sass/_normalize.scss */
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.
 */
/* line 31, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, sass/_normalize.scss */
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+.
 */
/* line 92, sass/_normalize.scss */
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).
 */
/* line 102, sass/_normalize.scss */
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.
 */
/* line 115, sass/_normalize.scss */
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.
 */
/* line 125, sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, sass/_normalize.scss */
small {
  font-size: 80%;
}

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

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

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

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

/**
 * Hide the overflow in IE.
 */
/* line 210, sass/_normalize.scss */
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.
 */
/* line 222, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, sass/_normalize.scss */
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.
 */
/* line 257, sass/_normalize.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, sass/_normalize.scss */
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.
 */
/* line 288, sass/_normalize.scss */
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.
 */
/* line 299, sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, sass/_normalize.scss */
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.
 */
/* line 322, sass/_normalize.scss */
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).
 */
/* line 333, sass/_normalize.scss */
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.
 */
/* line 346, sass/_normalize.scss */
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.
 */
/* line 359, sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, sass/_normalize.scss */
[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.
 */
/* line 388, sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, sass/_normalize.scss */
[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.
 */
/* line 406, sass/_normalize.scss */
::-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.
 */
/* line 416, sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

@media screen {
  /* @group ----- Generic HTML Elements ----- */
  /* line 3, sass/_screen.scss */
  * {
    box-sizing: border-box;
  }

  /* line 7, sass/_screen.scss */
  html {
    font-family: "Assistant", sans-serif;
    font-size: 3vmin;
    line-height: 4.5vmin;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }

  /* line 16, sass/_screen.scss */
  h1, h2, h3, h4, h5, h6 {
    font-family: "Archivo Black", sans-serif;
    font-weight: normal;
  }

  /* line 21, sass/_screen.scss */
  h1 {
    font-size: 5.25vmin;
    line-height: 7vmin;
    margin: 0 0 24px;
  }

  /* line 27, sass/_screen.scss */
  h2 {
    font-size: 4.5vmin;
    line-height: 9vmin;
    margin: 24px 0;
  }

  /* line 33, sass/_screen.scss */
  h3 {
    font-size: 3.75vmin;
    line-height: 4.5vmin;
    margin: 24px 0;
  }

  /* line 39, sass/_screen.scss */
  h4 {
    margin: 24px 0;
  }

  /* line 43, sass/_screen.scss */
  a {
    text-decoration: none;
    color: #000;
  }

  /* line 48, sass/_screen.scss */
  p a,
  span a {
    background-color: yellow;
  }

  /* line 53, sass/_screen.scss */
  p,
  ul {
    margin: 24px 0;
  }

  /* @group ----- Form Elements ----- */
  /* line 60, sass/_screen.scss */
  fieldset {
    border: 0;
    padding: 0;
  }

  /* line 65, sass/_screen.scss */
  input,
  textarea,
  button,
  select {
    font-family: "Assistant", sans-serif;
    font-size: 3vmin;
    line-height: 1;
    margin: 0;
    border-radius: 0;
  }

  /* line 76, sass/_screen.scss */
  select {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 6px 30px 6px 12px;
    font-family: "Assistant", sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff url("../img/select-arrow.svg") right 12px center no-repeat;
    background-size: 1.5vmin;
  }

  /* line 87, sass/_screen.scss */
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="url"],
  input[type="number"],
  input[type="date"],
  input[type="datetime-local"],
  textarea {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px;
    border-radius: 0;
  }

  /* line 103, sass/_screen.scss */
  .button,
  button,
  input[type="submit"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 6px 12px;
    background-color: yellow;
    border: 3px solid #000;
    font-family: "Archivo Black", sans-serif;
    cursor: pointer;
  }

  /* line 114, sass/_screen.scss */
  [type="submit"] {
    margin: 24px 0;
  }

  /* line 118, sass/_screen.scss */
  input[type="radio"],
  input[type="checkbox"] {
    margin-right: 6px;
  }

  /* line 124, sass/_screen.scss */
  form .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
  }

  /* line 130, sass/_screen.scss */
  form .field label,
  form .field .label {
    font-family: "Archivo Black", sans-serif;
    vertical-align: top;
    padding-top: 6px;
  }

  /* line 137, sass/_screen.scss */
  form .field .explanation {
    margin-bottom: 6px;
  }

  /* line 141, sass/_screen.scss */
  form .field .two.columns,
  form .field > label,
  form .field > .label {
    width: 33.33333%;
    padding-right: 12px;
  }

  /* line 148, sass/_screen.scss */
  form .field .five.columns,
  form .field > .inputs {
    width: 66.66667%;
    padding-left: 12px;
  }

  /* line 154, sass/_screen.scss */
  form .field > input[type="checkbox"] + label {
    width: auto;
    margin: 0 0 0 6px;
  }

  /* @end */
  /* @group ----- Tables ----- */
  /* line 163, sass/_screen.scss */
  table {
    margin: 48px 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
  }

  /* line 170, sass/_screen.scss */
  th:not(:empty) {
    background-color: #000;
    color: #ccc;
    text-align: left;
  }

  /* line 176, sass/_screen.scss */
  td,
  th {
    padding: 6px 12px;
  }

  /* line 181, sass/_screen.scss */
  td {
    background-color: #f7f7f7;
  }

  /* @end */
  /* @end */
  /* @group ----- Navigation ----- */
  /* line 191, sass/_screen.scss */
  nav ul {
    list-style: none;
    padding-left: 0;
  }

  /* line 196, sass/_screen.scss */
  nav li {
    list-style-type: none;
    display: inline-block;
  }

  /* line 201, sass/_screen.scss */
  .secondary-nav ul {
    margin: 0 0 24px;
  }

  /* line 205, sass/_screen.scss */
  .secondary-nav li {
    display: inline-block;
  }

  /* line 209, sass/_screen.scss */
  .secondary-nav li a {
    background-color: yellow;
    font-family: "Archivo Black", sans-serif;
    color: #000;
    padding: 6px 12px;
    font-size: 2.25vmin;
  }

  /* line 217, sass/_screen.scss */
  .pagination {
    font-size: 2.25vmin;
    font-family: "Archivo Black", sans-serif;
    margin: 0 0 24px;
  }

  /* line 223, sass/_screen.scss */
  .pagination input[type="text"] {
    border: 2px solid #000;
    width: 48px;
    text-align: center;
    height: 30px;
    font-family: "Archivo Black", sans-serif;
    font-size: 13.5px;
  }

  /* line 232, sass/_screen.scss */
  .pagination a {
    background-color: yellow;
    font-family: "Archivo Black", sans-serif;
    color: #000;
    padding: 6px 12px;
  }

  /* line 239, sass/_screen.scss */
  .pagination_previous a:before {
    content: "";
    font-family: "FontAwesome";
    margin: 0 6px;
  }

  /* line 245, sass/_screen.scss */
  .pagination_next a:before {
    content: "";
    font-family: "FontAwesome";
    margin: 0 6px;
  }

  /* line 251, sass/_screen.scss */
  .item-pagination {
    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: space-between;
    font-family: "Archivo Black", sans-serif;
    font-size: 2.25vmin;
  }

  /* line 259, sass/_screen.scss */
  .item-pagination a {
    background-color: yellow;
    padding: 6px 12px;
  }

  /* @end */
  /* @group ----- Header ----- */
  /* line 268, sass/_screen.scss */
  #wrap {
    position: relative;
  }

  /* line 272, sass/_screen.scss */
  #skipnav {
    display: none;
  }

  /* line 276, sass/_screen.scss */
  #site-title {
    font-family: "Archivo Black", sans-serif;
    margin-right: auto;
    padding: 0;
  }
  /* line 281, sass/_screen.scss */
  #site-title img {
    max-height: 48px;
    width: auto;
    vertical-align: bottom;
  }

  /* line 288, sass/_screen.scss */
  header {
    background-color: #000;
    vertical-align: top;
    padding: 12px 48px;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 299, sass/_screen.scss */
  header > * {
    vertical-align: top;
  }

  /* line 303, sass/_screen.scss */
  header a {
    color: #fff;
  }

  /* line 307, sass/_screen.scss */
  #top-nav .menu-toggle,
  .search-toggle {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    border: 0;
  }

  /* line 315, sass/_screen.scss */
  #top-nav .menu-toggle:before {
    content: "";
    font-family: "FontAwesome";
  }

  /* line 320, sass/_screen.scss */
  .search-toggle:before {
    content: "";
    font-family: "FontAwesome";
  }

  /* line 325, sass/_screen.scss */
  #search-form,
  #top-nav > ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    margin: 0;
    padding: 48px;
    text-align: left;
    height: calc(100vh - 48px);
    color: #fff;
    vertical-align: top;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  /* line 342, sass/_screen.scss */
  #top-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 348, sass/_screen.scss */
  #search-form.closed,
  #top-nav.closed > ul {
    display: none;
  }

  /* line 353, sass/_screen.scss */
  #top-nav li {
    list-style-type: none;
  }

  /* line 357, sass/_screen.scss */
  #top-nav > ul > li {
    font-family: "Archivo Black", sans-serif;
    padding-bottom: 24px;
    width: 30%;
  }

  /* line 363, sass/_screen.scss */
  #top-nav > ul > li > a {
    color: yellow;
  }

  /* line 367, sass/_screen.scss */
  #top-nav > ul > li li {
    font-family: "Assistant", sans-serif;
  }
  /* line 370, sass/_screen.scss */
  #top-nav > ul > li li:not(:last-of-type) {
    margin-bottom: 12px;
  }

  /* line 375, sass/_screen.scss */
  #top-nav ul ul {
    padding-left: 0;
    margin: 12px 0 0;
  }

  /* line 380, sass/_screen.scss */
  #top-nav ul ul ul li {
    font-size: 2.25vmin;
    line-height: 3.375vmin;
  }
  /* line 384, sass/_screen.scss */
  #top-nav ul ul ul li:before {
    content: "\2014";
    margin-right: 6px;
  }

  /* line 390, sass/_screen.scss */
  #search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20vh;
  }

  /* line 398, sass/_screen.scss */
  #search-form input[type="text"] {
    border: 0;
    border-bottom: 3px solid #fff;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    width: 50%;
    margin-right: 12px;
    font-size: 6vmin;
    height: 9vmin;
    padding: 0;
  }

  /* line 411, sass/_screen.scss */
  ::-webkit-input-placeholder {
    font-style: italic;
  }
  ::-moz-placeholder {
    font-style: italic;
  }
  :-ms-input-placeholder {
    font-style: italic;
  }
  ::placeholder {
    font-style: italic;
  }

  /* line 415, sass/_screen.scss */
  #search-form button[type="submit"] {
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 6vmin;
    height: 9vmin;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0;
    line-height: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  /* line 430, sass/_screen.scss */
  #advanced-form {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 435, sass/_screen.scss */
  #advanced-form fieldset,
  #advanced-form p:last-child {
    margin: 0 24px;
  }

  /* line 440, sass/_screen.scss */
  #header-image {
    width: 100%;
    margin: 0;
    display: block;
  }

  /* line 446, sass/_screen.scss */
  #header-image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* @end */
  /* @group ----- Home ----- */
  /* line 456, sass/_screen.scss */
  div#featured {
    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: space-between;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* line 465, sass/_screen.scss */
  #featured .record:first-child {
    height: 60vh;
  }

  /* line 469, sass/_screen.scss */
  #featured .record:first-child,
  #featured.layout-2 .record:nth-child(2),
  #featured .record:nth-child(6n),
  #featured .record:nth-child(6n+1) {
    width: 100%;
  }

  /* line 476, sass/_screen.scss */
  #featured .record {
    margin-bottom: 24px;
    color: #fff;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #e7e7e7;
    z-index: 0;
    padding: 24px;
    min-height: 30vh;
    width: calc(50% - 12px);
  }

  /* line 492, sass/_screen.scss */
  #featured .record a {
    color: yellow;
  }

  /* line 496, sass/_screen.scss */
  #featured .featured-meta {
    padding: 0 24px;
    max-width: 75%;
  }

  /* line 501, sass/_screen.scss */
  #featured .featured-meta > * {
    padding: 12px;
    margin: 0;
    background-color: #000;
    display: inline-block;
  }

  /* line 508, sass/_screen.scss */
  #featured .featured-meta h3 {
    background-color: yellow;
  }

  /* line 512, sass/_screen.scss */
  #featured .featured-meta h3 a {
    color: #000;
  }

  /* line 516, sass/_screen.scss */
  #featured .record img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: -1;
    opacity: .4;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }

  /* line 528, sass/_screen.scss */
  #featured .record:hover img {
    opacity: 1;
  }

  /* line 532, sass/_screen.scss */
  #intro {
    background-color: yellow;
    margin: -24px -48px 48px -48px;
    padding: 48px;
  }

  /* line 538, sass/_screen.scss */
  #featured + #intro {
    margin-top: 48px;
  }

  /* @end */
  /* @group ----- Footer ----- */
  /* line 546, sass/_screen.scss */
  footer {
    padding: 0 48px 24px;
    clear: both;
  }

  /* @end */
  /* @group ----- Browse ----- */
  /* line 555, sass/_screen.scss */
  .browse #content {
    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: space-between;
  }

  /* line 561, sass/_screen.scss */
  .browse h1 {
    width: 100%;
  }

  /* line 565, sass/_screen.scss */
  #sort-links {
    font-family: "Archivo Black", sans-serif;
    font-size: 2.25vmin;
  }

  /* line 570, sass/_screen.scss */
  #sort-links ul {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin: 0 0 24px;
  }

  /* line 577, sass/_screen.scss */
  #sort-links li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
  }

  /* line 583, sass/_screen.scss */
  #sort-links a {
    background-color: yellow;
    font-family: "Archivo Black", sans-serif;
    color: #000;
    padding: 6px 12px;
  }

  /* line 590, sass/_screen.scss */
  #sort-links .asc a:after {
    content: "";
    font-family: "FontAwesome";
    margin-left: 6px;
  }

  /* line 596, sass/_screen.scss */
  #sort-links .desc a:after {
    content: "";
    font-family: "FontAwesome";
    margin-left: 6px;
  }

  /* line 602, sass/_screen.scss */
  .records {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 100%;
    margin: 24px 0 0;
  }

  /* line 611, sass/_screen.scss */
  .records h2 {
    width: 100%;
  }

  /* line 615, sass/_screen.scss */
  .records .hentry {
    font-size: 2.25vmin;
    line-height: 2.75vmin;
    width: calc(25% - 45px);
    margin: 0 45px 48px 0;
  }
  /* line 621, sass/_screen.scss */
  .records .hentry:nth-child(4n) {
    margin-right: 0;
  }

  /* line 626, sass/_screen.scss */
  .records .hentry img {
    width: 100%;
    height: auto;
  }

  /* line 631, sass/_screen.scss */
  .records .hentry h4 {
    margin: 0;
  }

  /* line 635, sass/_screen.scss */
  .records .hentry .date {
    display: block;
  }

  /* line 639, sass/_screen.scss */
  .browse #outputs {
    width: 100%;
    font-size: 2.25vmin;
  }

  /* line 644, sass/_screen.scss */
  .browse .outputs-label:after {
    content: ": ";
  }

  /* line 648, sass/_screen.scss */
  .browse #outputs p {
    display: inline-block;
  }

  /* line 652, sass/_screen.scss */
  .collection.hentry h2 {
    font-size: 2.75vmin;
    line-height: 3.5vmin;
    margin: 1.5vmin 0 0;
  }

  /* @end */
  /* @group ----- Show ----- */
  /* line 662, sass/_screen.scss */
  .chocolat-overlay {
    background-color: #000;
  }

  /* line 666, sass/_screen.scss */
  #itemfiles:not(.chocolat-in-fullscreen) .chocolat-close {
    display: none;
  }

  /* line 670, sass/_screen.scss */
  #itemfiles-nav {
    margin: 12px 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  /* line 677, sass/_screen.scss */
  #itemfiles-nav a {
    height: 72px;
    display: inline-block;
    margin: 0 6px 6px 0;
  }

  /* line 683, sass/_screen.scss */
  #itemfiles-nav img {
    height: 100%;
  }

  /* line 687, sass/_screen.scss */
  .element {
    margin-bottom: 24px;
    vertical-align: top;
    overflow: hidden;
  }

  /* line 693, sass/_screen.scss */
  .element h3 {
    font-size: 3vmin;
    width: 25%;
    margin: 0;
    display: block;
    text-align: right;
    float: left;
    word-break: break-word;
  }

  /* line 703, sass/_screen.scss */
  .element-text {
    display: block;
    width: calc(75% - 24px);
    height: auto;
    text-align: left;
    float: right;
  }

  /* line 711, sass/_screen.scss */
  .element-text:not(:first-of-type) {
    margin-top: 12px;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 11px;
  }

  /* line 716, sass/_screen.scss */
  .element-text > p:first-child {
    margin-top: 0;
  }

  /* line 720, sass/_screen.scss */
  .element-text > p:last-child {
    margin-bottom: 0;
  }

  /* line 724, sass/_screen.scss */
  .element-text a {
    background-color: yellow;
  }

  /* line 728, sass/_screen.scss */
  .show #output-format-list {
    margin: 0;
  }

  /* @end */
  /* @group ----- Advanced Item Search ----- */
  /* line 736, sass/_screen.scss */
  .search-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
  }

  /* line 742, sass/_screen.scss */
  .search-entry:first-child .advanced-search-joiner {
    display: none;
  }

  /* line 746, sass/_screen.scss */
  .search-entry:not(:first-child) {
    margin-top: 12px;
  }

  /* line 750, sass/_screen.scss */
  .search-entry:only-child > select,
  .search-entry:only-child > input[type="text"] {
    width: 33%;
  }

  /* line 755, sass/_screen.scss */
  .search-entry > select,
  .search-entry > input[type="text"] {
    width: calc((100% - 66px) / 3);
  }

  /* line 760, sass/_screen.scss */
  button.remove_search {
    text-indent: -9999px;
    width: 48px;
    position: relative;
    background-color: #000;
    color: #fff;
  }

  /* line 768, sass/_screen.scss */
  button.remove_search:after {
    content: "";
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 6px;
  }

  /* line 781, sass/_screen.scss */
  button.add_search {
    margin-left: calc(33.33333% + 12px);
    font-size: 2.25vmin;
  }

  /* line 786, sass/_screen.scss */
  #search-filters,
  #item-filters {
    border-color: #000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: -1px;
    border-top-width: 3px;
    border-top-style: solid;
    padding-top: 9px;
    width: 100%;
    margin-bottom: 24px;
  }

  /* line 795, sass/_screen.scss */
  #search-filters ul,
  #item-filters ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 2.25vmin;
  }

  /* line 803, sass/_screen.scss */
  #search-filters li,
  #item-filters li {
    display: inline-block;
    font-family: "Archivo Black", sans-serif;
    margin-bottom: 12px;
  }
  /* line 809, sass/_screen.scss */
  #search-filters li:not(:last-of-type):after,
  #item-filters li:not(:last-of-type):after {
    content: "\2022";
    display: inline-block;
    margin: 0 12px;
  }

  /* @end */
  /* @group ----- Site-wide Search ----- */
  /* line 820, sass/_screen.scss */
  #search-filters li ul {
    display: inline-block;
  }

  /* line 824, sass/_screen.scss */
  #search-filters li li {
    text-transform: lowercase;
    margin-bottom: 0;
  }
  /* line 828, sass/_screen.scss */
  #search-filters li li:not(:last-child):after {
    content: ", ";
    margin: 0 3px 0 0;
  }

  /* line 834, sass/_screen.scss */
  #search-results img {
    height: 72px;
    vertical-align: top;
    margin-right: 12px;
  }

  /* line 840, sass/_screen.scss */
  #search-results td > * {
    display: inline-block;
    vertical-align: middle;
  }

  /* @end */
  /* @group ----- Exhibits ----- */
  /* line 849, sass/_screen.scss */
  #exhibit-blocks {
    margin: 0;
  }

  /* line 853, sass/_screen.scss */
  .exhibit-block {
    overflow: hidden;
  }

  /* line 857, sass/_screen.scss */
  .exhibit-block p:only-of-type {
    margin: 0;
  }

  /* line 861, sass/_screen.scss */
  .exhibit-block p:first-of-type {
    margin-top: 0;
  }

  /* line 865, sass/_screen.scss */
  .exhibit-block p:last-of-type {
    margin-bottom: 0;
  }

  /* line 869, sass/_screen.scss */
  #exhibit-pages {
    font-size: 1.8375vmin;
    line-height: 2.75625vmin;
    width: 20%;
    float: left;
    margin: 0 0 24px;
  }

  /* line 877, sass/_screen.scss */
  #exhibit-pages ~ * {
    width: 80%;
    float: right;
    padding-left: 24px;
  }

  /* line 883, sass/_screen.scss */
  #exhibit-pages ~ *:last-child {
    margin-bottom: 24px;
  }

  /* line 887, sass/_screen.scss */
  #exhibit-pages h4 {
    background-color: #000;
    margin: 0;
    padding: 12px;
  }
  /* line 892, sass/_screen.scss */
  #exhibit-pages h4 a {
    color: #fff;
  }

  /* line 897, sass/_screen.scss */
  #exhibit-pages ul {
    margin: 0;
    font-family: "Archivo Black", sans-serif;
  }

  /* line 902, sass/_screen.scss */
  #exhibit-pages > ul > li:not(:last-child) {
    border-bottom: 2px solid #000;
  }
  /* line 905, sass/_screen.scss */
  #exhibit-pages > ul > li:not(:last-child) > a {
    padding: calc(6px - 1px) 12px;
  }

  /* line 910, sass/_screen.scss */
  #exhibit-pages li,
  #exhibit-pages a {
    display: block;
    width: 100%;
    position: relative;
  }

  /* line 917, sass/_screen.scss */
  #exhibit-pages li > a {
    padding: 6px 12px;
  }

  /* line 921, sass/_screen.scss */
  #exhibit-pages li.current > a:before,
  #exhibit-pages li.parent.collapsed > a:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
  }

  /* line 930, sass/_screen.scss */
  #exhibit-pages > ul > li > ul {
    margin-bottom: 3px;
  }

  /* line 934, sass/_screen.scss */
  #exhibit-pages ul ul > li > a {
    padding: 3px 12px 3px 24px;
  }

  /* line 938, sass/_screen.scss */
  #exhibit-pages ul ul ul > li > a {
    padding: 3px 12px 3px 42px;
  }

  /* line 942, sass/_screen.scss */
  #exhibit-pages .has-children {
    padding-right: 24px;
  }

  /* line 946, sass/_screen.scss */
  #exhibit-pages .subpages-toggle {
    border: 0;
    display: block;
    float: right;
    position: relative;
    z-index: 1;
    background: transparent;
    margin-top: -29px;
    padding: 6px;
  }
  /* line 956, sass/_screen.scss */
  #exhibit-pages .subpages-toggle.expanded:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  /* line 961, sass/_screen.scss */
  #exhibit-pages li li .subpages-toggle {
    margin-top: -26px;
  }

  /* line 965, sass/_screen.scss */
  #exhibit-pages .subpages-toggle:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 1.8375vmin;
    line-height: 2.75625vmin;
    display: block;
  }

  /* line 973, sass/_screen.scss */
  #exhibit-pages .collapsed + ul {
    display: none;
  }

  /* line 977, sass/_screen.scss */
  #exhibit-pages ul li.current ul li,
  #exhibit-pages ul li.parent ul li {
    display: block;
  }

  /* line 982, sass/_screen.scss */
  #exhibit-page-navigation {
    background-color: #000;
    color: #ccc;
    padding: 24px;
    margin-top: 48px;
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 993, sass/_screen.scss */
  #exhibit-nav-up {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }

  /* line 998, sass/_screen.scss */
  #exhibit-nav-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  /* line 1002, sass/_screen.scss */
  #exhibit-nav-next + #exhibit-nav-up:nth-child(2) {
    margin-left: 33%;
  }

  /* line 1006, sass/_screen.scss */
  #exhibit-page-navigation a {
    padding: 6px;
    background-color: yellow;
    display: inline-block;
  }

  /* @end */
  /* @group ----- Containers ----- */
  /* line 1016, sass/_screen.scss */
  body.search-open,
  body.menu-open {
    position: fixed;
    left: 0;
    right: 0;
  }

  /* line 1023, sass/_screen.scss */
  #content {
    padding: 24px 48px 0;
  }

  /* line 1027, sass/_screen.scss */
  #primary {
    width: 100%;
  }

  /* @end */
  /* @group ----- Plugins ----- */
  /* line 1035, sass/_screen.scss */
  #geolocation-browse {
    width: 100%;
  }

  /* @end */
}
@media screen and (max-width: 640px) {
  /* @group ----- Generic HTML Elements ----- */
  /* line 3, sass/_mobile.scss */
  html {
    font-size: 4.5vmin;
    line-height: 6.75vmin;
  }

  /* line 8, sass/_mobile.scss */
  h1 {
    font-size: 6.75vmin;
    line-height: 9vmin;
    margin: 0 0 24px;
  }

  /* line 14, sass/_mobile.scss */
  h2 {
    font-size: 6vmin;
    line-height: 9vmin;
    margin: 24px 0;
  }

  /* line 20, sass/_mobile.scss */
  h3 {
    font-size: 5.25vmin;
    line-height: 6.75vmin;
    margin: 24px 0;
  }

  /* line 26, sass/_mobile.scss */
  h4 {
    margin: 24px 0;
    font-size: 4.5vmin;
    line-height: 6.75vmin;
  }

  /* @group ----- Form elements ----- */
  /* line 34, sass/_mobile.scss */
  input,
  textarea,
  button,
  select {
    font-size: 4.5vmin;
    line-height: 6.75vmin;
    margin: 0;
  }

  /* line 43, sass/_mobile.scss */
  form .field {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  /* line 47, sass/_mobile.scss */
  form .field .two.columns,
  form .field > label,
  form .field > .label {
    width: 100%;
    padding-right: 0;
    margin-bottom: 6px;
  }

  /* line 55, sass/_mobile.scss */
  form .field .five.columns,
  form .field > .inputs {
    width: 100%;
    padding-left: 0;
  }

  /* @end */
  /* @end */
  /* @group ----- Containers ----- */
  /* line 67, sass/_mobile.scss */
  #content {
    padding: 24px 24px 0;
  }

  /* @end */
  /* @group ----- Navigation ----- */
  /* line 75, sass/_mobile.scss */
  .secondary-nav li a,
  .pagination,
  .pagination input[type="text"],
  .item-pagination {
    font-size: 3vmin;
  }

  /* @end */
  /* @group ----- Header ----- */
  /* line 87, sass/_mobile.scss */
  header {
    padding: 12px 24px;
  }

  /* line 91, sass/_mobile.scss */
  header h1 {
    margin-bottom: 0;
  }

  /* line 95, sass/_mobile.scss */
  #top-nav > ul {
    display: block;
    overflow: scroll;
    padding-bottom: 96px;
  }

  /* line 101, sass/_mobile.scss */
  #top-nav ul ul ul li {
    font-size: 3vmin;
    line-height: 4.5vmin;
  }

  /* line 106, sass/_mobile.scss */
  #top-nav > ul > li {
    width: 100%;
  }

  /* @end */
  /* @group ----- Footer ----- */
  /* line 114, sass/_mobile.scss */
  footer {
    padding: 0 24px 24px;
  }

  /* @end */
  /* @group ----- Home ----- */
  /* line 122, sass/_mobile.scss */
  div#featured {
    font-weight: normal;
  }

  /* line 126, sass/_mobile.scss */
  #featured .record {
    min-height: 0;
    width: 100% !important;
  }

  /* line 131, sass/_mobile.scss */
  #featured .featured-meta {
    padding: 0;
    max-width: 100%;
  }

  /* @end */
  /* @group ----- Browse ----- */
  /* line 140, sass/_mobile.scss */
  .browse #outputs,
  #sort-links {
    font-size: 3vmin;
  }

  /* line 145, sass/_mobile.scss */
  .records .hentry {
    font-size: 4.5vmin;
    line-height: 6.75vmin;
    width: calc(50% - 45px);
  }

  /* line 151, sass/_mobile.scss */
  .collection.hentry h2 {
    font-size: 3.5vmin;
    line-height: 4.75vmin;
  }

  /* @end */
  /* @group ----- Show ----- */
  /* line 160, sass/_mobile.scss */
  .element h3,
  .element-text {
    font-size: 4.5vmin;
    width: 100%;
    text-align: left;
  }

  /* line 167, sass/_mobile.scss */
  .element-text:not(:first-of-type) {
    margin-top: 6px;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 5px;
  }

  /* @end */
  /* @group ----- Advanced Item Search ----- */
  /* line 176, sass/_mobile.scss */
  button.add_search {
    margin-left: 0;
    font-size: 4.5vmin;
  }

  /* @end */
  /* @group ----- Exhibits ----- */
  /* line 185, sass/_mobile.scss */
  #exhibit-pages {
    font-size: 4.5vmin;
    line-height: 6.75vmin;
    width: 100%;
    float: none;
    margin: 0 0 24px;
  }

  /* line 193, sass/_mobile.scss */
  #exhibit-pages .subpages-toggle:before {
    font-size: 4.5vmin;
    line-height: 6.75vmin;
    margin-top: -9px;
    padding-right: 3px;
  }

  /* line 200, sass/_mobile.scss */
  #exhibit-pages ~ * {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  /* @end */
}
