* {
  box-sizing: border-box; }

html {
  font-family: Georgia, serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  background-color: #352E3E;
  -webkit-text-size-adjust: none; }

body {
  margin: 15px;
  margin-bottom: 12px; }

html.light {
  background-color: #fff; }

html.light header {
  color: #000; }

html.light nav {
  min-height: initial; }

html.light nav header {
  display: none; }

html.light nav .box.note {
  border: 1px dotted #000; }

html.light nav .box.note:hover {
  border: 1px solid #000; }

header {
  color: #fff;
  line-height: 1.3; }
  header a {
    color: #000;
    text-decoration: none; }
  header #top-spiral {
    margin-left: -3px; }

.no-selection a {
  text-decoration: none;
  border-bottom: 1px dotted #000;
  color: #000; }
  .no-selection a:hover {
    border-bottom-style: solid; }

#mobile-greeting {
  display: none;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  margin-top: 1em; }

.mobile-menu-button {
  display: none !important;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  padding: 11px;
  border: 1px dotted #000;
  display: inline-block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 13px; }
  .mobile-menu-button:hover {
    border-style: solid; }

.mobile-menu-button.open {
  border-style: solid; }

nav {
  background: #fff;
  display: block;
  background: transparent;
  box-sizing: border-box; }

#homepage-content {
  margin-bottom: 100vh; }

h2 {
  font-size: 1em;
  font-weight: normal;
  background: yellow;
  display: inline-block;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  padding: 2px 6px;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative; }

h2:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background: -webkit-linear-gradient(right, rgba(255, 255, 0, 0), yellow);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, rgba(255, 255, 0, 0), yellow);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, rgba(255, 255, 0, 0), yellow);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, rgba(255, 255, 0, 0), yellow);
  /* Standard syntax (must be last) */ }

h2.normal {
  background: #fff; }

h2.normal:after {
  background: transparent !important; }

h2.approach-home-title {
  margin-bottom: 0.5em; }

.box {
  padding: 4px 6px;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 13.5em;
  height: 13.5em;
  background: #fff;
  box-sizing: border-box;
  margin: 0 7px 7px 0; }
  .box span {
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%; }
  .box .essay-addition,
  .box .interview-addition {
    margin-top: 1em;
    display: block; }
  .box a .label .title {
    display: block; }

.box.interview.essay {
  background: #000 !important;
  color: #fff !important; }

html.light nav.wide {
  width: 100%;
  min-height: initial; }

html.light #menu a {
  color: #000;
  border-color: #000; }

nav .list a {
  color: #000 !important;
  border-bottom: 1px dotted #000 !important; }

nav .list a:hover {
  border-bottom: 1px solid #000 !important;
  background: white !important;
  color: #000 !important; }

nav .box {
  font-family: Georgia;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 13.5em;
  height: 13.5em;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 5px 9px 0; }
  nav .box.note, nav .box.note:hover {
    border: 1px solid #fff; }

nav .box.wildcard {
  font-family: Georgia;
  display: inline-block;
  vertical-align: top;
  height: 13.5em;
  font-size: 20px;
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 15px;
  box-sizing: border-box;
  margin: 0 5px 9px 0; }
  nav .box.wildcard .date {
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%;
    position: absolute;
    top: 6px;
    left: 7px;
    color: #fff; }
  nav .box.wildcard .label {
    margin: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center;
    vertical-align: middle;
    color: #fff; }

.wild-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 114; }

.wild-theater {
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.wild-stage {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  padding: 11px;
  max-height: 100%;
  max-width: 100%;
  display: none; }

.wild-stage img {
  z-index: 114;
  cursor: pointer;
  max-height: 100%;
  max-width: 100%; }

#wild-theater-open {
  cursor: pointer; }

.wild-stage .image-container #last {
  cursor: alias; }

.wildcard .label .title-show {
  display: none; }

.label-center {
  margin: auto;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center;
  display: flex;
  width: 100%;
  height: 100%; }

.image-container a {
  width: 100%;
  height: 100%;
  cursor: alias; }

@media (max-width: 535px) {
  nav .box.wildcard {
    border: 1px solid #000; }
    nav .box.wildcard .date {
      color: #000; }
    nav .box.wildcard .label {
      color: #000; }

  .wild-stage {
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111; }

  .wild-stage #next, .wild-stage #url {
    display: inline-block;
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%;
    position: fixed;
    border-bottom: 1px dotted #000;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    color: #000;
    z-index: 222;
    cursor: pointer; }

  .wild-stage #url a {
    color: #000;
    text-decoration: none; }

  #wild-close {
    display: inline-block;
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%;
    position: fixed;
    border-bottom: 1px dotted #000;
    text-decoration: none;
    bottom: 20px;
    left: 20px;
    color: #000;
    z-index: 222;
    cursor: pointer; }

  .wild-stage img {
    padding-bottom: 40px; } }
@media (min-width: 536px) {
  #wild-close {
    visibility: hidden; }

  .wild-stage #next {
    visibility: hidden; }

  .wild-stage #url {
    visibility: hidden; }

  .wild-stage img {
    padding-bottom: 0px; } }
nav .box a {
  color: inherit;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative; }
  nav .box a .date {
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%;
    position: absolute;
    top: -10px;
    left: -8px; }
  nav .box a .label {
    margin: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center; }

nav .list a {
  color: #000 !important;
  border-bototm: 1px dotted #000 !important; }

nav .list a:hover {
  border-bottom: 1px solid #000 !important; }

nav .box.note {
  background: #fff;
  border: 1px solid #fff; }
  nav .box.note .date,
  nav .box.note .label {
    color: #000; }
  nav .box.note:hover {
    border: 1px solid #fff; }

nav .box.email {
  background: transparent !important;
  border: 1px solid #fff;
  position: relative;
  padding: 0 !important; }
  nav .box.email span {
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }
  nav .box.email span.hover {
    display: none; }
  nav .box.email a {
    color: #fff; }
  nav .box.email:hover {
    background: white; }
    nav .box.email:hover span.hover {
      display: block; }
    nav .box.email:hover span.default {
      display: none; }
  nav .box.email .graphic {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/images/email-box.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }

nav .box.note.year-end {
  background: #FFEB51;
  border-color: #FFEB51; }

nav .archive-label, nav .tagged, nav .see-all {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  color: #000;
  margin-bottom: 1em; }

.tagged.shown {
  margin-top: 2em;
  padding: 2px 6px; }

nav a.see-all {
  text-decoration: none;
  border-bottom: 1px dotted #000; }
  nav a.see-all:hover {
    border-bottom: 1px solid #000; }

/*
nav .list {
  font-family: Courier, 'Courier New', monospace;
  font-size: $courier-size;
  .letter {
    border-width: 1px;
    border-style: solid;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: $gutter;
    &:not(:first-child) {
      margin-top: $gutter;
    }
  }
  a {
    display: inline-block;
    margin-bottom: 0.5em;
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #fff;
  }
}
*/
video {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 2s opacity; }
  video.shown {
    opacity: 1; }

#mobile-title {
  display: none;
  margin-bottom: 15px; }

.tag, .tagged {
  display: none; }

.tagged.shown {
  display: block; }

.tag.shown {
  display: block; }

.tag ul {
  margin: 0;
  margin-top: 1em;
  padding: 0;
  list-style-type: none; }
.tag a {
  color: #000;
  text-decoration: none; }

a#return {
  color: #fff;
  padding: 11px;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none; }
  a#return:hover {
    background: #fff;
    color: #000; }

html.light a#return {
  margin-top: 2em;
  border: 1px dotted #000;
  color: #000; }
  html.light a#return:hover {
    border-style: solid; }

hr {
  border: 0;
  border-bottom: 1px dotted #000;
  margin: 1.5em 0; }

.previous {
  margin: 1em 0;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%; }
  .previous a {
    border-bottom: 1px dotted #000;
    text-decoration: none;
    color: #000;
    margin-bottom: 0.5em;
    display: inline-block; }
  .previous a:hover {
    border-bottom: 1px solid #000; }

input {
  width: 100%;
  border: 1px solid #fff;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  -webkit-font-smoothing: antialiased;
  padding: 11px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus {
  border: 1px solid #fff; }

input.button {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  margin-top: 0.5em;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  background: transparent; }

input.button:hover {
  background: #fff;
  color: #000; }

#mc_embed_signup div.mce_inline_error,
#mce-error-response,
#mce-success-response {
  margin: 0.5em 0 1em !important;
  padding: 0 !important;
  color: #000 !important;
  background-color: transparent !important;
  font-weight: normal !important;
  font-family: Courier, monospace !important;
  font-size: 80% !important; }

#mce-error-response,
#mce-success-response {
  color: #000 !important; }
  #mce-error-response a,
  #mce-success-response a {
    text-decoration: none;
    color: green !important;
    border-bottom: 1px dotted green !important; }
  #mce-error-response a:hover,
  #mce-success-response a:hover {
    border-bottom: 1px solid green !important; }

textarea, input {
  outline: none; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

.mergerow-email {
  display: inline-block;
  margin-right: 0.25em; }

.clear {
  display: inline-block; }

#top-spiral {
  width: 111px;
  height: 101px;
  background: url("/images/logo-spiral.svg") no-repeat;
  background-size: 100% 100%; }

a#top-spiral {
  display: inline-block; }

#top-spiral.home {
  background: url("/images/logo-spiral-white.svg"); }

#mailing-list .info {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  color: #fff; }

#bottom-bar {
  position: fixed;
  background: #fff;
  padding: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%; }

#bottom-bar:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: -15px;
  width: 100%;
  height: 15px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  /* Standard syntax (must be last) */ }

/* MENU BUTTONS */
#menu {
  margin: 0.75em 0 0; }

#menu a {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  color: #fff;
  padding: 11px;
  border: 1px dotted #000;
  display: inline-block;
  text-decoration: none;
  margin-right: 4px;
  margin-bottom: 8px; }

#menu a.current {
  border-style: solid; }

#menu a:hover {
  border-style: solid; }

#menu a.facebook,
#menu a.twitter,
#menu a.instagram,
#menu a.rss,
#menu a.email {
  display: inline-block;
  width: 43px;
  height: 43px;
  vertical-align: -24px;
  padding: 10px;
  box-sizing: border-box; }

#menu a .light {
  display: none; }
#menu a .dark {
  display: block; }

#homepage-content #menu a {
  border: 1px solid #fff; }

#homepage-content #menu a .light {
  display: block; }
#homepage-content #menu a .dark {
  display: none; }
#homepage-content #menu a:hover .light {
  display: none; }
#homepage-content #menu a:hover .dark {
  display: block; }

#homepage-content #menu a.current {
  background: #fff;
  color: #000; }

#homepage-content #menu a:hover {
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000; }

#menu img {
  height: 100%;
  width: 100%; }

#items {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  line-height: 1.4; }

#items a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000;
  margin-left: 6px; }
  #items a:hover {
    border-bottom: 1px solid #000; }

#items .letter {
  display: inline-block;
  background: #f0f0f0;
  padding: 2px 6px;
  margin-top: 1em;
  margin-bottom: 0.25em; }

#people {
  font-family: Courier, 'Courier New', monospace;
  line-height: 1.4; }

#people a {
  text-decoration: none;
  color: #000; }

#people .letter-anchor {
  display: block;
  background: #ffffff;
  border-bottom: 1px dotted #000;
  font-size: 250%;
  padding: 2px 6px;
  margin-top: 1em;
  margin-bottom: 0.25em; }

#alphabet {
  margin-left: 5px; }

#alphabet .letter {
  display: inline-block;
  background: #f0f0f0;
  font-size: 100%;
  padding: 2px 6px;
  margin-bottom: 0.25em;
  border: solid 1px #fff;
  margin-right: -5px; }

#alphabet .letter:hover {
  border: solid 1px #000; }

.letter:first-child {
  margin-top: 0; }

.columns {
  box-sizing: border-box; }

.column {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 13.5em;
  margin-right: 5px;
  padding: 6px 2px; }
  .column u {
    margin: 2px 6px;
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%;
    text-decoration: none;
    display: block;
    margin-bottom: 0.9em; }

#items {
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  line-height: 1.4; }

#items a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #000; }
  #items a:hover {
    border-bottom: 1px solid #000; }

a.bio-container {
  border: 1px dotted #000;
  color: #000;
  margin: 0 0 9px 0;
  padding: 11px;
  width: 13.5em;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  text-decoration: none; }
  a.bio-container:hover {
    border-style: solid; }
  a.bio-container h2 {
    background: transparent;
    padding: 0;
    font-weight: bold;
    margin: 0;
    margin-top: 0.5em; }
  a.bio-container h2:after {
    display: none; }
  a.bio-container .content {
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%; }

.passport {
  width: 111px;
  height: 111px; }
  .passport img {
    max-width: 111px; }

html.light #footer .under-construction {
  display: none; }

html.light #footer a.button {
  display: inline-block !important; }

.home #footer {
  color: #fff !important; }
  .home #footer a {
    color: #fff;
    border-bottom-color: #fff; }
  .home #footer a:hover {
    border-bottom-color: #fff; }

.extension-home-link {
  text-decoration: none; }

.extension-home-circle {
  display: table-cell;
  background-color: #fff;
  border-radius: 50%;
  width: 275px;
  height: 275px;
  text-align: center;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  text-decoration: none;
  vertical-align: middle;
  color: #000; }

#approaches {
  margin-bottom: 1em; }

nav .box.approach {
  background: transparent;
  border: 1px solid #fff;
  color: #fff; }
  nav .box.approach:hover {
    background: #fff;
    color: #000; }
    nav .box.approach:hover .title {
      font-weight: bold; }

.approach .portraits {
  position: absolute;
  top: -10px;
  left: -8px;
  display: inline-block; }

.portraits .color {
  display: inline-block;
  width: 16px;
  height: 16px; }

.approach .subtitle {
  display: inline-block;
  margin-top: 1em;
  margin-left: 0.25em; }

.mantra {
  font-size: 1em;
  font-weight: normal;
  background: yellow;
  display: inline-block;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  padding: 2px 6px;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 2em;
  position: absolute;
  top: 0;
  right: 0;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

@media (max-width: 690px) {
  #mailing-list {
    position: static; }

  .extension-home-circle {
    border: 1px #000 solid; } }
@media (max-width: 535px) {
  html {
    background-color: #fff; }

  body, header {
    color: #000; }

  video {
    display: none; }

  .column {
    margin-top: 1em;
    padding: 0; }

  .column:first-child {
    margin-top: 0 !important; }

  #homepage-content {
    margin-bottom: 0; }

  #homepage-content #menu a .light {
    display: none; }
  #homepage-content #menu a .dark {
    display: block; }

  .mobile-menu-button {
    display: block !important; }

  #mobile-greeting {
    display: block; }

  #menu {
    display: none; }

  header {
    position: static; }

  input {
    border: 1px dotted #000; }
    input:focus {
      border: 1px solid #000; }
    input.button, input.button:hover {
      border: 1px solid #000;
      color: #000; }

  #top-spiral.home {
    background: url("/images/logo-spiral.svg"); }

  nav {
    position: relative;
    box-sizing: border-box;
    background-color: transparent; }
    nav .box {
      width: 100%;
      margin-right: 0;
      margin-bottom: 13px; }
      nav .box a .label .title {
        display: block; }
      nav .box a .label .name {
        display: none; }
    nav .box.note {
      border: 1px dotted #000; }
      nav .box.note:hover {
        border: 1px dotted #000; }
    nav .box.email {
      border: 1px solid #000; }
      nav .box.email .graphic {
        background: url("/images/email-box-black.svg");
        background-size: 100% auto;
        background-repeat: no-repeat; }
      nav .box.email a {
        color: #000; }

  #menu a {
    color: #000 !important;
    border: 1px dotted #000 !important; }
    #menu a.current {
      border-style: solid !important; }

  html.light nav {
    position: relative;
    min-height: initial; }
    html.light nav header {
      position: relative;
      padding: 0;
      display: block;
      margin-bottom: 1em; }
  html.light nav.wide {
    width: 100%;
    position: relative;
    margin-top: 0; }
  html.light nav .box.note {
    border: 1px solid #000; }

  nav .box.approach {
    border: 1px dotted #000;
    color: #000; }
    nav .box.approach .title {
      font-weight: bold; } }
@media (-webkit-video-playable-inline) {
  video {
    display: block; }

  video.shown {
    opacity: 0.1; } }
/* Crying overrides */
