/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
@import url(https://fonts.googleapis.com/css?family=Abel|Oswald);
.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; } }

@media (min-width: 550px) {
  .container {
    width: 100%; }
  .column,
  .columns {
    margin-left: 1.5%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 6.95833%; }
  .two.columns {
    width: 15.41667%; }
  .three.columns {
    width: 23.875%; }
  .four.columns {
    width: 32.33333%; }
  .five.columns {
    width: 40.79167%; }
  .six.columns {
    width: 49.25%; }
  .seven.columns {
    width: 57.70833%; }
  .eight.columns {
    width: 66.16667%; }
  .nine.columns {
    width: 74.625%; }
  .ten.columns {
    width: 83.08333%; }
  .eleven.columns {
    width: 91.54167%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 32.33333%; }
  .two-thirds.column {
    width: 66.16667%; }
  .one-half.column {
    width: 49.25%; }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.45833%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.91667%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25.375%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.83333%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 42.29167%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50.75%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 59.20833%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 67.66667%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 76.125%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 84.58333%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 93.04167%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.83333%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 67.66667%; }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 50.75%; } }

html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

a {
  color: #1eaedb; }
  a:hover {
    color: #1b9cc5; }

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1; }

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/*! 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; }

body,
html {
  height: 100%;
  width: 100%;
  background-color: #111133;
  font-family: 'Oswald', serif;
  font-weight: 200; }

body {
  color: #f2f6e5;
  text-align: center; }

/*::-webkit-scrollbar { width: 0px;}
::-webkit-scrollbar-track {  background-color: transparent;}
::-webkit-scrollbar-thumb { height: 50px; background-color: rgba(100, 100, 100, 0.2); border-radius: 0.5px;}*/
svg {
  margin: 0px auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }
  svg text {
    fill: #f2f6e5;
    user-select: none; }

.edgeObscure {
  fill: #111133; }

.transparent {
  fill: transparent; }

.distanceTicks {
  stroke: #111133;
  fill: transparent;
  stroke-width: 3; }

svg.titleImage text {
  fill: #f2f6e5; }

.ocean {
  fill: #444466; }

.westerneurope {
  fill: #ffc966;
  color: #ffc966; }
  .westerneurope.destination {
    stroke: #ffe4b3; }

.easterneuropeandcentralasia {
  fill: #d598a0;
  color: #d598a0; }
  .easterneuropeandcentralasia.destination {
    stroke: #eacccf; }

.eastasia {
  fill: #2ca02c;
  color: #2ca02c; }
  .eastasia.destination {
    stroke: #96d096; }

.middleeast {
  fill: #a387be;
  color: #a387be; }
  .middleeast.destination {
    stroke: #d1c3df; }

.latinamerica {
  fill: #7EC0EE;
  color: #7EC0EE; }
  .latinamerica.destination {
    stroke: #bfe0f7; }

.africa {
  fill: #ef33a2;
  color: #ef33a2; }
  .africa.destination {
    stroke: #f799d1; }

.southasia {
  fill: #b98a6f;
  color: #b98a6f; }
  .southasia.destination {
    stroke: #dcc5b7; }

.oceania {
  fill: #eca4a6;
  color: #eca4a6; }
  .oceania.destination {
    stroke: #f6d1d3; }

.canada {
  fill: #bcbd22;
  color: #bcbd22; }
  .canada.destination {
    stroke: #dede91; }

.destination {
  pointer-events: auto;
  cursor: pointer; }
  .destination.unselected {
    fill-opacity: 0.4; }

.dorlingLegend .increment:first-child {
  fill: #7EC0EE; }

.dorlingLegend:nth-child(2) {
  fill: #2ca02c; }

.dorlingLegend:nth-child(3) {
  fill: #ef33a2; }

.dorlingLegend:nth-child(4) {
  fill: #a387be; }

.officelabel {
  pointer-events: auto;
  cursor: pointer;
  fill: transparent; }
  .officelabel .selected {
    fill: #ADC698; }

.terms path {
  fill: transparent;
  stroke: #666699;
  stroke-width: 0.5;
  pointer-events: auto;
  cursor: pointer; }
  .terms path.visited {
    fill: #6f6f6f; }
  .terms path.selected {
    fill: #ADC698; }

.terms text {
  text-anchor: middle; }
  .terms text.selected {
    fill: black;
    fill-opacity: 1;
    font-weight: bold; }

.term-bg {
  fill: #555; }

.years path {
  fill: #111133;
  fill-opacity: 0;
  stroke: white;
  stroke-width: 0.0; }

.years text {
  text-anchor: middle;
  fill-opacity: 0.7; }

.months path {
  fill: #111133;
  fill-opacity: 0;
  stroke: white;
  stroke-width: 0.0; }

.months text {
  text-anchor: middle;
  fill-opacity: 0.7; }

circle.timelineMask {
  fill: transparent;
  stroke: #111133; }

rect.timelineMask {
  fill: #111133; }

.axisLabelMask {
  fill: #111133;
  fill-opacity: 0.5; }

.axisLabel {
  fill: #bbb; }

#about {
  position: absolute;
  left: 50%; }
  #about #about-bg {
    fill: #999;
    fill-opacity: 1; }
  #about #about-close {
    position: fixed;
    color: #111133; }
  #about #about-content {
    position: relative;
    color: black;
    text-align: left;
    overflow-y: scroll; }
    #about #about-content a {
      color: #111133; }
    #about #about-content p {
      font-family: Merriweather, serif; }

.aboutLink {
  pointer-events: auto;
  cursor: pointer; }

.aboutLink a {
  fill: #f2f6e5; }

.details .destinations {
  overflow: hidden;
  position: fixed;
  text-align: left; }
  .details .destinations .inner {
    overflow-y: scroll;
    margin-right: -20px; }
  .details .destinations h3 {
    margin-bottom: 5px; }
  .details .destinations h4 {
    margin-top: 0; }
  .details .destinations ul {
    list-style: none;
    margin-right: 20px; }
    .details .destinations ul li {
      padding-bottom: 5px;
      border-bottom: 1px solid #ddd;
      margin-left: 3px;
      line-height: 1.1; }
      .details .destinations ul li .date {
        opacity: 0.75; }
      .details .destinations ul li .description {
        padding-top: 5px; }
      .details .destinations ul li:last-child {
        border-bottom: none; }
    .details .destinations ul:after {
      content: "";
      display: block;
      padding-bottom: 50px;
      width: 100%; }

.details .controls {
  position: fixed;
  text-align: left;
  opacity: 0.5; }
  .details .controls span {
    padding: 0 4px;
    pointer-events: auto;
    cursor: pointer; }

.intro-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: auto;
  background-color: #444466;
  text-align: center;
  font-family: Merriweather, serif; }
  .intro-modal .item.text-overlay p {
    position: absolute;
    top: 44px; }
  .intro-modal .item.text-overlay4 p {
    position: absolute;
    top: 18px; }
  .intro-modal .page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    position: relative;
    margin: 0 auto 20px auto; }
  .intro-modal .p0 {
    width: 600px;
    margin-top: -20px; }
    .intro-modal .p0 .title-block {
      transform: translateY(40px); }
    .intro-modal .p0 h1 {
      font-family: Oswald, sans-serif;
      font-size: 68px;
      color: #f2f6e5;
      text-transform: uppercase;
      margin: 0; }
    .intro-modal .p0 h3 {
      font-family: Oswald, sans-serif;
      font-size: 32px;
      color: #e9edec;
      text-transform: uppercase;
      margin: 0;
      color: black; }
    .intro-modal .p0 img {
      width: 100%;
      border: 2px solid white; }
      .intro-modal .p0 img.loading {
        height: 391px; }
  .intro-modal .p1 {
    width: 900px;
    margin-top: -15px; }
    .intro-modal .p1 .title-block {
      transform: translateY(30px); }
    .intro-modal .p1 h2 {
      font-family: Oswald, sans-serif;
      font-size: 24px;
      color: #f2f6e5;
      text-transform: uppercase;
      margin: 0; }
    .intro-modal .p1 h3 {
      font-family: Oswald, sans-serif;
      font-size: 18px;
      color: #f2f6e5;
      text-transform: uppercase;
      margin: 0; }
    .intro-modal .p1 .content {
      width: 100%;
      height: 480px;
      box-sizing: border-box;
      padding: 84px 44px 60px 44px;
      border: 2px solid white; }
    .intro-modal .p1 ol {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      width: 100%;
      height: 100%;
      text-align: left; }
    .intro-modal .p1 li {
      position: relative;
      display: inline-block;
      flex: 0 0 365px;
      height: 140px; }
      .intro-modal .p1 li .ordinal {
        font-family: Oswald, sans-serif;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 140px;
        font-size: 140px;
        color: #e9edec;
        opacity: 0.7; }
        .intro-modal .p1 li .ordinal.descender {
          line-height: 92px; }
      .intro-modal .p1 li.wider {
        flex: 0 0 380px; }
      .intro-modal .p1 li .item {
        width: 250px;
        position: absolute;
        bottom: 4px;
        right: 0; }
        .intro-modal .p1 li .item p {
          width: 100%;
          margin: 0 0 18px 0;
          font-size: 13px;
          color: #f2f6e5; }
        .intro-modal .p1 li .item img {
          width: 100%; }
  .intro-modal p {
    width: 400px;
    margin: 24px 0;
    line-height: 20px;
    font-size: 14px;
    color: #f2f6e5; }
  .intro-modal .intro-modal-button {
    width: 100px;
    border: 2px solid #f2f6e5;
    padding: 6px 0;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer; }
  .intro-modal .footer {
    margin-top: 12px; }
    .intro-modal .footer > div {
      display: inline-block;
      margin-right: 24px;
      font-size: 13px;
      cursor: pointer; }
    .intro-modal .footer label {
      display: inline-block;
      position: relative;
      margin-left: 20px;
      font-size: 13px;
      cursor: pointer; }
      .intro-modal .footer label::before, .intro-modal .footer label.checked::after {
        display: block;
        position: absolute;
        box-sizing: content-box;
        content: ''; }
      .intro-modal .footer label::before {
        left: -26px;
        top: -4px;
        width: 13px;
        height: 13px;
        border: 2px solid #f2f6e5;
        padding: 2px; }
      .intro-modal .footer label.checked::after {
        left: -22px;
        top: 0px;
        width: 13px;
        height: 13px;
        padding: 0;
        background-color: #f2f6e5;
        opacity: 0.8; }
    .intro-modal .footer input {
      display: none; }

.termMask {
  fill: #111133;
  stroke: #666699; }

.search {
  overflow: hidden;
  position: fixed;
  text-align: left; }
  .search input {
    background: transparent;
    color: white;
    width: 95%;
    padding: 0 5px;
    margin: 0;
    border: 1px #444466 solid; }
  .search ul li {
    list-style: none;
    margin: 1px 0; }
    .search ul li a {
      text-decoration: none; }

#hamburger, #navburger {
  left: 20px;
  top: 7px; }

#hamburger {
  z-index: 79999; }

#navburger {
  position: absolute; }

#nav_header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  overflow: visible;
  z-index: 89999;
  /* bottom padding matches offset of #maps set with top below */
  padding-bottom: 75px; }
  #nav_header a {
    text-decoration: none;
    color: #888;
    font-weight: normal;
    text-transform: none; }
  #nav_header h1 {
    position: absolute;
    left: 80px;
    top: 10px;
    margin: 0;
    font-family: 'Oswald';
    color: #28668a;
    font-size: 30px; }
    #nav_header h1 a {
      color: #28668a; }
  #nav_header h2 {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: 'Oswald';
    width: auto;
    border: none;
    font-size: 20px;
    margin: 0; }
  #nav_header #maps {
    position: relative;
    top: 75px; }
  #nav_header .pan_nav_item {
    float: left;
    margin-right: 20px;
    margin-left: 20px; }
    #nav_header .pan_nav_item h4 {
      text-align: center;
      font-family: 'Abel', sans-serif;
      font-size: 18px; }
