* {
  box-sizing: border-box; }

html {
  font-family: Georgia, serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  background-color: #917826;
  -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.wisdom {
  border: 1px dotted transparent; }

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; }

.ellipsis span#a {
  display: inline; }

.ellipsis:hover span#a {
  display: none; }

.ellipsis span#b {
  display: none; }

.ellipsis:hover span#b {
  display: inline; }

.symbol {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
  display: block;
  margin: 10px;
  margin-right: auto;
  margin-left: auto; }

.close {
  background: #fff;
  cursor: pointer; }

#items-homepage {
  color: #fff;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%;
  line-height: 1.8; }

.weekly-focus {
  color: #fff;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%; }
  .weekly-focus .weekly-title {
    font-size: 230%;
    display: inline-block;
    margin-bottom: 20px;
    border-right: 1px dotted #fff;
    padding-right: 20px; }
  .weekly-focus a.weekly-item {
    padding: 10px;
    margin-bottom: 8px;
    text-decoration: none; }
  .weekly-focus a.weekly-button {
    color: #000;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff; }
  .weekly-focus a.weekly-button:hover {
    color: #000;
    background: #fff; }
  .weekly-focus .weekly-date {
    display: inline;
    padding-left: 10px; }
  .weekly-focus .weekly-description {
    background: #fff;
    color: #000;
    display: inline;
    padding: 8px 0 8px 0;
    line-height: 2.5;
    margin-bottom: 20px; }

#items-homepage a {
  color: #fff;
  text-decoration: none;
  padding: 2px 6px;
  display: block;
  border: 1px dotted #fff;
  border-bottom: none; }

#items-homepage a:last-child {
  border-bottom: 1px dotted #fff !important; }

#items-homepage a:hover {
  background: #fff;
  color: #000; }

#show-more-button-focuses, #show-more-button-themes, #show-more-button-disciplines {
  cursor: pointer;
  border-bottom: 1px dotted #fff !important; }

.show-more-focuses, .show-more-themes, .show-more-disciplines {
  display: none; }

.search-box {
  background: url("/images/search.svg") !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  color: #fff !important; }
  .search-box .title {
    font-size: 100%;
    color: #fff !important; }

@media (max-width: 535px) {
  .search-box {
    display: none !important; }

  #items-homepage a {
    color: #000;
    border: 1px dotted #000;
    border-bottom: none;
    width: 100%; }

  .temp-mobile {
    border-bottom: 1px dotted #000 !important; }

  .column {
    width: 100% !important; }

  #items-homepage a:last-child {
    border-bottom: 1px dotted #000 !important; }

  #show-more-button-focuses, #show-more-button-themes, #show-more-button-disciplines {
    border-bottom: 1px dotted #000 !important; } }
.ask-tci {
  font-family: Courier, 'Courier New', monospace !important;
  background-color: #000 !important;
  color: #fff !important; }
  .ask-tci .date {
    margin-bottom: .5em; }
  .ask-tci .date, .ask-tci textarea, .ask-tci .label-onload {
    font-size: 80% !important; }
  .ask-tci .label {
    display: none; }
  .ask-tci .label-onload {
    width: 100%;
    height: 210px;
    border: 1px dotted #ffff;
    resize: none;
    padding: 11px;
    cursor: text;
    word-wrap: break-word; }
  .ask-tci .label-onload:hover {
    border: 1px solid #ffff; }
  .ask-tci form textarea {
    width: 100%;
    height: 130px;
    border: 1px dotted #ffff;
    resize: none;
    padding: 11px; }
  .ask-tci form .email-field {
    width: 100%;
    color: #fff !important;
    border: 1px dotted #ffff;
    resize: none;
    padding: 11px; }
  .ask-tci form ::placeholder {
    color: #fff !important; }
  .ask-tci form .submit {
    border: none;
    color: #fff;
    cursor: pointer; }
  .ask-tci form .submit:hover {
    font-weight: bold !important; }
  .ask-tci form input {
    background: transparent; }
  .ask-tci .blinking-cursor {
    color: #fff;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite; }
@keyframes "blink" {
  from, to {
    color: transparent; }
  50% {
    color: #fff; } }
@-moz-keyframes blink {
  from, to {
    color: transparent; }
  50% {
    color: #fff; } }
@-webkit-keyframes "blink" {
  from, to {
    color: transparent; }
  50% {
    color: #fff; } }
.arena-recs {
  border: 1px dotted #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: alias;
  display: inline-flex !important;
  align-items: center; }
  .arena-recs .book {
    margin: auto; }
  .arena-recs img#large {
    max-height: 240px;
    max-width: 240px;
    margin: auto;
    display: block;
    filter: grayscale(100%); }
  .arena-recs img#small {
    max-height: 80px;
    max-width: 80px;
    display: block;
    margin-bottom: 1em; }
  .arena-recs p {
    margin-top: 0 !important; }
  .arena-recs a {
    border-bottom: 1px dotted #000 !important;
    display: inline !important; }
  .arena-recs span.hover {
    display: none; }
  .arena-recs:hover {
    background: white; }
    .arena-recs:hover span.hover {
      display: block; }
    .arena-recs:hover img#large {
      display: none; }

.extension-container {
  margin: 0 auto 1em;
  width: 265px;
  display: inline; }

.extension-circle {
  border-radius: 50%;
  font-size: 80%;
  width: 265px;
  height: 265px;
  text-align: center;
  line-height: 265px;
  background-color: #fff;
  display: inline-block;
  font-family: Courier, 'Courier New', monospace; }

.extension-link {
  text-decoration: none;
  color: #000; }

.extension-button {
  margin-top: 20px;
  font-family: Courier, 'Courier New', monospace;
  font-size: 1em;
  border: 1px dotted #000;
  padding: 11px;
  color: #000;
  background-color: #FFF; }

.extension-button:hover {
  border: 1px solid #000;
  cursor: pointer; }

.email-inline {
  display: inline !important; }

.emails {
  display: none;
  font-family: Courier, 'Courier New', monospace; }
  .emails .email-container {
    display: inline-block; }
  .emails .boxes-container {
    display: inline; }
  .emails .box {
    padding: 8px 11px;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 13.5em;
    height: 13.5em;
    background: #fff;
    box-sizing: border-box;
    margin: 0 !important;
    border: 1px dotted #000;
    line-height: 1.3;
    position: relative;
    margin: 0 5px 9px 0; }
    .emails .box span {
      font-family: Courier, 'Courier New', monospace;
      font-size: 80%; }
    .emails .box .info {
      position: absolute;
      bottom: 11px;
      left: 11px;
      opacity: 0.3; }
    .emails .box button {
      display: block;
      width: 100%;
      font-family: Courier, 'Courier New', monospace;
      font-size: 80%;
      background-color: #fff;
      padding: 10px 0 10px 0;
      border-radius: 15px;
      margin: 0 auto;
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      bottom: 5%;
      border: 1px dotted #000; }
  .emails .form-daily-email, .emails .form-weekly-digest, .emails .form-approaches, .emails .form-events {
    display: none;
    margin: 0 auto;
    font-family: Courier, 'Courier New', monospace;
    font-size: 80%;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 5%; }
  .emails .input-daily-email, .emails .input-weekly-digest, .emails .input-approaches, .emails .input-events {
    width: 75%;
    float: left;
    margin: 0; }
  .emails .subscribe-daily-button, .emails .subscribe-weekly-button, .emails .subscribe-approaches-button, .emails .subscribe-events-button {
    cursor: pointer; }
  .emails .button-daily-email, .emails .button-weekly-digest, .emails .button-approaches, .emails .button-events {
    padding: 12px 2px 12px 2px;
    background-color: #fff;
    color: #000;
    border: 1px dotted #000;
    width: 20%;
    border-radius: 50px;
    float: right;
    margin: 0;
    cursor: pointer; }
  .emails .box.static {
    border-color: #fff;
    line-height: 1; }
    .emails .box.static a {
      color: #000; }
  .emails .sticker {
    background: #fff;
    font-family: Courier, 'Courier New', monospace;
    box-shadow: 0px 0px 20px 0px #dfdfdf;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: -1.5em;
    right: 1.5em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80%;
    text-transform: uppercase;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    display: none; }
  .emails .sticker.plain {
    background: transparent;
    box-shadow: 0px 0px 0px 0px;
    -webkit-transform: rotate(-22deg);
    -moz-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
    display: none; }
  .emails input {
    width: 100%;
    border: 1px dotted #000;
    font-family: Courier, 'Courier New', monospace;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    padding: 11px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .emails input:focus {
    border: 1px solid #000; }
  .emails input.button {
    font-family: Courier, 'Courier New', monospace;
    font-size: 100%;
    margin-top: 0.5em;
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    background: white;
    border: 1px dotted #000;
    cursor: pointer;
    background: transparent; }
  .emails input.button:hover {
    border: 1px solid #000; }
  .emails textarea, .emails input {
    outline: none; }
  .emails ::-webkit-input-placeholder {
    color: #000; }
  .emails :-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  .emails ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .emails :-ms-input-placeholder {
    color: #000; }
  .emails .box.static a {
    color: #000;
    display: inline !important;
    border-bottom: 1px dotted #000; }
  .emails .box.static a:hover {
    border-bottom: 1px solid #000; }

.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; }
  nav 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; }
  nav 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), #ffff01);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(255, 255, 0, 0), #ffff01);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(255, 255, 0, 0), #ffff01);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(255, 255, 0, 0), #ffff01);
    /* Standard syntax (must be last) */ }

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

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; }

  nav .box.wisdom-home .label, nav .box.wisdom-home .date {
    color: #000 !important; }

  .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.wisdom {
  background: transparent !important;
  border: 1px solid transparent; }
  nav .box.wisdom .date,
  nav .box.wisdom .label {
    color: #000; }
    nav .box.wisdom .date .image,
    nav .box.wisdom .label .image {
      width: 20px;
      height: 20px;
      display: block;
      margin: 0 auto 20px auto; }
    nav .box.wisdom .date .quote,
    nav .box.wisdom .label .quote {
      margin: 0 0 20px 0; }
  nav .box.wisdom:hover {
    border: 1px solid #fff; }

nav .box.guide-home {
  background-color: #fffbe0 !important; }
  nav .box.guide-home .author {
    margin-top: 1em;
    display: block; }

nav .box.wisdom-home .label, nav .box.wisdom-home .date {
  color: #fff; }

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;
  color: #fff;
  cursor: pointer;
  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 .box.wisdom {
  -webkit-box-shadow: inset -7px -7px 16px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset -7px -7px 16px 3px rgba(0, 0, 0, 0.18);
  box-shadow: inset -7px -7px 16px 3px rgba(0, 0, 0, 0.18); }

/*
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;
  }
}
*/
.homepage-video video {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 2s opacity; }
  .homepage-video video.shown {
    opacity: 1;
    filter: brightness(70%); }

#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%;
  background-repeat: no-repeat !important; }

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,
#menu a.arena {
  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: block; }
#homepage-content #menu a:hover .dark {
  display: none; }

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

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

#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; }

.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; }
  .bio-container:hover {
    border-style: solid; }
  .bio-container h2 {
    background: transparent;
    padding: 0;
    font-weight: bold;
    margin: 0;
    margin-top: 0.5em; }
  .bio-container h2:after {
    display: none; }
  .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; }

.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, .series .portraits {
  position: absolute;
  bottom: -10px;
  left: -8px;
  display: inline-block; }

a.series {
  background: #fff;
  color: #000; }

.portraits .color {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px dotted #fff; }

.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); }

.arena-collab {
  background-color: #d2d2d2 !important;
  border: 1px solid #d2d2d2 !important; }

.transmission {
  background-color: #cad6ff !important;
  border: 1px solid #cad6ff !important; }

.bell {
  background: url("/images/bell.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin: auto;
  display: block; }

@media (max-width: 690px) {
  #mailing-list {
    position: static; } }
@media (-webkit-video-playable-inline) {
  .homepage-video video {
    display: block; }

  .homepage-video video.shown {
    opacity: 1; } }
@media (max-width: 535px) {
  html {
    background-color: #fff; }

  body, header {
    color: #000; }

  .homepage-video video {
    display: none; }

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

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

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

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

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

  #mobile-greeting {
    display: block; }

  #menu {
    display: block; }

  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; }

  .extension-circle, .arena-recs {
    border: 1px #000 solid !important; }

  #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; }
    nav .newest {
      color: #000; }
      nav .newest section {
        display: block;
        margin-bottom: 1em; }
      nav .newest .comma {
        display: none; }
      nav .newest .archive-link {
        background: yellow;
        color: #000; }
      nav .newest .approach, nav .newest .wisdom, nav .newest .note {
        background: #e2e2e2;
        color: #000; }
    nav .people {
      border: 1px dotted #000 !important; }

  #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; } }
/* Email link on homepage START */
.email-link {
  width: 13.5em;
  height: 13.5em;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer; }

@media (max-width: 535px) {
  .email-link {
    border: 1px solid #000000 !important; }

  .email-link img {
    filter: invert(100%); } }
.newest {
  color: #fff;
  line-height: 2;
  font-family: Courier, 'Courier New', monospace;
  font-size: 80%; }
  .newest img {
    width: 24px;
    margin-top: -3px;
    vertical-align: middle; }
  .newest a {
    text-decoration: none;
    padding: 3px; }
  .newest section {
    display: inline; }
  .newest .comma {
    display: inline; }
  .newest .series {
    background: #fff;
    color: #000; }
  .newest .archive-link {
    background: yellow;
    color: #000; }
  .newest .archive-link:hover {
    background-color: yellow;
    color: #000; }
  .newest .approach, .newest .wisdom, .newest .note {
    background: #fff;
    color: #000; }
  .newest .guide {
    background: #fffbe0;
    color: #000; }
  .newest .transmission {
    color: #000; }

/* Email link on homepage END */
/* Crying overrides */
