/* Type
   ========================================================================== */

@font-face {
    font-family: 'alte_haas_groteskbold';
    src: url('../type/altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('../type/altehaasgroteskbold-webfont.woff') format('woff'),
         url('../type/altehaasgroteskbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'alte_haas_groteskregular';
    src: url('../type/altehaasgroteskregular-webfont.woff2') format('woff2'),
         url('../type/altehaasgroteskregular-webfont.woff') format('woff'),
         url('../type/altehaasgroteskregular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../type/bebasneue_bold-webfont.woff2') format('woff2'),
         url('../type/bebasneue_bold-webfont.woff') format('woff'),
         url('../type/bebasneue_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'bebas_neuebook';
    src: url('../type/bebasneue_book-webfont.woff2') format('woff2'),
         url('../type/bebasneue_book-webfont.woff') format('woff'),
         url('../type/bebasneue_book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'bebas_neuelight';
    src: url('../type/bebasneue_light-webfont.woff2') format('woff2'),
         url('../type/bebasneue_light-webfont.woff') format('woff'),
         url('../type/bebasneue_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'bebas_neue_regularregular';
    src: url('../type/bebasneue_regular-webfont.woff2') format('woff2'),
         url('../type/bebasneue_regular-webfont.woff') format('woff'),
         url('../type/bebasneue_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

a:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Page Border
   ========================================================================== */

.splash-top, .splash-bottom, .splash-left, .splash-right {
    background: rgb(222, 250, 211);
    position: fixed;
    z-index: 3;
}

.splash-top { top: 0; }
.splash-bottom { bottom: 0; }
.splash-left { left: 0; }
.splash-right { right: 0; }

.splash-left, .splash-right {
    top: 0; bottom: 0;
    width: 20px;
}

.splash-top, .splash-bottom {
    left: 0; right: 0;
    height: 20px;
}

.contents-top, .contents-bottom, .contents-left, .contents-right {
    background: rgb(22, 18, 74);
    position: fixed;
    z-index: 2;
}

.contents-top { top: 0; }
.contents-bottom { bottom: 0; }
.contents-left { left: 0; }
.contents-right { right: 0; }

.contents-left, .contents-right {
    top: 0; bottom: 0;
    width: 20px;
}

.contents-top, .contents-bottom {
    left: 0; right: 0;
    height: 20px;
}

/* Container
   ========================================================================== */

.container {
    width: 100vw;
    height: 100vh;
}

/* Link Decorations
   ========================================================================== */

.col-1 a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
}

.col-2 a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: white;
}


.col-3 a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
}

.arrows-1 a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
    line-height: 100%;
}

.arrows-2 a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
    line-height: 100%;
}

.arrows-3 a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
    line-height: 100%;
}

.toc-active a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
}

.toc-inactive {
    color: rgb(222, 250, 211);
}

.sidebar-toc a:link, a:visited, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
}

.sidebar-toc a:hover {
    color: rgb(222, 250, 211);
}

.content a:link, a:visited, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
}

.content a:hover {
    color: rgb(222, 250, 211);
}

.journal a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
}

.drop a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: rgb(8, 0, 52);
}

/* Shapes
   ========================================================================== */

.rectangle-1 {
    width: 55px;
    height: 320px;
    background: rgb(22, 18, 74);
    top: 261px;
    left: 448px;
    position: absolute;
    z-index: 1;
}

.rectangle-2 {
    width: 55px;
    height: 320px;
    background: rgb(22, 18, 74);
    top: 261px;
    left: 635px;
    position: absolute;
    z-index: 1;
}

.rectangle-3 {
    width: 55px;
    height: 320px;
    background: rgb(22, 18, 74);
    top: 261px;
    left: 1106px;
    position: absolute;
    z-index: 1;
}

.rectangle {
    width: 55px;
    height: 320px;
    background: rgb(22, 18, 74);
    margin-top: 240px;
    margin-left: 50px;
    position: relative;
    z-index: 1;
}

.left-vert {
    width: 3px;
    height: 400px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 108px;
    left: 179px;
    z-index: 1;
}

.horizontal {
    width: 1155px;
    height: 3px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 250px;
    left: 179px;
    z-index: 1;
}

.right-vert {
    width: 3px;
    height: 356px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 152px;
    left: 1332px;
    z-index: 1;
}

.crossbar-1 {
    width: 3px;
    height: 100px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 201px;
    left: 560px;
    z-index: 1;
}

.crossbar-2 {
    width: 3px;
    height: 100px;
    background: white;
    position: absolute;
    top: 201px;
    left: 897px;
    z-index: 1;
}

.crossbar-3 {
    width: 3px;
    height: 100px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 201px;
    left: 1130px;
    z-index: 1;
}

.dropbar-1 {
    width: 3px;
    height: 150px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 250px;
    left: 680px;
    z-index: 1;
}

.dropbar-2 {
    width: 3px;
    height: 210px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 250px;
    left: 990px;
    z-index: 1;
}

.dropbar-3 {
    width: 3px;
    height: 150px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 250px;
    left: 1250px;
    z-index: 1;
}

.sidebar-top {
    width: 3px;
    height: 350px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 157px;
    left: 203px;
    z-index: 1;
}

.sidebar-bottom {
    width: 3px;
    height: 140px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 589px;
    left: 203px;
    z-index: 1;
}

.attribution-bar-1 {
    width: 252px;
    height: 3px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 168px;
    left: 1100px;
    z-index: 1;
}

.attribution-bar-2 {
    width: 252px;
    height: 3px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 268px;
    left: 1100px;
    z-index: 1;
}

.attribution-bar-3 {
    width: 252px;
    height: 3px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 203px;
    left: 1100px;
    z-index: 1;
}

.attribution-bar-4 {
    width: 252px;
    height: 3px;
    background: rgb(222, 250, 211);
    position: absolute;
    top: 235px;
    left: 1100px;
    z-index: 1;
}

/* Image
   ========================================================================== */

.image {
    height: 615px;
    top: 106px;
    left: 828px;
    position: absolute;
    z-index: 0;
}

.image-box {
    height: 615px;
    width: 140px;
    top: 100px;
    left: 822px;
    position: absolute;
    z-index: 1;
    border: 6px solid rgb(22, 18, 74);
}

/*.filter {
    opacity: 0.8;
    -webkit-filter:contrast(90%);
    -moz-filter:contrast(90%);
     filter: url(#contrast);
    filter:contrast(90%);
}*/

/* Arrows
   ========================================================================== */

.arrows-1 {
    font-family: 'bebasneue_bold', sans-serif;
    font-size: 21px;
    position: absolute;
    top: 399px;
    left: 677px;
    z-index: 1;
}

.arrows-1 li {
    margin: 20px auto 32px auto;
}

.arrows-2 {
    font-family: 'bebasneue_bold', sans-serif;
    font-size: 21px;
    position: absolute;
    top: 458px;
    left: 988px;
    z-index: 1;
}

.arrows-2 li {
    margin: 20px auto auto auto;
}

.arrows-3 {
    font-family: 'bebasneue_bold', sans-serif;
    font-size: 21px;
    position: absolute;
    top: 399px;
    left: 1248px;
    z-index: 1;
}

.arrows-3 li {
    margin: 20px auto 32px auto;
}

.sidebar-arrow{
    font-family: 'bebasneue_bold', sans-serif;
    font-size: 21px;
    position: absolute;
    top: 726px;
    left: 199px;
    z-index: 1;
}

/* TOC Columns
   ========================================================================== */

.col-1{
    width: 200px;
    position: absolute;
    top: 155px;
    left: 460px;
    z-index: 0;
}

.col-2{
    width: 138px;
    position: absolute;
    top: 155px;
    left: 828px;
    z-index: 1;

}
.col-3{
    margin-left: 100px;
    width: 200px;
    position: absolute;
    top: 155px;
    left: 930px;
    z-index: 0;
}

/* TOC Styles
   ========================================================================== */

.toc {
    text-align: center;
}

ul {
    list-style-type: none;
    list-style: none;
    padding-left: 0;
}

.column-header {
    font-family: 'bebas_neuebold', sans-serif;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 118px;
    color: rgb(8, 0, 52);
    line-height: 100%;
}

.col-2 p {
    color: white;
}

.nav {
    font-family: 'bebas_neuebook', sans-serif;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: 100%;
}

.nav-middle {
    font-family: 'bebas_neuebook', sans-serif;
    font-size: 18px;
    margin-bottom: 110px;
    line-height: 100%;
}

.toc li {
  padding: 0 0 2px 0;
}

.toc-title {
    letter-spacing: 1.25px;
    font-family: 'bebas_neuebold', sans-serif;
    margin: 20px auto 4px auto;
    line-height: 100%;
}

.toc-author {
    font-size: 12px;
    font-family: 'alte_haas_groteskregular', serif;
    margin: 0 auto 0 auto;
    line-height: 100%;
}

.middle {
    color: white;
}

/* PLINTH
   ========================================================================== */

.hidden-i {
    color: white;
    visibility: hidden;
}

.journal {
    font-family: 'bebas_neuebold', sans-serif;
    font-size: 56px;
    letter-spacing: 15px;
    color: rgb(22, 18, 74);
    position: absolute;
    top: 67px;
    left: 105px;
    line-height: 100%;
}

.email-form input[type="email"] {
    margin: 10px 0 0 100px;
    padding: 10px;
    border: solid 3px rgb(22, 18, 74);
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    outline: none;
    width: 525px;
    height: 24px;
    font-family: 'alte_haas_groteskbold';
    letter-spacing: 1.25px;
    font-size: 14px;
    text-align: center;
    line-height: 100%;
}

.email-form input::-webkit-input-placeholder {
  color: rgb(222, 250, 211);
}

.email-form input::-moz-placeholder {
  color: rgb(222, 250, 211);
}

.email-form input:-moz-placeholder {   /* Older versions of Firefox */
  color: rgb(222, 250, 211);
}

.email-form input:-ms-input-placeholder {
  color: rgb(222, 250, 211);
}

/* Content
   ========================================================================== */

.drop {
    font-family: 'bebas_neuebold', sans-serif;
    font-size: 56px;
    letter-spacing: 15px;
    color: rgb(22, 18, 74);
    position: absolute;
    top: 117px;
    left: 115px;
}

.sidebar-links {
    font-family: 'bebas_neuebook', sans-serif;
    font-size: 18px;
    text-align: right;
    position: absolute;
    top: 500px;
    left: 188px;
    line-height: 100%;
}

.content {
    overflow-y:scroll;
    height: 637px;
    width: 750px;
    position: absolute;
    top: 108px;
    left: 350px;
    padding-bottom: 10px;
}

.content strong{
  font-family: 'alte_haas_groteskbold';
}

.content h3 {
    font-family: 'bebas_neuebook', sans-serif;
    font-size: 32px;
    color: rgb(22, 18, 74);
    padding: 30px 0 30px 0;
    margin-left: 100px;
    line-height: 100%;
}

.content p {
    font-family: 'alte_haas_groteskregular', sans-serif;
    text-align:justify;
    text-justify:inter-word;
    margin-right: 2em;
    margin: 25px 100px 0 100px;
    line-height: 160%;
}

.purdey {
  font-size: 90%;
}

.bio {
    padding: 110px 0 10px 0;
}

.divider {
    font-family: 'bebas_neue_regularregular', sans-serif;
    font-size: 32px;
    color: rgb(22, 18, 74);
    margin: 90px 0 70px 0;
    text-align: center;
}

.attribution {
    position: absolute;
    width: 210px;
    top: 108px;
    left: 1140px;
    color: rgb(8, 0, 52);
}

.attribution h2 {
    margin: 0px auto 0px auto;
    text-align: right;
}

.attribution-title {
    font-family: 'bebas_neuebold', sans-serif;
    letter-spacing: 1.25px;
    font-size: 32px;
    line-height: 100%;
}

.attribution-author {
    font-family: 'alte_haas_groteskregular', serif;
    font-size: 18px;
    line-height: 100%;
}


/* Scrollpane
   ========================================================================== */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: rgb(222, 250, 211);
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: rgb(222, 250, 211);
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: rgb(222, 250, 211);
    position: relative;
}

.jspDrag
{
    background: rgb(22, 18, 74);
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: rgb(22, 18, 74);
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: rgb(22, 18, 74);
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: rgb(22, 18, 74);
    float: left;
    height: 100%;
}

/* Layout Utilities (added during cleanup)
   ========================================================================== */

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.lowercase {
  text-transform: lowercase;
}

/* Container variants */
.container-padded {
  padding-top: 20px;
}

.container-index {
  padding-top: 20px;
  margin-bottom: 0;
  height: 900px;
}

/* Logo container */
.logo-container {
  position: relative;
  height: 180px;
}

/* Glyph image on index */
.glyph-img {
  height: 700px;
}

/* Spacer classes to replace invisible hr elements */
.spacer-10 {
  display: block;
  height: 10pt;
}

.spacer-15 {
  display: block;
  height: 15pt;
}

.spacer-20 {
  display: inline-block;
  height: 20pt;
}

.spacer-100 {
  display: block;
  height: 100pt;
}

/* Empty cell placeholder */
.empty-cell {
  min-width: 1px;
}

.text-center {
  text-align: center;
}

.align-bottom {
  vertical-align: text-bottom;
}

.spacer-160 {
  display: block;
  height: 160pt;
}

/* Responsive - allow horizontal scroll on mobile
   ========================================================================== */
@media (max-width: 1250px) {
  html, body, .container, div#container, div.container {
    width: auto;
    min-width: 320px;
    overflow-x: auto;
  }
}

/* Accessibility - Skip Link
   ========================================================================== */
.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 0.5em 1em;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.skip-link:focus {
  left: 10px;
  top: 10px;
}
