/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * 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 {
  -moz-box-sizing: content-box;
  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"],
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}

@font-face {
  font-family: 'Atlas-Typewriter-Bold';
  src: url('../fonts/AtlasTypewriterBold.eot');
  src: url('../fonts/AtlasTypewriterBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasTypewriterBold.woff') format('woff'), url('../fonts/AtlasTypewriterBold.ttf') format('truetype'), url('../fonts/AtlasTypewriterBold.svg#AtlasTypewriterBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Atlas-Typewriter-Light';
  src: url('../fonts/AtlasTypewriterLight.eot');
  src: url('../fonts/AtlasTypewriterLight.eot?#iefix') format('embedded-opentype'), url('../fonts/AtlasTypewriterLight.woff') format('woff'), url('../fonts/AtlasTypewriterLight.ttf') format('truetype'), url('../fonts/AtlasTypewriterLight.svg#AtlasTypewriterLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
.green {
  color: #7BC752;
}
.blue {
  color: #64BBE4;
}
.row {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.col-full {
  width: 100%;
}
.col-4 {
  width: 42.85614286%;
  max-width: 480px;
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: 100%;
    max-width: 100%;
  }
}
.left-column {
  float: left;
}
.left-column.center-gutter {
  margin-right: 7.14285714%;
}
@media only screen and (max-width: 768px) {
  .left-column {
    width: 100%;
    box-sizing: border-box;
  }
  .left-column.center-gutter {
    margin-right: 0;
  }
}
.right-column {
  float: left;
}
.right-column.center-gutter {
  margin-left: 7.14285714%;
}
@media only screen and (max-width: 768px) {
  .right-column {
    width: 100%;
    box-sizing: border-box;
    margin-top: 60px;
  }
  .right-column.center-gutter {
    margin-left: 0;
  }
}
.two-column {
  max-width: 1120px;
  margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
}
.two-column.no-mt {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .two-column {
    margin-top: 60px;
  }
}
#about {
  font-size: 15px;
  line-height: 30px;
}
#about h5 {
  font-size: 13px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 2em 0 10px;
}
#about p a {
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  transition: 150ms color, 150ms border;
}
#about p a:hover,
#about p a:focus {
  color: #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
}
.row-footer {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #A8A8A8;
}
.row-footer.colophon {
  border-top: 1px solid #555555;
  margin-top: 60px;
  margin-bottom: 60px;
}
.row-footer.colophon div {
  font-size: 12px;
  line-height: 40px;
  color: #A8A8A8;
}
.row-footer.colophon a {
  text-decoration: none;
  color: #ffffff;
  transition: 150ms color;
}
.row-footer.colophon a:hover,
.row-footer.colophon a:focus {
  color: #A8A8A8;
}
.row-footer p {
  margin-bottom: 3em;
}
.row-footer ul {
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
.row-footer li a {
  text-decoration: none;
  color: #ffffff;
  transition: 150ms color;
}
.row-footer li a:hover,
.row-footer li a:focus {
  color: #A8A8A8;
}
.row-footer::after {
  content: '';
  display: table;
  clear: both;
}
.schema {
  float: left;
}
.arrays {
  float: right;
}
.col-footer-3 {
  width: 39.99285714%;
}
.col-footer-4 {
  width: 54.28285714%;
}
.col-footer-3,
.col-footer-4 {
  margin-right: 2.85714286%;
}
.col-footer-3,
.col-footer-4,
.col-footer-2 {
  float: left;
}
@media only screen and (max-width: 768px) {
  .col-footer-3,
  .col-footer-4,
  .col-footer-2 {
    margin-right: 0;
    width: 100%;
  }
}
html {
  display: block;
  -webkit-font-smoothing: antialiased;
}
body {
  color: #ffffff;
  background-color: #141414;
}
body.overlay-open {
  overflow: hidden;
}
#app {
  background-color: #141414;
}
.wrapper,
.block {
  display: block;
}
.block-centered {
  margin-left: auto;
  margin-right: auto;
}
.text-centered {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
g,
text,
p,
li,
a,
blockquote,
div,
span,
button {
  font-family: "Atlas-Typewriter-Light", monospace;
  color: #ffffff;
  margin: 0;
}
.copy-header {
  font-family: 'Atlas-Typewriter-Bold', monospace;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .copy-header {
    font-size: 14px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .copy-header {
    font-size: 14px;
    line-height: 28px;
  }
}
.copy {
  font-size: 20px;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 200;
  line-height: 36px;
  color: #ffffff;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .copy {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 768px) {
  .copy {
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.75;
  }
}
.copy-block {
  max-width: 864px;
  margin-bottom: 2em;
}
.tooltip {
  display: none;
  position: absolute;
  width: 256px;
  padding: 20px 20px 25px;
  background-color: white;
  border: 1px solid #c0c0c0;
}
.tooltip .tooltip-title {
  font-size: 15px;
  line-height: 1.5;
  color: black;
  margin-bottom: 10px;
}
.tooltip svg {
  display: block;
  width: 256px;
}
.tooltip text.trend,
.tooltip rect.trend {
  fill: #7BC752;
}
.tooltip text.health,
.tooltip rect.health {
  fill: #64BBE4;
}
.tooltip .tooltip-label {
  font-family: 'Atlas-Typewriter-Bold';
  font-size: 12px;
}
.tooltip .tooltip-bar-g path {
  stroke: #A8A8A8;
}
.tooltip .chart-label {
  font-size: 10px;
  fill: #555555;
}
.tooltip .mean-line {
  stroke: #A8A8A8;
  stroke-dasharray: 1;
}
.tooltip text.mean {
  font-size: 10px;
  fill: black;
}
.tooltip line.mean {
  stroke: #555555;
}
#intro-section {
  background-color: black;
}
.hero-bg {
  margin: 0;
  background-image: url("../img/abigail-keenan-h.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .hero-bg {
    padding-bottom: 0;
  }
}
.authors {
  font-size: 20px;
  line-height: 44px;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 60px;
  max-width: 864px;
}
@media (max-width: 768px) {
  .authors {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-top: 90px;
  }
}
#page-title {
  font-family: "Atlas-Typewriter-Bold", monospace;
  font-size: 140px;
  line-height: 1;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 30px;
  max-width: 1120px;
}
@media only screen and (min-width: 769px) and (max-height: 820px) {
  #page-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  #page-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #page-title {
    font-size: 60px;
  }
}
#page-intro {
  margin-top: 210px;
  padding: 0 40px;
  text-align: center;
  max-width: 1025px;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  #page-intro {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #page-intro {
    font-size: 16px;
    margin-top: 80px;
  }
}
.site-title-control {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin: 200px 0 0 0;
  padding-bottom: 300px;
}
.site-title-control a {
  display: inline-block;
  border-bottom: 1px solid white;
  padding: 0;
  text-decoration: none;
}
.site-title-control .dropdown-arrow {
  width: 40px;
  height: 20px;
}
.section {
  margin: 0 40px;
  padding: 0;
  height: auto;
}
/*
end     SECTION ONE SINGLE
begin   SECTION ONE DOUBLE
*/
.yearly-map {
  margin-top: 30px;
}
.chart-title-small {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.chart-title {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  font-weight: normal;
  margin-top: 10px;
}
.chart-title-map {
  height: 3em;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .chart-title-map {
    height: 6em;
  }
}
@media only screen and (max-width: 768px) {
  .chart-title-map {
    height: auto;
  }
}
.map-legend {
  display: block;
  margin: 60px auto 0;
  width: 100%;
  max-width: 288px;
  height: 75px;
  overflow: visible !important;
}
.map-legend text {
  font-size: 10px;
  font-weight: 200;
  color: #FFF;
  fill: #FFF;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
}
@media only screen and (max-width: 768px) {
  .map-legend {
    margin-top: 30px;
  }
}
.trends-map-yearly-legend {
  margin-bottom: 60px;
}
#section-one {
  margin-bottom: 190px;
}
#section-two {
  margin-bottom: 190px;
}
select {
  max-width: 295px;
}
.chosen-container {
  display: block;
  margin: 0 auto;
}
.chosen-container {
  margin-top: 30px;
  font-size: 16px;
}
.chosen-container-single .chosen-single {
  height: auto;
  line-height: 2;
}
.chosen-container-single .chosen-drop,
.chosen-container-single .chosen-single {
  border-radius: 0;
}
.chosen-container-single .chosen-single {
  background: #141414;
  border: 1px solid #A8A8A8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background: #141414;
  border: 1px solid #A8A8A8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  width: auto;
  right: 8px;
}
.chosen-container-single .chosen-single div b {
  display: inline-block;
  width: 24px;
  height: 12px;
  background-image: url('../img/down-arrow.svg') !important;
  background-size: cover !important;
  background-position: 0 !important;
}
.chosen-container:hover .chosen-single div {
  -webkit-animation: arrow-bounce-sm 360ms ease-in-out;
  animation: arrow-bounce-sm 360ms ease-in-out;
}
.chosen-container .chosen-drop {
  background: #141414;
}
.chosen-container-single .chosen-search {
  margin-top: -1px;
  padding: 0px 5px 5px;
}
.chosen-container-single .chosen-search input[type=text] {
  background: 0 !important;
  font-family: 'Atlas-Typewriter-Light';
  line-height: 2;
  padding: 0px 20px 0px 5px;
}
.chosen-container .chosen-results li {
  line-height: 1.5;
}
.chosen-container .chosen-results li.no-results {
  color: white;
  background: #141414;
}
.chosen-container .chosen-results li.highlighted {
  background: #555555;
}
#section-scatterplot {
  margin-bottom: 150px;
}
.scatterplot-container {
  margin: 0 auto;
  max-width: 608px;
}
@media only screen and (min-width: 769px) and (max-height: 820px) {
  .scatterplot-container {
    max-width: 35%;
  }
}
#scatterplot {
  overflow: visible !important;
  margin: 60px 0;
}
.axis-labels text {
  font-size: 13px;
}
#section-one-double {
  width: 100%;
  margin-top: 150px;
}
.timeline-placeholder-container {
  position: relative;
}
.timeline-placeholder-map {
  margin: 20px auto 0;
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-height: 820px) {
  .timeline-placeholder-map {
    width: 50%;
  }
}
.trends-slider-yearly-svg {
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 90px;
  width: 100%;
  max-width: 864px;
  overflow: visible !important;
}
@media only screen and (min-width: 769px) and (max-height: 820px) {
  .trends-slider-yearly-svg {
    max-width: 50%;
  }
}
.trends-slider-yearly-svg .tick line {
  stroke-linecap: round;
}
.trends-slider-yearly-svg .tick line.selected {
  stroke: white;
  stroke-width: 3px;
}
.trends-slider-yearly-svg text {
  letter-spacing: 1px;
}
.trends-slider-yearly-svg text.selected {
  font-family: 'Atlas-Typewriter-Bold';
  fill: white;
}
.trends-slider-yearly-svg rect.selected {
  stroke-opacity: 1 !important;
}
.trends-slider-yearly-svg .credit-label.selected {
  opacity: 1 !important;
}
.info-block {
  margin-bottom: 30px;
  padding: 0 2em 2em;
}
.info-block,
.info-chsi {
  font-size: 13px;
  line-height: 1.75;
  color: #C0C0C0;
  text-align: center;
}
.ph-wrap {
  width: 100%;
  height: auto;
}
/*
end     SECTION THREE DOUBLE
begin   NOT MY CODE
*/
h1 {
  text-align: center;
  font-weight: 100;
  color: #ffffff;
}
.map-wrapper {
  display: flex;
  width: 100%;
}
.trends-map-yearly-svg {
  width: 100%;
}
.trends-map-svg,
.credits-map-svg {
  width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .trends-map-svg,
  .credits-map-svg {
    max-width: 100%;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .trends-map-svg,
  .credits-map-svg {
    max-width: 100%;
  }
}
.trends-map-svg,
.credits-map-svg {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .trends-map-svg,
  .credits-map-svg {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .trends-map-svg,
  .credits-map-svg {
    margin: 60px auto 0px auto;
  }
}
.clear {
  clear: both;
}
.small-maps-section {
  margin-bottom: 150px;
}
.small-maps {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 4em auto 0;
  max-width: 992px;
}
.small-maps .small-map {
  width: 33%;
  margin-bottom: 2em;
}
.small-maps .small-map svg {
  width: 85%;
  display: block;
  margin: 0 auto;
}
.small-maps .small-map h6 {
  margin-top: 1em;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 36px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  .small-maps .small-map {
    width: 100%;
    margin-bottom: 3em;
  }
  .small-maps .small-map svg {
    width: 100%;
  }
}
.small-legend {
  margin-bottom: 75px;
}
.small-legend .map-legend {
  margin: 30px auto 0;
}
/**
 * Global controls
 */
#global-controls {
  z-index: 555;
  padding: 0 10px;
  background-color: #141414;
  font-size: 30px;
  line-height: 1.75;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  #global-controls {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 820px) {
  #global-controls {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #global-controls {
    font-size: 20px;
  }
}
#global-controls.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#global-controls.fixed .row {
  opacity: 1;
}
#global-controls .row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  transition: opacity 450ms;
  opacity: 0;
}
#global-controls .row > div {
  margin: 16px 0;
}
@media only screen and (max-width: 768px) {
  #global-controls .row > div {
    margin-bottom: 20px;
  }
}
#global-controls .about {
  padding: 0;
  font-size: 20px;
  color: #C0C0C0;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid black;
  transition: 150ms color, 150ms border;
}
#global-controls .about:hover,
#global-controls .about:focus {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  #global-controls .about {
    display: none;
  }
}
.dropdown-wrapper {
  flex: 1;
  text-align: center;
}
.dropdown-wrapper span,
.dropdown-wrapper div {
  display: inline-block;
}
.dropdown-wrapper span.site-title {
  padding: 0;
  color: #C0C0C0;
}
.dropdown {
  position: relative;
}
.dropdown .dropdown-button {
  color: white;
  background-color: #141414;
  border: 0;
  border-bottom: 1px solid white;
  padding: 0;
}
.dropdown-content {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  background-color: black;
  display: none;
  font-size: 40px;
  line-height: 1;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .dropdown-content {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-height: 820px) {
  .dropdown-content {
    font-size: 20px;
  }
}
.dropdown-content.show {
  display: block;
}
.dropdown-content div {
  min-width: 265px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 4em 0;
}
.dropdown-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.dropdown-content li {
  padding: 0;
}
.dropdown-content li span {
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 150ms border;
  margin: 15px 0;
  padding: 5px 0;
}
.dropdown-content li span:hover {
  border-bottom: 2px solid white;
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-height: 820px) {
  .dropdown-content li span {
    margin: 7.5px 0;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
  }
  .dropdown-content li span:hover {
    border-bottom: 1px solid white;
  }
}
.site-title-control a:hover .dropdown-arrow {
  -webkit-animation: arrow-bounce 360ms ease-in-out;
  animation: arrow-bounce 360ms ease-in-out;
}
.dropdown-button:hover .dropdown-arrow {
  -webkit-animation: arrow-bounce-sm 360ms ease-in-out;
  animation: arrow-bounce-sm 360ms ease-in-out;
}
.dropdown-button:focus {
  outline: 0;
  border-color: #c0c0c0;
}
.dropdown-button:focus span {
  color: #c0c0c0;
}
.dropdown-arrow {
  display: inline-block;
  width: 24px;
  height: 12px;
  background-image: url('../img/down-arrow.svg');
  background-size: cover;
  position: relative;
  top: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1279px) {
  .dropdown-arrow {
    width: 16px;
    height: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-height: 820px) {
  .dropdown-arrow {
    width: 16px;
    height: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .dropdown-arrow {
    width: 16px;
    height: 8px;
  }
}
@-webkit-keyframes arrow-bounce {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@keyframes arrow-bounce {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes arrow-bounce-sm {
  0% {
    top: 0;
  }
  50% {
    top: 3px;
  }
  100% {
    top: 0;
  }
}
@keyframes arrow-bounce-sm {
  0% {
    top: 0;
  }
  50% {
    top: 3px;
  }
  100% {
    top: 0;
  }
}
/**
 * Dropdown select and spinner overlays
 **/
.overlay {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  background: black;
  background-color: rgba(0, 0, 0, 0.75);
}
.overlay.show {
  display: block;
}
.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 45% auto 0;
  opacity: 0.5;
  background-color: white;
  border-radius: 100%;
}
.show .spinner {
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
