@charset "UTF-8";
/*
Theme Name: Utile
Author: Other Means
Author URI: https://othermeans.us
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
██   ██ ████████ ███    ███ ██
██   ██    ██    ████  ████ ██
███████    ██    ██ ████ ██ ██
██   ██    ██    ██  ██  ██ ██
██   ██    ██    ██      ██ ███████
*/
#grid {
  position: fixed;
  pointer-events: none;
  z-index: 2001;
  margin: 0 1.23%;
  display: none;
  width: 100%; }
  #grid .col {
    width: 7%;
    background: red;
    opacity: .25;
    height: 100vh;
    float: left;
    margin-right: 1.23%;
    font-size: 0; }
    #grid .col:last-of-type {
      margin-right: 0; }

body, html {
  margin: 0;
  background: white;
  font-family: 'StanleyRegular', 'Times', 'Times New Roman', serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  height: 100%;
  background-color: white; }
  body i, body em, html i, html em {
    font-family: 'StanleyItalic', 'Times', 'Times New Roman', serif;
    font-style: normal;
    font-weight: normal; }
  body ::-moz-selection, html ::-moz-selection {
    color: white;
    background-color: #ff6220; }
  body ::selection, html ::selection {
    color: white;
    background-color: #ff6220; }

h1, h2, h3 {
  font-weight: normal; }

h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #68331e;
  margin: 1rem 0 1rem 0; }

a {
  color: #ff6220;
  text-decoration: none;
  border: 0;
  transition: opacity .35s, background .35s, color .35s, fill .35s;
  -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
  -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
  a:hover {
    color: #68331e; }

img {
  border: 0; }

figcaption, .wp-caption-text {
  font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  margin-top: .5rem;
  font-weight: bold; }
  figcaption i, figcaption em, .wp-caption-text i, .wp-caption-text em {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    font-weight: normal; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

/*
███████ ██   ██  ██████ ███████ ██████  ██████  ████████ ███████
██       ██ ██  ██      ██      ██   ██ ██   ██    ██    ██
█████     ███   ██      █████   ██████  ██████     ██    ███████
██       ██ ██  ██      ██      ██   ██ ██         ██         ██
███████ ██   ██  ██████ ███████ ██   ██ ██         ██    ███████
*/
.title, .categories {
  display: block;
  margin-top: .5rem;
  float: left;
  font-size: 1rem;
  line-height: 1.25; }

.categories {
  font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
  text-align: right;
  color: #ff6220;
  width: 34%; }
  .categories i, .categories em {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    font-weight: normal; }
  .categories a {
    color: #ff6220; }
    .categories a:hover {
      color: #68331e; }

a.title {
  color: black;
  width: 66%; }
  a.title:hover {
    color: #ff6220; }

a.thumb:hover + a.title {
  color: #ff6220; }

/*
██████   █████   ██████  ███████
██   ██ ██   ██ ██       ██
██████  ███████ ██   ███ █████
██      ██   ██ ██    ██ ██
██      ██   ██  ██████  ███████
*/
#page {
  font-size: 1rem;
  min-height: 100%; }

/*
██   ██ ███████  █████  ██████  ███████ ██████
██   ██ ██      ██   ██ ██   ██ ██      ██   ██
███████ █████   ███████ ██   ██ █████   ██████
██   ██ ██      ██   ██ ██   ██ ██      ██   ██
██   ██ ███████ ██   ██ ██████  ███████ ██   ██
*/
header {
  position: fixed;
  z-index: 3;
  top: 0;
  font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
  width: 100vw;
  background: white;
  transition: all .35s;
  -webkit-transition: all .35s;
  -moz-transition: all .35s; }
  header i, header em {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    font-weight: normal; }
  header.layer {
    box-shadow: 0px 5px 10px rgba(104, 51, 30, 0.2);
    -moz-box-shadow: 0px 5px 10px rgba(104, 51, 30, 0.2);
    -webkit-box-shadow: 0px 5px 10px rgba(104, 51, 30, 0.2); }
  header p {
    margin: 0; }
  header .mobile-menu {
    display: none; }
  header nav#main {
    float: left;
    font-size: 1.5rem;
    line-height: 1.25;
    line-height: 1.2;
    margin-top: calc(1.23% - 4px);
    margin-left: 1.23%;
    padding-bottom: .9rem;
    width: calc(7% * 4 + 1.23% * 3); }
    header nav#main ul#main-menu li.expanded > a, header nav#main ul#main-menu li.current-menu-ancestor > a {
      color: #68331e; }
    header nav#main ul#main-menu li.current-menu-item a {
      color: #68331e; }
    header nav#main ul#main-menu > li > ul.sub-menu {
      text-indent: -1rem;
      padding-left: 2rem;
      transition: max-height 1s; }
    header nav#main ul#main-menu ul.sub-menu {
      display: none;
      max-height: 0; }
      header nav#main ul#main-menu ul.sub-menu.show {
        display: block;
        max-height: 300px;
        opacity: 0;
        transition: opacity .35s, background .35s, color .35s, fill .35s;
        -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
        -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
        header nav#main ul#main-menu ul.sub-menu.show.fade {
          opacity: 1; }
        header nav#main ul#main-menu ul.sub-menu.show li a {
          color: #ff6220; }
          header nav#main ul#main-menu ul.sub-menu.show li a:hover {
            color: #68331e; }
    header nav#main .search {
      display: inline-block;
      color: #ff6220;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      header nav#main .search .glass {
        margin-top: -.25rem;
        margin-right: -.4rem;
        display: inline-table; }
      header nav#main .search .glass svg {
        max-width: 1.6rem;
        height: 1.6rem;
        transition: fill .35s;
        -webkit-transition: fill .35s;
        -moz-transition: fill .35s;
        fill: #ff6220;
        transform: translateY(0.25rem) translateX(-0.1rem); }
      header nav#main .search:hover {
        cursor: pointer;
        color: #68331e; }
        header nav#main .search:hover .glass svg {
          fill: #68331e; }
  header nav#sub {
    float: left;
    font-size: 1rem;
    line-height: 1.25;
    padding-left: 0;
    position: relative;
    margin-left: -7vw;
    top: 0;
    margin-top: 1.23%;
    opacity: 1;
    padding-bottom: 1rem; }
    header nav#sub.hide {
      opacity: 0; }
    header nav#sub .thumbnail {
      position: absolute;
      top: 0;
      margin-left: 2.46vw;
      left: calc(7vw * 2);
      width: calc(7vw + 2.46vw);
      opacity: 0;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      header nav#sub .thumbnail.hide {
        display: none; }
      header nav#sub .thumbnail.show {
        opacity: 1; }
      header nav#sub .thumbnail img {
        width: 100%;
        height: auto; }
    header nav#sub li.active > a {
      color: #68331e; }
      header nav#sub li.active > a::after {
        content: "\00d7";
        color: #ff6220;
        padding-left: .5em;
        transition: opacity .35s, background .35s, color .35s, fill .35s;
        -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
        -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      header nav#sub li.active > a:hover::after {
        color: #68331e; }
    header nav#sub li.active.parent > a::after {
      content: ""; }
    header nav#sub li.expanded a {
      color: #68331e; }
    header nav#sub ul.sub-sub {
      padding-left: 1.23vw;
      display: none; }
      header nav#sub ul.sub-sub a {
        color: #ff6220; }
        header nav#sub ul.sub-sub a:hover {
          color: #68331e; }
      header nav#sub ul.sub-sub.show {
        display: table;
        opacity: 0;
        transition: opacity .35s, background .35s, color .35s, fill .35s;
        -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
        -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
        header nav#sub ul.sub-sub.show.fade {
          opacity: 1; }
  header .contact {
    position: absolute;
    top: 1.23vw;
    right: 1.23%;
    color: #68331e;
    width: calc(7% * 2 + 1.23%);
    font-size: 1rem;
    line-height: 1.25; }
    header .contact a {
      color: #68331e; }
      header .contact a:hover {
        color: #ff6220; }

/* header */
.logo.tooltip {
  position: fixed;
  z-index: 3;
  margin-left: 2.46%;
  left: calc(7% * 7 + 1.23% * 6);
  top: 5rem;
  text-align: center;
  color: #68331e;
  width: 7%; }
  .logo.tooltip svg {
    left: 0;
    fill: #68331e;
    position: absolute;
    transition: opacity .35s, background .35s, color .35s, fill .35s;
    -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
    -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
    .logo.tooltip svg:hover {
      fill: #ff6220; }

.tooltip span {
  pointer-events: none;
  font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  transition: opacity .35s, background .35s, color .35s, fill .35s;
  -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
  -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
  padding: .5rem 1rem .5rem 1rem;
  margin: 1rem;
  width: auto;
  border-radius: 5px;
  display: block;
  float: left;
  background: #ffefe8;
  color: #68331e;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  width: 10.5vw; }
  .tooltip span i, .tooltip span em {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    font-weight: normal; }
  .tooltip span p {
    margin: 0;
    text-align: left; }
  .tooltip span.show {
    opacity: 1; }

/*
 ██████  ██████  ███    ██ ████████ ███████ ███    ██ ████████
██      ██    ██ ████   ██    ██    ██      ████   ██    ██
██      ██    ██ ██ ██  ██    ██    █████   ██ ██  ██    ██
██      ██    ██ ██  ██ ██    ██    ██      ██  ██ ██    ██
 ██████  ██████  ██   ████    ██    ███████ ██   ████    ██
*/
.category-resources {
  background-color: #ffefe8; }
  .category-resources .tooltip span {
    background-color: white; }
  .category-resources #page {
    background-color: #ffefe8; }
  .category-resources header {
    background: #ffefe8; }
  .category-resources #content {
    margin-top: 0;
    padding-top: 16rem;
    z-index: 1; }
  .category-resources header {
    z-index: 2; }
  .category-resources footer {
    background-color: #ffefe8; }

#content {
  display: inline-block;
  margin: 16rem 0 0 0;
  width: 100%;
   /*
█▀▀█ █▀▀█ █▀▀▀ █▀▀
█░░█ █▄▄█ █░▀█ █▀▀
█▀▀▀ ▀░░▀ ▀▀▀▀ ▀▀▀
  */
  /*
  ██     ██  ██████  ██████  ██   ██
  ██     ██ ██    ██ ██   ██ ██  ██
  ██  █  ██ ██    ██ ██████  █████
  ██ ███ ██ ██    ██ ██   ██ ██  ██
   ███ ███   ██████  ██   ██ ██   ██
  */
  /*
  ███    ██ ███████ ██     ██ ███████
  ████   ██ ██      ██     ██ ██
  ██ ██  ██ █████   ██  █  ██ ███████
  ██  ██ ██ ██      ██ ███ ██      ██
  ██   ████ ███████  ███ ███  ███████
  */
  /*
  ██████  ███████ ███████  ██████  ██    ██ ██████   ██████ ███████
  ██   ██ ██      ██      ██    ██ ██    ██ ██   ██ ██      ██
  ██████  █████   ███████ ██    ██ ██    ██ ██████  ██      █████
  ██   ██ ██           ██ ██    ██ ██    ██ ██   ██ ██      ██
  ██   ██ ███████ ███████  ██████   ██████  ██   ██  ██████ ███████
  */ }
  #content article .side-content {
    font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
    font-size: 0.75rem;
    line-height: 1.25;
    float: left;
    color: #68331e;
    width: calc(7vw * 2 + 1.23vw * 2);
    margin-left: 1.23%; }
    #content article .side-content i, #content article .side-content em {
      font-family: 'Helvetica', 'Arial', sans-serif;
      font-style: italic;
      font-weight: normal; }
    #content article .side-content .share {
      width: 7vw;
      margin-right: 1.23vw;
      float: left; }
      #content article .side-content .share a:hover {
        cursor: pointer; }
    #content article .side-content .side-list {
      width: 7vw;
      margin-right: 1.23vw;
      float: left; }
  #content article .description {
    font-size: 1rem;
    line-height: 1.25;
    width: calc(7% * 3 + 1.23% * 2);
    float: left;
    margin-right: 1.23%;
    padding-bottom: 2rem;
    margin-top: -2px; }
    #content article .description .sharedaddy {
      display: none !important; }
    #content article .description p {
      margin-right: 1.23%; }
    #content article .description p:first-of-type {
      margin-top: 0; }
    #content article .description a.resource-link:hover .resource {
      background: #ff6220;
      color: white; }
    #content article .description .resource, #content article .description .award {
      font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
      font-size: 0.75rem;
      line-height: 1.25;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
      background: #ffefe8;
      padding: .5rem;
      margin-left: -.5rem;
      margin-bottom: 1rem;
      width: calc(100% - 0.615%);
      border-radius: 5px; }
      #content article .description .resource i, #content article .description .resource em, #content article .description .award i, #content article .description .award em {
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-style: italic;
        font-weight: normal; }
      #content article .description .resource p, #content article .description .award p {
        margin: 0; }
      #content article .description .resource span, #content article .description .award span {
        color: #68331e;
        text-transform: uppercase; }
  #content article br + figure {
    clear: both; }
  #content article.generic-page {
    margin-top: -1.5rem; }
    #content article.generic-page .entry-content h1.title {
      font-size: 2.5rem;
      line-height: 1.2;
      margin: 0 0 0 calc(calc(7% * 2 + 1.23%) + 1.23%);
      padding-left: 1.23%;
      padding-bottom: 2rem;
      float: none; }
    #content article.generic-page .entry-content li {
      list-style: disc;
      margin-left: 2em;
      padding-bottom: 1em; }
  #content article.work {
    margin-top: -1.5rem; }
    #content article.work .entry-content h1.title {
      font-size: 2.5rem;
      line-height: 1.2;
      margin: 0 0 0 calc(calc(7% * 2 + 1.23%) + 1.23%);
      padding-left: 1.23%;
      padding-bottom: 2rem;
      float: none; }
    #content article.work .entry-content figure.small.tall + figure.medium.wide.right, #content article.work .entry-content figure.small.left + figure.medium {
      padding-left: calc(7% + 2.46%);
      margin-left: 0; }
    #content article.work .entry-content figure {
      float: left;
      margin: 0;
      padding: 0 0 3.69% 0;
      opacity: 0;
      transition: opacity 1s, background 1s, color 1s, transform .7s;
      -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
      -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
      #content article.work .entry-content figure.show {
        opacity: 1; }
      #content article.work .entry-content figure:first-of-type {
        width: calc(7% * 7 + 1.23% * 6); }
      #content article.work .entry-content figure.left {
        margin-left: 1.23%; }
      #content article.work .entry-content figure.small {
        padding-left: 1.23%; }
        #content article.work .entry-content figure.small.wide {
          width: calc(7% * 4 + 1.23% * 3); }
        #content article.work .entry-content figure.small.tall {
          width: calc(7% * 4 + 1.23% * 3); }
        #content article.work .entry-content figure.small.right {
          padding-left: calc(7% + 2.46%) !important; }
        #content article.work .entry-content figure.small.left {
          padding-left: 0 !important; }
      #content article.work .entry-content figure.medium.wide {
        width: calc(7% * 7 + 1.23% * 6); }
      #content article.work .entry-content figure.medium.tall {
        width: calc(7% * 7 + 1.23% * 6); }
      #content article.work .entry-content figure.medium.right {
        padding-left: calc(calc(7% * 5 + 1.23% * 4) + 1.23%);
        margin-left: 1.23%; }
      #content article.work .entry-content figure.medium.left {
        padding-left: 0 !important; }
      #content article.work .entry-content figure.large {
        float: none;
        clear: both;
        margin-left: 1.23%; }
        #content article.work .entry-content figure.large.wide {
          width: calc(100% - 2.46%); }
        #content article.work .entry-content figure.large.tall {
          width: calc(7% * 7 + 1.23% * 6);
          margin: auto; }
      #content article.work .entry-content figure img {
        display: block;
        width: 100%;
        margin: 0;
        opacity: 1;
        transition: opacity 1s, background 1s, color 1s, transform .7s;
        -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
        -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
        #content article.work .entry-content figure img[data-src] {
          opacity: 0;
          min-height: 25vw;
          height: auto; }
  #content article.post .entry-content .content {
    float: left;
    width: calc(7% * 4 + 1.23% * 3); }
  #content article.post .entry-content h1.title {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: -.3rem;
    padding-bottom: 0;
    color: #ff6220; }
  #content article.post .entry-content .description {
    width: 100%;
    clear: both; }
  #content article.post .entry-content .images {
    float: left;
    width: calc(7% * 6 + 1.23% * 5);
    margin-left: 1.23%; }
    #content article.post .entry-content .images figure {
      margin: 0 0 0.615% 0; }
  #content article.post .entry-content img {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0;
    padding-bottom: 0.615%; }
  #content article.resource .description {
    width: calc(7% * 5 + 1.23% * 4); }
    #content article.resource .description img {
      width: 100%;
      height: auto; }

/* CONTENT */
.single-resource h1.title {
  font-size: 1.5rem;
  line-height: 1.25;
  transition: opacity .35s, background .35s, color .35s, fill .35s;
  -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
  -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
  margin: .6rem 0 0 0;
  width: calc(7% * 4 + 1.23% * 3);
  position: absolute;
  z-index: 3;
  left: calc(7% * 2 + 1.23%);
  padding-left: 2.46%;
  opacity: 1; }
  .single-resource h1.title.hide {
    opacity: 0; }

/*
██      ██  ██████  ██   ██ ████████ ██████   ██████  ██   ██
██      ██ ██       ██   ██    ██    ██   ██ ██    ██  ██ ██
██      ██ ██   ███ ███████    ██    ██████  ██    ██   ███
██      ██ ██    ██ ██   ██    ██    ██   ██ ██    ██  ██ ██
███████ ██  ██████  ██   ██    ██    ██████   ██████  ██   ██
*/
.lightbox, .search-overlay, .resource-browser {
  z-index: 1001 !important; }
  .lightbox div, .search-overlay div, .resource-browser div {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 0 !important; }
    .lightbox div button, .search-overlay div button, .resource-browser div button {
      display: none; }
    .lightbox div span, .search-overlay div span, .resource-browser div span {
      display: none; }
  .lightbox button, .search-overlay button, .resource-browser button {
    font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    outline: none;
    line-height: 1;
    width: 32px;
    height: 32px;
    top: 1rem;
    right: 1rem;
    color: #ff6220;
    border-radius: 1em;
    border-width: 0;
    transition: opacity .35s, background .35s, color .35s, fill .35s;
    -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
    -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
    .lightbox button i, .lightbox button em, .search-overlay button i, .search-overlay button em, .resource-browser button i, .resource-browser button em {
      font-family: 'Helvetica', 'Arial', sans-serif;
      font-style: italic;
      font-weight: normal; }
    .lightbox button:hover, .search-overlay button:hover, .resource-browser button:hover {
      cursor: pointer; }
    .lightbox button.close, .search-overlay button.close, .resource-browser button.close {
      position: absolute; }
      .lightbox button.close:before, .lightbox button.close:after, .search-overlay button.close:before, .search-overlay button.close:after, .resource-browser button.close:before, .resource-browser button.close:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #ff6220;
        top: 15px; }
      .lightbox button.close:before, .search-overlay button.close:before, .resource-browser button.close:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 6px; }
      .lightbox button.close:after, .search-overlay button.close:after, .resource-browser button.close:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 6px; }
      .lightbox button.close:hover:before, .lightbox button.close:hover:after, .search-overlay button.close:hover:before, .search-overlay button.close:hover:after, .resource-browser button.close:hover:before, .resource-browser button.close:hover:after {
        background-color: white; }
    .lightbox button.next, .search-overlay button.next, .resource-browser button.next {
      position: absolute;
      top: calc(50vh - 1.23%); }
      .lightbox button.next:before, .lightbox button.next:after, .search-overlay button.next:before, .search-overlay button.next:after, .resource-browser button.next:before, .resource-browser button.next:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: #ff6220;
        top: 15px; }
      .lightbox button.next:before, .search-overlay button.next:before, .resource-browser button.next:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 12px;
        top: 11px; }
      .lightbox button.next:after, .search-overlay button.next:after, .resource-browser button.next:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 17px;
        left: 12px; }
      .lightbox button.next:hover:before, .lightbox button.next:hover:after, .search-overlay button.next:hover:before, .search-overlay button.next:hover:after, .resource-browser button.next:hover:before, .resource-browser button.next:hover:after {
        background-color: white; }
    .lightbox button.prev, .search-overlay button.prev, .resource-browser button.prev {
      position: absolute;
      top: calc(50vh - 1.23%);
      right: inherit;
      left: 1rem; }
      .lightbox button.prev:before, .lightbox button.prev:after, .search-overlay button.prev:before, .search-overlay button.prev:after, .resource-browser button.prev:before, .resource-browser button.prev:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background-color: #ff6220;
        top: 15px; }
      .lightbox button.prev:before, .search-overlay button.prev:before, .resource-browser button.prev:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 10px;
        top: 11px; }
      .lightbox button.prev:after, .search-overlay button.prev:after, .resource-browser button.prev:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 17px;
        left: 10px; }
      .lightbox button.prev:hover:before, .lightbox button.prev:hover:after, .search-overlay button.prev:hover:before, .search-overlay button.prev:hover:after, .resource-browser button.prev:hover:before, .resource-browser button.prev:hover:after {
        background-color: white; }

.lightbox {
  background: white !important; }
  .lightbox button {
    background: #ffefe8; }
    .lightbox button:hover {
      background: #68331e; }
  .lightbox div {
    max-height: calc(100% - 8rem) !important;
    max-width: calc(100% - 8rem) !important; }
    .lightbox div img {
      opacity: 0;
      transition: opacity 1s, background 1s, color 1s, transform .7s;
      -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
      -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }

.resource-browser {
  background: #ffefe8 !important; }
  .resource-browser div {
    max-height: none !important; }
  .resource-browser button {
    background: white;
    color: #ff6220; }
    .resource-browser button:hover {
      background: #ff6220;
      color: white; }
  .resource-browser .resource-object {
    height: 100vh;
    width: 100vw;
    background: #ffefe8;
    opacity: 0;
    transition: opacity 1s, background 1s, color 1s, transform .7s;
    -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
    -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
    .resource-browser .resource-object.slick-active {
      opacity: 1; }
    .resource-browser .resource-object .resource-title {
      font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
      font-size: 0.75rem;
      line-height: 1.25;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
      padding: .5rem 1rem .5rem 1rem;
      margin: 1rem;
      width: auto;
      border-radius: 5px;
      display: block;
      float: left;
      background: #ffefe8;
      background: white;
      float: none;
      width: auto;
      display: inline-block;
      position: absolute; }
      .resource-browser .resource-object .resource-title i, .resource-browser .resource-object .resource-title em {
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-style: italic;
        font-weight: normal; }
      .resource-browser .resource-object .resource-title .categories {
        display: inline-block;
        float: none;
        text-align: left;
        margin-top: 0;
        margin-left: 1rem;
        width: auto;
        font-size: 0.75rem;
        line-height: 1.25; }
        .resource-browser .resource-object .resource-title .categories a {
          color: #68331e; }
          .resource-browser .resource-object .resource-title .categories a:hover {
            color: #ff6220; }
    .resource-browser .resource-object section.resource-excerpt {
      display: table;
      height: 100vh;
      margin: 0 auto 0 auto; }
      .resource-browser .resource-object section.resource-excerpt p {
        display: table-cell;
        vertical-align: middle;
        max-width: calc(7vw * 8 + 1.23vw * 7);
        font-size: 2.5rem;
        line-height: 1.2;
        color: #68331e; }
      .resource-browser .resource-object section.resource-excerpt img {
        width: 100%;
        height: auto; }

/*
███████ ███████  █████  ██████   ██████ ██   ██
██      ██      ██   ██ ██   ██ ██      ██   ██
███████ █████   ███████ ██████  ██      ███████
     ██ ██      ██   ██ ██   ██ ██      ██   ██
███████ ███████ ██   ██ ██   ██  ██████ ██   ██
*/
.search-overlay.featherlight button, .error404 button, .search-results button, .search-no-results button {
  background: white; }
  .search-overlay.featherlight button:hover, .error404 button:hover, .search-results button:hover, .search-no-results button:hover {
    background: #ff6220; }
.search-overlay.featherlight form, .error404 form, .search-results form, .search-no-results form {
  height: calc(30px + 2.46%);
  width: auto;
  top: 50%;
  margin-top: -40px;
  position: absolute;
  left: 50%;
  margin-left: -34.4vw; }
  .search-overlay.featherlight form .glass, .error404 form .glass, .search-results form .glass, .search-no-results form .glass {
    display: inline-table;
    position: absolute;
    top: 1.25rem;
    left: 1rem; }
    .search-overlay.featherlight form .glass svg, .error404 form .glass svg, .search-results form .glass svg, .search-no-results form .glass svg {
      fill: #ff6220;
      height: 1.6rem;
      max-width: 1.6rem; }
  .search-overlay.featherlight form input[type="search"], .error404 form input[type="search"], .search-results form input[type="search"], .search-no-results form input[type="search"] {
    width: calc(7vw * 8 + 1.23vw * 7);
    display: block;
    margin: auto;
    height: 35px;
    border-radius: 5px;
    background: white;
    text-overflow: ellipsis;
    font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    color: black;
    border: none;
    padding: 1rem 1rem 1rem 3rem;
    transition: opacity 1s, background 1s, color 1s, transform .7s;
    -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
    -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
    .search-overlay.featherlight form input[type="search"] i, .search-overlay.featherlight form input[type="search"] em, .error404 form input[type="search"] i, .error404 form input[type="search"] em, .search-results form input[type="search"] i, .search-results form input[type="search"] em, .search-no-results form input[type="search"] i, .search-no-results form input[type="search"] em {
      font-family: 'Helvetica', 'Arial', sans-serif;
      font-style: italic;
      font-weight: normal; }
    .search-overlay.featherlight form input[type="search"]::-webkit-input-placeholder, .error404 form input[type="search"]::-webkit-input-placeholder, .search-results form input[type="search"]::-webkit-input-placeholder, .search-no-results form input[type="search"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ff6220; }
    .search-overlay.featherlight form input[type="search"]::-moz-placeholder, .error404 form input[type="search"]::-moz-placeholder, .search-results form input[type="search"]::-moz-placeholder, .search-no-results form input[type="search"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #ff6220; }
    .search-overlay.featherlight form input[type="search"]:-ms-input-placeholder, .error404 form input[type="search"]:-ms-input-placeholder, .search-results form input[type="search"]:-ms-input-placeholder, .search-no-results form input[type="search"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #ff6220; }
    .search-overlay.featherlight form input[type="search"]:-moz-placeholder, .error404 form input[type="search"]:-moz-placeholder, .search-results form input[type="search"]:-moz-placeholder, .search-no-results form input[type="search"]:-moz-placeholder {
      /* Firefox 18- */
      color: #ff6220; }
    .search-overlay.featherlight form input[type="search"]:focus, .error404 form input[type="search"]:focus, .search-results form input[type="search"]:focus, .search-no-results form input[type="search"]:focus {
      background-color: #ffefe8;
      padding: 1rem 1rem 1rem 3rem;
      outline-width: 0; }
      .search-overlay.featherlight form input[type="search"]:focus::-webkit-input-placeholder, .error404 form input[type="search"]:focus::-webkit-input-placeholder, .search-results form input[type="search"]:focus::-webkit-input-placeholder, .search-no-results form input[type="search"]:focus::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 0; }
      .search-overlay.featherlight form input[type="search"]:focus::-moz-placeholder, .error404 form input[type="search"]:focus::-moz-placeholder, .search-results form input[type="search"]:focus::-moz-placeholder, .search-no-results form input[type="search"]:focus::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 0; }
      .search-overlay.featherlight form input[type="search"]:focus:-ms-input-placeholder, .error404 form input[type="search"]:focus:-ms-input-placeholder, .search-results form input[type="search"]:focus:-ms-input-placeholder, .search-no-results form input[type="search"]:focus:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 0; }
      .search-overlay.featherlight form input[type="search"]:focus:-moz-placeholder, .error404 form input[type="search"]:focus:-moz-placeholder, .search-results form input[type="search"]:focus:-moz-placeholder, .search-no-results form input[type="search"]:focus:-moz-placeholder {
        /* Firefox 18- */
        opacity: 0; }
  .search-overlay.featherlight form input[type="submit"].search-submit, .error404 form input[type="submit"].search-submit, .search-results form input[type="submit"].search-submit, .search-no-results form input[type="submit"].search-submit {
    opacity: 0;
    transition: opacity .35s, background .35s, color .35s, fill .35s;
    -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
    -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
    font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    position: absolute;
    right: 1rem;
    left: auto;
    top: 1rem;
    border: none;
    background: none;
    color: #ff6220;
    pointer-events: none;
    padding-left: 30px;
    line-height: 1.25; }
    .search-overlay.featherlight form input[type="submit"].search-submit i, .search-overlay.featherlight form input[type="submit"].search-submit em, .error404 form input[type="submit"].search-submit i, .error404 form input[type="submit"].search-submit em, .search-results form input[type="submit"].search-submit i, .search-results form input[type="submit"].search-submit em, .search-no-results form input[type="submit"].search-submit i, .search-no-results form input[type="submit"].search-submit em {
      font-family: 'Helvetica', 'Arial', sans-serif;
      font-style: italic;
      font-weight: normal; }
    .search-overlay.featherlight form input[type="submit"].search-submit:focus, .error404 form input[type="submit"].search-submit:focus, .search-results form input[type="submit"].search-submit:focus, .search-no-results form input[type="submit"].search-submit:focus {
      outline-width: 0; }
    .search-overlay.featherlight form input[type="submit"].search-submit.show, .error404 form input[type="submit"].search-submit.show, .search-results form input[type="submit"].search-submit.show, .search-no-results form input[type="submit"].search-submit.show {
      opacity: 1;
      pointer-events: all; }
      .search-overlay.featherlight form input[type="submit"].search-submit.show:hover, .error404 form input[type="submit"].search-submit.show:hover, .search-results form input[type="submit"].search-submit.show:hover, .search-no-results form input[type="submit"].search-submit.show:hover {
        color: #68331e; }
.search-overlay.featherlight .featherlight-content, .error404 .featherlight-content, .search-results .featherlight-content, .search-no-results .featherlight-content {
  width: 100vw;
  height: 100vh;
  max-height: inherit;
  background-color: #68331e; }
  .search-overlay.featherlight .featherlight-content .logo, .error404 .featherlight-content .logo, .search-results .featherlight-content .logo, .search-no-results .featherlight-content .logo {
    position: absolute;
    top: 5rem;
    margin-left: 2.46%;
    left: calc(7% * 7 + 1.23% * 6);
    text-align: center;
    width: 7%; }
    .search-overlay.featherlight .featherlight-content .logo svg, .error404 .featherlight-content .logo svg, .search-results .featherlight-content .logo svg, .search-no-results .featherlight-content .logo svg {
      fill: white;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      .search-overlay.featherlight .featherlight-content .logo svg:hover, .error404 .featherlight-content .logo svg:hover, .search-results .featherlight-content .logo svg:hover, .search-no-results .featherlight-content .logo svg:hover {
        fill: #ff6220; }

.search-results form, .search-no-results form {
  top: 1rem;
  z-index: 3;
  width: calc(7vw * 2 + 1.23vw);
  left: calc(7% * 3 + 1.23% * 2);
  margin-left: 2.46%;
  margin-top: 0; }
  .search-results form .glass, .search-no-results form .glass {
    top: .4rem;
    left: .5rem; }
    .search-results form .glass svg, .search-no-results form .glass svg {
      height: 1.25rem;
      max-width: 1.25rem; }
  .search-results form input[type="search"], .search-no-results form input[type="search"] {
    padding: .5rem 0 .5rem 2rem;
    font-size: 1rem;
    line-height: 1.25;
    width: inherit;
    height: 1rem; }
    .search-results form input[type="search"]:focus, .search-no-results form input[type="search"]:focus {
      padding: .5rem 0 .5rem 2rem; }
  .search-results form input[type="submit"].search-submit, .search-no-results form input[type="submit"].search-submit {
    font-size: 1rem;
    line-height: 1.25;
    right: inherit;
    top: .25rem;
    left: calc(7vw * 2 + 1.23vw);
    margin-left: 1.23vw; }
    .search-results form input[type="submit"].search-submit.show:hover, .search-no-results form input[type="submit"].search-submit.show:hover {
      color: white; }
.search-results #splash, .search-no-results #splash {
  z-index: 0; }

.autocomplete-suggestions {
  z-index: 1002 !important;
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  left: 2.46% !important;
  margin-top: calc(40px + 2.46%);
  font-family: 'StanleyRegular', 'Times', 'Times New Roman', serif;
  font-style: normal;
  font-weight: normal;
  background: none !important;
  border: none !important;
  box-shadow: none !important; }
  .autocomplete-suggestions i, .autocomplete-suggestions em {
    font-family: 'StanleyItalic', 'Times', 'Times New Roman', serif;
    font-style: normal;
    font-weight: normal; }
  .autocomplete-suggestions .autocomplete-suggestion {
    color: #ff6220 !important;
    font-size: 1.5rem;
    line-height: 1.25;
    text-overflow: inherit !important;
    transition: opacity .35s, background .35s, color .35s, fill .35s;
    -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
    -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
    .autocomplete-suggestions .autocomplete-suggestion b {
      color: #ffefe8 !important; }
    .autocomplete-suggestions .autocomplete-suggestion:hover {
      background: none !important;
      color: white !important;
      cursor: pointer; }

.search-results, .search-no-results, .error404 {
  background: #68331e; }
  .search-results #page, .search-no-results #page, .error404 #page {
    background: #68331e; }
  .search-results header, .search-no-results header, .error404 header {
    -webkit-transform: translate3d(0, 0, 0);
    background-color: #68331e; }
    .search-results header nav#main ul#main-menu li.expanded > a, .search-no-results header nav#main ul#main-menu li.expanded > a, .error404 header nav#main ul#main-menu li.expanded > a {
      color: white; }
    .search-results header nav#main a:hover, .search-no-results header nav#main a:hover, .error404 header nav#main a:hover {
      color: white !important; }
    .search-results header nav#main .search:hover, .search-no-results header nav#main .search:hover, .error404 header nav#main .search:hover {
      cursor: pointer;
      color: white; }
      .search-results header nav#main .search:hover .glass svg, .search-no-results header nav#main .search:hover .glass svg, .error404 header nav#main .search:hover .glass svg {
        fill: white; }
    .search-results header .contact, .search-results header .contact a, .search-no-results header .contact, .search-no-results header .contact a, .error404 header .contact, .error404 header .contact a {
      color: white; }
    .search-results header .contact a:hover, .search-no-results header .contact a:hover, .error404 header .contact a:hover {
      color: #ff6220; }
  .search-results #content .wrap, .search-no-results #content .wrap, .error404 #content .wrap {
    -webkit-transform: translate3d(0, 0, 0);
    padding-right: 1.23%;
    -webkit-font-smoothing: antialiased;
    margin-left: 1.23%; }
    .search-results #content .wrap h1.message, .search-no-results #content .wrap h1.message, .error404 #content .wrap h1.message {
      font-size: 1.5rem;
      line-height: 1.25;
      color: white; }
    .search-results #content .wrap .results, .search-no-results #content .wrap .results, .error404 #content .wrap .results {
      padding-bottom: 4rem;
      font-size: 2.5rem;
      line-height: 1.2; }
      .search-results #content .wrap .results a:hover, .search-no-results #content .wrap .results a:hover, .error404 #content .wrap .results a:hover {
        color: white; }
      .search-results #content .wrap .results .type, .search-no-results #content .wrap .results .type, .error404 #content .wrap .results .type {
        color: white;
        font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
        margin-left: .5rem; }
        .search-results #content .wrap .results .type i, .search-results #content .wrap .results .type em, .search-no-results #content .wrap .results .type i, .search-no-results #content .wrap .results .type em, .error404 #content .wrap .results .type i, .error404 #content .wrap .results .type em {
          font-family: 'Helvetica', 'Arial', sans-serif;
          font-style: italic;
          font-weight: normal; }

/*
██   ██  ██████  ██   ██
██   ██ ██  ████ ██   ██
███████ ██ ██ ██ ███████
     ██ ████  ██      ██
     ██  ██████       ██
*/
.error404 {
  overflow-y: hidden; }
  .error404 #page {
    background: #68331e; }
  .error404 .logo.tooltip svg {
    fill: white; }
    .error404 .logo.tooltip svg:hover {
      fill: #ff6220; }
  .error404 header {
    z-index: 0; }
  .error404 .page-content {
    height: calc(100vh - 16rem);
    -webkit-font-smoothing: auto; }
  .error404 form {
    left: calc(50% - .5rem);
    top: calc(50% - 8rem); }
  .error404 h1 {
    font-family: 'StanleyRegular', 'Times', 'Times New Roman', serif;
    font-style: normal;
    font-weight: normal;
    color: white;
    position: absolute;
    top: -16rem;
    left: calc(7% * 2 + 1.23%);
    margin-left: 1.23%;
    margin-top: .5rem;
    width: calc(7% * 3 + 1.23% * 2);
    line-height: 1.25;
    opacity: 1;
    transition: opacity .35s, background .35s, color .35s, fill .35s;
    -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
    -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
    .error404 h1 i, .error404 h1 em {
      font-family: 'StanleyItalic', 'Times', 'Times New Roman', serif;
      font-style: normal;
      font-weight: normal; }
    .error404 h1.hide {
      opacity: 0; }

/*
███████  ██████   ██████  ████████ ███████ ██████
██      ██    ██ ██    ██    ██    ██      ██   ██
█████   ██    ██ ██    ██    ██    █████   ██████
██      ██    ██ ██    ██    ██    ██      ██   ██
██       ██████   ██████     ██    ███████ ██   ██
*/
footer {
  clear: both;
  width: 100%;
  position: relative;
  padding-top: 8rem; }
  footer .entry-related {
    width: 100%;
    display: flex; }
    footer .entry-related h3 {
      color: #68331e;
      font-size: 1rem;
      line-height: 1.25;
      margin-left: 1.23vw; }
      footer .entry-related h3 .orange {
        color: #ff6220; }
    footer .entry-related .related-news {
      width: calc(7% * 4 + 1.23% * 3);
      font-size: 1.5rem;
      line-height: 1.25;
      float: left; }
      footer .entry-related .related-news .wrap {
        width: 100%;
        height: 100%;
        color: white;
        background: #ff6220;
        padding: 1.23vw 0 1.23vw 1.23vw; }
        footer .entry-related .related-news .wrap a {
          color: white; }
          footer .entry-related .related-news .wrap a:hover {
            color: black; }
        footer .entry-related .related-news .wrap span {
          font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
          color: #68331e;
          text-transform: capitalize; }
          footer .entry-related .related-news .wrap span i, footer .entry-related .related-news .wrap span em {
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-style: italic;
            font-weight: normal; }
        footer .entry-related .related-news .wrap ul {
          padding: 0 1.23vw 1.23vw 0; }
    footer .entry-related .related-work {
      padding-left: 1.23%;
      margin-left: 1.23%;
      float: left;
      width: calc(7% * 8 + 1.23% * 7); }
      footer .entry-related .related-work.single {
        overflow-x: hidden;
        padding-left: 0;
        margin-left: 0;
        width: calc(100% + 1.23%); }
        footer .entry-related .related-work.single .related-project {
          width: calc(7% * 4 + 1.23% * 3);
          margin: 0 0 1.23% 1.23%; }
          footer .entry-related .related-work.single .related-project:first-of-type {
            margin-left: 1.23%; }
        footer .entry-related .related-work.single h3 {
          margin-left: 1.23%; }
      footer .entry-related .related-work h3 {
        margin-left: 0; }
      footer .entry-related .related-work .related-project {
        margin: 0 0 1.23vw 1.23vw;
        width: calc(50% - 0.615vw);
        float: left; }
        footer .entry-related .related-work .related-project img {
          display: block;
          width: 100%; }
        footer .entry-related .related-work .related-project:first-of-type {
          margin-left: 0; }
    footer .entry-related .news-footer {
      width: 100%; }
      footer .entry-related .news-footer a.news-item {
        color: white;
        font-size: 1.5rem;
        width: calc(50% - 1.845%);
        float: left; }
        footer .entry-related .news-footer a.news-item:nth-of-type(2) {
          margin-left: 2.46%; }
        footer .entry-related .news-footer a.news-item:hover {
          color: black; }
      footer .entry-related .news-footer .wrapper {
        width: calc(100% - 2.46%);
        background: #ff6220;
        height: calc(7vw * 2);
        padding: 1.23vw; }
  footer #footer-bottom {
    font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
    position: relative;
    width: 100%;
    clear: both;
    background: #68331e;
    color: white;
    height: 16rem; }
    footer #footer-bottom i, footer #footer-bottom em {
      font-family: 'Helvetica', 'Arial', sans-serif;
      font-style: italic;
      font-weight: normal; }
    footer #footer-bottom a:hover {
      color: white; }
    footer #footer-bottom nav#footer {
      font-size: 1.4em;
      padding: 1.23% 0 0 1.23%;
      width: calc(7% * 3 + 1.23% * 2); }
      footer #footer-bottom nav#footer ul#main-menu {
        -webkit-transform: translate3d(0, 0, 0); }
        footer #footer-bottom nav#footer ul#main-menu > li > ul.sub-menu {
          text-indent: 1rem;
          transition: max-height 1s; }
        footer #footer-bottom nav#footer ul#main-menu ul.sub-menu {
          display: none;
          max-height: 0; }
          footer #footer-bottom nav#footer ul#main-menu ul.sub-menu.show {
            display: block;
            max-height: 300px;
            opacity: 0;
            transition: opacity 1s, background 1s, color 1s, transform .7s;
            -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
            -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
            footer #footer-bottom nav#footer ul#main-menu ul.sub-menu.show.fade {
              opacity: 1; }
            footer #footer-bottom nav#footer ul#main-menu ul.sub-menu.show li a {
              color: #ff6220; }
              footer #footer-bottom nav#footer ul#main-menu ul.sub-menu.show li a:hover {
                color: white; }
    footer #footer-bottom .logo {
      position: absolute;
      bottom: 3rem;
      margin-left: 2.46%;
      left: calc(7% * 7 + 1.23% * 6);
      text-align: center;
      width: 7%; }
      footer #footer-bottom .logo svg {
        fill: white;
        transition: opacity .35s, background .35s, color .35s, fill .35s;
        -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
        -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
        footer #footer-bottom .logo svg:hover {
          fill: #ff6220; }
    footer #footer-bottom .search {
      transition: background-image .3s ease-in-out;
      -webkit-transition: background-image .3s ease-in-out;
      -moz-transition: background-image .3s ease-in-out;
      display: inline-block;
      color: #ff6220;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      footer #footer-bottom .search .glass {
        margin-top: -.25rem;
        margin-right: -.4rem;
        display: inline-table; }
      footer #footer-bottom .search .glass svg {
        max-width: 1.6rem;
        height: 1.6rem;
        transition: fill .35s;
        -webkit-transition: fill .35s;
        -moz-transition: fill .35s;
        fill: #ff6220;
        transform: translateY(0.25rem) translateX(-0.1rem); }
      footer #footer-bottom .search:hover {
        cursor: pointer;
        color: white; }
        footer #footer-bottom .search:hover .glass svg {
          fill: white; }
    footer #footer-bottom .contact {
      position: absolute;
      top: 1.23vw;
      right: 1.23%;
      width: calc(7% * 2 + 1.23%);
      font-size: 1rem;
      line-height: 1.25; }
      footer #footer-bottom .contact p {
        margin: 0; }
      footer #footer-bottom .contact a {
        color: white; }
        footer #footer-bottom .contact a:hover {
          color: #ff6220; }

/*
██   ██  ██████  ███    ███ ███████
██   ██ ██    ██ ████  ████ ██
███████ ██    ██ ██ ████ ██ █████
██   ██ ██    ██ ██  ██  ██ ██
██   ██  ██████  ██      ██ ███████
*/
#splash {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  top: 0;
  transition: opacity 1s, background 1s, color 1s, transform .7s;
  -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
  -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
  #splash.hide {
    opacity: 0 !important;
    pointer-events: none; }
  #splash .splash-text, #splash .splash-color, #splash .splash-image, #splash .logo {
    position: absolute;
    transition: opacity 1s, background 1s, color 1s, transform .7s;
    -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
    -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
    #splash .splash-text.show, #splash .splash-color.show, #splash .splash-image.show, #splash .logo.show {
      opacity: 1; }
    #splash .splash-text.hide, #splash .splash-color.hide, #splash .splash-image.hide, #splash .logo.hide {
      opacity: 0 !important; }
  #splash #splash-slides .slide {
    width: 100vw !important;
    height: 100vh; }
    #splash #splash-slides .slide img {
      min-width: 100vw;
      min-height: 100vh;
      width: auto;
      height: auto; }
  #splash .splash-text {
    color: #ff6220;
    top: 5rem;
    font-size: 6rem;
    line-height: 1.15;
    margin-left: 1.23vw;
    width: 100%;
    opacity: 0; }
    #splash .splash-text p {
      width: calc(7vw * 7 + 1.23vw * 6); }
  #splash .splash-color {
    color: #3b3431;
    background-color: #68331e;
    width: 100%;
    height: 100%; }
  #splash .splash-image {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden; }
    #splash .splash-image img {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      opacity: 1;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      #splash .splash-image img.processed {
        opacity: 1; }
  #splash .logo {
    position: fixed;
    z-index: 0;
    margin-left: 2.46%;
    left: calc(7% * 7 + 1.23% * 6);
    top: 5rem;
    text-align: center;
    color: white;
    width: 7%; }
    #splash .logo.hide {
      opacity: 0;
      transform: none; }
    #splash .logo svg {
      fill: white;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      #splash .logo svg:hover {
        fill: #ff6220; }

section.home {
  float: left;
  position: relative;
  z-index: 2; }
  section.home h3 {
    color: #68331e;
    margin: 1rem 0; }
  section.home article.excerpt {
    padding-top: 1rem;
    display: inline-block;
    opacity: 0;
    transition: opacity 1s, background 1s, color 1s, transform .7s;
    -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
    -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
    section.home article.excerpt.show {
      opacity: 1; }
    section.home article.excerpt:first-of-type {
      padding-top: 0; }
    section.home article.excerpt img {
      transition: opacity 1s, background 1s, color 1s, transform .7s;
      -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
      -moz-transition: opacity 1s, background 1s, color 1s, transform .7s;
      width: 100%;
      opacity: 1; }
      section.home article.excerpt img[data-src] {
        opacity: 0;
        min-height: 25vw;
        height: auto; }
  section.home#featured-work {
    margin-left: 1.23%;
    width: calc(7% * 7 + 1.23% * 6); }
  section.home#news {
    width: calc(7% * 4 + 1.23% * 3);
    padding-left: calc(7% + 2.46%); }

/*
 ██████  ██    ██ ███████ ██████  ██    ██ ██ ███████ ██     ██
██    ██ ██    ██ ██      ██   ██ ██    ██ ██ ██      ██     ██
██    ██ ██    ██ █████   ██████  ██    ██ ██ █████   ██  █  ██
██    ██  ██  ██  ██      ██   ██  ██  ██  ██ ██      ██ ███ ██
 ██████    ████   ███████ ██   ██   ████   ██ ███████  ███ ███
*/
section#overview h3 {
  color: #68331e;
  margin: 1rem 0 1rem 1.23%;
  display: block;
  float: left; }
  section#overview h3 .cat-parent {
    color: #ff6220;
    margin-right: .25rem; }
  section#overview h3 a.archive {
    display: inline-block;
    margin-right: 2rem; }
  section#overview h3 button {
    outline: none;
    line-height: 1;
    margin-left: .5rem;
    margin-top: 0;
    width: 32px;
    height: 32px;
    border-radius: 1em;
    border-width: 0;
    transition: opacity .35s, background .35s, color .35s, fill .35s;
    -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
    -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
    background: #ffefe8; }
    section#overview h3 button.archive {
      top: 1rem;
      margin-left: 0; }
    section#overview h3 button:hover {
      cursor: pointer;
      background: #ff6220; }
    section#overview h3 button.close {
      position: absolute; }
      section#overview h3 button.close:before, section#overview h3 button.close:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: #ff6220;
        top: 15px; }
      section#overview h3 button.close:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 6px; }
      section#overview h3 button.close:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 6px; }
      section#overview h3 button.close:hover:before, section#overview h3 button.close:hover:after {
        background-color: white; }
section#overview #mobile-submenu {
  display: none; }
section#overview article.excerpt {
  width: calc(7% * 4 + 1.23% * 3);
  float: left;
  padding-right: 1.23%;
  padding-bottom: 3.69%;
  opacity: 0;
  transition: opacity 1s, background 1s, color 1s, transform .7s;
  -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
  -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
  section#overview article.excerpt.show {
    opacity: 1; }
  section#overview article.excerpt img {
    width: 100%;
    display: block;
    opacity: 1;
    transition: opacity 1s, background 1s, color 1s, transform .7s;
    -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
    -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
    section#overview article.excerpt img[data-src] {
      opacity: 0;
      min-height: 25vw;
      height: auto; }
  section#overview article.excerpt:first-of-type {
    clear: both; }
  section#overview article.excerpt:nth-of-type(3n + 0) {
    padding-right: 0; }
  section#overview article.excerpt:nth-of-type(3n + 1) {
    clear: both;
    margin-left: 1.23%; }
section#overview.news h3 .year {
  color: #ff6220;
  margin-left: .5rem; }
section#overview.news #filter {
  display: none; }
  section#overview.news #filter li {
    list-style: none; }
    section#overview.news #filter li a {
      font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
      font-size: 0.75rem;
      line-height: 1.25;
      transition: opacity .35s, background .35s, color .35s, fill .35s;
      -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
      -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
      padding: .5rem 1rem .5rem 1rem;
      margin: 1rem;
      width: auto;
      border-radius: 5px;
      display: block;
      float: left;
      background: #ffefe8;
      color: #ff6220;
      display: inline-block;
      margin: 1rem 0 1rem 1rem; }
      section#overview.news #filter li a i, section#overview.news #filter li a em {
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-style: italic;
        font-weight: normal; }
      section#overview.news #filter li a:hover {
        background-color: #ff6220;
        color: white; }
section#overview.news #years {
  display: none; }
  section#overview.news #years.show {
    display: inline-block; }
section#overview.news article.excerpt {
  opacity: 0;
  transition: opacity 1s, background 1s, color 1s, transform .7s;
  -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
  -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
  section#overview.news article.excerpt.show {
    opacity: 1; }
  section#overview.news article.excerpt a.title {
    width: 95%; }
  section#overview.news article.excerpt .date {
    color: #ff6220;
    font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
    text-transform: capitalize;
    clear: both; }
    section#overview.news article.excerpt .date i, section#overview.news article.excerpt .date em {
      font-family: 'Helvetica', 'Arial', sans-serif;
      font-style: italic;
      font-weight: normal; }
  section#overview.news article.excerpt .categories {
    float: none;
    text-align: left; }
section#overview.resources .browse {
  font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
  font-size: 0.75rem;
  line-height: 1.25;
  transition: opacity .35s, background .35s, color .35s, fill .35s;
  -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
  -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
  padding: .5rem 1rem .5rem 1rem;
  margin: 1rem;
  width: auto;
  border-radius: 5px;
  display: block;
  float: left;
  background: #ffefe8;
  background: white;
  color: #ff6220;
  transition: opacity .35s, background .35s, color .35s, fill .35s;
  -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
  -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
  section#overview.resources .browse i, section#overview.resources .browse em {
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-style: italic;
    font-weight: normal; }
  section#overview.resources .browse:hover {
    background: #ff6220;
    color: white;
    cursor: pointer; }
section#overview.resources article.excerpt {
  width: calc(7% * 2 + 1.23%); }
  section#overview.resources article.excerpt:nth-of-type(3n + 0) {
    padding-right: 1.23%; }
  section#overview.resources article.excerpt:nth-of-type(3n + 1) {
    clear: inherit;
    margin-left: 0; }
  section#overview.resources article.excerpt:first-of-type {
    margin-left: 1.23%; }
  section#overview.resources article.excerpt:nth-of-type(6n + 0) {
    padding-right: 0; }
  section#overview.resources article.excerpt:nth-of-type(6n + 1) {
    clear: both;
    margin-left: 1.23%; }
  section#overview.resources article.excerpt a.title {
    width: 100%;
    float: none;
    margin-top: 1rem; }
  section#overview.resources article.excerpt .categories {
    margin-top: 0;
    width: 100%;
    text-align: left;
    float: none; }
  section#overview.resources article.excerpt .excerpt-text {
    font-size: 0.75rem;
    line-height: 1.25;
    margin-top: 1rem; }
    section#overview.resources article.excerpt .excerpt-text p {
      margin: 0; }
  section#overview.resources article.excerpt img {
    color: #68331e;
    background-color: white; }

/*
████████ ██   ██ ███████     ███████ ██ ██████  ███    ███
   ██    ██   ██ ██          ██      ██ ██   ██ ████  ████
   ██    ███████ █████       █████   ██ ██████  ██ ████ ██
   ██    ██   ██ ██          ██      ██ ██   ██ ██  ██  ██
   ██    ██   ██ ███████     ██      ██ ██   ██ ██      ██
*/
article.the-firm .about {
  font-size: 1.5rem;
  line-height: 1.25;
  position: inherit;
  width: calc(7% * 7 + 1.23% * 6);
  color: #68331e;
  margin-left: 1.23%;
  margin-top: 1rem;
  padding-bottom: 1rem; }
  article.the-firm .about p {
    margin-top: .75rem;
    margin-bottom: .75rem; }
  article.the-firm .about p:first-of-type {
    margin-top: 0; }
article.the-firm section {
  /* fixes potential theme css conflict */ }
  article.the-firm section.office {
    width: calc(7% * 7 + 1.23% * 6);
    float: left;
    padding-bottom: 2.46%;
    margin-left: 1.23%; }
    article.the-firm section.office div {
      outline: none; }
      article.the-firm section.office div img {
        display: block;
        width: 100%;
        height: auto;
        max-height: auto; }
    article.the-firm section.office .slick-slide {
      opacity: 0;
      transition: opacity 1s, background 1s, color 1s, transform .7s;
      -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
      -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
      article.the-firm section.office .slick-slide.show {
        opacity: 1; }
    article.the-firm section.office .slide {
      display: none;
      font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
      font-size: 0.75rem;
      line-height: 1.25;
      width: calc(7% * 7 + 1.23% * 6);
      display: inline-block;
      text-align: right;
      position: absolute;
      top: 2.5rem;
      font-weight: bold; }
      article.the-firm section.office .slide i, article.the-firm section.office .slide em {
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-style: italic;
        font-weight: normal; }
      article.the-firm section.office .slide span {
        display: none; }
  article.the-firm section.contact {
    padding-top: 3.8rem;
    width: calc(7% * 4 + 1.23% * 3);
    float: left;
    padding-left: 2.46%;
    margin-left: 7%; }
    article.the-firm section.contact h4 {
      font-weight: normal;
      margin-bottom: 0;
      color: #68331e; }
    article.the-firm section.contact .contact-info {
      margin-right: 1.23%; }
    article.the-firm section.contact .contact-info, article.the-firm section.contact .follow-us {
      font-size: 1rem;
      line-height: 1.25;
      font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
      float: left;
      width: calc(50% - 0.615%);
      color: #ff6220; }
      article.the-firm section.contact .contact-info i, article.the-firm section.contact .contact-info em, article.the-firm section.contact .follow-us i, article.the-firm section.contact .follow-us em {
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-style: italic;
        font-weight: normal; }
      article.the-firm section.contact .contact-info p, article.the-firm section.contact .follow-us p {
        margin: 0; }
  article.the-firm section .acf-map {
    width: 100%;
    height: 20rem;
    border: none;
    margin: 0; }
  article.the-firm section .acf-map img {
    max-width: inherit !important; }
  article.the-firm section.people {
    clear: both;
    color: #68331e;
    transition: opacity .35s, background .35s, color .35s, fill .35s;
    -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
    -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
    display: table;
    width: 100%; }
    article.the-firm section.people h3 {
      margin-left: 1.23%; }
    article.the-firm section.people .staff {
      float: left;
      width: calc(7% * 3 + 1.23% * 2);
      margin-right: 1.23%;
      display: table-cell; }
      article.the-firm section.people .staff:nth-of-type(4n) {
        margin-right: 0; }
      article.the-firm section.people .staff:nth-of-type(4n+1) {
        clear: both;
        margin-left: 1.23%; }
      article.the-firm section.people .staff.show .point {
        border-bottom: 1rem solid #ffefe8;
        opacity: 1; }
      article.the-firm section.people .staff.show .expand {
        background: #ffefe8;
        height: auto; }
      article.the-firm section.people .staff.show .photo img.duotone {
        opacity: 0; }
      article.the-firm section.people .staff.show .photo img.color {
        opacity: 1;
        border-radius: 50%; }
      article.the-firm section.people .staff figure.photo {
        opacity: 0;
        border-radius: 50%;
        transition: opacity 1s, background 1s, color 1s, transform .7s;
        -webkit-transition: opacity 1s, background 1s, color 1s, transform .7s;
        -moz-transition: opacity 1s, background 1s, color 1s, transform .7s; }
        article.the-firm section.people .staff figure.photo.show {
          opacity: 1;
          border-radius: 50%; }
      article.the-firm section.people .staff .photo img, article.the-firm section.people .staff .info img {
        transition: opacity .35s, background .35s, color .35s, fill .35s;
        -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
        -moz-transition: opacity .35s, background .35s, color .35s, fill .35s; }
      article.the-firm section.people .staff .photo img[data-src], article.the-firm section.people .staff .info img[data-src] {
        min-height: 10vw;
        height: auto;
        opacity: 0; }
      article.the-firm section.people .staff .photo img.duotone, article.the-firm section.people .staff .info img.duotone {
        opacity: 1;
        position: absolute;
        border-radius: 50%; }
      article.the-firm section.people .staff .photo img.color, article.the-firm section.people .staff .info img.color {
        opacity: 0;
        position: absolute;
        border-radius: 50%;
        /* position: relative; */
        /* top: -100%; */ }
      article.the-firm section.people .staff .photo:hover, article.the-firm section.people .staff .info:hover {
        color: black;
        cursor: pointer; }
        article.the-firm section.people .staff .photo:hover img.duotone, article.the-firm section.people .staff .info:hover img.duotone {
          opacity: 0;
          position: absolute; }
        article.the-firm section.people .staff .photo:hover img.color, article.the-firm section.people .staff .info:hover img.color {
          opacity: 1;
          position: absolute; }
        article.the-firm section.people .staff .photo:hover a, article.the-firm section.people .staff .info:hover a {
          color: black; }
      article.the-firm section.people .staff .info {
        padding: 1.23% 0 1.23% 0;
        width: calc(100% - 4rem); }
      article.the-firm section.people .staff p {
        font-size: 1.5rem;
        margin: 0;
        line-height: 1.3; }
      article.the-firm section.people .staff figure {
        margin: 1rem auto;
        width: 10rem;
        height: 10rem;
        overflow: hidden;
        border-radius: 50%;
        -webkit-transform: translate3d(0, 0, 0); }
        article.the-firm section.people .staff figure img {
          width: 100%;
          color: #68331e;
          background-color: white;
          object-fit: cover;
          display: table-cell; }
      article.the-firm section.people .staff .point {
        opacity: 0;
        width: 0;
        height: 0;
        border-left: 1rem solid transparent;
        border-right: 1rem solid transparent;
        border-bottom: 0 solid transparent;
        transition: all .25s;
        -webkit-transition: all .25s;
        -moz-transition: all .25s; }
      article.the-firm section.people .staff .expand {
        width: 100vw;
        display: block;
        position: absolute;
        left: calc(0px - 1.23%);
        height: 0;
        overflow-y: hidden;
        transition: all .25s;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        padding-left: 1.23%; }
        article.the-firm section.people .staff .expand h4 {
          font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
          margin: 0 0 1rem 0;
          color: black;
          font-size: 0.75rem;
          line-height: 1.25; }
          article.the-firm section.people .staff .expand h4 i, article.the-firm section.people .staff .expand h4 em {
            font-family: 'Helvetica', 'Arial', sans-serif;
            font-style: italic;
            font-weight: normal; }
        article.the-firm section.people .staff .expand .categories {
          text-align: left;
          width: auto;
          float: none;
          margin: 0;
          display: inline-block;
          color: #68331e; }
          article.the-firm section.people .staff .expand .categories a {
            color: #68331e; }
            article.the-firm section.people .staff .expand .categories a:hover {
              color: #ff6220; }
        article.the-firm section.people .staff .expand div {
          float: left;
          padding: 1.23% 0 1.23% 0;
          font-size: 1rem;
          line-height: 1.25; }
        article.the-firm section.people .staff .expand .bio {
          width: calc(50% - 1.845%);
          -webkit-column-count: 2;
          /* Chrome, Safari, Opera */
          -moz-column-count: 2;
          /* Firefox */
          column-count: 2;
          -webkit-column-gap: 1.23%;
          /* Chrome, Safari, Opera */
          -moz-column-gap: 1.23%;
          /* Firefox */
          column-gap: 1.23%;
          padding: 1.23% 0 1.23% 1.23%; }
          article.the-firm section.people .staff .expand .bio p:not(:first-of-type) {
            text-indent: 1.23%; }
        article.the-firm section.people .staff .expand .selected {
          width: calc(50% - 1.23%);
          padding-left: 1.23%; }
          article.the-firm section.people .staff .expand .selected ul {
            -webkit-column-count: 2;
            /* Chrome, Safari, Opera */
            -moz-column-count: 2;
            /* Firefox */
            column-count: 2;
            -webkit-column-gap: 1.23%;
            /* Chrome, Safari, Opera */
            -moz-column-gap: 1.23%;
            /* Firefox */
            column-gap: 1.23%; }
        article.the-firm section.people .staff .expand .contact {
          width: 25%;
          padding-left: 1.23%; }
        article.the-firm section.people .staff .expand p {
          font-size: 1rem;
          line-height: 1.25;
          color: black; }

/* XL */
@media only screen and (min-width: 1500px) {
  body, html {
    font-size: 20px; }

  section#overview h3 button {
    margin-top: .25rem; }

  .search-overlay.featherlight form.search-form .glass {
    top: 1.1rem; }

  input[type="submit"].search-submit {
    background-position-x: -2px; }

  .search-results form input[type="search"] {
    background-position-y: 8px; } }
/* LAPTOP, SMALL DESKTOP */
@media only screen and (max-width: 1080px), screen and (max-height: 720px) {
  body, html {
    font-size: 14px; }

  #splash .splash-text {
    font-size: 4.5rem; }

  header .contact, footer #footer-bottom .contact {
    font-size: 1rem;
    line-height: 1.25;
    width: calc(7% * 2 + 1.23%); }

  #content {
    margin-top: 14rem; }
    #content article.the-firm .about {
      top: calc(0px - 14rem); }
    #content article.the-firm section.people .staff p {
      font-size: 1rem; }
    #content article.resource h1.title {
      top: -13rem; }

  section#overview h3 button {
    margin-top: -.25rem; }

  .search-overlay.featherlight form .glass, .error404 form .glass {
    top: 1.5rem; }
  .search-overlay.featherlight form input[type="search"], .error404 form input[type="search"] {
    background-size: 1.8rem;
    background-position-y: 19px;
    padding-right: 0; }
    .search-overlay.featherlight form input[type="search"]:focus, .error404 form input[type="search"]:focus {
      padding-right: 0; }
  .search-overlay.featherlight form input[type="submit"].search-submit, .error404 form input[type="submit"].search-submit {
    line-height: 1.5; }

  .error404 h1 {
    top: -14rem; } }
#page .generic-page div:nth-of-type(2) {
  width: calc(7% * 6 + 1.23% * 5);
  margin: 0 0 0 calc(7% + 1.23%); }

/* TABLET, SMALL LAPTOP ----------- */
@media only screen and (max-width: 768px) {
  body, html {
    font-size: 12px; }

  #page .generic-page div:nth-of-type(2) {
    width: 100%;
    margin: 1.23%; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body, html {
    overflow: initial;
    font-size: 16px; }

  hr {
    margin-left: 0;
    width: 90%; }

  #page #content .generic-page p {
    padding-right: 1em; }
  #page #content .generic-page li {
    padding-right: 1.25em; }

  h3 {
    font-size: 1.5rem;
    line-height: 1.25; }

  #splash .splash-text {
    font-size: 3rem;
    line-height: 1.2;
    margin-left: 1rem; }
    #splash .splash-text p {
      margin: 5rem 0;
      width: calc(7% * 9 + 1.23% * 8); }
  #splash .logo {
    top: 4rem; }

  .logo.tooltip, .logo {
    position: absolute;
    z-index: 1;
    width: 5rem !important;
    top: 4rem;
    left: calc(7% * 7 + 1.23% * 6) !important; }

  header #background {
    display: none; }
  header .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: .4rem;
    height: 3rem;
    width: 3rem;
    color: #68331e;
    font-size: 2.5rem;
    line-height: 1.2;
    line-height: 1;
    z-index: 1001; }
    header .mobile-menu:before, header .mobile-menu:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #68331e;
      top: 24px;
      transition: all .25s;
      -webkit-transition: all .25s;
      -moz-transition: all .25s; }
    header .mobile-menu:before {
      -webkit-transform: translateY(3px);
      -moz-transform: translateY(3px);
      transform: translateY(3px);
      left: 12px; }
    header .mobile-menu:after {
      -webkit-transform: translateY(-3px);
      -moz-transform: translateY(-3px);
      transform: translateY(-3px);
      right: 16px; }
    header .mobile-menu.close:before, header .mobile-menu.close:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 3px;
      background-color: #ff6220;
      top: 24px; }
    header .mobile-menu.close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 12px; }
    header .mobile-menu.close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 16px; }
  header nav#main {
    position: fixed;
    margin-left: 0;
    margin-top: -.5rem;
    padding: 1rem 0 0 1rem;
    background: white;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.25;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 0;
    top: -200px; }
    header nav#main.show {
      top: 0 !important;
      margin-top: 0;
      padding-bottom: 1rem;
      z-index: 3;
      box-shadow: 0px 5px 10px rgba(104, 51, 30, 0.2);
      -moz-box-shadow: 0px 5px 10px rgba(104, 51, 30, 0.2);
      -webkit-box-shadow: 0px 5px 10px rgba(104, 51, 30, 0.2); }
    header nav#main .search .glass {
      margin-right: -.25rem; }
    header nav#main .search .glass svg {
      height: 1.5rem;
      max-width: 1.5rem;
      transform: translateY(0.2rem); }
  header nav#sub {
    display: none; }
  header .contact {
    display: none; }
  header .logo.tooltip {
    top: 4rem;
    left: calc(7% * 7 + 1.23% * 6);
    position: absolute; }

  footer #footer-bottom nav#footer {
    margin: 1rem 0 0 1rem; }
  footer #footer-bottom .logo {
    display: none; }

  section.home {
    width: 100% !important; }
    section.home#featured-work {
      margin-left: 0; }
    section.home#news {
      padding-left: 0; }
      section.home#news h3 {
        margin-top: 3rem; }
      section.home#news article.excerpt:not(:first-of-type) {
        padding-top: 1rem; }
      section.home#news article.excerpt img {
        display: none !important; }
      section.home#news article.excerpt .categories {
        display: none; }
      section.home#news article.excerpt a.title {
        color: #ff6220;
        font-size: 1.5rem;
        line-height: 1.25; }
    section.home article.excerpt {
      padding-top: 1rem;
      padding-right: 1rem;
      display: block; }
      section.home article.excerpt .title, section.home article.excerpt .categories {
        margin-top: 0; }
      section.home article.excerpt a.title {
        width: 100%;
        float: none; }
      section.home article.excerpt .categories {
        float: none;
        text-align: left;
        width: 100%; }

  section#overview, section#overview.resources {
    padding-right: 1rem; }
    section#overview h3, section#overview.resources h3 {
      margin: 0;
      padding-bottom: 0; }
      section#overview h3 .cat-title, section#overview.resources h3 .cat-title {
        display: block; }
    section#overview button, section#overview.resources button {
      display: none; }
    section#overview .browse, section#overview.resources .browse {
      margin-top: 0; }
    section#overview nav#mobile-submenu, section#overview.resources nav#mobile-submenu {
      display: block;
      position: relative;
      top: 0;
      font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
      font-size: 1.5rem;
      line-height: 1.25;
      clear: both;
      padding-bottom: .5rem; }
      section#overview nav#mobile-submenu i, section#overview nav#mobile-submenu em, section#overview.resources nav#mobile-submenu i, section#overview.resources nav#mobile-submenu em {
        font-family: 'Helvetica', 'Arial', sans-serif;
        font-style: italic;
        font-weight: normal; }
      section#overview nav#mobile-submenu ul, section#overview.resources nav#mobile-submenu ul {
        opacity: 0;
        overflow-y: hidden;
        height: 0;
        transition: all .35s;
        -webkit-transition: all .35s;
        -moz-transition: all .35s; }
        section#overview nav#mobile-submenu ul li.active, section#overview.resources nav#mobile-submenu ul li.active {
          display: none; }
      section#overview nav#mobile-submenu.show ul, section#overview.resources nav#mobile-submenu.show ul {
        overflow-y: auto;
        height: auto;
        opacity: 1; }
      section#overview nav#mobile-submenu .arrow, section#overview.resources nav#mobile-submenu .arrow {
        position: absolute;
        font-family: 'Union', 'Helvetica', 'Arial', sans-serif;
        font-size: 0.75rem;
        line-height: 1.25;
        transition: opacity .35s, background .35s, color .35s, fill .35s;
        -webkit-transition: opacity .35s, background .35s, color .35s, fill .35s;
        -moz-transition: opacity .35s, background .35s, color .35s, fill .35s;
        padding: .5rem 1rem .5rem 1rem;
        margin: 1rem;
        width: auto;
        border-radius: 5px;
        display: block;
        float: left;
        background: #ffefe8;
        margin: 0;
        height: 1rem;
        border-radius: 5rem;
        right: 0;
        top: -2rem; }
        section#overview nav#mobile-submenu .arrow i, section#overview nav#mobile-submenu .arrow em, section#overview.resources nav#mobile-submenu .arrow i, section#overview.resources nav#mobile-submenu .arrow em {
          font-family: 'Helvetica', 'Arial', sans-serif;
          font-style: italic;
          font-weight: normal; }
        section#overview nav#mobile-submenu .arrow:before, section#overview nav#mobile-submenu .arrow:after, section#overview.resources nav#mobile-submenu .arrow:before, section#overview.resources nav#mobile-submenu .arrow:after {
          content: '';
          position: absolute;
          width: 10px;
          height: 3px;
          background-color: #ff6220;
          top: 15px;
          transition: all .25s;
          -webkit-transition: all .25s;
          -moz-transition: all .25s; }
        section#overview nav#mobile-submenu .arrow:before, section#overview.resources nav#mobile-submenu .arrow:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 8px; }
        section#overview nav#mobile-submenu .arrow:after, section#overview.resources nav#mobile-submenu .arrow:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
          left: 14px; }
        section#overview nav#mobile-submenu .arrow.close:before, section#overview nav#mobile-submenu .arrow.close:after, section#overview.resources nav#mobile-submenu .arrow.close:before, section#overview.resources nav#mobile-submenu .arrow.close:after {
          content: '';
          position: absolute;
          width: 20px;
          height: 3px;
          background-color: #ff6220;
          top: 15px; }
        section#overview nav#mobile-submenu .arrow.close:before, section#overview.resources nav#mobile-submenu .arrow.close:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 6px; }
        section#overview nav#mobile-submenu .arrow.close:after, section#overview.resources nav#mobile-submenu .arrow.close:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
          left: 6px; }
    section#overview article.excerpt, section#overview.resources article.excerpt {
      width: 100%;
      float: none; }
      section#overview article.excerpt a.title, section#overview.resources article.excerpt a.title {
        width: 100%;
        float: none; }
      section#overview article.excerpt .categories, section#overview.resources article.excerpt .categories {
        float: none;
        text-align: left;
        width: 100%;
        margin-top: 0; }

  section#overview.resources article.excerpt {
    margin-left: 0 !important; }

  .category-resources #content {
    padding-top: 8rem; }

  #content {
    margin: 10rem 0 0 1rem;
    width: calc(100% - 1rem); }
    #content article.work {
      margin-top: 0; }
    #content article.work, #content article.post, #content article.resource {
      padding-right: 1rem; }
      #content article.work .entry-content h1.title, #content article.post .entry-content h1.title, #content article.resource .entry-content h1.title {
        font-size: 1.5rem;
        line-height: 1.25;
        margin: 0;
        float: none;
        padding-bottom: 2rem;
        padding-left: 0; }
      #content article.work .side-content, #content article.post .side-content, #content article.resource .side-content {
        float: none;
        width: 100%;
        margin-left: 0; }
        #content article.work .side-content .share, #content article.work .side-content .side-list, #content article.post .side-content .share, #content article.post .side-content .side-list, #content article.resource .side-content .share, #content article.resource .side-content .side-list {
          width: calc(calc(7% * 6 + 1.23% * 5) - 1.23%);
          margin-right: 0; }
        #content article.work .side-content .side-list, #content article.post .side-content .side-list, #content article.resource .side-content .side-list {
          float: none; }
        #content article.work .side-content .share, #content article.post .side-content .share, #content article.resource .side-content .share {
          float: right; }
      #content article.work .description, #content article.post .description, #content article.resource .description {
        clear: both;
        float: none;
        width: 100%;
        padding-top: 2rem; }
      #content article.work figure, #content article.post figure, #content article.resource figure {
        width: 100% !important;
        padding-left: 0 !important;
        margin-left: 0 !important; }
        #content article.work figure.small.right.tall, #content article.work figure.small.right.wide, #content article.post figure.small.right.tall, #content article.post figure.small.right.wide, #content article.resource figure.small.right.tall, #content article.resource figure.small.right.wide {
          padding-left: 0 !important; }
    #content article.post .entry-content .content {
      width: 100%; }
    #content article.post .entry-content h1.title, #content article.post .entry-content .description {
      width: 100%; }
    #content article.post .entry-content h1.title {
      padding: 2rem 0 0 0; }
    #content article.post .entry-content .description p {
      margin-right: 0; }
    #content article.post .entry-content .images {
      float: none;
      clear: both;
      width: 100%;
      margin-left: 0; }
    #content article.resource h1.title {
      width: 100%;
      position: relative;
      padding-left: 0;
      top: inherit;
      left: inherit; }
    #content article.resource.category-resources {
      background-color: white; }
    #content article.the-firm .about {
      top: inherit;
      position: relative;
      font-size: 1.5rem;
      line-height: 1.25;
      left: inherit;
      width: calc(100% - 1rem); }
    #content article.the-firm section {
      float: none;
      width: calc(100% - 1rem);
      margin-left: 0;
      padding: 1rem 1rem 0 0; }
      #content article.the-firm section h3 {
        width: calc(100% - 1rem); }
      #content article.the-firm section.office h3 {
        width: 50%;
        float: left; }
      #content article.the-firm section.office .slide {
        width: 50%;
        float: left;
        position: relative; }
      #content article.the-firm section.office .slider {
        clear: both; }
      #content article.the-firm section.contact .acf-map {
        height: 50vh; }
      #content article.the-firm section.people {
        display: block; }
        #content article.the-firm section.people .staff {
          width: calc(100% - 1rem);
          display: block; }
          #content article.the-firm section.people .staff:not(:last-of-type) {
            padding-bottom: 1rem; }
          #content article.the-firm section.people .staff figure {
            float: left;
            clear: both;
            width: 3rem;
            height: 3rem;
            margin-top: .3rem; }
          #content article.the-firm section.people .staff .info {
            padding: 0 0 0 1rem;
            float: left; }
          #content article.the-firm section.people .staff .expand {
            width: calc(100% - 3rem);
            left: inherit;
            padding: 1rem 0 0 1rem; }
            #content article.the-firm section.people .staff .expand .bio {
              width: 100%;
              column-count: 1; }
              #content article.the-firm section.people .staff .expand .bio p:not(:first-of-type) {
                text-indent: 0;
                margin-top: 1rem; }
            #content article.the-firm section.people .staff .expand .selected {
              display: none; }
          #content article.the-firm section.people .staff .point {
            clear: both; }
          #content article.the-firm section.people .staff.show .expand {
            padding: 1rem; }
          #content article.the-firm section.people .staff.show .point {
            margin-top: 5rem;
            border-left: 2rem solid transparent;
            border-right: 2rem solid transparent;
            border-bottom: 2rem solid #ffefe8;
            opacity: 1;
            margin: auto; }

  .resource-browser button.prev {
    left: 1rem; }
  .resource-browser .resource-object .resource-title {
    max-width: 50vw; }
    .resource-browser .resource-object .resource-title .categories {
      margin-left: 0;
      display: block; }
  .resource-browser .resource-object section.resource-excerpt {
    display: table;
    height: 100vh;
    margin: 0 auto 0 auto; }
    .resource-browser .resource-object section.resource-excerpt p {
      font-size: 1.25rem;
      line-height: 1.25;
      max-width: calc(100% - 2rem);
      padding: 0 4rem 0 4rem; }

  .search-results form, .search-no-results form, .error404 form {
    z-index: 2; }
    .search-results form .glass, .search-no-results form .glass, .error404 form .glass {
      top: .5rem; }
  .search-results .mobile-menu:before, .search-results .mobile-menu:after, .search-no-results .mobile-menu:before, .search-no-results .mobile-menu:after, .error404 .mobile-menu:before, .error404 .mobile-menu:after {
    background-color: white; }
  .search-results #content .wrap, .search-no-results #content .wrap, .error404 #content .wrap {
    padding-right: 1rem; }
    .search-results #content .wrap .results, .search-no-results #content .wrap .results, .error404 #content .wrap .results {
      font-size: 1.5rem;
      line-height: 1.25;
      line-height: 1.2; }

  .search-overlay.featherlight button, .error404 button, .lightbox button, .search-results button, .search-no-results button {
    top: 1rem;
    right: 1rem;
    padding: 0; }
    .search-overlay.featherlight button:before, .search-overlay.featherlight button:after, .error404 button:before, .error404 button:after, .lightbox button:before, .lightbox button:after, .search-results button:before, .search-results button:after, .search-no-results button:before, .search-no-results button:after {
      height: 3px; }
    .search-overlay.featherlight button.close:before, .error404 button.close:before, .lightbox button.close:before, .search-results button.close:before, .search-no-results button.close:before {
      left: 6px; }
    .search-overlay.featherlight button.close:before, .search-overlay.featherlight button.close:after, .error404 button.close:before, .error404 button.close:after, .lightbox button.close:before, .lightbox button.close:after, .search-results button.close:before, .search-results button.close:after, .search-no-results button.close:before, .search-no-results button.close:after {
      height: 3px; }
  .search-overlay.featherlight form, .error404 form, .lightbox form, .search-results form, .search-no-results form {
    left: 1rem;
    top: 50%;
    margin-top: -40px;
    margin-left: 0;
    width: calc(100% - 4rem); }
    .search-overlay.featherlight form .glass, .error404 form .glass, .lightbox form .glass, .search-results form .glass, .search-no-results form .glass {
      top: .5rem;
      left: .5rem; }
      .search-overlay.featherlight form .glass svg, .error404 form .glass svg, .lightbox form .glass svg, .search-results form .glass svg, .search-no-results form .glass svg {
        height: 1.25rem;
        max-width: 1.25rem; }
    .search-overlay.featherlight form input[type="search"], .error404 form input[type="search"], .lightbox form input[type="search"], .search-results form input[type="search"], .search-no-results form input[type="search"] {
      width: calc(100% - 1rem);
      font-size: 1rem;
      line-height: 1.25;
      height: 20px;
      padding: .5rem 1rem .5rem 2rem; }
      .search-overlay.featherlight form input[type="search"]:focus, .error404 form input[type="search"]:focus, .lightbox form input[type="search"]:focus, .search-results form input[type="search"]:focus, .search-no-results form input[type="search"]:focus {
        padding: .5rem 1rem .5rem 2rem; }
    .search-overlay.featherlight form input[type="submit"].search-submit, .error404 form input[type="submit"].search-submit, .lightbox form input[type="submit"].search-submit, .search-results form input[type="submit"].search-submit, .search-no-results form input[type="submit"].search-submit {
      right: -1.5rem;
      top: .5rem;
      background-position-y: 1px;
      background-position-x: 8px;
      background-size: 21px;
      font-size: 1rem;
      line-height: 1.25;
      line-height: 1;
      left: initial; }
  .search-overlay.featherlight .featherlight-content .logo, .error404 .featherlight-content .logo, .lightbox .featherlight-content .logo, .search-results .featherlight-content .logo, .search-no-results .featherlight-content .logo {
    top: 4rem; }

  .search-results form, .search-no-results form {
    top: 1rem;
    margin-top: 0;
    width: calc(7% * 6 + 1.23% * 5); }

  .lightbox .featherlight-content {
    max-width: 100%;
    height: auto !important; }

  footer {
    padding-top: 3rem; }
    footer #footer-bottom {
      height: 14rem; }
      footer #footer-bottom nav {
        display: none; }
      footer #footer-bottom .logo.tooltip {
        position: relative;
        top: 1rem;
        bottom: inherit; }
      footer #footer-bottom .contact {
        position: relative;
        width: 50%;
        margin-left: 1rem;
        top: inherit;
        right: inherit;
        padding: 1rem 0 2rem 0; }
    footer .entry-related {
      display: block; }
      footer .entry-related h3 {
        margin-left: 0; }
      footer .entry-related .related-news, footer .entry-related .related-work, footer .entry-related .related-work.single {
        display: block;
        float: none;
        width: calc(100% - 2rem);
        margin-left: 1rem; }
        footer .entry-related .related-news .related-project, footer .entry-related .related-work .related-project, footer .entry-related .related-work.single .related-project {
          width: 100%;
          margin: 0 !important;
          padding-bottom: 2rem; }
      footer .entry-related .related-news .wrap {
        padding: 1rem 0 1rem 1rem;
        width: calc(100% - 1rem); }
      footer .entry-related .related-work {
        padding-left: 0; }
        footer .entry-related .related-work.single h3 {
          margin-left: 0; }
      footer .entry-related .news-footer h3 {
        margin-left: 1rem; }
      footer .entry-related .news-footer .wrapper {
        width: calc(50vw - 2.5rem);
        height: 8rem;
        padding: 1rem 1rem 0 1rem; }
      footer .entry-related .news-footer a.news-item {
        font-size: 1rem;
        line-height: 1.25; }
        footer .entry-related .news-footer a.news-item:nth-of-type(2) {
          margin-left: 3.69%; }

  .error404 form {
    left: .5rem; }
  .error404 h1 {
    top: 0;
    left: 0;
    margin-left: 0;
    width: calc(7% * 9 + 1.23% * 8); } }
