@charset "UTF-8";
/*
Theme Name: RRCHNM
Theme URI: http://rrchnm.org
Author: Roy Rosenzweig Center of History and New Media
Author URI: http://rrchnm.org
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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"] {
  -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 */
}

/* Test output */
@media screen {
  /* @group ----- 01. Global/Reusable elements ----- */
  * {
    box-sizing: border-box;
  }

  html {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #656565;
  }

  body {
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    position: absolute;
    overflow-x: hidden;
    padding-top: 5.25em;
  }
  body.small {
    padding-top: 3em;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  #content,
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
  }
  #content:after,
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }

  #intro {
    padding: 1.5em 0;
    text-shadow: 0 0 20px #fff;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  #intro:before {
    content: "";
    background-size: cover;
    background-position: top center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .25;
    background-color: #000;
  }

  #intro .container > * {
    position: relative;
    z-index: 1;
  }

  .alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
    clear: left;
  }

  .alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
    clear: right;
  }

  .person .avatar {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 0.75em;
    background-size: cover;
    background-position: center center;
  }

  .person .avatar img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    vertical-align: top;
    max-width: none;
  }

  thead tr {
    background-color: rgba(0, 0, 0, 0.08);
    text-align: left;
  }

  table {
    margin: 1.5em 0;
  }

  table caption {
    margin-bottom: 0.75em;
    font-weight: bold;
  }

  th,
  td {
    padding: 0.375em;
  }

  tbody tr:nth-of-type(2n) {
    background-color: rgba(128, 128, 128, 0.08);
  }

  /* @end */
  /* @group ----- 02. Text elements ----- */
  a {
    color: #b3252d;
    text-decoration: none;
  }

  h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 0 -0.1875em;
    color: #3673A2;
    background-color: #fff;
    padding: 0.1875em;
    display: inline-block;
    text-shadow: none;
  }

  h2 {
    font-size: 28px;
    line-height: 48px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 1.33333em;
  }

  p,
  ul {
    margin: 1.5em 0;
  }

  hr {
    height: 0;
    margin: 1.5em 0;
    border: 0;
    width: 100%;
    clear: both;
  }

  blockquote {
    background-color: rgba(0, 0, 0, 0.08);
    margin: 1.5em 0;
    padding: 1.5em;
    position: relative;
    clear: both;
  }
  blockquote:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 48px;
    position: absolute;
    color: #ccc;
    top: 0;
    left: -0.125em;
  }
  blockquote:after {
    content: "";
    font-family: "FontAwesome";
    font-size: 48px;
    color: #ccc;
    position: absolute;
    bottom: 0;
    right: -0.125em;
  }

  .wp-caption-text,
  caption {
    font-size: 14px;
    margin: 0 0 1.71429em;
  }

  .preface {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
  }

  /* @end */
  /* @group ----- 03. Form elements ----- */
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="date"],
  textarea {
    border-color: gray;
    border-width: 0.0625em;
    border-style: solid;
    padding: 0.3125em;
    font-size: 16px;
    line-height: 24px;
  }

  .button,
  button,
  input[type="submit"] {
    background-color: #b3252d;
    padding: 0.375em 0.75em;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
  }
  .button.big,
  button.big,
  input[type="submit"].big {
    font-size: 24px;
    padding: 0.5em;
  }

  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.375em 2.25em 0.375em 0.375em;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #fff url("img/select-arrow.svg") no-repeat;
    background-position: right 6px center;
    background-size: 8px;
  }

  /* @end */
  /* @group ----- 04. Navigation ----- */
  nav ul {
    padding-left: 0;
    list-style-type: none;
  }

  #content nav.side {
    background-color: #b3252d;
    color: #fff;
    padding: 1.5em;
    margin-top: 1.5em;
  }

  #content nav.side h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
  }

  #content nav.side a {
    color: #f8dfe0;
  }

  #content nav.side ul {
    margin-bottom: 0;
  }

  #content nav.side > ul > li {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-bottom: 1.2em;
    font-weight: 300;
  }
  #content nav.side > ul > li:last-of-type {
    margin-bottom: 0;
  }

  #content nav.side ul.children {
    margin-top: 0;
  }

  #content nav.side ul.children li:before {
    content: "— ";
  }

  #content nav.side h4 {
    margin-bottom: 0;
  }

  #content nav.side h4 + p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
  }

  #content nav.side > ul > li ul {
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
  }

  #content nav.side .active > a,
  #content nav.side .current_page_item > a {
    font-weight: bold;
    color: #fff;
  }

  /* @end */
  /* @group ----- 05. Header ----- */
  #skipnav {
    background-color: #fff;
    opacity: 0;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.08);
    height: 1px;
    overflow: hidden;
    display: block;
    text-align: center;
    width: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #skipnav:focus {
    margin: -1.5em 0 1.5em;
    padding: 0.75em;
    z-index: 30000;
    opacity: 1;
    height: auto;
  }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
    background-color: #fff;
    z-index: 9999;
  }
  header:after {
    content: " ";
    display: block;
    clear: both;
  }

  .header:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: -1px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .small header {
    height: 3em;
    padding: 0.75em 1.5em;
  }

  .search-open header {
    height: 9em;
    overflow: hidden;
  }

  .small.search-open header {
    height: 6em;
  }

  .logo {
    height: 2.25em;
    width: calc(100% - 6em);
    background: url("img/hashtag-logo.png") no-repeat;
    background-size: contain;
    background-position: bottom;
  }

  .small .logo {
    height: 1.5em;
  }

  .logo a {
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    text-align: left;
    display: block;
  }

  nav#global .mobile-toggle {
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    height: 2.25em;
    width: 2.25em;
    border: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 36px;
    background-color: #fff;
  }

  nav#global .mobile-toggle-icon:before {
    content: "";
    font-family: "FontAwesome";
    color: #b3252d;
    display: block;
    text-align: center;
  }

  .open nav#global .mobile-toggle-icon:before {
    content: "";
  }

  .small nav#global .mobile-toggle,
  .small .search-toggle {
    top: 0.375em;
  }

  .open nav#global .mobile-toggle {
    content: "";
    position: fixed;
    z-index: 20000;
  }

  nav#global a {
    font-weight: 700;
  }

  nav#global ul {
    margin: 1.5em 0 0;
    list-style-type: none;
    position: fixed;
    top: 0;
    left: -75%;
    right: 100%;
    bottom: 0;
    background-color: white;
    padding: 1.5em;
    margin: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  nav#global li:not(:last-child) {
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: 0.3125em;
    margin-bottom: 0.375em;
  }

  nav#global ul.open {
    right: 0;
    left: 0;
    top: 4.5em;
    z-index: 1000;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .small nav#global ul.open {
    top: 3em;
  }

  .search-open nav#global ul.open {
    top: 7.5em;
  }

  .search-toggle {
    background-color: transparent;
    color: #b3252d;
    margin-left: 1.5em;
    position: absolute;
    top: 1.5em;
    padding: 0;
    right: 4.5em;
    border: 1px solid rgba(0, 0, 0, 0.08);
    height: 2.25em;
    width: 2.25em;
  }

  .search-toggle-icon:after {
    content: "";
    font-family: "FontAwesome";
    line-height: 24px;
  }

  #searchform {
    background-color: #fff;
    padding: 0.75em 0;
  }

  #searchform > div {
    display: flex;
    width: 100%;
  }

  #s {
    width: 100%;
  }

  #searchform.closed {
    display: none;
  }

  #searchform .screen-reader-text {
    width: 0;
    overflow: hidden;
    display: inline-block;
    height: 0;
  }

  /* @end */
  /* @group ----- 06. Footer ----- */
  footer {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
  }

  footer nav {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 0.75em 1.5em;
  }

  footer .menu-footer-container,
  footer nav a,
  footer nav ul,
  footer nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  footer .container > * {
    display: block;
    margin-bottom: 1.5em;
  }

  footer .menu-footer-container {
    margin: 0.75em 0 0;
  }

  footer nav ul {
    padding: 0.375em 0;
  }

  footer nav a,
  footer nav li {
    margin-right: 1.5em;
  }

  footer img {
    max-height: 4.5em;
    width: auto;
    vertical-align: top;
  }

  footer .logo {
    margin-bottom: 0.375em;
  }

  footer #description {
    width: 100%;
    font-style: italic;
    text-align: center;
    color: #3673A2;
  }

  /* @end */
  /* @group ----- 07. Home ----- */
  .home #intro {
    position: relative;
    text-align: center;
  }
  .home #intro:before {
    /* background:url('img/intro-bg.jpg') top center no-repeat;
    background-size: cover; */
    background: #fff;
    opacity: 1;
  }
  .home #intro .button {
    text-shadow: none;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0.25em 0.5em;
  }
  .home #intro > p {
    font-size: 20px;
    line-height: 36px;
  }
  .home #intro h1 {
    color: #656565;
  }

  .home #intro .container > * {
    display: inline;
  }

  .home #intro .container > p {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    margin: 0 auto;
  }

  .home #intro .container > a {
    background-color: #b3252d;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 16px;
    padding: 0.375em 0.75em;
    display: table;
    margin-top: 12px;
  }

  #features {
    padding: 1.5em;
    text-align: center;
    position: relative;
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: -0.0625em;
  }

  #features p {
    margin: 0;
    padding: 2.4em 1.2em;
    border: 3px solid rgba(0, 0, 0, 0.08);
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
  }

  #features .center-name {
    text-transform: uppercase;
    color: #3673A2;
  }

  .hub-link {
    width: 100%;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1em;
    font-weight: 300;
    text-align: center;
  }
  .hub-link:after {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 0.25em;
  }

  .feature {
    padding: 0 1.5em 4.5em;
    margin: 0;
    position: relative;
  }

  .news.feature {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }

  .event.feature,
  .projects.feature {
    background-color: #f9f9f9;
  }

  .feature .avatar {
    width: 3em;
    height: 3em;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin: 0 0.75em 0 0;
    background-size: cover;
    background-position: center;
  }

  .feature h2 {
    font-family: "Oswald", sans-serif;
    color: #3673A2;
    width: 100%;
    font-weight: 300;
    position: relative;
    font-size: 24px;
    text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
    z-index: 1;
    text-align: center;
  }
  .feature h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: -1;
  }

  .feature h3 {
    text-align: center;
  }

  .feature .byline {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.5em;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .feature.projects .attachment-post-thumbnail,
  .feature.event .attachment-post-thumbnail {
    display: block;
    width: 100%;
    height: auto;
  }

  .feature.news .attachment-post-thumbnail {
    float: left;
    margin: 0 0.75em 0.75em 0;
    max-width: 50%;
    height: auto;
  }

  .feature .button {
    display: block;
    text-align: center;
    background-color: transparent;
    border: 3px solid #b3252d;
    color: #b3252d;
    font-weight: bold;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    right: 1.5em;
  }

  #support {
    background: url("img/support-bg.png") no-repeat center;
    background-size: cover;
    padding: 1.5em;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  #support .container {
    padding: 1.5em 1.5em 0;
    border: 3px solid #fff;
    overflow: hidden;
  }

  #support p {
    margin-top: 0;
  }

  #support .button {
    text-transform: uppercase;
    margin-bottom: 1.5em;
  }

  .home .anniversary {
    display: inline-block;
    color: #faaf40;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 60px;
  }

  #anniversary-row h2 {
    margin-top: 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    color: #3673A2;
  }

  .home .container > #anniversary-row {
    display: flex;
    flex-wrap: wrap;
    margin: 3em 0 0;
  }
  .home .container > #anniversary-row > a {
    color: #656565;
    background-color: #fff;
    padding: 2.25em;
    position: relative;
    z-index: 0;
  }
  .home .container > #anniversary-row > a:before {
    content: "";
    position: absolute;
    top: 0.75em;
    bottom: 0.75em;
    left: 0.75em;
    right: 0.75em;
    box-shadow: 0 0 0 3px #3673A2 inset;
    opacity: .7;
    z-index: -1;
  }
  .home .container > #anniversary-row > a:after {
    content: "";
    position: absolute;
    top: 0.75em;
    bottom: 0.75em;
    left: 0.75em;
    right: 0.75em;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 80%);
    z-index: -1;
  }
  .home .container > #anniversary-row > a p {
    margin-bottom: 0;
    text-align: left;
  }
  .home .container > #anniversary-row .story {
    background: url("img/roy.png") #fff no-repeat;
    background-size: contain;
  }
  .home .container > #anniversary-row .people {
    background: url("img/staff.jpeg") #fff no-repeat;
    background-size: contain;
  }
  .home .container > #anniversary-row .projects {
    background: url("img/projects.png") #fff no-repeat;
    background-size: contain;
  }
  .home .container > #anniversary-row > a:not(:last-child) {
    margin: 0 5% 0 0;
  }

  /* @end */
  /* @group ----- 08. Who We Are ----- */
  #staff {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #staff h3 {
    font-family: "Oswald", sans-serif;
    color: #3673A2;
    width: 100%;
    font-weight: 300;
    position: relative;
    font-size: 24px;
    text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
    z-index: 1;
  }
  #staff h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: -1;
  }
  #staff h3:after {
    content: "";
    display: inline-block;
    height: 24px;
    width: .5em;
    background-color: #fff;
  }

  #staff .person {
    width: 45%;
    text-align: center;
    margin-bottom: 3em;
    padding: 0 0.625%;
    overflow: hidden;
  }

  .position {
    display: block;
  }

  /* @group ----- 08a. Author page ----- */
  .author .avatar {
    width: 50%;
    height: auto;
    border-radius: 100%;
    margin: auto;
    display: block;
  }

  .author h1 {
    text-align: center;
    display: block;
    padding: 0;
  }

  #staff-meta {
    margin-bottom: 1.5em;
  }

  #staff-meta .description.field {
    border-color: rgba(0, 0, 0, 0.08);
    border-top-width: 0.0625em;
    border-top-style: solid;
    padding-top: 1.4375em;
    margin-top: 1.5em;
    text-align: left;
  }

  #staff-meta .field {
    display: block;
    text-align: center;
  }

  #staff-projects {
    clear: both;
  }

  #staff-projects img {
    width: 100%;
  }

  /* @end */
  /* @end */
  /* @group ----- 09. What We Do ----- */
  .page-template-project #intro:before {
    background-position: center;
  }

  #projects .section h3 {
    font-family: "Oswald", sans-serif;
    width: 100%;
    color: #3673A2;
    font-weight: 300;
    position: relative;
    font-size: 24px;
    text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
    z-index: 1;
  }
  #projects .section h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.08);
    z-index: -1;
  }
  #projects .section h3:after {
    content: "";
    display: inline-block;
    height: 24px;
    width: .5em;
    background-color: #fff;
  }

  .project .thumbnail {
    display: block;
    height: 6em;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.08);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-indent: -9999px;
  }

  .project {
    margin: 0 0 2.25em;
  }

  .project .project-title {
    margin: 0.75em 0;
    font-weight: bold;
    display: block;
  }

  /* @group ----- 09a. Project ----- */
  #project-meta {
    padding: 1.5em 0.75em 1.5em 0;
  }

  #project-meta .meta-field {
    margin-bottom: 1.5em;
  }

  #project-meta h3 {
    margin-bottom: 0.66667em;
  }

  #project-meta .post-categories {
    padding-left: 0;
    list-style: none;
    margin: 0.75em 0 2.25em;
  }

  #project-meta .post-categories li {
    list-style-type: none;
    margin-bottom: 0.75em;
  }

  #project-meta .post-categories li a {
    background-color: #3673A2;
    color: #fff;
    display: inline-block;
    padding: 0.375em;
  }

  #project-contributors {
    margin-bottom: 1.5em;
  }

  #project-contributors .avatar {
    width: 3em;
    height: 3em;
    padding-bottom: 0;
    position: relative;
    margin: 0 0.75em 0 0;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
  }

  #project-contributors .person a {
    display: flex;
    margin-bottom: 0.375em;
    align-content: center;
    align-items: center;
  }

  #project-contributors .avatar {
    display: block;
  }

  #project-contributors .person .name {
    width: 85%;
  }

  #project-website {
    word-break: break-word;
  }

  /* @end */
  /* @end */
  /* @group ----- 10. Work With Us ----- */
  .collab-type .entity {
    display: block;
    font-weight: bold;
  }

  .collab-type .project {
    font-style: italic;
  }

  form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .wpcf7-form .field-group {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .wpcf7-form .first-name.field-group,
  .wpcf7-form .last-name.field-group {
    width: 49%;
  }

  .wpcf7-form .field-group input[type="text"],
  .wpcf7-form .field-group input[type="email"],
  .wpcf7-form .field-group textarea {
    width: 100%;
    margin-bottom: 0.375em;
  }

  .wpcf7-form .field-group textarea {
    margin-top: 0.375em;
  }

  .wpcf7-form-control-wrap.inquiry {
    display: inline-block;
  }

  .wpcf7-form label {
    font-weight: bold;
  }

  .wpcf7-list-item label {
    font-weight: normal;
  }

  .inquiry fieldset {
    border: 0;
    padding: 0;
    margin: 1.5em 0;
  }

  .inquiry legend {
    float: left;
    font-weight: bold;
    margin: 0;
  }

  .inquiry p {
    display: inline-block;
    margin: 0;
  }

  .inquiry input {
    display: inline-block;
    margin-right: 0.375em;
  }

  .grecaptcha-badge {
    visibility: hidden;
  }

  /* @end */
  /* @group ----- 11. Our Story ----- */
  .page-template-about #intro {
    background-position: top;
  }

  .page-template-about .preface {
    background-color: rgba(0, 0, 0, 0.08);
    padding: 1.5em;
  }

  .page-template-about .preface h2 {
    margin: 0;
  }

  #about-nav ul {
    margin: 0;
  }

  #menu-about-us .current_page_item {
    font-weight: bold;
  }

  #menu-about-us > li {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
  }
  #menu-about-us > li > a {
    padding: 0.3em;
    width: 100%;
    display: inline-block;
    height: 1.8em;
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom-width: 0.1em;
    border-bottom-style: solid;
    padding-bottom: 0.2em;
  }

  #menu-about-us > li > ul {
    margin: 0;
  }

  #menu-about-us li li {
    font-family: "Open Sans", sans-serif;
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    padding: 0.375em;
  }

  #menu-about-us li li:not(:last-of-type) {
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: 0.3125em;
  }

  #menu-about-us .menu-item-object-custom a:after {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 0.375em;
  }

  /* @end */
  /* @group ----- 12. News ----- */
  .post-meta {
    font-family: "Oswald", sans-serif;
    color: #676767;
    font-weight: 300;
  }

  .post-meta .name {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
  }

  .post-meta .date {
    background-color: rgba(0, 0, 0, 0.08);
    margin-bottom: 0.75em;
    padding: 0.375em;
  }

  .post article {
    margin-bottom: 3em;
  }

  .post-meta .avatar {
    display: inline-block;
    width: 50%;
    padding-bottom: 50%;
    margin-bottom: 0.375em;
  }

  #blog-meta {
    padding: 0 0.375em;
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: 0.6875em;
    margin-bottom: 1.5em;
    text-align: right;
    overflow: hidden;
  }

  #blog-meta label {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #3673A2;
    margin-right: 0.375em;
  }

  #blog-meta h1 {
    float: left;
    font-size: 28px;
    line-height: 24px;
  }

  /* @end */
  /* @group ----- 13. Essay ----- */
  .page-template-labs-php #intro,
  .post-type-archive-essay #intro,
  .single-essay #intro {
    background-color: #3673A2;
    height: auto;
    min-height: 0;
    padding: 1.5em 0.625%;
    text-align: center;
  }

  .page-template-labs-php #intro h1,
  .post-type-archive-essay #intro h1,
  .single-essay #intro h1 {
    background-color: transparent;
    color: #fff;
  }

  .single-essay #intro h1:after {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 100%;
    display: block;
    margin: 0.75em 0;
  }

  .single-essay #intro .container {
    position: relative;
    transform: none;
    left: 0;
  }

  .single-essay #intro span {
    color: #fff;
    text-shadow: none;
    margin: 0;
    display: block;
  }

  .single-essay #intro .essay-author {
    font-size: 20px;
    margin-bottom: 0.3em;
  }

  .single-essay .publication-note {
    border-color: rgba(0, 0, 0, 0.08);
    border-width: 0.0625em;
    border-style: solid;
    padding: 1.4375em;
  }

  .post-type-archive-essay #content nav > ul {
    margin-top: 0;
  }

  .post-type-archive-essay #content nav > ul > li {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-transform: none;
  }

  /* @end */
  /* @group ----- 14. Search Results ----- */
  .post-meta .post-type {
    background-color: rgba(0, 0, 0, 0.08);
    margin-bottom: 0.75em;
    padding: 0.375em;
  }

  .post-meta .post-type {
    display: block;
    font-size: 24px;
    line-height: 48px;
    background-color: rgba(0, 0, 0, 0.08);
    margin-bottom: 0.5em;
    padding: 0 0.25em;
    text-transform: capitalize;
  }

  /* @end */
  /* @group ----- 15. The Hub ----- */
  .the-hub#intro {
    background-color: #3673A2;
    height: auto;
    min-height: 0;
    padding: 1.5em 0.625%;
    text-align: center;
  }

  .the-hub#intro h1 {
    background-color: transparent;
    color: #fff;
  }

  .the-hub#intro .container {
    position: relative;
    transform: none;
    left: 0;
  }

  /* @end */
  /* @group ----- 16. Events ----- */
  .category .post h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 0 -0.1875em;
  }

  .category-events h2,
  .post-type-archive-event h2,
  .tag-rrchnm-at h2,
  .tag-at-rrchnm h2 {
    background-color: #eee;
    padding: 0.75em;
    font-size: 18px;
    line-height: 24px;
  }

  a.tag,
  .back-link {
    display: inline-block;
    padding: 0.375em;
  }

  .back-link {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .at-rrchnm {
    background-color: #b3252d;
    color: #fff;
  }

  .rrchnm-at {
    background-color: #3673A2;
    color: #fff;
  }

  /* @end */
}
@media screen and (min-width: 640px) {
  /* @group ----- 01. Container Elements ----- */
  body {
    position: relative;
    padding-top: 0;
  }
  body.open {
    left: auto;
    right: 0;
  }
  body.open:after {
    content: none;
  }
  body.small {
    padding-top: 0;
  }

  /* @end */
  /* @group ----- 02. Text Elements ----- */
  #intro h1 {
    font-size: 48px;
    line-height: 72px;
  }

  /* @end */
  /* @group ----- 04. Navigation ----- */
  #content nav {
    width: 25%;
    float: left;
    margin-right: 0.625%;
  }

  /* @end */
  /* @group ----- 05. Header ----- */
  header {
    text-align: right;
    position: relative;
  }

  .open header {
    left: auto;
    right: auto;
  }
  .open header:after {
    content: none;
  }

  .small header {
    height: auto;
    position: relative;
  }

  .logo,
  .small .logo {
    float: left;
    height: 2.25em;
    width: 12.375em;
  }

  nav#global {
    display: inline-block;
    height: 2.25em;
    vertical-align: bottom;
    text-align: right;
  }
  nav#global ul {
    background-color: transparent;
  }
  nav#global li:last-child a {
    background-color: #b3252d;
    color: #fff;
    padding: 0.375em 0.75em;
  }

  nav#global .mobile-toggle {
    display: none;
  }

  #search {
    display: inline-block;
  }

  #searchform {
    position: absolute;
    right: 0.75em;
    z-index: 1;
    top: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-width: 0 1px 1px 1px;
    padding: 0 0.375em 0.375em 0.375em;
  }

  .search-open header {
    height: auto;
    overflow: visible;
  }

  .search-toggle {
    display: inline-block;
    position: static;
    border: 0;
    height: auto;
    width: auto;
  }

  nav#global ul {
    position: relative;
    margin: 0;
    display: block !important;
    padding: 0;
    left: auto;
    right: auto;
    border-right: 0;
  }

  nav#global li {
    display: inline-block;
    margin: 0.75em 0 0 0.75em;
  }
  nav#global li:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
  }

  /* @end */
  /* @group ----- 06. Footer ----- */
  footer nav {
    width: 100%;
  }

  footer nav img {
    max-height: 2.25em;
  }

  footer .menu-footer-container {
    margin-top: 0;
  }

  footer .neh {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    max-width: 60%;
  }

  footer img {
    max-width: none;
  }

  footer .license {
    width: 50%;
    padding: 0 0.625%;
  }

  footer .container {
    display: flex;
    align-items: center;
    padding-bottom: 3em;
    justify-content: space-between;
  }

  footer .container > a {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
  }

  footer .neh > p {
    display: inline-block;
    margin: 0 0 0 1.5em;
    font-size: 14px;
    vertical-align: top;
    max-height: 3em;
    max-width: 60%;
  }

  footer .container > a:nth-child(3) {
    margin-right: 1.5em;
  }

  footer .container img {
    max-height: 5.25em;
    max-width: 100%;
    height: auto;
  }

  footer .container img[alt="Creative Commons License"] {
    height: auto;
  }

  /* @end */
  /* @group ----- 07. Home ----- */
  .home #intro {
    padding: 0 1.5em;
  }

  .home #intro .container > p {
    font-size: 48px;
    line-height: 72px;
  }

  .home #intro .container > a {
    font-size: 32px;
    padding: 0.375em;
  }

  #features {
    overflow: hidden;
    padding: 0.6em 0;
    font-size: 16px;
    width: 100%;
  }

  .feature {
    width: 33.33333%;
    float: left;
  }

  #features a {
    font-size: 40px;
    line-height: 48px;
    display: block;
  }

  .feature:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 0;
  }

  #keep-up {
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
  }

  .home .container > #anniversary-row {
    flex-wrap: nowrap;
  }

  .home .container > #anniversary-row > a {
    width: 33.33333%;
  }

  #support {
    font-size: 24px;
    line-height: 48px;
  }
  #support .button {
    font-size: 24px;
    line-height: 48px;
  }

  /* @end */
  /* @group ----- 08. Who We Are ----- */
  #staff {
    width: calc(75% - 1.5em);
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1.5em 0;
  }

  #staff h3 {
    width: 100%;
  }

  #staff .person {
    width: 20%;
    padding-right: 1.5em;
  }

  #staff .person img {
    float: none;
    margin: 0 0 0.375em;
  }

  /* @end */
  /* @group ----- 09. What We Do ----- */
  #projects {
    float: right;
    margin: 1.5rem 0;
  }

  #projects .section {
    margin-bottom: 3em;
    border-color: rgba(0, 0, 0, 0.08);
    border-bottom-width: 0.0625em;
    border-bottom-style: solid;
    padding-bottom: -0.0625em;
  }

  #projects .section,
  #labs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #projects,
  #labs {
    width: calc(75% - 0.625%);
    margin: 3em 0;
  }
  #projects > *:first-child,
  #labs > *:first-child {
    margin-top: 0;
  }

  #projects .project {
    width: 33.33333%;
    padding: 0 0.625%;
  }

  #projects .project:nth-of-type(3n+1) {
    padding-left: 0;
  }

  #projects .project:nth-of-type(3n) {
    padding-right: 0;
  }

  .project img {
    max-width: 100%;
  }

  /* @group ----- 09a. Project ----- */
  .page-template-project #intro + .container {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }

  #project-meta {
    width: 22.22222%;
  }

  #project-description {
    width: 55.55556%;
  }

  /* @end */
  /* @end */
  /* @group ----- 10. Who We Work With ----- */
  .collaborations {
    overflow: hidden;
  }

  .collab-type {
    width: 50%;
    padding: 1.5em;
    float: left;
  }
  .collab-type:first-of-type {
    padding-left: 0;
  }
  .collab-type:last-of-type {
    padding-right: 0;
  }

  .collab-type:last-of-type:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }

  /* @group ----- 10a. Author page ----- */
  .author h1 {
    text-align: left;
  }

  .author .avatar {
    width: 15%;
    float: left;
    margin: 0 1.5em 1.5em 0;
  }

  #staff-meta {
    overflow: hidden;
    width: calc(85% - 1.5em);
    float: right;
  }

  #staff-meta .field {
    text-align: left;
    display: block;
  }

  #staff-meta .description.field {
    border-top-width: 0em;
    border-top-style: solid;
    padding-top: 0em;
  }

  #staff-projects {
    clear: both;
    display: flex;
    flex-wrap: wrap;
  }

  #staff-projects h2 {
    width: 100%;
  }

  #staff-projects .project {
    width: 24%;
    margin-right: 1%;
  }

  #staff-projects .project img {
    width: 100%;
  }

  /* @end */
  /* @end */
  /* @group ----- 11. Our Story ----- */
  .page-template-about #intro + .container {
    display: flex;
  }

  #about-nav {
    width: 25%;
    padding-right: 0.625%;
    margin-right: 0.625%;
  }

  #about-nav + section {
    width: 75%;
    margin-top: 1.5em;
  }

  #about-nav + section > *:first-child {
    margin-top: 0;
  }

  .supporters {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .supporters .name {
    display: block;
    width: 33.33%;
  }

  /* @end */
  /* @group ----- 12. News ----- */
  .post {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
  }

  .post h1 {
    padding: 0;
  }

  .post-meta {
    width: 25%;
    padding: 0 3.125% 0 0.625%;
    text-align: right;
  }

  .post-meta .date {
    display: block;
    font-size: 24px;
    line-height: 48px;
    background-color: rgba(0, 0, 0, 0.08);
    margin-bottom: 0.5em;
    padding: 0 0.25em;
  }

  .post-meta > img {
    height: auto;
  }

  .post article {
    width: 75%;
    padding: 0 0.625%;
  }

  .post + .pagination {
    width: 75%;
    margin-left: 25%;
    padding: 0 0.625%;
  }

  .post + .pagination .page-numbers {
    padding: 0.375em;
    min-width: 2.25em;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.08);
  }

  .post + .pagination a.page-numbers {
    color: #b3252d;
    border: 0;
  }

  /* @end */
  /* @group ----- 13. Essays ----- */
  .single-essay #intro + .container {
    padding: 1.5em 20%;
  }

  .essays {
    width: calc(75% - 0.625%);
    padding: 1.5em 0 1.5em 0.625%;
    float: right;
  }

  /* @end */
  /* @group ----- 14. Search Results ----- */
  .search-results .post {
    margin-bottom: 3em;
  }

  /* @end */
}
