/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* 
 * These selection declarations have to be separate
 */
::-moz-selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   IE6 warning (Chrome-Frame)
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* =============================================================================
   Primary styles
   Author: Scott Wise
   ========================================================================== */
/************************************************/
/*
/* !Common Variables & Mix-Ins */
/*
/************************************************/
.ablock {
  display: block;
  width: 100%;
  height: 100%;
}
.animate {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.animateSlow {
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:active,
a:visited {
  color: inherit;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
/************************************************/
/*
/* !Text Styles */
/*
/************************************************/
@font-face {
  font-family: '1790 Royal';
  src: url('/fonts/1790-Royal-Printing-W00-Normal.ttf') format('truetype'), url('/fonts/1790_royal_printing_w00_normal-webfont.woff2') format('woff2'), url('/fonts/1790_royal_printing_w00_normal-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '1790 Royal Italic';
  src: url('/fonts/1790-Royal-Printing-W00-Italic.ttf') format('truetype'), url('/fonts/1790_royal_printing_w00_italic-webfont.woff2') format('woff2'), url('/fonts/1790_royal_printing_w00_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '1790 Royal Caps';
  src: url('/fonts/1790-Royal-Printing-Caps-W90-Norm.ttf') format('truetype'), url('/fonts/1790_royal_printing_caps_w90_norm-webfont.woff2') format('woff2'), url('/fonts/1790_royal_printing_caps_w90_norm-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '1689 Garamond';
  src: url('/fonts/1689-GLC-Garamond-W00SC-Normal.ttf') format('truetype'), url('/fonts/1689_glc_garamond_w00sc_normal-webfont.woff2') format('woff2'), url('/fonts/1689_glc_garamond_w00sc_normal-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  font-family: '1790 Royal';
  font-size: 12px;
  line-height: 1.4em;
}
/************************************************/
/*
/* !Main Layout*/
/*
/************************************************/
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fff;
  color: #000;
  padding: 0;
  max-width: none;
  min-width: none;
  -webkit-font-smoothing: antialiased;
}
body,
main {
  min-width: 480px;
}
body header,
main header,
body #content,
main #content,
body footer,
main footer {
  min-width: 480px;
}
#main {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #fff;
}
body.landing,
#main.landing {
  background: #000;
}
/************************************************/
/*
/* !Landing*/
/*
/************************************************/
html,
body {
  min-width: 640px;
  min-height: 640px;
}
body,
#main.landing {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
body.landing {
  overflow: hidden;
}
#main.landing {
  position: absolute;
  left: 0;
  top: 0;
}
/*#hud {
  position: fixed;
  display: none;
  z-index: 999;
  right: 40px; top: 40px;
  width: 90%;
	max-width: 400px;

	input[type="range"] {
    display: block;
    -webkit-appearance: none;
  	-moz-appearance: none;
  	background: rgba(255,255,255,0.1);
  	border-radius: 5px;
    width: 100%;
    height: 1px;
    outline: 0;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: rgba(160,160,160,1);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s ease-in-out;
  }
}*/
#navigation {
  z-index: 3;
  position: absolute;
  display: none;
  left: 30px;
  top: 12px;
}
#navigation ul li {
  cursor: none;
}
#navigation ul li a {
  cursor: none;
}
#info_navigation {
  z-index: 21;
  position: absolute;
  display: none;
  right: 30px;
  bottom: 22px;
}
#info_navigation ul li {
  cursor: pointer !important;
}
body.learn #info_navigation ul li {
  color: rgba(0, 0, 0, 0.6);
}
#navigation ul,
#info_navigation ul,
#navigation li,
#info_navigation li {
  list-style: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
#navigation li,
#info_navigation li {
  position: relative;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1em;
  font-family: '1689 Garamond';
  text-transform: lowercase;
  display: inline-block;
  margin-right: 20px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#navigation li:hover,
#info_navigation li:hover {
  color: #ffffff;
}
#toggles {
  position: absolute;
  z-index: 97;
  right: 0;
  display: none;
  top: 60%;
}
#toggles div {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1em;
  font-family: '1689 Garamond';
  text-transform: lowercase;
  display: block;
  clear: both;
  padding: 10px 40px 10px 0;
  border-top: 1px solid rgba(210, 200, 182, 0.4);
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#toggles div:first-child {
  border-top: none;
}
#toggles div:hover {
  color: #ffffff;
}
#cards_list {
  position: fixed;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  right: -280px;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 16;
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 0;
  box-sizing: border-box;
}
#cards_list.showing {
  right: 0;
}
#cards_list ul,
#cards_list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cards_list ul {
  padding: 20px 0;
}
#cards_list li {
  width: 100%;
  padding: 10px 20px 10px 40px;
  box-sizing: border-box;
  color: #d2c8b6;
  line-height: 1em;
  font-size: 18px;
  font-family: '1689 Garamond';
  text-transform: lowercase;
  color: #777777;
}
#cards_list li.card {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#cards_list li.card:hover {
  color: #d2c8b6;
}
#cards_list li.card .icon {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 0 0 2px 5px;
  display: inline-block;
}
#cards_list li.card .icon .fill {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
}
#cards_list li.card .icon.completed .fill {
  display: none;
}
#cards_list li.card.visited .icon,
#cards_list li.card.completed .icon {
  display: inline-block;
}
#cards_list li.inactive {
  display: none;
}
#draws_list {
  position: fixed;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  right: -220px;
  top: 0;
  height: 100%;
  width: 220px;
  z-index: 16;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
  box-sizing: border-box;
}
#draws_list.showing {
  right: 0;
}
#draws_list ul,
#draws_list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#draws_list ul:not(.personae) {
  border-top: 1px solid #444;
  padding: 20px 0;
}
#draws_list ul:not(.personae):first-of-type {
  border-top: none;
  padding-top: 0;
}
#draws_list ul.personae {
  padding: 20px 0;
}
#draws_list li {
  width: 70%;
  float: right;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #d2c8b6;
  line-height: 1em;
  text-transform: lowercase;
}
#draws_list li.volume {
  width: 30%;
  float: left;
  font-size: 28px;
  padding-top: 14px;
  color: #fff;
  text-transform: uppercase;
}
#draws_list li.draw {
  position: relative;
  padding-left: 0;
  font-size: 18px;
  color: #777777;
  font-family: '1689 Garamond';
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#draws_list li.draw:hover {
  color: #d2c8b6;
}
#draws_list li.draw .icon {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 0 0 2px 5px;
  display: none;
}
#draws_list li.draw .icon .fill {
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
}
#draws_list li.draw.visited .icon,
#draws_list li.draw.completed .icon {
  display: inline-block;
}
#draws_list li.draw.completed .icon .fill {
  display: none;
}
#personae_list,
#related_personae {
  position: fixed;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  right: -220px;
  top: 0;
  height: 100%;
  width: 220px;
  z-index: 16;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0;
  box-sizing: border-box;
}
#personae_list.showing,
#related_personae.showing {
  right: 0;
}
#personae_list ul,
#related_personae ul,
#personae_list li,
#related_personae li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#personae_list ul,
#related_personae ul {
  padding: 20px 0;
}
#personae_list li.personae,
#related_personae li.personae {
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 40px;
  box-sizing: border-box;
  color: #d2c8b6;
  line-height: 1em;
  font-size: 18px;
  font-family: '1689 Garamond';
  text-transform: lowercase;
  color: #777777;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#personae_list li.personae:hover,
#related_personae li.personae:hover {
  color: #d2c8b6;
}
#personae_list li.personae:hover:not(.discovered) span.concealed:after,
#related_personae li.personae:hover:not(.discovered) span.concealed:after {
  opacity: 1;
}
#personae_list li.personae.has_aliases,
#related_personae li.personae.has_aliases {
  margin-bottom: 5px;
}
#personae_list li.personae.has_aliases:after,
#related_personae li.personae.has_aliases:after {
  content: ":";
}
#personae_list li.personae.known_alias,
#related_personae li.personae.known_alias {
  padding-left: 56px;
  margin-top: -15px;
  opacity: 0.6;
}
#personae_list li.personae .aliases,
#related_personae li.personae .aliases {
  display: inline-block;
  clear: both;
}
#personae_list li.personae .aliases .alias,
#related_personae li.personae .aliases .alias {
  display: inline-block;
  clear: both;
  padding-left: 16px;
  opacity: 0.5;
}
#cards_list,
#draws_list,
#personae_list,
#related_personae {
  overflow-y: auto;
}
#cards_list h2,
#draws_list h2,
#personae_list h2,
#related_personae h2 {
  font-family: '1689 Garamond';
  text-transform: lowercase;
  font-weight: normal;
  color: #fff !important;
  font-size: 22px;
  padding: 40px 0 0 40px;
  margin: 0;
}
#cards_list h2:first-of-type,
#draws_list h2:first-of-type,
#personae_list h2:first-of-type,
#related_personae h2:first-of-type {
  padding-top: 0;
}
#cards_list ul + h2,
#draws_list ul + h2,
#personae_list ul + h2,
#related_personae ul + h2 {
  padding-top: 40px !important;
}
#cards_list ul:after,
#draws_list ul:after,
#personae_list ul:after,
#related_personae ul:after {
  content: "";
  clear: both;
  display: table;
}
#cards_list::-webkit-scrollbar,
#draws_list::-webkit-scrollbar,
#personae_list::-webkit-scrollbar,
#related_personae::-webkit-scrollbar {
  width: 2px;
  background: #000;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#cards_list::-webkit-scrollbar-track,
#draws_list::-webkit-scrollbar-track,
#personae_list::-webkit-scrollbar-track,
#related_personae::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#cards_list::-webkit-scrollbar-thumb,
#draws_list::-webkit-scrollbar-thumb,
#personae_list::-webkit-scrollbar-thumb,
#related_personae::-webkit-scrollbar-thumb {
  background: #000;
  outline: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#cards_list:hover::-webkit-scrollbar,
#draws_list:hover::-webkit-scrollbar,
#personae_list:hover::-webkit-scrollbar,
#related_personae:hover::-webkit-scrollbar {
  background-color: #333;
}
#cards_list:hover::-webkit-scrollbar-thumb,
#draws_list:hover::-webkit-scrollbar-thumb,
#personae_list:hover::-webkit-scrollbar-thumb,
#related_personae:hover::-webkit-scrollbar-thumb {
  background-color: #666;
}
#canvas_container,
canvas {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  font-family: '1790 Royal';
}
#title_wrapper {
  z-index: 3;
  position: absolute;
  display: block;
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-50%);
  perspective: 1000;
  width: 309px;
  height: 174px;
}
#title {
  width: 309px;
  height: 174px;
  background: url(/img/the_seqret_book_title.png) center center no-repeat;
  background-size: cover;
}
#title h1 {
  display: none;
}
#begin_button {
  z-index: 4;
  position: absolute;
  display: block;
  left: 50%;
  top: 75%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.2;
  cursor: default;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  font-size: 22px;
  color: #000;
  line-height: 1em;
  font-family: '1790 Royal Caps';
  text-transform: lowercase;
}
#begin_button.ready {
  opacity: 1;
  cursor: pointer;
}
#begin_button:before {
  z-index: 4;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/label_button.png) center center no-repeat;
  background-size: cover;
  opacity: 1;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#begin_button.ready:hover:before {
  opacity: 0.5;
}
#begin_button span {
  position: relative;
  display: block;
  z-index: 4;
  padding: 5px 34px 6px;
}
#login_button,
#manage_button {
  z-index: 4;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translateX(-50%) translateY(40px);
  padding: 5px 6px 6px;
  font-size: 20px;
  color: rgba(210, 200, 182, 0.5);
  line-height: 1em;
  cursor: pointer;
  font-family: '1790 Royal Caps';
  text-transform: lowercase;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#login_button:hover,
#manage_button:hover {
  color: #fff;
}
#login_button.static,
#manage_button.static {
  z-index: 97;
  position: fixed;
  left: 50%;
  top: 26px;
  transform: translateX(-50%);
  color: #d2c8b6;
}
#login_button.static:hover,
#manage_button.static:hover {
  color: #fff;
}
#login_button a,
#manage_button a {
  display: none;
}
#login_button span,
#manage_button span {
  display: block;
}
#tutorial {
  z-index: 3;
  position: absolute;
  display: none;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  cursor: pointer;
  font-size: 18px;
  font-family: '1790 Royal Caps';
  text-transform: lowercase;
}
#tutorial span {
  margin: 40px;
}
/************************************************/
/*
/* !Login Form */
/*
/************************************************/
#modal {
  position: absolute;
  display: none;
  z-index: 19;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: default !important;
}
#modal .modal {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  border-radius: 14px;
  background: url(/img/panel_area.png) left top no-repeat;
  background-size: cover;
  padding: 30px;
  box-sizing: border-box;
  width: 400px;
  box-shadow: 0px 1px 38px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#modal .modal .close_button {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  width: 16px;
  height: 16px;
  background: url(/img/close_thin.png) left top no-repeat;
  background-size: cover;
  opacity: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#modal .modal .close_button:hover {
  opacity: 0.3;
}
#modal .modal p {
  color: #000;
  text-align: left;
}
#modal .modal h1 {
  position: absolute;
  left: 30px;
  top: -40px;
  font-family: '1689 Garamond';
  text-transform: lowercase;
  font-weight: normal;
  color: #d2c8b6;
  font-size: 24px;
  margin: 0 0 1.3em;
}
#modal .modal h3,
#modal .modal label {
  font-size: 16px;
  color: #000000;
  font-family: '1689 Garamond';
  font-weight: 400;
  text-transform: lowercase;
  margin: 0 0 0.5em;
}
#modal .modal input[type="text"],
#modal .modal input[type="password"] {
  margin-bottom: 1.3em;
  border: none;
  outline: none;
  width: 100%;
  background: #000000;
  color: #fff;
  font-size: 16px;
  padding: 8px 10px;
  box-sizing: border-box;
  font-family: '1790 Royal';
  font-weight: 400;
  color: #d2c8b6;
  line-height: 1.6em;
  transform: scale(1);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#modal .modal input[type="text"]:hover,
#modal .modal input[type="password"]:hover {
  color: #fff;
}
#modal .modal input[type="text"]:focus,
#modal .modal input[type="password"]:focus {
  background: #000;
  transform: scale(1.05);
  box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.3);
}
#modal .modal label {
  display: block;
  width: 100%;
  text-align: left;
}
#modal .modal .errors {
  clear: both;
  width: 100%;
  display: none;
  padding-bottom: 20px;
}
#modal .modal .errors p {
  color: #000 !important;
}
#modal .modal .errors ul,
#modal .modal .errors li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#modal .modal .errors ul li {
  margin-bottom: 0.5em;
  width: 100%;
  font-family: '1689 Garamond';
  text-transform: lowercase;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#modal .modal .errors ul li:first-child {
  border-top: none;
}
#modal .modal .errors p {
  font-family: '1689 Garamond';
  text-transform: lowercase;
}
#modal .modal a.button {
  display: inline-block;
  font-family: '1689 Garamond';
  font-size: 18px;
  text-transform: lowercase;
  background: #000;
  border-radius: 37px;
  padding: 8px 26px 12px 26px;
  color: #d2c8b6;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  margin-top: 10px;
}
#modal .modal a.button:hover {
  color: #fff;
}
#modal .modal a.button.text {
  background: none;
  color: #000;
}
#modal .modal a.button.text:hover {
  background: rgba(0, 0, 0, 0.1);
}
#modal .modal a.submit.submitting {
  position: relative;
}
#modal .modal a.submit.submitting:after {
  content: "";
  display: block;
  position: absolute;
  right: -26px;
  top: 10px;
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-color: rgba(0, 0, 0, 0.2);
  border-top-color: #000;
  border-radius: 50%;
  pointer-events: none;
  animation: spin 1s linear infinite;
}
#modal #login_modal a.forgot {
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
#modal #login_modal .errors,
#modal #login_modal a.submit {
  display: inline-block;
  float: left;
  clear: left;
}
#modal #login_modal a.create {
  float: right;
}
#modal #signup_modal {
  text-align: center;
}
#modal #signup_modal .notify {
  display: block;
  clear: both;
  width: 240px;
  margin: 0 auto;
}
#modal #signup_modal .notify input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  float: left;
}
#modal #signup_modal .notify label {
  display: block;
  float: right;
  font-family: "1790 Royal";
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  width: 200px;
}
#modal #signup_modal .errors,
#modal #signup_modal .submit {
  clear: both;
  display: inline-block;
}
#modal #signup_modal .explanation {
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateX(40px) translateY(-50%);
  width: 240px;
  color: #fff;
  text-align: left;
}
#modal #signup_modal .explanation p {
  color: inherit;
}
#modal #account_modal {
  width: 320px;
}
#modal #account_modal .button {
  display: block;
}
/************************************************/
/*
/* !Page Layout (Overlay of readable content) */
/*
/************************************************/
#page_container {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 4;
  background: rgba(0, 0, 0, 0.8);
  zoom: 1;
}
#page_container:after {
  content: "";
  clear: both;
  display: table;
}
#page_container #card_details {
  position: fixed;
  z-index: 100;
  left: 80px;
  top: 140px;
  width: 10%;
}
#page_container #card_details:before {
  content: "";
  display: block;
  padding-top: 172%;
}
#page_container #card_details #card_image,
#page_container #card_details img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page_container #card_details #card_image {
  opacity: 1;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#page_container #card_details #card_name {
  position: fixed;
  display: none;
  left: 200px;
  top: 200px;
  color: #d2c8b6;
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
  font-size: 1.6em;
  transform: translateY(-50%);
}
#page_container #card_details #card_name .of {
  position: relative;
  display: inline-block;
  font-size: 0.55em;
  margin-left: 5px;
  vertical-align: 2px;
}
#page_container #card_details:hover #card_image {
  opacity: 0.2;
}
#page_container #card_details:hover #card_name {
  display: block;
}
#page_container #crux_symbol {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 80px;
  width: 10%;
}
#page_container #crux_symbol:before {
  content: "";
  display: block;
  padding-top: 172%;
}
#page_container #crux_symbol #crux_icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#page_container #crux_symbol .card {
  position: absolute;
  display: block;
  width: 30%;
  height: 30%;
  border: 1px solid #fff;
  opacity: 1;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#page_container #crux_symbol .card.above,
#page_container #crux_symbol .card.below,
#page_container #crux_symbol .card.seqret {
  left: 35%;
}
#page_container #crux_symbol .card.before {
  left: 0;
}
#page_container #crux_symbol .card.after {
  left: 70%;
}
#page_container #crux_symbol .card.above {
  top: 0;
}
#page_container #crux_symbol .card.before,
#page_container #crux_symbol .card.seqret,
#page_container #crux_symbol .card.after {
  top: 33%;
}
#page_container #crux_symbol .card.below {
  top: 66%;
}
#page_container #crux_symbol .card:nth-child(1) {
  transition-delay: 50ms;
}
#page_container #crux_symbol .card:nth-child(2) {
  transition-delay: 100ms;
}
#page_container #crux_symbol .card:nth-child(3) {
  transition-delay: 150ms;
}
#page_container #crux_symbol .card:nth-child(4) {
  transition-delay: 200ms;
}
#page_container #crux_symbol .card:nth-child(5) {
  transition-delay: 250ms;
}
#page_container #crux_symbol .label {
  position: fixed;
  display: none;
  left: 100px;
  top: 40px;
  transform: translateY(-50%);
  width: 80px;
  color: #d2c8b6;
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
  font-size: 1.2em;
}
#page_container #crux_symbol:hover .card {
  opacity: 0.2;
}
#page_container #crux_symbol:hover .label {
  display: block;
}
#page_container #page {
  position: relative;
  display: block;
  clear: both;
  color: #fff;
  font-family: '1790 Royal';
  line-height: 1.6em;
  width: 100%;
  max-width: 980px;
  padding: 120px 80px 120px 220px;
  box-sizing: border-box;
  margin: 0 auto;
  zoom: 1;
}
#page_container #page:after {
  content: "";
  clear: both;
  display: table;
}
#page_container #page #page_title {
  font-family: '1790 Royal Italic';
  font-size: 1.4em;
  margin-bottom: 1.6em;
}
#page_container.calling_card #page_copy {
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
  padding-top: 110px;
  font-size: 3.5em;
  line-height: 1;
  width: 350px;
}
#page_container .button {
  z-index: 5;
  position: fixed !important;
  right: 30px;
  bottom: 30px;
  float: none;
  background-color: #d2c8b6;
}
#page_container.before #crux_symbol .card.before {
  background: url(/img/icon-before-white.png) center center no-repeat;
  background-size: 40%;
}
#page_container.after #crux_symbol .card.after {
  background: url(/img/icon-after-white.png) center center no-repeat;
  background-size: 40%;
}
#page_container.above #crux_symbol .card.above {
  background: url(/img/icon-above-white.png) center center no-repeat;
  background-size: 60%;
}
#page_container.below #crux_symbol .card.below {
  background: url(/img/icon-below-white.png) center center no-repeat;
  background-size: 60%;
}
#page_container.seqret #crux_symbol .card.seqret {
  background: url(/img/icon-theseqret-white.png) center center no-repeat;
  background-size: 30%;
}
/************************************************/
/*
/* !Learn Page Layout (Overlay of readable content) */
/*
/************************************************/
#learn_container {
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.1);
  zoom: 1;
}
#learn_container:after {
  content: "";
  clear: both;
  display: table;
}
#learn_container h1 {
  position: fixed;
  left: 0;
  bottom: 85%;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-family: '1689 Garamond';
  font-weight: 400;
  text-transform: lowercase;
}
#learn_container #learn_nav {
  position: fixed;
  left: 0;
  top: 15%;
  width: 100%;
  text-align: center;
}
#learn_container #learn_nav ul,
#learn_container #learn_nav li {
  list-style: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
}
#learn_container #learn_nav ul {
  margin: 0 auto;
}
#learn_container #learn_nav li {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: '1689 Garamond';
  text-transform: lowercase;
  color: #bfb096;
  margin-right: 30px;
  padding-bottom: 8px;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#learn_container #learn_nav li:hover {
  color: #000;
}
#learn_container #learn_nav li.active {
  color: #000;
}
#learn_container #learn_page {
  position: fixed;
  left: 64%;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  max-width: 360px;
  height: 360px;
  display: flex;
  align-items: center;
}
#learn_container #learn_page .page {
  display: none;
}
#learn_container #learn_page .page.active {
  display: block;
}
#learn_container #learn_page .page.foreword {
  margin-left: -75%;
  width: 150%;
}
#learn_container #learn_illustration {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 20%;
  max-width: 300px;
}
#learn_container #learn_illustration:before {
  content: "";
  display: block;
  padding-top: 156.25%;
}
#learn_container #learn_illustration img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
@keyframes strokeLine {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillFade {
  to {
    opacity: 1;
  }
}
.delay1 {
  animation-delay: 0.2s !important;
}
.delay2 {
  animation-delay: 0.4s !important;
}
.delay3 {
  animation-delay: 0.6s !important;
}
.delay4 {
  animation-delay: 0.8s !important;
}
.delay5 {
  animation-delay: 1s !important;
}
.delay6 {
  animation-delay: 1.2s !important;
}
/************************************************/
/*
/* !Info Pages Layout (Overlay of readable content) */
/*
/************************************************/
#info_container {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 21;
  background: rgba(0, 0, 0, 0.9);
  zoom: 1;
  cursor: default !important;
}
#info_container:after {
  content: "";
  clear: both;
  display: table;
}
#info_container .info {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  padding: 30px;
  box-sizing: border-box;
  width: 70%;
  max-width: 760px;
  color: #fff;
}
#info_container .info.credits {
  max-width: 640px;
}
#info_container .info.support {
  max-width: 520px;
}
#info_container .info.support p {
  margin-bottom: 30px;
}
#info_container .info h1 {
  font-family: '1689 Garamond';
  text-transform: lowercase;
  font-weight: normal;
  color: #d2c8b6;
  font-size: 24px;
  margin: 0 0 1.3em;
}
#info_container .info h3 {
  font-family: '1689 Garamond';
  text-transform: lowercase;
  font-weight: normal;
  color: #d2c8b6;
}
#info_container .info .share {
  display: block;
  float: right;
  margin-top: 14px;
}
#info_container .info .share h3 {
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 8px;
}
#info_container .info ul.share-buttons {
  margin-top: 30px;
  float: right;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#info_container .info ul.share-buttons li {
  float: left;
  margin-right: 15px;
}
#info_container .info ul.share-buttons li img {
  width: 30px;
  height: 30px;
}
#info_container .info a.button {
  display: inline-block;
  font-family: '1689 Garamond';
  font-size: 18px;
  text-transform: lowercase;
  background: #d2c8b6;
  border-radius: 37px;
  padding: 8px 26px 12px 26px;
  color: #000;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  margin-top: 10px;
}
#info_container .info a.button:hover {
  background: #fff;
}
#info_container .info .close_button {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url(/img/close_white.png) left top no-repeat;
  background-size: cover;
  opacity: 0.3;
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#info_container .info .close_button:hover {
  opacity: 1;
}
#info_container #canada_council {
  display: inline-block;
  width: 140px;
  height: 45px;
  margin-top: 30px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104.97 33.3'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;fill-rule:evenodd;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2'%3E%3Cpath class='cls-1' d='m43.48,13.74c-.44.49-1.24,1.05-2.58,1.05-2.05,0-3.61-1.45-3.61-3.66s1.58-3.66,3.61-3.66c1.32,0,2.12.56,2.5.94l-.42.8c-.28-.35-1.06-.86-2.04-.86-1.52,0-2.63,1.1-2.63,2.77s1.11,2.77,2.63,2.77c.93,0,1.65-.36,2.11-.86l.43.73h0Z'/%3E%3Cpath class='cls-1' d='m48.16,14.67h-.95v-.62c-.2.21-.66.73-1.55.73s-1.68-.57-1.68-1.51.78-1.44,1.9-1.49l1.3-.05v-.2c0-.74-.5-1.11-1.21-1.11s-1.3.32-1.46.42l-.3-.66c.36-.21,1.01-.49,1.82-.49s1.28.23,1.6.56c.33.34.52.75.52,1.58v2.84h0Zm-.97-2.34l-1.13.07c-.79.04-1.1.38-1.1.84s.36.84,1,.84,1.05-.43,1.24-.71v-1.05h0Z'/%3E%3Cpath class='cls-1' d='m53.64,14.67h-.98v-2.73c0-.82-.14-1.44-1.01-1.44s-1.25.77-1.25,1.71v2.46h-.98v-4.89h.98v.77s.02,0,.02,0c.26-.48.78-.86,1.48-.86,1.38,0,1.74.92,1.74,2.09v2.89h0Z'/%3E%3Cpath class='cls-1' d='m58.72,14.67h-.95v-.62c-.2.21-.66.73-1.55.73s-1.68-.57-1.68-1.51.78-1.44,1.9-1.49l1.3-.05v-.2c0-.74-.5-1.11-1.21-1.11s-1.3.32-1.46.42l-.3-.66c.36-.21,1.01-.49,1.82-.49s1.28.23,1.6.56c.33.34.52.75.52,1.58v2.84h0Zm-.97-2.34l-1.13.07c-.79.04-1.1.38-1.1.84s.36.84,1,.84,1.05-.43,1.24-.71v-1.05h0Z'/%3E%3Cpath class='cls-1' d='m64.68,14.67h-.94v-.78h-.02c-.4.6-1,.9-1.71.9-1.44,0-2.36-1.11-2.36-2.56s.92-2.53,2.34-2.53c.79,0,1.36.35,1.7.85h.02v-2.97h.97v7.1h0Zm-2.48-4.18c-.97,0-1.54.74-1.54,1.72s.57,1.73,1.54,1.73,1.54-.75,1.54-1.73c0-.98-.57-1.72-1.54-1.72h0Z'/%3E%3Cpath class='cls-1' d='m69.85,14.67h-.95v-.62c-.2.21-.66.73-1.55.73s-1.68-.57-1.68-1.51.78-1.44,1.9-1.49l1.3-.05v-.2c0-.74-.5-1.11-1.21-1.11s-1.3.32-1.46.42l-.3-.66c.36-.21,1.01-.49,1.82-.49s1.28.23,1.61.56c.33.34.52.75.52,1.58v2.84h0Zm-.97-2.34l-1.13.07c-.79.04-1.1.38-1.1.84s.36.84,1,.84,1.05-.43,1.24-.71v-1.05h0Z'/%3E%3Cpath class='cls-1' d='m79.03,13.74c-.44.49-1.24,1.05-2.58,1.05-2.05,0-3.61-1.45-3.61-3.66s1.58-3.66,3.61-3.66c1.32,0,2.12.56,2.5.94l-.42.8c-.28-.35-1.06-.86-2.04-.86-1.52,0-2.63,1.1-2.63,2.77s1.11,2.77,2.63,2.77c.93,0,1.64-.36,2.1-.86l.43.73h0Z'/%3E%3Cpath class='cls-1' d='m82.09,14.78c-1.45,0-2.58-1.02-2.58-2.54s1.12-2.55,2.58-2.55,2.57,1.04,2.57,2.55-1.13,2.54-2.57,2.54h0Zm0-4.29c-.98,0-1.58.76-1.58,1.72s.6,1.73,1.58,1.73,1.57-.76,1.57-1.73-.6-1.72-1.57-1.72h0Z'/%3E%3Cpath class='cls-1' d='m89.8,14.67h-.95v-.7c-.28.47-.83.81-1.51.81s-1.09-.24-1.35-.57c-.25-.33-.36-.81-.36-1.51v-2.93h.97v2.89c0,.67.14,1.3,1.01,1.3s1.21-.74,1.21-1.56v-2.62h.98v4.89h0Z'/%3E%3Cpath class='cls-1' d='m95.37,14.67h-.98v-2.73c0-.82-.14-1.44-1.01-1.44s-1.25.77-1.25,1.71v2.46h-.98v-4.89h.98v.77s.02,0,.02,0c.26-.48.78-.86,1.48-.86,1.38,0,1.74.92,1.74,2.09v2.89h0Z'/%3E%3Cpath class='cls-1' d='m100.75,14.04c-.14.14-.64.74-1.94.74s-2.45-.99-2.45-2.55,1.2-2.54,2.48-2.54,1.83.64,1.88.7l-.35.72c-.16-.16-.59-.6-1.45-.6s-1.57.66-1.57,1.69.64,1.74,1.58,1.74,1.47-.62,1.47-.62l.35.72h0Z'/%3E%3Cpath class='cls-1' d='m102.07,8.78c-.38,0-.64-.26-.64-.61s.27-.61.64-.61.63.26.63.61-.26.61-.63.61h0Zm.49,5.88h-.98v-4.89h.98v4.89h0Z'/%3E%3Cpolygon class='cls-1' points='104.97 14.67 104 14.67 104 7.57 104.97 7.57 104.97 14.67'/%3E%3Cpath class='cls-1' d='m40.05,19.87s-.28-.09-.55-.09c-.64,0-.75.48-.75,1.04v.55h1.16v.79h-1.16v4.08h-.97v-4.08h-.7v-.79h.7v-.49c0-.64.12-1.05.33-1.31.21-.27.6-.54,1.17-.54s.84.11.84.11l-.06.73h0Z'/%3E%3Cpath class='cls-1' d='m42.62,26.35c-1.45,0-2.58-1.02-2.58-2.54s1.12-2.55,2.58-2.55,2.57,1.04,2.57,2.55-1.13,2.54-2.57,2.54h0Zm0-4.29c-.98,0-1.58.76-1.58,1.72s.6,1.73,1.58,1.73,1.57-.76,1.57-1.73-.6-1.72-1.57-1.72h0Z'/%3E%3Cpath class='cls-1' d='m48.86,22.25h-.04c-.09-.04-.27-.1-.53-.1-.43,0-.69.28-.8.41-.09.13-.3.51-.3,1.23v2.44h-.98v-4.89h.98v.75s.02,0,.02,0c.23-.55.67-.84,1.2-.84.33,0,.51.08.51.08l-.06.91h0Z'/%3E%3Cpath class='cls-1' d='m54.03,26.18s-.38.16-.89.16-.83-.2-1.03-.51c-.2-.31-.24-.69-.24-1.46v-2.23h-.72v-.79h.72v-1.46h.98v1.46h1.17v.79h-1.17v2.21c0,.41.01.69.12.89.09.15.22.25.5.25s.5-.11.5-.11l.06.79h0Z'/%3E%3Cpath class='cls-1' d='m59.12,26.23h-.98v-2.77c0-.7-.11-1.4-1-1.4s-1.27.77-1.27,1.75v2.42h-.97v-7.1h.97v2.98h.02c.26-.48.79-.86,1.49-.86,1.4,0,1.74.9,1.74,2.07v2.91h0Z'/%3E%3Cpath class='cls-1' d='m64.85,24.02h-3.74c.05.97.67,1.55,1.56,1.55s1.49-.49,1.61-.57l.41.57c-.06.05-.69.77-2.14.77s-2.43-1.01-2.43-2.56,1.11-2.53,2.46-2.53,2.3.97,2.3,2.33c0,.19-.03.43-.03.43h0Zm-.9-.66c-.01-.55-.42-1.4-1.4-1.4s-1.4.81-1.43,1.4h2.83Z'/%3E%3Cpath class='cls-1' d='m73.85,26.23h-1.1l-.73-1.85h-3.03l-.73,1.85h-1.04l2.87-7.12h.87l2.88,7.12h0Zm-2.11-2.68l-1.24-3.19-1.24,3.19h2.47Z'/%3E%3Cpath class='cls-1' d='m77.18,22.25h-.04c-.09-.04-.27-.1-.53-.1-.43,0-.7.28-.8.41-.09.13-.3.51-.3,1.23v2.44h-.98v-4.89h.98v.75s.02,0,.02,0c.23-.55.67-.84,1.2-.84.33,0,.51.08.51.08l-.06.91h0Z'/%3E%3Cpath class='cls-1' d='m80.32,26.18s-.38.16-.89.16-.83-.2-1.03-.51c-.2-.31-.25-.69-.25-1.46v-2.23h-.72v-.79h.72v-1.46h.98v1.46h1.17v.79h-1.17v2.21c0,.41.01.69.12.89.09.15.23.25.5.25s.5-.11.5-.11l.06.79h0Z'/%3E%3Cpath class='cls-1' d='m83.91,25.92c-.34.28-.79.43-1.35.43-.82,0-1.48-.34-1.89-.87l.47-.58c.37.45.98.7,1.43.7s.93-.16.93-.7-.77-.7-1.09-.81c-.33-.11-.44-.13-.66-.26-.31-.15-.77-.47-.77-1.17,0-.91.78-1.4,1.64-1.4s1.35.31,1.66.64l-.41.61c-.29-.3-.76-.52-1.23-.52s-.78.21-.78.61.47.58.95.73c.27.09.45.15.65.24.19.08.42.21.56.35.18.17.39.46.39.9,0,.47-.19.84-.5,1.11h0Z'/%3E%3Cpath class='cls-1' d='m29.24,26.51c-1.58-1.54-6.13-2.88-10.81-3.16-.33.26-.57.52-.7.81,3.94.18,7.72,1.31,9.12,2.57,1.27,1.01,1.08,2.4-.39,3.35-2.15,1.51-6.57,2.2-11.38,2.19-4.81.02-9.24-.68-11.39-2.19-1.47-.95-1.66-2.34-.39-3.35,1.4-1.26,5.18-2.39,9.12-2.57-.13-.28-.37-.55-.7-.81-4.67.28-9.22,1.62-10.81,3.16-2.15,1.94-.44,4.18,4.25,5.55,2.62.8,6.28,1.23,9.91,1.24,3.63,0,7.29-.44,9.91-1.24,4.69-1.38,6.4-3.61,4.25-5.55h0Z'/%3E%3Cpath class='cls-1' d='m26.74,10.52c-.09-1.3-1.13-2.31-2.38-2.77.51-.72.58-1.52.22-2.4-.58-1.4-2.21-1.85-3.16-1.78-1.37.1-2.18.67-3.61,1.78-.33-.26-1.01-.77-1.31-1h0s.98-.81,2.01-1.36c.99-.53,1.64-.59,1.64-.59,0,0-1.72-2.37-5.06-2.39h-.01c-3.34.02-5.06,2.39-5.06,2.39,0,0,.66.06,1.64.59,1.03.55,2.01,1.36,2.01,1.36-.3.23-.97.74-1.31,1-1.44-1.11-2.25-1.68-3.61-1.78-.96-.07-2.58.38-3.17,1.78-.36.89-.29,1.68.22,2.4-1.25.46-2.29,1.47-2.38,2.77-.09,1.3.67,2.5,2.01,3.08-.37.49-.56,1.04-.56,1.51,0,1.26,1.12,2.98,3.51,2.91,1.78-.05,2.5-.61,3.89-1.7.08.12,1.18,1.86,1.18,4.88,0,0,.15,2.3-.99,7.93h0c0,.3,1.17.54,2.61.54s2.61-.24,2.61-.54h0c-1.14-5.63-.99-7.93-.99-7.93,0-3.02,1.1-4.75,1.18-4.88,1.4,1.09,2.11,1.65,3.89,1.7,2.4.07,3.52-1.65,3.52-2.91,0-.47-.18-1.02-.56-1.51,1.34-.58,2.1-1.78,2.01-3.08h0Zm-5.37-5.15c1.24-.07,1.74.69,1.63,1.2-.12.62-.91,1.1-1.63,1.02-.71-.08-1.25-.44-2.12-1.14.59-.46,1.3-1.04,2.11-1.08h0Zm-3.53,2.16c.41.3.79.6,1.1.83.16.12.3.24.47.35-.21.15-.37.29-.61.48-.17.14-.45.34-.72.53-.43-.33-.95-.71-1.56-1.18.41-.31.84-.65,1.32-1.01h0Zm-1.44-1.11c-.41.31-.78.61-1.29,1h-.01s-.01,0-.01,0c-.52-.39-.88-.69-1.29-1,.33-.26.72-.56,1.26-.97l.04-.03.04.03c.55.41.93.71,1.26.97h0Zm-3.09-4.38s.45-.49,1.77-.5c1.32,0,1.77.5,1.77.5,0,0-.34.19-.83.53-.61.43-.93.68-.94.7-.02-.02-.33-.27-.94-.7-.49-.34-.83-.53-.83-.53h0Zm1.71,7.63l.07-.05.07.05c.48.37.97.72,1.5,1.14-.32.23-.57.43-.79.6-.23.16-.47.36-.73.55l-.04.03-.04-.03c-.26-.19-.51-.39-.73-.55-.23-.17-.48-.37-.79-.6.53-.42,1.02-.77,1.5-1.14h0Zm-2.69-2.14c.48.36.91.7,1.32,1.01-.61.47-1.13.86-1.56,1.18-.26-.19-.54-.4-.72-.53-.24-.19-.41-.32-.61-.48.17-.11.3-.23.47-.35.31-.23.69-.52,1.1-.83h0Zm-3.53-2.16c.81.04,1.53.62,2.11,1.08-.87.7-1.4,1.06-2.12,1.14-.72.08-1.5-.39-1.63-1.02-.1-.51.39-1.27,1.63-1.2h0Zm-3.63,5.5c-.03-.67.45-1.6,2.21-1.71,1.18-.07,2.02.65,3.32,1.62-1.05.79-1.86,1.47-3.36,1.58-1.21.08-2.14-.82-2.17-1.5h0Zm3.36,5.46c-1.26.06-2-.57-1.96-1.26.04-.55,1.23-1.81,3.71-.69.35.16.62.34.91.58-1.23.93-1.7,1.32-2.66,1.37h0Zm4-2.4c-.46-.44-.96-.82-1.63-1.13.39-.27.78-.56,1.19-.9.02-.02.02-.02.04-.03.55.42,1.09.82,1.56,1.18-.4.31-.78.59-1.15.87h0Zm2.59,4.75l-.03.15-.04-.15c-.3-1.3-.7-2.44-1.24-3.28.45-.34.86-.66,1.28-.97.42.32.83.63,1.28.97-.54.84-.95,1.98-1.25,3.28h0Zm2.52-4.75c-.38-.28-.75-.56-1.15-.87.47-.36,1-.76,1.55-1.18.02.01.02.01.04.03.41.33.79.63,1.18.9-.66.31-1.17.69-1.63,1.13h0Zm4.01,2.4c-.96-.05-1.43-.44-2.66-1.37.29-.25.56-.42.91-.58,2.48-1.12,3.67.14,3.71.69.05.69-.7,1.32-1.96,1.26h0Zm1.19-3.97c-1.49-.11-2.31-.79-3.36-1.58,1.3-.97,2.14-1.69,3.32-1.62,1.75.1,2.23,1.03,2.21,1.71-.03.68-.96,1.58-2.17,1.5h0Z'/%3E%3C/g%3E%3C/svg%3E");
}
body.learn #info_container {
  background: rgba(255, 255, 255, 0.8);
}
body.learn #info_container .info {
  background: #000;
}
/************************************************/
/*
/* !Guidance */
/*
/************************************************/
#guidance {
  position: fixed;
  z-index: 99;
  left: 20px;
  bottom: 20px;
  color: #d2c8b6;
  font-size: 1.15em;
}
#guidance .messages {
  margin-top: 20px;
  display: block;
  clear: both;
  zoom: 1;
}
#guidance .messages:after {
  content: "";
  clear: both;
  display: table;
}
#guidance .messages.priority {
  color: #fff;
}
#guidance .messages div {
  position: relative;
  display: inline-block;
  float: left;
  clear: both;
  cursor: pointer;
}
#guidance .messages div:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  right: -6px;
  top: 50%;
  height: 1px;
  background: rgba(210, 200, 182, 0);
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#guidance .messages:hover div:before {
  background: #d2c8b6;
}
#primary_guidance {
  position: fixed;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  color: #d2c8b6;
  font-size: 2em;
}
#primary_guidance div.message {
  margin-top: -30px;
  text-align: center;
  line-height: 1.2em;
}
/************************************************/
/*
/* !PDF Layout */
/*
/************************************************/
body.pdf .keep-together {
  page-break-inside: avoid;
}
body.pdf .break-before {
  page-break-before: always;
}
body.pdf .break-after {
  page-break-after: always;
}
body.pdf .break-before,
body.pdf .break-after {
  clear: both;
}
body.pdf .page {
  position: relative;
}
body.pdf .cards-layout {
  position: absolute;
  left: 40%;
  top: 80px;
}
body.pdf .cards-layout .cardImage {
  position: absolute;
  width: 103px;
  height: 180px;
}
body.pdf .cards-layout .cardImage.before {
  left: 0;
  top: 190px;
}
body.pdf .cards-layout .cardImage.after {
  left: 226px;
  top: 190px;
}
body.pdf .cards-layout .cardImage.above {
  left: 113px;
  top: 0;
}
body.pdf .cards-layout .cardImage.the-calling-card {
  left: 113px;
  top: 190px;
}
body.pdf .cards-layout .cardImage.the-seqret {
  left: 113px;
  top: 380px;
}
body.pdf .cards-layout .cardImage.below {
  left: 113px;
  top: 570px;
}
body.pdf .identity {
  position: relative;
  clear: both;
  width: 50%;
  text-align: center;
  padding-top: 500px;
}
body.pdf .title {
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
}
body.pdf .title span.ordinal {
  position: relative;
  display: inline-block;
  font-size: 55%;
  vertical-align: 6px;
}
body.pdf .title.intro {
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 1.5em;
  margin-top: 35px;
}
body.pdf .copy {
  position: relative;
  margin-left: 200px;
  padding-top: 80px;
  width: 400px;
  font-size: 9px;
  line-height: 16px;
}
body.pdf .page.the-calling-card .copy {
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
  padding-top: 110px;
  font-size: 3.5em;
  line-height: 1;
  width: 350px;
}
body.pdf .details {
  position: absolute;
  width: 200px;
  left: 20px;
  top: 120px;
}
body.pdf .details .suit {
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
  font-size: 1.2em;
}
body.pdf .details .suit .of {
  position: relative;
  display: inline-block;
  font-size: 0.55em;
  margin-left: -5px;
  vertical-align: 2px;
}
body.pdf .details .dash {
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
  padding: 10px 0;
}
body.pdf .details .order {
  font-family: "1790 Royal Caps";
  text-transform: lowercase;
}
body.pdf .details .icon-symbol {
  position: absolute;
  left: 0;
  top: 340px;
  display: block;
}
body.pdf .details .title.small {
  position: absolute;
  left: 0;
  top: 790px;
  width: 200px;
}
body.pdf .details .title.small span.ordinal {
  vertical-align: 3px;
}
/************************************************/
/*
/* !Custom Cursor*/
/*
/************************************************/
body.cursor {
  cursor: none !important;
}
body.cursor #cursor,
body.cursor #cursor_trail {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 18;
}
body.cursor #cursor:before,
body.cursor #cursor_trail:before {
  content: "";
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
body.cursor #cursor:before {
  width: 5px;
  height: 5px;
  background: #d2c8b6;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: border-radius background border-left border-right border-bottom;
}
body.cursor.learn #cursor:before {
  background: #000;
}
body.cursor #cursor_trail:before {
  width: 21px;
  height: 21px;
  background: none;
  border: 1px solid #d2c8b6;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: width, height, border-color;
}
body.cursor.learn #cursor_trail:before {
  border: 1px solid #000;
}
body.cursor.pointer #cursor {
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 0 0;
}
body.cursor.pointer #cursor:before {
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #000;
  transform: translate(-50%, -58%);
}
body.cursor.pointer #cursor_trail:before {
  width: 101px;
  height: 101px;
  border-color: rgba(255, 255, 255, 0.6);
}
body.cursor.pointer.white_pointer #cursor:before {
  border-bottom: 12px solid #fff;
}
body.cursor.pointer.black #cursor_trail:before {
  border-color: #000000;
}
body.cursor.pointer.large #cursor_trail:before {
  width: 181px;
  height: 181px;
  border-color: #d2c8b6;
}
body.cursor.circular #cursor:before,
body.cursor.element #cursor:before {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0);
}
body.cursor.circular #cursor_trail:before,
body.cursor.element #cursor_trail:before {
  width: 121px;
  height: 121px;
  border-color: #d2c8b6;
}
body.cursor.list #cursor:before {
  width: 51px;
  height: 1px;
  border-radius: 0;
}
body.cursor.list #cursor_trail:before {
  width: 71px;
  height: 71px;
  border-color: rgba(255, 255, 255, 0.6);
}
body.cursor.learn.list #cursor_trail:before {
  border-color: #000;
}
body.cursor.card #cursor:before {
  opacity: 0;
}
body.cursor.card #cursor_trail:before {
  width: 60px;
  height: 103px;
  border-radius: 0;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/************************************************/
/*
/* !Small Screen Detection/
/*
/************************************************/
#mobile_block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  display: none;
}
#mobile_block .text_block {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
#mobile_block .identity {
  display: block;
  width: 50%;
  max-width: 140px;
  margin: 0 auto;
  background: url(/img/identity-white.png) left top no-repeat;
  background-size: cover;
  margin-bottom: 90px;
}
#mobile_block .identity:before {
  content: "";
  display: block;
  padding-top: 119%;
}
#mobile_block .text {
  margin: 0 auto;
  max-width: 320px;
  color: #fff;
}
#mobile_block a.button {
  display: inline-block;
  font-family: '1689 Garamond';
  font-size: 18px;
  text-transform: lowercase;
  background: rgba(210, 200, 182, 0.2);
  border-radius: 37px;
  padding: 8px 26px 12px 26px;
  color: #d2c8b6;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  margin-top: 30px;
}
#mobile_block a.button.text {
  background: none;
  color: #000;
}
#mobile_block a.button.text:hover {
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 920px) {
  #mobile_block {
    display: block;
  }
}
@media only screen and (max-height: 800px) {
  #mobile_block {
    display: block;
  }
}
/* @import "responsive.less"; */
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /*
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }*/
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /*   a[href]:after { content: " (" attr(href) ")"; } */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=style.css.map */