/* pass breakpoint to JS */
body::after {
  content: 'mobile';
  display: none; }
  @media screen and (min-width: 768px) {
    body::after {
      content: 'tablet'; } }
  @media screen and (min-width: 1120px) {
    body::after {
      content: 'desktop'; } }

/*! Modified version of normalize.css v8.0.0 *DO NOT REPLACE DIRECTLY* | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  line-height: 1.15;
  /* 1 */ }

*, *::before, *::after {
  box-sizing: inherit; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.ngp_container {
  padding: 0 16px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ngp_container {
      margin: 0 auto;
      max-width: 730px;
      padding: 0; } }
  @media screen and (min-width: 1120px) {
    .ngp_container {
      max-width: 1020px;
      padding: 0; } }

.ngp_container--hub {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ngp_container--hub {
      margin: 0 auto;
      max-width: 688px; } }
  @media screen and (min-width: 1120px) {
    .ngp_container--hub {
      max-width: 1020px; } }

.ngp_col-1, .ngp_row-no-gutter .ngp_col-1, .ngp_col-2, .ngp_row-no-gutter .ngp_col-2, .ngp_col-3, .ngp_row-no-gutter .ngp_col-3, .ngp_col-4, .ngp_row-no-gutter .ngp_col-4, .ngp_col-5, .ngp_row-no-gutter .ngp_col-5, .ngp_col-6, .ngp_row-no-gutter .ngp_col-6, .ngp_col-7, .ngp_row-no-gutter .ngp_col-7, .ngp_col-8, .ngp_row-no-gutter .ngp_col-8, .ngp_col-9, .ngp_row-no-gutter .ngp_col-9, .ngp_col-10, .ngp_row-no-gutter .ngp_col-10, .ngp_col-11, .ngp_row-no-gutter .ngp_col-11, .ngp_col-12, .ngp_row-no-gutter .ngp_col-12, .ngp_col-sm-1, .ngp_col-sm-2, .ngp_col-sm-3, .ngp_col-sm-4, .ngp_col-sm-5, .ngp_col-sm-6, .ngp_col-sm-7, .ngp_col-sm-8, .ngp_col-sm-9, .ngp_col-sm-10, .ngp_col-sm-11, .ngp_col-sm-12, .ngp_col-md-1, .ngp_col-md-2, .ngp_col-md-3, .ngp_col-md-4, .ngp_col-md-5, .ngp_col-md-6, .ngp_col-md-7, .ngp_col-md-8, .ngp_col-md-9, .ngp_col-md-10, .ngp_col-md-11, .ngp_col-md-12, .ngp_col-lg-1, .ngp_col-lg-2, .ngp_col-lg-3, .ngp_col-lg-4, .ngp_col-lg-5, .ngp_col-lg-6, .ngp_col-lg-7, .ngp_col-lg-8, .ngp_col-lg-9, .ngp_col-lg-10, .ngp_col-lg-11, .ngp_col-lg-12 {
  float: left;
  min-height: 1px;
  position: relative;
  width: 100%; }

.ngp_col-1 {
  padding-left: 16px;
  padding-right: 16px;
  width: 8.33333%; }
  @media screen and (min-width: 768px) {
    .ngp_col-1 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-1 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-1 {
  margin-left: 8.33333%; }

.ngp_col-pull-1 {
  right: 8.33333%; }

.ngp_col-push-1 {
  left: 8.33333%; }

.ngp_row-no-gutter .ngp_col-1 {
  width: 8.33333%; }

.ngp_col-2 {
  padding-left: 16px;
  padding-right: 16px;
  width: 16.66667%; }
  @media screen and (min-width: 768px) {
    .ngp_col-2 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-2 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-2 {
  margin-left: 16.66667%; }

.ngp_col-pull-2 {
  right: 16.66667%; }

.ngp_col-push-2 {
  left: 16.66667%; }

.ngp_row-no-gutter .ngp_col-2 {
  width: 16.66667%; }

.ngp_col-3 {
  padding-left: 16px;
  padding-right: 16px;
  width: 25%; }
  @media screen and (min-width: 768px) {
    .ngp_col-3 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-3 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-3 {
  margin-left: 25%; }

.ngp_col-pull-3 {
  right: 25%; }

.ngp_col-push-3 {
  left: 25%; }

.ngp_row-no-gutter .ngp_col-3 {
  width: 25%; }

.ngp_col-4 {
  padding-left: 16px;
  padding-right: 16px;
  width: 33.33333%; }
  @media screen and (min-width: 768px) {
    .ngp_col-4 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-4 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-4 {
  margin-left: 33.33333%; }

.ngp_col-pull-4 {
  right: 33.33333%; }

.ngp_col-push-4 {
  left: 33.33333%; }

.ngp_row-no-gutter .ngp_col-4 {
  width: 33.33333%; }

.ngp_col-5 {
  padding-left: 16px;
  padding-right: 16px;
  width: 41.66667%; }
  @media screen and (min-width: 768px) {
    .ngp_col-5 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-5 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-5 {
  margin-left: 41.66667%; }

.ngp_col-pull-5 {
  right: 41.66667%; }

.ngp_col-push-5 {
  left: 41.66667%; }

.ngp_row-no-gutter .ngp_col-5 {
  width: 41.66667%; }

.ngp_col-6 {
  padding-left: 16px;
  padding-right: 16px;
  width: 50%; }
  @media screen and (min-width: 768px) {
    .ngp_col-6 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-6 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-6 {
  margin-left: 50%; }

.ngp_col-pull-6 {
  right: 50%; }

.ngp_col-push-6 {
  left: 50%; }

.ngp_row-no-gutter .ngp_col-6 {
  width: 50%; }

.ngp_col-7 {
  padding-left: 16px;
  padding-right: 16px;
  width: 58.33333%; }
  @media screen and (min-width: 768px) {
    .ngp_col-7 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-7 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-7 {
  margin-left: 58.33333%; }

.ngp_col-pull-7 {
  right: 58.33333%; }

.ngp_col-push-7 {
  left: 58.33333%; }

.ngp_row-no-gutter .ngp_col-7 {
  width: 58.33333%; }

.ngp_col-8 {
  padding-left: 16px;
  padding-right: 16px;
  width: 66.66667%; }
  @media screen and (min-width: 768px) {
    .ngp_col-8 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-8 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-8 {
  margin-left: 66.66667%; }

.ngp_col-pull-8 {
  right: 66.66667%; }

.ngp_col-push-8 {
  left: 66.66667%; }

.ngp_row-no-gutter .ngp_col-8 {
  width: 66.66667%; }

.ngp_col-9 {
  padding-left: 16px;
  padding-right: 16px;
  width: 75%; }
  @media screen and (min-width: 768px) {
    .ngp_col-9 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-9 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-9 {
  margin-left: 75%; }

.ngp_col-pull-9 {
  right: 75%; }

.ngp_col-push-9 {
  left: 75%; }

.ngp_row-no-gutter .ngp_col-9 {
  width: 75%; }

.ngp_col-10 {
  padding-left: 16px;
  padding-right: 16px;
  width: 83.33333%; }
  @media screen and (min-width: 768px) {
    .ngp_col-10 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-10 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-10 {
  margin-left: 83.33333%; }

.ngp_col-pull-10 {
  right: 83.33333%; }

.ngp_col-push-10 {
  left: 83.33333%; }

.ngp_row-no-gutter .ngp_col-10 {
  width: 83.33333%; }

.ngp_col-11 {
  padding-left: 16px;
  padding-right: 16px;
  width: 91.66667%; }
  @media screen and (min-width: 768px) {
    .ngp_col-11 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-11 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-11 {
  margin-left: 91.66667%; }

.ngp_col-pull-11 {
  right: 91.66667%; }

.ngp_col-push-11 {
  left: 91.66667%; }

.ngp_row-no-gutter .ngp_col-11 {
  width: 91.66667%; }

.ngp_col-12 {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ngp_col-12 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col-12 {
      padding-left: 10px;
      padding-right: 10px; } }

.ngp_col-offset-12 {
  margin-left: 100%; }

.ngp_col-pull-12 {
  right: 100%; }

.ngp_col-push-12 {
  left: 100%; }

.ngp_row-no-gutter .ngp_col-12 {
  width: 100%; }

.ngp_col {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .ngp_col {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (min-width: 1120px) {
    .ngp_col {
      padding-left: 20px;
      padding-right: 20px; } }
  .ngp_col-bottom-gutter {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .ngp_col-bottom-gutter {
        margin-bottom: 10px; } }
    @media screen and (min-width: 1120px) {
      .ngp_col-bottom-gutter {
        margin-bottom: 20px; } }
    .ngp_col-bottom-gutter-2 {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .ngp_col-bottom-gutter-2 {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1120px) {
        .ngp_col-bottom-gutter-2 {
          margin-bottom: 40px; } }
  .ngp_col-pull-0 {
    right: auto; }
  .ngp_col-push-0 {
    left: auto; }
  .ngp_col-no-gutter {
    padding-left: 0;
    padding-right: 0; }

@media screen and (min-width: 480px) {
  .ngp_col-sm-1 {
    width: 8.33333%; }
  .ngp_col-sm-offset-1 {
    margin-left: 8.33333%; }
  .ngp_col-sm-pull-1 {
    right: 8.33333%; }
  .ngp_col-sm-push-1 {
    left: 8.33333%; }
  .ngp_col-sm-2 {
    width: 16.66667%; }
  .ngp_col-sm-offset-2 {
    margin-left: 16.66667%; }
  .ngp_col-sm-pull-2 {
    right: 16.66667%; }
  .ngp_col-sm-push-2 {
    left: 16.66667%; }
  .ngp_col-sm-3 {
    width: 25%; }
  .ngp_col-sm-offset-3 {
    margin-left: 25%; }
  .ngp_col-sm-pull-3 {
    right: 25%; }
  .ngp_col-sm-push-3 {
    left: 25%; }
  .ngp_col-sm-4 {
    width: 33.33333%; }
  .ngp_col-sm-offset-4 {
    margin-left: 33.33333%; }
  .ngp_col-sm-pull-4 {
    right: 33.33333%; }
  .ngp_col-sm-push-4 {
    left: 33.33333%; }
  .ngp_col-sm-5 {
    width: 41.66667%; }
  .ngp_col-sm-offset-5 {
    margin-left: 41.66667%; }
  .ngp_col-sm-pull-5 {
    right: 41.66667%; }
  .ngp_col-sm-push-5 {
    left: 41.66667%; }
  .ngp_col-sm-6 {
    width: 50%; }
  .ngp_col-sm-offset-6 {
    margin-left: 50%; }
  .ngp_col-sm-pull-6 {
    right: 50%; }
  .ngp_col-sm-push-6 {
    left: 50%; }
  .ngp_col-sm-7 {
    width: 58.33333%; }
  .ngp_col-sm-offset-7 {
    margin-left: 58.33333%; }
  .ngp_col-sm-pull-7 {
    right: 58.33333%; }
  .ngp_col-sm-push-7 {
    left: 58.33333%; }
  .ngp_col-sm-8 {
    width: 66.66667%; }
  .ngp_col-sm-offset-8 {
    margin-left: 66.66667%; }
  .ngp_col-sm-pull-8 {
    right: 66.66667%; }
  .ngp_col-sm-push-8 {
    left: 66.66667%; }
  .ngp_col-sm-9 {
    width: 75%; }
  .ngp_col-sm-offset-9 {
    margin-left: 75%; }
  .ngp_col-sm-pull-9 {
    right: 75%; }
  .ngp_col-sm-push-9 {
    left: 75%; }
  .ngp_col-sm-10 {
    width: 83.33333%; }
  .ngp_col-sm-offset-10 {
    margin-left: 83.33333%; }
  .ngp_col-sm-pull-10 {
    right: 83.33333%; }
  .ngp_col-sm-push-10 {
    left: 83.33333%; }
  .ngp_col-sm-11 {
    width: 91.66667%; }
  .ngp_col-sm-offset-11 {
    margin-left: 91.66667%; }
  .ngp_col-sm-pull-11 {
    right: 91.66667%; }
  .ngp_col-sm-push-11 {
    left: 91.66667%; }
  .ngp_col-sm-12 {
    width: 100%; }
  .ngp_col-sm-offset-12 {
    margin-left: 100%; }
  .ngp_col-sm-pull-12 {
    right: 100%; }
  .ngp_col-sm-push-12 {
    left: 100%; }
  .ngp_col-sm-offset-0 {
    margin-left: 0; }
  .ngp_col-sm-pull-0 {
    right: auto; }
  .ngp_col-sm-push-0 {
    left: auto; }
  .ngp_col-sm-hide {
    display: none; }
  .ngp_col-sm-show {
    display: block; } }

@media (max-width: 479px) {
  .ngp_col-sm-no-gutter {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 480px) and (max-width: 767px) {
  .ngp_col-sm-no-gutter {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 768px) {
  .ngp_col-md-1 {
    width: 8.33333%; }
  .ngp_col-md-offset-1 {
    margin-left: 8.33333%; }
  .ngp_col-md-pull-1 {
    right: 8.33333%; }
  .ngp_col-md-push-1 {
    left: 8.33333%; }
  .ngp_col-md-2 {
    width: 16.66667%; }
  .ngp_col-md-offset-2 {
    margin-left: 16.66667%; }
  .ngp_col-md-pull-2 {
    right: 16.66667%; }
  .ngp_col-md-push-2 {
    left: 16.66667%; }
  .ngp_col-md-3 {
    width: 25%; }
  .ngp_col-md-offset-3 {
    margin-left: 25%; }
  .ngp_col-md-pull-3 {
    right: 25%; }
  .ngp_col-md-push-3 {
    left: 25%; }
  .ngp_col-md-4 {
    width: 33.33333%; }
  .ngp_col-md-offset-4 {
    margin-left: 33.33333%; }
  .ngp_col-md-pull-4 {
    right: 33.33333%; }
  .ngp_col-md-push-4 {
    left: 33.33333%; }
  .ngp_col-md-5 {
    width: 41.66667%; }
  .ngp_col-md-offset-5 {
    margin-left: 41.66667%; }
  .ngp_col-md-pull-5 {
    right: 41.66667%; }
  .ngp_col-md-push-5 {
    left: 41.66667%; }
  .ngp_col-md-6 {
    width: 50%; }
  .ngp_col-md-offset-6 {
    margin-left: 50%; }
  .ngp_col-md-pull-6 {
    right: 50%; }
  .ngp_col-md-push-6 {
    left: 50%; }
  .ngp_col-md-7 {
    width: 58.33333%; }
  .ngp_col-md-offset-7 {
    margin-left: 58.33333%; }
  .ngp_col-md-pull-7 {
    right: 58.33333%; }
  .ngp_col-md-push-7 {
    left: 58.33333%; }
  .ngp_col-md-8 {
    width: 66.66667%; }
  .ngp_col-md-offset-8 {
    margin-left: 66.66667%; }
  .ngp_col-md-pull-8 {
    right: 66.66667%; }
  .ngp_col-md-push-8 {
    left: 66.66667%; }
  .ngp_col-md-9 {
    width: 75%; }
  .ngp_col-md-offset-9 {
    margin-left: 75%; }
  .ngp_col-md-pull-9 {
    right: 75%; }
  .ngp_col-md-push-9 {
    left: 75%; }
  .ngp_col-md-10 {
    width: 83.33333%; }
  .ngp_col-md-offset-10 {
    margin-left: 83.33333%; }
  .ngp_col-md-pull-10 {
    right: 83.33333%; }
  .ngp_col-md-push-10 {
    left: 83.33333%; }
  .ngp_col-md-11 {
    width: 91.66667%; }
  .ngp_col-md-offset-11 {
    margin-left: 91.66667%; }
  .ngp_col-md-pull-11 {
    right: 91.66667%; }
  .ngp_col-md-push-11 {
    left: 91.66667%; }
  .ngp_col-md-12 {
    width: 100%; }
  .ngp_col-md-offset-12 {
    margin-left: 100%; }
  .ngp_col-md-pull-12 {
    right: 100%; }
  .ngp_col-md-push-12 {
    left: 100%; }
  .ngp_col-md-offset-0 {
    margin-left: 0; }
  .ngp_col-md-pull-0 {
    right: auto; }
  .ngp_col-md-push-0 {
    left: auto; }
  .ngp_col-md-hide {
    display: none; }
  .ngp_col-md-show {
    display: block; } }

@media (min-width: 768px) and (max-width: 1119px) {
  .ngp_col-md-no-gutter {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 1120px) {
  .ngp_col-lg-1 {
    width: 8.33333%; }
  .ngp_col-lg-offset-1 {
    margin-left: 8.33333%; }
  .ngp_col-lg-pull-1 {
    right: 8.33333%; }
  .ngp_col-lg-push-1 {
    left: 8.33333%; }
  .ngp_col-lg-2 {
    width: 16.66667%; }
  .ngp_col-lg-offset-2 {
    margin-left: 16.66667%; }
  .ngp_col-lg-pull-2 {
    right: 16.66667%; }
  .ngp_col-lg-push-2 {
    left: 16.66667%; }
  .ngp_col-lg-3 {
    width: 25%; }
  .ngp_col-lg-offset-3 {
    margin-left: 25%; }
  .ngp_col-lg-pull-3 {
    right: 25%; }
  .ngp_col-lg-push-3 {
    left: 25%; }
  .ngp_col-lg-4 {
    width: 33.33333%; }
  .ngp_col-lg-offset-4 {
    margin-left: 33.33333%; }
  .ngp_col-lg-pull-4 {
    right: 33.33333%; }
  .ngp_col-lg-push-4 {
    left: 33.33333%; }
  .ngp_col-lg-5 {
    width: 41.66667%; }
  .ngp_col-lg-offset-5 {
    margin-left: 41.66667%; }
  .ngp_col-lg-pull-5 {
    right: 41.66667%; }
  .ngp_col-lg-push-5 {
    left: 41.66667%; }
  .ngp_col-lg-6 {
    width: 50%; }
  .ngp_col-lg-offset-6 {
    margin-left: 50%; }
  .ngp_col-lg-pull-6 {
    right: 50%; }
  .ngp_col-lg-push-6 {
    left: 50%; }
  .ngp_col-lg-7 {
    width: 58.33333%; }
  .ngp_col-lg-offset-7 {
    margin-left: 58.33333%; }
  .ngp_col-lg-pull-7 {
    right: 58.33333%; }
  .ngp_col-lg-push-7 {
    left: 58.33333%; }
  .ngp_col-lg-8 {
    width: 66.66667%; }
  .ngp_col-lg-offset-8 {
    margin-left: 66.66667%; }
  .ngp_col-lg-pull-8 {
    right: 66.66667%; }
  .ngp_col-lg-push-8 {
    left: 66.66667%; }
  .ngp_col-lg-9 {
    width: 75%; }
  .ngp_col-lg-offset-9 {
    margin-left: 75%; }
  .ngp_col-lg-pull-9 {
    right: 75%; }
  .ngp_col-lg-push-9 {
    left: 75%; }
  .ngp_col-lg-10 {
    width: 83.33333%; }
  .ngp_col-lg-offset-10 {
    margin-left: 83.33333%; }
  .ngp_col-lg-pull-10 {
    right: 83.33333%; }
  .ngp_col-lg-push-10 {
    left: 83.33333%; }
  .ngp_col-lg-11 {
    width: 91.66667%; }
  .ngp_col-lg-offset-11 {
    margin-left: 91.66667%; }
  .ngp_col-lg-pull-11 {
    right: 91.66667%; }
  .ngp_col-lg-push-11 {
    left: 91.66667%; }
  .ngp_col-lg-12 {
    width: 100%; }
  .ngp_col-lg-offset-12 {
    margin-left: 100%; }
  .ngp_col-lg-pull-12 {
    right: 100%; }
  .ngp_col-lg-push-12 {
    left: 100%; }
  .ngp_col-lg-offset-0 {
    margin-left: 0; }
  .ngp_col-lg-pull-0 {
    right: auto; }
  .ngp_col-lg-push-0 {
    left: auto; }
  .ngp_col-lg-hide {
    display: none; }
  .ngp_col-lg-show {
    display: block; } }

@media (min-width: 1120px) {
  .ngp_col-lg-no-gutter {
    padding-left: 0;
    padding-right: 0; } }

.ngp_row::before, .ngp_row::after {
  content: ' ';
  display: table; }

.ngp_row::after {
  clear: both; }

.ngp_row-no-gutter {
  margin-left: 0;
  margin-right: 0; }

.ngp_row-gut-half {
  margin-bottom: 0.625rem; }

.ngp_row-gut-0 {
  margin-bottom: 0; }

.ngp_row-gut-1 {
  margin-bottom: 1.25rem; }

.ngp_row-gut-2 {
  margin-bottom: 2.5rem; }

.ngp_row-gut-3 {
  margin-bottom: 3.75rem; }

.ngp_row-gut-4 {
  margin-bottom: 5rem; }

@media screen and (min-width: 480px) {
  .ngp_row-sm-gut-half {
    margin-bottom: 0.625rem; }
  .ngp_row-sm-gut-0 {
    margin-bottom: 0; }
  .ngp_row-sm-gut-1 {
    margin-bottom: 1.25rem; }
  .ngp_row-sm-gut-2 {
    margin-bottom: 2.5rem; }
  .ngp_row-sm-gut-3 {
    margin-bottom: 3.75rem; }
  .ngp_row-sm-gut-4 {
    margin-bottom: 5rem; } }

@media screen and (min-width: 768px) {
  .ngp_row-md-gut-half {
    margin-bottom: 0.625rem; }
  .ngp_row-md-gut-0 {
    margin-bottom: 0; }
  .ngp_row-md-gut-1 {
    margin-bottom: 1.25rem; }
  .ngp_row-md-gut-2 {
    margin-bottom: 2.5rem; }
  .ngp_row-md-gut-3 {
    margin-bottom: 3.75rem; }
  .ngp_row-md-gut-4 {
    margin-bottom: 5rem; } }

@media screen and (min-width: 1120px) {
  .ngp_row-lg-gut-half {
    margin-bottom: 0.625rem; }
  .ngp_row-lg-gut-0 {
    margin-bottom: 0; }
  .ngp_row-lg-gut-1 {
    margin-bottom: 1.25rem; }
  .ngp_row-lg-gut-2 {
    margin-bottom: 2.5rem; }
  .ngp_row-lg-gut-3 {
    margin-bottom: 3.75rem; }
  .ngp_row-lg-gut-4 {
    margin-bottom: 5rem; } }

@font-face {
  font-family: 'GeoEditBlack';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-black.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-black.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-black.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-black.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-black.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditBlackItalic';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-blackitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-blackitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-blackitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-blackitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-blackitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditBold';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-bold.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-bold.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-bold.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditBoldItalic';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-bolditalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-bolditalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-bolditalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-bolditalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-bolditalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditLight';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-light.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-light.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-light.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-light.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-light.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditLightItalic';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-lightitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-lightitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-lightitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-lightitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-lightitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditMedium';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-medium.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-medium.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-medium.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-medium.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditMediumItalic';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-mediumitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-mediumitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-mediumitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-mediumitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-mediumitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditRegular';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-regular.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-regular.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-regular.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-regular.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditRegularItalic';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-regularitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-regularitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-regularitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-regularitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-regularitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditThin';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-thin.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-thin.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-thin.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-thin.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-thin.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoEditThinItalic';
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-thinitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographeditweb-thinitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographeditweb-thinitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographeditweb-thinitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographeditweb-thinitalic.ttf") format("truetype"); }

.GeoEditBlack {
  font-family: 'GeoEditBlack'; }

.GeoEditBlackItalic {
  font-family: 'GeoEditBlackItalic'; }

.GeoEditBold {
  font-family: 'GeoEditBold'; }

.GeoEditBoldItalic {
  font-family: 'GeoEditBoldItalic'; }

.GeoEditLight {
  font-family: 'GeoEditLight'; }

.GeoEditLightItalic {
  font-family: 'GeoEditLightItalic'; }

.GeoEditMedium {
  font-family: 'GeoEditMedium'; }

.GeoEditMediumItalic {
  font-family: 'GeoEditMediumItalic'; }

.GeoEditRegular {
  font-family: 'GeoEditRegular'; }

.GeoEditRegularItalic {
  font-family: 'GeoEditRegularItalic'; }

.GeoEditThin {
  font-family: 'GeoEditThin'; }

.GeoEditThinItalic {
  font-family: 'GeoEditThinItalic'; }

@font-face {
  font-family: 'GeoBrandBlack';
  src: url("https://fonts.ngeo.com/ngp/geographweb-black.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-black.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-black.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-black.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-black.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandBlackItalic';
  src: url("https://fonts.ngeo.com/ngp/geographweb-blackitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-blackitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-blackitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-blackitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-blackitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandBold';
  src: url("https://fonts.ngeo.com/ngp/geographweb-bold.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-bold.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-bold.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-bold.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-bold.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandBoldItalic';
  src: url("https://fonts.ngeo.com/ngp/geographweb-bolditalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-bolditalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-bolditalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-bolditalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-bolditalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandLight';
  src: url("https://fonts.ngeo.com/ngp/geographweb-light.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-light.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-light.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-light.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-light.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandLightItalic';
  src: url("https://fonts.ngeo.com/ngp/geographweb-lightitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-lightitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-lightitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-lightitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-lightitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandMedium';
  src: url("https://fonts.ngeo.com/ngp/geographweb-medium.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-medium.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-medium.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-medium.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandMediumItalic';
  src: url("https://fonts.ngeo.com/ngp/geographweb-mediumitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-mediumitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-mediumitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-mediumitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-mediumitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandRegular';
  src: url("https://fonts.ngeo.com/ngp/geographweb-regular.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-regular.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-regular.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-regular.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-regular.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandRegularItalic';
  src: url("https://fonts.ngeo.com/ngp/geographweb-regularitalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-regularitalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-regularitalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-regularitalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-regularitalic.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandThin';
  src: url("https://fonts.ngeo.com/ngp/geographweb-thin.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-thin.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-thin.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-thin.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-thin.ttf") format("truetype"); }

@font-face {
  font-family: 'GeoBrandThinItalic';
  src: url("https://fonts.ngeo.com/ngp/geographweb-thinItalic.eot");
  src: url("https://fonts.ngeo.com/ngp/geographweb-thinItalic.eot?#iefix") format("embedded-opentype"), url("https://fonts.ngeo.com/ngp/geographweb-thinItalic.woff2") format("woff2"), url("https://fonts.ngeo.com/ngp/geographweb-thinItalic.woff") format("woff"), url("https://fonts.ngeo.com/ngp/geographweb-thinItalic.ttf") format("truetype"); }

.GeoBrandBlackItalic {
  font-family: 'GeoBrandBlackItalic'; }

.GeoBrandBoldItalic {
  font-family: 'GeoBrandBoldItalic'; }

.GeoBrandLight {
  font-family: 'GeoBrandLight'; }

.GeoBrandLightItalic {
  font-family: 'GeoBrandLightItalic'; }

.GeoBrandMedium {
  font-family: 'GeoBrandMedium'; }

.GeoBrandMediumItalic {
  font-family: 'GeoBrandMediumItalic'; }

.GeoBrandRegularItalic {
  font-family: 'GeoBrandRegularItalic'; }

.GeoBrandThin {
  font-family: 'GeoBrandThin'; }

.GeoBrandThinItalic {
  font-family: 'GeoBrandThinItalic'; }

.geograph-brand-bold--48 {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 4px;
  line-height: 1.167; }
  .geograph-brand-bold--48 b,
  .geograph-brand-bold--48 strong {
    font-weight: 400; }
  .geograph-brand-bold--48 i,
  .geograph-brand-bold--48 em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }

.geograph-brand-bold--42 {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: 3.5px;
  line-height: 1.19; }
  .geograph-brand-bold--42 b,
  .geograph-brand-bold--42 strong {
    font-weight: 400; }
  .geograph-brand-bold--42 i,
  .geograph-brand-bold--42 em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }

.geograph-brand-bold--38 {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 3.5px;
  line-height: 1.105; }
  .geograph-brand-bold--38 b,
  .geograph-brand-bold--38 strong {
    font-weight: 400; }
  .geograph-brand-bold--38 i,
  .geograph-brand-bold--38 em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }

.geograph-brand-bold--32 {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 1.25; }
  .geograph-brand-bold--32 b,
  .geograph-brand-bold--32 strong {
    font-weight: 400; }
  .geograph-brand-bold--32 i,
  .geograph-brand-bold--32 em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }

.geograph-brand-bold--22 {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 1.273; }
  .geograph-brand-bold--22 b,
  .geograph-brand-bold--22 strong {
    font-weight: 400; }
  .geograph-brand-bold--22 i,
  .geograph-brand-bold--22 em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }

.geograph-brand-bold--16 {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.5; }
  .geograph-brand-bold--16 b,
  .geograph-brand-bold--16 strong {
    font-weight: 400; }
  .geograph-brand-bold--16 i,
  .geograph-brand-bold--16 em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }

.geograph-brand-bold--12 {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5; }
  .geograph-brand-bold--12 b,
  .geograph-brand-bold--12 strong {
    font-weight: 400; }
  .geograph-brand-bold--12 i,
  .geograph-brand-bold--12 em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }

.geograph-brand-black--42 {
  font-family: 'GeoBrandBlack', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 42px;
  letter-spacing: 4.5px;
  line-height: 1.19; }
  .geograph-brand-black--42 i,
  .geograph-brand-black--42 em {
    font-family: 'GeoBrandBlackItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
  .geograph-brand-black--42 b,
  .geograph-brand-black--42 strong {
    font-weight: 400; }

.geograph-brand-black--32 {
  font-family: 'GeoBrandBlack', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  letter-spacing: 4px;
  line-height: 1.25; }
  .geograph-brand-black--32 i,
  .geograph-brand-black--32 em {
    font-family: 'GeoBrandBlackItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
  .geograph-brand-black--32 b,
  .geograph-brand-black--32 strong {
    font-weight: 400; }

.geograph-brand-regular--16 {
  font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 1.5; }
  .geograph-brand-regular--16 i,
  .geograph-brand-regular--16 em {
    font-family: 'GeoBrandRegularItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
    .geograph-brand-regular--16 i b,
    .geograph-brand-regular--16 i strong,
    .geograph-brand-regular--16 em b,
    .geograph-brand-regular--16 em strong {
      font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
      text-transform: uppercase;
      font-weight: 400; }
  .geograph-brand-regular--16 b,
  .geograph-brand-regular--16 strong {
    font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-weight: 400; }
    .geograph-brand-regular--16 b i,
    .geograph-brand-regular--16 b em,
    .geograph-brand-regular--16 strong i,
    .geograph-brand-regular--16 strong em {
      font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
      text-transform: uppercase;
      font-style: normal; }

.geograph-brand-regular--14 {
  font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5; }
  .geograph-brand-regular--14 i,
  .geograph-brand-regular--14 em {
    font-family: 'GeoBrandRegularItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
    .geograph-brand-regular--14 i b,
    .geograph-brand-regular--14 i strong,
    .geograph-brand-regular--14 em b,
    .geograph-brand-regular--14 em strong {
      font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
      text-transform: uppercase;
      font-weight: 400; }
  .geograph-brand-regular--14 b,
  .geograph-brand-regular--14 strong {
    font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-weight: 400; }
    .geograph-brand-regular--14 b i,
    .geograph-brand-regular--14 b em,
    .geograph-brand-regular--14 strong i,
    .geograph-brand-regular--14 strong em {
      font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
      text-transform: uppercase;
      font-style: normal; }

.geograph-brand-regular--12 {
  font-family: 'GeoBrandRegular', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 1.5; }
  .geograph-brand-regular--12 i,
  .geograph-brand-regular--12 em {
    font-family: 'GeoBrandRegularItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
    .geograph-brand-regular--12 i b,
    .geograph-brand-regular--12 i strong,
    .geograph-brand-regular--12 em b,
    .geograph-brand-regular--12 em strong {
      font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
      text-transform: uppercase;
      font-weight: 400; }
  .geograph-brand-regular--12 b,
  .geograph-brand-regular--12 strong {
    font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-weight: 400; }
    .geograph-brand-regular--12 b i,
    .geograph-brand-regular--12 b em,
    .geograph-brand-regular--12 strong i,
    .geograph-brand-regular--12 strong em {
      font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
      text-transform: uppercase;
      font-style: normal; }

.geograph-edit-bold--42 {
  font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 42px;
  line-height: 1.143; }
  .geograph-edit-bold--42 i,
  .geograph-edit-bold--42 em {
    font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
  .geograph-edit-bold--42 b,
  .geograph-edit-bold--42 strong {
    font-weight: 400; }

.geograph-edit-bold--38 {
  font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 38px;
  line-height: 1.211; }
  .geograph-edit-bold--38 i,
  .geograph-edit-bold--38 em {
    font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
  .geograph-edit-bold--38 b,
  .geograph-edit-bold--38 strong {
    font-weight: 400; }

.geograph-edit-bold--32 {
  font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 32px;
  line-height: 1.188; }
  .geograph-edit-bold--32 i,
  .geograph-edit-bold--32 em {
    font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
  .geograph-edit-bold--32 b,
  .geograph-edit-bold--32 strong {
    font-weight: 400; }

.geograph-edit-bold--28 {
  font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1.214; }
  .geograph-edit-bold--28 i,
  .geograph-edit-bold--28 em {
    font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
  .geograph-edit-bold--28 b,
  .geograph-edit-bold--28 strong {
    font-weight: 400; }

.geograph-edit-medium--38 {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 38px;
  line-height: 1.211; }
  .geograph-edit-medium--38 i,
  .geograph-edit-medium--38 em {
    font-family: 'GeoEditMediumItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-medium--38 i b,
    .geograph-edit-medium--38 i strong,
    .geograph-edit-medium--38 em b,
    .geograph-edit-medium--38 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-medium--38 b,
  .geograph-edit-medium--38 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-medium--38 b i,
    .geograph-edit-medium--38 b em,
    .geograph-edit-medium--38 strong i,
    .geograph-edit-medium--38 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-medium--28 {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1.214; }
  .geograph-edit-medium--28 i,
  .geograph-edit-medium--28 em {
    font-family: 'GeoEditMediumItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-medium--28 i b,
    .geograph-edit-medium--28 i strong,
    .geograph-edit-medium--28 em b,
    .geograph-edit-medium--28 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-medium--28 b,
  .geograph-edit-medium--28 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-medium--28 b i,
    .geograph-edit-medium--28 b em,
    .geograph-edit-medium--28 strong i,
    .geograph-edit-medium--28 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-medium--24 {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 24px;
  line-height: 1.5; }
  .geograph-edit-medium--24 i,
  .geograph-edit-medium--24 em {
    font-family: 'GeoEditMediumItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-medium--24 i b,
    .geograph-edit-medium--24 i strong,
    .geograph-edit-medium--24 em b,
    .geograph-edit-medium--24 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-medium--24 b,
  .geograph-edit-medium--24 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-medium--24 b i,
    .geograph-edit-medium--24 b em,
    .geograph-edit-medium--24 strong i,
    .geograph-edit-medium--24 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-medium--22 {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 22px;
  line-height: 1.273; }
  .geograph-edit-medium--22 i,
  .geograph-edit-medium--22 em {
    font-family: 'GeoEditMediumItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-medium--22 i b,
    .geograph-edit-medium--22 i strong,
    .geograph-edit-medium--22 em b,
    .geograph-edit-medium--22 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-medium--22 b,
  .geograph-edit-medium--22 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-medium--22 b i,
    .geograph-edit-medium--22 b em,
    .geograph-edit-medium--22 strong i,
    .geograph-edit-medium--22 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-medium--16 {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 16px;
  line-height: 1.5; }
  .geograph-edit-medium--16 i,
  .geograph-edit-medium--16 em {
    font-family: 'GeoEditMediumItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-medium--16 i b,
    .geograph-edit-medium--16 i strong,
    .geograph-edit-medium--16 em b,
    .geograph-edit-medium--16 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-medium--16 b,
  .geograph-edit-medium--16 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-medium--16 b i,
    .geograph-edit-medium--16 b em,
    .geograph-edit-medium--16 strong i,
    .geograph-edit-medium--16 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-medium--14 {
  font-family: 'GeoEditMedium', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 14px;
  line-height: 1.429; }
  .geograph-edit-medium--14 i,
  .geograph-edit-medium--14 em {
    font-family: 'GeoEditMediumItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-medium--14 i b,
    .geograph-edit-medium--14 i strong,
    .geograph-edit-medium--14 em b,
    .geograph-edit-medium--14 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-medium--14 b,
  .geograph-edit-medium--14 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-medium--14 b i,
    .geograph-edit-medium--14 b em,
    .geograph-edit-medium--14 strong i,
    .geograph-edit-medium--14 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-regular--18 {
  font-family: 'GeoEditRegular', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 18px;
  line-height: 1.5; }
  .geograph-edit-regular--18 i,
  .geograph-edit-regular--18 em {
    font-family: 'GeoEditRegularItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-regular--18 i b,
    .geograph-edit-regular--18 i strong,
    .geograph-edit-regular--18 em b,
    .geograph-edit-regular--18 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-regular--18 b,
  .geograph-edit-regular--18 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-regular--18 b i,
    .geograph-edit-regular--18 b em,
    .geograph-edit-regular--18 strong i,
    .geograph-edit-regular--18 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-regular--16 {
  font-family: 'GeoEditRegular', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 16px;
  line-height: 1.5; }
  .geograph-edit-regular--16 i,
  .geograph-edit-regular--16 em {
    font-family: 'GeoEditRegularItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-regular--16 i b,
    .geograph-edit-regular--16 i strong,
    .geograph-edit-regular--16 em b,
    .geograph-edit-regular--16 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-regular--16 b,
  .geograph-edit-regular--16 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-regular--16 b i,
    .geograph-edit-regular--16 b em,
    .geograph-edit-regular--16 strong i,
    .geograph-edit-regular--16 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.geograph-edit-regular--14 {
  font-family: 'GeoEditRegular', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0;
  letter-spacing: .1px;
  font-size: 14px;
  line-height: 1.429; }
  .geograph-edit-regular--14 i,
  .geograph-edit-regular--14 em {
    font-family: 'GeoEditRegularItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-style: normal; }
    .geograph-edit-regular--14 i b,
    .geograph-edit-regular--14 i strong,
    .geograph-edit-regular--14 em b,
    .geograph-edit-regular--14 em strong {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
  .geograph-edit-regular--14 b,
  .geograph-edit-regular--14 strong {
    font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    font-weight: 400; }
    .geograph-edit-regular--14 b i,
    .geograph-edit-regular--14 b em,
    .geograph-edit-regular--14 strong i,
    .geograph-edit-regular--14 strong em {
      font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }

.section-label {
  font-family: 'GeoBrandBlack', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  color: #d3d3d3;
  font-size: 60px; }

.ngp_hidden {
  display: none !important; }

.ngp_visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .ngp_visuallyhidden.ngp_focusable:active, .ngp_visuallyhidden.ngp_focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.ngp_smartbody {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .001em;
  line-height: 1.6875; }
  .ngp_smartbody p,
  .ngp_smartbody h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-family: Georgia, serif;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .001em;
    line-height: 1.6875;
    margin: 25px 0; }
    .ngp_smartbody p em,
    .ngp_smartbody h6 em {
      font-style: italic; }
    .ngp_smartbody p strong,
    .ngp_smartbody h6 strong {
      font-weight: 700; }
    @media screen and (min-width: 768px) {
      .ngp_smartbody p,
      .ngp_smartbody h6 {
        margin: 32px 0; } }
  .ngp_smartbody blockquote {
    font-family: 'GeoEditRegular', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    letter-spacing: 0;
    letter-spacing: .1px;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #ccc;
    color: #999;
    margin: 32px 0;
    overflow: hidden;
    padding: 16px 20px; }
    .ngp_smartbody blockquote i,
    .ngp_smartbody blockquote em {
      font-family: 'GeoEditRegularItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-style: normal; }
      .ngp_smartbody blockquote i b,
      .ngp_smartbody blockquote i strong,
      .ngp_smartbody blockquote em b,
      .ngp_smartbody blockquote em strong {
        font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
        font-weight: 400; }
    .ngp_smartbody blockquote b,
    .ngp_smartbody blockquote strong {
      font-family: 'GeoEditBold', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
      font-weight: 400; }
      .ngp_smartbody blockquote b i,
      .ngp_smartbody blockquote b em,
      .ngp_smartbody blockquote strong i,
      .ngp_smartbody blockquote strong em {
        font-family: 'GeoEditBoldItalic', 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Helvetica, Arial, sans-serif;
        font-style: normal; }
    .ngp_smartbody blockquote::after {
      content: ''; }
  .ngp_smartbody h2 {
    font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 1.273;
    margin: 0 0 -21px; }
    .ngp_smartbody h2 b,
    .ngp_smartbody h2 strong {
      font-weight: 400; }
    .ngp_smartbody h2 i,
    .ngp_smartbody h2 em {
      font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
      text-transform: uppercase;
      font-style: normal; }
  .ngp_smartbody span.smart-quote::before {
    content: '\201C'; }
  .ngp_smartbody span.smart-quote::after {
    content: '\201D'; }

.ngp_color--black {
  color: #000; }

.ngp_fill--black svg {
  fill: #000; }

.ngp_bgcolor--black {
  background-color: #000; }

.ngp_bordercolor--black {
  border: 1px solid #000; }

.ngp_color--gray86 {
  color: #222; }

.ngp_fill--gray86 svg {
  fill: #222; }

.ngp_bgcolor--gray86 {
  background-color: #222; }

.ngp_bordercolor--gray86 {
  border: 1px solid #222; }

.ngp_color--gray80 {
  color: #333; }

.ngp_fill--gray80 svg {
  fill: #333; }

.ngp_bgcolor--gray80 {
  background-color: #333; }

.ngp_bordercolor--gray80 {
  border: 1px solid #333; }

.ngp_color--gray66 {
  color: #555; }

.ngp_fill--gray66 svg {
  fill: #555; }

.ngp_bgcolor--gray66 {
  background-color: #555; }

.ngp_bordercolor--gray66 {
  border: 1px solid #555; }

.ngp_color--gray50 {
  color: #808080; }

.ngp_fill--gray50 svg {
  fill: #808080; }

.ngp_bgcolor--gray50 {
  background-color: #808080; }

.ngp_bordercolor--gray50 {
  border: 1px solid #808080; }

.ngp_color--gray40 {
  color: #999; }

.ngp_fill--gray40 svg {
  fill: #999; }

.ngp_bgcolor--gray40 {
  background-color: #999; }

.ngp_bordercolor--gray40 {
  border: 1px solid #999; }

.ngp_color--gray36 {
  color: #a4a4a4; }

.ngp_fill--gray36 svg {
  fill: #a4a4a4; }

.ngp_bgcolor--gray36 {
  background-color: #a4a4a4; }

.ngp_bordercolor--gray36 {
  border: 1px solid #a4a4a4; }

.ngp_color--gray30 {
  color: #ccc; }

.ngp_fill--gray30 svg {
  fill: #ccc; }

.ngp_bgcolor--gray30 {
  background-color: #ccc; }

.ngp_bordercolor--gray30 {
  border: 1px solid #ccc; }

.ngp_color--gray10 {
  color: #e6e6e6; }

.ngp_fill--gray10 svg {
  fill: #e6e6e6; }

.ngp_bgcolor--gray10 {
  background-color: #e6e6e6; }

.ngp_bordercolor--gray10 {
  border: 1px solid #e6e6e6; }

.ngp_color--gray5 {
  color: #f2f2f2; }

.ngp_fill--gray5 svg {
  fill: #f2f2f2; }

.ngp_bgcolor--gray5 {
  background-color: #f2f2f2; }

.ngp_bordercolor--gray5 {
  border: 1px solid #f2f2f2; }

.ngp_color--gray3 {
  color: #f7f7f7; }

.ngp_fill--gray3 svg {
  fill: #f7f7f7; }

.ngp_bgcolor--gray3 {
  background-color: #f7f7f7; }

.ngp_bordercolor--gray3 {
  border: 1px solid #f7f7f7; }

.ngp_color--gray2 {
  color: #fafafa; }

.ngp_fill--gray2 svg {
  fill: #fafafa; }

.ngp_bgcolor--gray2 {
  background-color: #fafafa; }

.ngp_bordercolor--gray2 {
  border: 1px solid #fafafa; }

.ngp_color--white {
  color: #fff; }

.ngp_fill--white svg {
  fill: #fff; }

.ngp_bgcolor--white {
  background-color: #fff; }

.ngp_bordercolor--white {
  border: 1px solid #fff; }

.ngp_color--primary {
  color: #fc0; }

.ngp_fill--primary svg {
  fill: #fc0; }

.ngp_bgcolor--primary {
  background-color: #fc0; }

.ngp_bordercolor--primary {
  border: 1px solid #fc0; }

.ngp_color--affirmation {
  color: #1ebe28; }

.ngp_fill--affirmation svg {
  fill: #1ebe28; }

.ngp_bgcolor--affirmation {
  background-color: #1ebe28; }

.ngp_bordercolor--affirmation {
  border: 1px solid #1ebe28; }

.ngp_color--danger {
  color: #fc4349; }

.ngp_fill--danger svg {
  fill: #fc4349; }

.ngp_bgcolor--danger {
  background-color: #fc4349; }

.ngp_bordercolor--danger {
  border: 1px solid #fc4349; }

.ngp_color--sponsor {
  color: #7694cb; }

.ngp_fill--sponsor svg {
  fill: #7694cb; }

.ngp_bgcolor--sponsor {
  background-color: #7694cb; }

.ngp_bordercolor--sponsor {
  border: 1px solid #7694cb; }

.ngp_bgcolor--social--facebook {
  background-color: #3b5998; }

.ngp_color--social--facebook {
  color: #3b5998; }

.ngp_fill--social--facebook svg {
  fill: #3b5998; }

.ngp_bordercolor--social--facebook {
  border: 1px solid #3b5998; }

.ngp_bgcolor--social--flickr {
  background-color: #ff0084; }

.ngp_color--social--flickr {
  color: #ff0084; }

.ngp_fill--social--flickr svg {
  fill: #ff0084; }

.ngp_bordercolor--social--flickr {
  border: 1px solid #ff0084; }

.ngp_bgcolor--social--google-plus {
  background-color: #dd4b39; }

.ngp_color--social--google-plus {
  color: #dd4b39; }

.ngp_fill--social--google-plus svg {
  fill: #dd4b39; }

.ngp_bordercolor--social--google-plus {
  border: 1px solid #dd4b39; }

.ngp_bgcolor--social--instagram {
  background-color: #3f729b; }

.ngp_color--social--instagram {
  color: #3f729b; }

.ngp_fill--social--instagram svg {
  fill: #3f729b; }

.ngp_bordercolor--social--instagram {
  border: 1px solid #3f729b; }

.ngp_bgcolor--social--linkedin {
  background-color: #0077b5; }

.ngp_color--social--linkedin {
  color: #0077b5; }

.ngp_fill--social--linkedin svg {
  fill: #0077b5; }

.ngp_bordercolor--social--linkedin {
  border: 1px solid #0077b5; }

.ngp_bgcolor--social--pinterest {
  background-color: #bd081c; }

.ngp_color--social--pinterest {
  color: #bd081c; }

.ngp_fill--social--pinterest svg {
  fill: #bd081c; }

.ngp_bordercolor--social--pinterest {
  border: 1px solid #bd081c; }

.ngp_bgcolor--social--snapchat {
  background-color: #fffc00; }

.ngp_color--social--snapchat {
  color: #fffc00; }

.ngp_fill--social--snapchat svg {
  fill: #fffc00; }

.ngp_bordercolor--social--snapchat {
  border: 1px solid #fffc00; }

.ngp_bgcolor--social--tumblr {
  background-color: #35465c; }

.ngp_color--social--tumblr {
  color: #35465c; }

.ngp_fill--social--tumblr svg {
  fill: #35465c; }

.ngp_bordercolor--social--tumblr {
  border: 1px solid #35465c; }

.ngp_bgcolor--social--twitter {
  background-color: #55acee; }

.ngp_color--social--twitter {
  color: #55acee; }

.ngp_fill--social--twitter svg {
  fill: #55acee; }

.ngp_bordercolor--social--twitter {
  border: 1px solid #55acee; }

.ngp_bgcolor--social--vimeo {
  background-color: #1ab7ea; }

.ngp_color--social--vimeo {
  color: #1ab7ea; }

.ngp_fill--social--vimeo svg {
  fill: #1ab7ea; }

.ngp_bordercolor--social--vimeo {
  border: 1px solid #1ab7ea; }

.ngp_bgcolor--social--vine {
  background-color: #00bf8f; }

.ngp_color--social--vine {
  color: #00bf8f; }

.ngp_fill--social--vine svg {
  fill: #00bf8f; }

.ngp_bordercolor--social--vine {
  border: 1px solid #00bf8f; }

.ngp_bgcolor--social--whatsapp {
  background-color: #43d854; }

.ngp_color--social--whatsapp {
  color: #43d854; }

.ngp_fill--social--whatsapp svg {
  fill: #43d854; }

.ngp_bordercolor--social--whatsapp {
  border: 1px solid #43d854; }

.ngp_bgcolor--social--youtube {
  background-color: #cd201f; }

.ngp_color--social--youtube {
  color: #cd201f; }

.ngp_fill--social--youtube svg {
  fill: #cd201f; }

.ngp_bordercolor--social--youtube {
  border: 1px solid #cd201f; }

a.ngp_text-fill-link, a.ngp_text-fill-link:link, a.ngp_text-fill-link:visited,
button.ngp_text-fill-link,
button.ngp_text-fill-link:link,
button.ngp_text-fill-link:visited {
  background-image: linear-gradient(120deg, #fc0 0%, #fc0 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 0;
  border-bottom: 2px solid #fc0;
  color: #000;
  text-decoration: none;
  transition: background-size .125s ease-in; }

a.ngp_text-fill-link:hover,
button.ngp_text-fill-link:hover {
  background-size: 100% 100%;
  color: #000; }

a.ngp_text-fill-link--inverse, a.ngp_text-fill-link--inverse:link, a.ngp_text-fill-link--inverse:visited,
button.ngp_text-fill-link--inverse,
button.ngp_text-fill-link--inverse:link,
button.ngp_text-fill-link--inverse:visited {
  background-image: linear-gradient(120deg, #fc0 0%, #fc0 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 0;
  border-bottom: 2px solid #fc0;
  color: #fff;
  text-decoration: none;
  transition: background-size .125s ease-in; }

a.ngp_text-fill-link--inverse:hover,
button.ngp_text-fill-link--inverse:hover {
  background-size: 100% 100%;
  color: #000; }

.ngp_btn {
  font-family: 'GeoBrandBold', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: .675em;
  margin-right: .675em;
  padding: 1.25rem 2.5rem;
  text-align: center;
  transition: 400ms; }
  .ngp_btn b,
  .ngp_btn strong {
    font-weight: 400; }
  .ngp_btn i,
  .ngp_btn em {
    font-family: 'GeoBrandBoldItalic', 'CenturyGothic', AppleGothic, Gill Sans, Gill Sans MT, sans-serif;
    text-transform: uppercase;
    font-style: normal; }
  .ngp_btn--success {
    background-color: #1ebe28;
    border: 1px solid #1ebe28;
    color: #fff; }
  .ngp_btn--error {
    background-color: #fc4349;
    border: 1px solid #fc4349;
    color: #fff; }
  .ngp_btn--full-width {
    width: 100%; }

.ngp_btn--default {
  background-color: #fc0; }
  .ngp_btn--default--inverse {
    color: #fff; }
  .ngp_btn--default--inactive {
    background: #808080;
    color: #000;
    cursor: default;
    opacity: .3; }

.ngp_btn--secondary {
  border: 1px solid #000; }
  .ngp_btn--secondary--inverse {
    border: 1px solid #fff;
    color: #fff; }
  .ngp_btn--secondary--inactive {
    border: 1px solid rgba(153, 153, 153, 0.4);
    color: rgba(153, 153, 153, 0.4);
    cursor: default; }

.ngp_btn--naked {
  background: none; }
  .ngp_btn--naked--inverse {
    color: #fff; }
  .ngp_btn--naked--inactive {
    border: 0;
    color: rgba(153, 153, 153, 0.4);
    cursor: default; }

.ngp_btn--alternate {
  background: #000;
  color: #fff; }
  .ngp_btn--alternate--inverse {
    background: #fff;
    color: #000; }

.ngp_btn-nakedicon {
  color: #fc0;
  height: 10px;
  margin-left: 10px;
  width: 10px; }

.ngp_icon {
  fill: currentColor;
  height: 1.5rem;
  width: 1.5rem; }
  .ngp_icon--left {
    margin-right: 10px; }
  .ngp_icon--right {
    margin-left: 10px; }
  .ngp_icon--top {
    margin-bottom: 10px; }
  .ngp_icon--bottom {
    margin-top: 10px; }

.ngp_icon--large {
  height: 2.125rem;
  width: 2.125rem; }
  .ngp_icon--large--left {
    margin-right: 10px; }
  .ngp_icon--large--right {
    margin-left: 10px; }
  .ngp_icon--large--top {
    margin-bottom: 10px; }
  .ngp_icon--large--bottom {
    margin-top: 10px; }

.ngp_iconandlabel--vertical {
  align-items: center;
  display: flex;
  flex-direction: column; }
  .ngp_iconandlabel--vertical * {
    display: block; }

.ngp_iconandlabel--horizontal {
  align-items: center;
  display: flex;
  flex-direction: row; }
  .ngp_iconandlabel--horizontal * {
    display: block; }
