/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/**
 * #SETTINGS
 */
/**
 * #TOOLS
 */
/* Slider */
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=7450a1e9-5013-48c6-a643-2c7a48f1e3fd&fontids=777445,777460,777466,777472,1140257");

/* line 2, ../sass/_tools.slick.scss */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 23, ../sass/_tools.slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 33, ../sass/_tools.slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 37, ../sass/_tools.slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 43, ../sass/_tools.slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 53, ../sass/_tools.slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 61, ../sass/_tools.slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, ../sass/_tools.slick.scss */
.slick-track:after {
  clear: both;
}

/* line 72, ../sass/_tools.slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, ../sass/_tools.slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, ../sass/_tools.slick.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, ../sass/_tools.slick.scss */
.slick-slide img {
  display: block;
}

/* line 93, ../sass/_tools.slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, ../sass/_tools.slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, ../sass/_tools.slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, ../sass/_tools.slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, ../sass/_tools.slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/**
 * #GENERIC
 */
/*! 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.
 */
/* line 9, ../sass/_generic.normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_generic.normalize.scss */
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.
 */
/* line 33, ../sass/_generic.normalize.scss */
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.
 */
/* line 54, ../sass/_generic.normalize.scss */
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.
 */
/* line 67, ../sass/_generic.normalize.scss */
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.
 */
/* line 77, ../sass/_generic.normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_generic.normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_generic.normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../sass/_generic.normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../sass/_generic.normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_generic.normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../sass/_generic.normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_generic.normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_generic.normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, ../sass/_generic.normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, ../sass/_generic.normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_generic.normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_generic.normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_generic.normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../sass/_generic.normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_generic.normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_generic.normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_generic.normalize.scss */
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.
 */
/* line 252, ../sass/_generic.normalize.scss */
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.
 */
/* line 266, ../sass/_generic.normalize.scss */
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.
 */
/* line 277, ../sass/_generic.normalize.scss */
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.
 */
/* line 290, ../sass/_generic.normalize.scss */
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.
 */
/* line 302, ../sass/_generic.normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_generic.normalize.scss */
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.
 */
/* line 322, ../sass/_generic.normalize.scss */
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.
 */
/* line 334, ../sass/_generic.normalize.scss */
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`.
 */
/* line 346, ../sass/_generic.normalize.scss */
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).
 */
/* line 357, ../sass/_generic.normalize.scss */
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).
 */
/* line 370, ../sass/_generic.normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_generic.normalize.scss */
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.
 */
/* line 390, ../sass/_generic.normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_generic.normalize.scss */
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.
 */
/* line 408, ../sass/_generic.normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_generic.normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_generic.normalize.scss */
td,
th {
  padding: 0;
}

/* line 1, ../sass/_generic.box-sizing.scss */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Univers Next W01 Bold";
  src: url('../fonts/777445/365d926e-03e5-4406-a883-fd0f9e462339.eot?');
  src: url('../fonts/777445/365d926e-03e5-4406-a883-fd0f9e462339.eot?') format("eot"), url('../fonts/777445/043eef6e-81ef-483c-831c-7bfd6628554b.woff2') format("woff2"), url('../fonts/777445/7b11912a-986d-462e-b88a-4a1758eb23f1.woff') format("woff"), url('../fonts/777445/545a8d94-3389-418c-9b0a-bfc16d1f8285.ttf') format("truetype"), url('../fonts/777445/f499fe08-3b8d-4033-a5cf-9089676d1ca5.svg') format("svg");
}

@font-face {
  font-family: "Univers Next W01 Light";
  src: url('../fonts/777460/63aa74f9-a724-4074-85c7-4167c0448227.eot?');
  src: url('../fonts/777460/63aa74f9-a724-4074-85c7-4167c0448227.eot?') format("eot"), url('../fonts/777460/97c0f83d-39ac-412b-9d8a-d98208c0ce8d.woff2') format("woff2"), url('../fonts/777460/fc09acb4-f628-4ba0-b648-d2ca30265b20.woff') format("woff"), url('../fonts/777460/3cb4004c-2eea-45d4-a0b5-7af6f817c451.ttf') format("truetype"), url('../fonts/777460/4d6ce461-aa11-472f-af6d-7466479534e1.svg') format("svg");
}

@font-face {
  font-family: "Univers Next W01 Medium";
  src: url('../fonts/777466/07e1641d-6281-4461-827c-f3940fa0d811.eot?');
  src: url('../fonts/777466/07e1641d-6281-4461-827c-f3940fa0d811.eot?') format("eot"), url('../fonts/777466/e8921ecc-af32-4c3d-9636-dd82b4225e40.woff2') format("woff2"), url('../fonts/777466/20f7bd07-85c9-4687-ab29-0b87584842ff.woff') format("woff"), url('../fonts/777466/2df6d56e-7f31-4175-88df-47d374d8bb60.ttf') format("truetype"), url('../fonts/777466/9ca9081d-10de-4848-b53a-40ceaa62b2b2.svg') format("svg");
}

@font-face {
  font-family: "UniversNextW01-Regular";
  src: url('../fonts/777472/6a8ecc96-ca25-462d-b743-4d3a0a56488b.eot?');
  src: url('../fonts/777472/6a8ecc96-ca25-462d-b743-4d3a0a56488b.eot?') format("eot"), url('../fonts/777472/d9a4647f-eae6-4f43-9bea-905996bf7d4c.woff2') format("woff2"), url('../fonts/777472/cb3c8591-6f6f-498c-b8e7-ee3a9d0a7547.woff') format("woff"), url('../fonts/777472/65a9b4cb-e63b-452a-bea2-bd37cc2b10f6.ttf') format("truetype"), url('../fonts/777472/a7a08b81-ee91-4e2b-b0ac-2a87a44e0eda.svg') format("svg");
}

@font-face {
  font-family: "UniversNW01-230BThin";
  src: url('../fonts/1140257/879fe0e4-83b7-4ab3-b719-c1b9922a5b54.eot?');
  src: url('../fonts/1140257/879fe0e4-83b7-4ab3-b719-c1b9922a5b54.eot?') format("eot"), url('../fonts/1140257/c70bd903-dd6a-4b66-85af-fc3b07e97100.woff2') format("woff2"), url('../fonts/1140257/a1c4330f-ba73-4f1f-aa05-bd237c58ba51.woff') format("woff"), url('../fonts/1140257/f2034b82-826e-49aa-8789-59be17d94542.ttf') format("truetype"), url('../fonts/1140257/64c5451f-8cf4-437b-a333-a697afed981e.svg') format("svg");
}

/**
 * #BASE
 */
/* line 1, ../sass/_base.page.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 9, ../sass/_base.page.scss */
html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent;
}

/* line 14, ../sass/_base.page.scss */
body {
  background: #faf5f0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* line 32, ../sass/_base.page.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 41, ../sass/_base.page.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 48, ../sass/_base.page.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 54, ../sass/_base.page.scss */
textarea {
  resize: vertical;
}

/* line 58, ../sass/_base.page.scss */
a {
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 640px) {

  /* line 62, ../sass/_base.page.scss */
  .no-touch a:hover {
    text-decoration: none;
  }
}

/* line 69, ../sass/_base.page.scss */
ul {
  list-style: disc outside;
  margin: 1em 0;
  padding: 0 0 0 1.5em;
}

/* line 1, ../sass/_base.type.scss */
body {
  font-family: "UniversNextW01-Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

@media screen and (min-width: 640px) {

  /* line 1, ../sass/_base.type.scss */
  body {
    font-size: 16px;
  }
}

/* line 15, ../sass/_base.type.scss */
h1 {
  font-family: "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: -0.19px;
  line-height: 28.8px;
  margin: 0;
}

@media screen and (min-width: 640px) {

  /* line 15, ../sass/_base.type.scss */
  h1 {
    font-size: 21px;
    letter-spacing: -0.21px;
    line-height: 31px;
  }
}

/* line 30, ../sass/_base.type.scss */
h1 a {
  opacity: 1;
  text-decoration: none;
  transition: opacity 200ms;
}

/* line 35, ../sass/_base.type.scss */
.no-touch h1 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* line 42, ../sass/_base.type.scss */
h2 {
  font-family: "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.2px;
  line-height: 28px;
  margin: 0;
}

/* line 52, ../sass/_base.type.scss */
h3 {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: -0.06px;
  line-height: 12px;
  margin: 0;
}

@media screen and (min-width: 640px) {

  /* line 52, ../sass/_base.type.scss */
  h3 {
    font-size: 15px;
    letter-spacing: -0.075px;
    line-height: 15px;
  }
}

/* line 67, ../sass/_base.type.scss */
p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 1em;
}

@media screen and (min-width: 640px) {

  /* line 67, ../sass/_base.type.scss */
  p {
    font-size: 15px;
    letter-spacing: 0.15px;
    line-height: 22px;
  }
}

/**
 * #OBJECTS
 */
/* line 1, ../sass/_objects.wrappers.scss */
.wrapper {
  margin: 0 auto;
  padding: 0 15.82031px;
  position: relative;
}

@media screen and (min-width: 640px) {

  /* line 1, ../sass/_objects.wrappers.scss */
  .wrapper {
    max-width: 1024px;
    padding: 0 42px;
  }
}

/* line 15, ../sass/_objects.wrappers.scss */
.wrapper-outer {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

/**
 * #COMPONENTS
 */
/* line 1, ../sass/_components.buttons.scss */
.btn {
  border: none;
  border-radius: 3px;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  min-width: 135px;
  outline: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  transition: background 200ms, border 200ms, color 200ms;
  white-space: nowrap;
}

@media screen and (min-width: 640px) {

  /* line 1, ../sass/_components.buttons.scss */
  .btn {
    border-radius: 5px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }
}

/* line 23, ../sass/_components.buttons.scss */
.no-touch .btn:hover {
  text-decoration: none;
}

@media screen and (min-width: 640px) {

  /* line 27, ../sass/_components.buttons.scss */
  .btn--small {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
  }
}

/* line 35, ../sass/_components.buttons.scss */
.btn--large {
  height: 37.5px;
  line-height: 37.5px;
}

@media screen and (min-width: 640px) {

  /* line 35, ../sass/_components.buttons.scss */
  .btn--large {
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (min-width: 640px) {

  /* line 45, ../sass/_components.buttons.scss */
  .btn--variable-width {
    min-width: 0;
    padding: 0 15px;
  }
}

/* line 52, ../sass/_components.buttons.scss */
.btn--full-width {
  min-width: 0;
  padding: 0 15px;
  width: 100%;
}

/* line 4, ../sass/_components.contact-us.scss */
.contact-us__column {
  font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.14648px;
  padding: 20px 0 0;
}

@media screen and (min-width: 640px) {

  /* line 4, ../sass/_components.contact-us.scss */
  .contact-us__column {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    float: left;
    font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.15px;
    padding: 20px 0 57px;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .contact-us__column:before,
  .contact-us__column:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .contact-us__column:after {
    clear: both;
  }

  /* line 58, ../sass/jeet/_grid.scss */
  .contact-us__column:last-child {
    margin-right: 0%;
  }
}

@media screen and (min-width: 640px) {

  /* line 22, ../sass/_components.contact-us.scss */
  .contact-us__column--address {
    margin-right: 25.5%;
  }
}

/* line 30, ../sass/_components.contact-us.scss */
.contact-us__column__title {
  font-family: "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin-bottom: 20px;
}

/* line 1, ../sass/_components.footer.scss */
.footer {
  overflow: hidden;
  padding: 28px 0;
}

@media screen and (min-width: 640px) {

  /* line 1, ../sass/_components.footer.scss */
  .footer {
    border-top: 1px solid #e0dcd5;
  }
}

/* line 9, ../sass/_components.footer.scss */
.footer header {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 640px) {

  /* line 9, ../sass/_components.footer.scss */
  .footer header {
    display: none;
  }
}

/* line 18, ../sass/_components.footer.scss */
.footer__item {
  padding-bottom: 20px;
}

@media screen and (min-width: 640px) {

  /* line 18, ../sass/_components.footer.scss */
  .footer__item {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    padding-bottom: 0;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .footer__item:before,
  .footer__item:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .footer__item:after {
    clear: both;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .footer__item:nth-of-type(5n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .footer__item:nth-of-type(5n + 1) {
    clear: both;
  }
}

/* line 26, ../sass/_components.footer.scss */
.footer__item__heading,
.footer__item__text {
  font: 400 12px/18px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 640px) {

  /* line 26, ../sass/_components.footer.scss */
  .footer__item__heading,
  .footer__item__text {
    font: 400 15px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
}

/* line 36, ../sass/_components.footer.scss */
.footer__item__heading {
  font-family: "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

/* line 40, ../sass/_components.footer.scss */
.footer__item address,
.footer__item a {
  font: 400 12px/18px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  text-style: normal;
}

@media screen and (min-width: 640px) {

  /* line 40, ../sass/_components.footer.scss */
  .footer__item address,
  .footer__item a {
    font: 400 15px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
}

/* line 49, ../sass/_components.footer.scss */
.footer__item a {
  text-decoration: none;
}

/* line 57, ../sass/_components.footer.scss */
.footer--white {
  border-top: 0 none;
  color: #ffffff;
  display: none;
  padding: 0 13px;
}

@media screen and (min-width: 640px) {

  /* line 57, ../sass/_components.footer.scss */
  .footer--white {
    display: block;
    padding: 0;
  }
}

/* line 1, ../sass/_components.glossary.scss */
body.glossary-is-open {
  height: 100%;
  min-height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

/* line 11, ../sass/_components.glossary.scss */
.glossary {
  background: #000;
  bottom: 0;
  color: #faf5f0;
  height: 100%;
  left: 0;
  overflow: hidden;
  max-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 6000;
}

/* line 26, ../sass/_components.glossary.scss */
.glossary-open .glossary {
  max-height: 120vh;
}

/* line 30, ../sass/_components.glossary.scss */
.glossary__scroller {
  height: 100%;
  overflow: auto;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 640px) {

  /* line 30, ../sass/_components.glossary.scss */
  .glossary__scroller {
    overflow: hidden;
  }
}

@media screen and (min-width: 640px) {

  /* line 42, ../sass/_components.glossary.scss */
  .glossary-is-open .glossary__scroller {
    overflow: auto;
  }
}

/* line 49, ../sass/_components.glossary.scss */
.glossary__wrapper {
  padding: 140px 15.82031px 100vh;
  position: relative;
}

@media screen and (min-width: 640px) {

  /* line 49, ../sass/_components.glossary.scss */
  .glossary__wrapper {
    margin: 0 auto;
    max-width: 1024px;
    padding: 200px 42px 100vh;
  }
}

/* line 60, ../sass/_components.glossary.scss */
.glossary__header {
  background: black;
  border-bottom: 1px solid #343434;
  color: #faf5f0;
  font: 400 28px/28px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 140px;
  left: 15.82031px;
  letter-spacing: -0.7px;
  padding: 28px 0 0;
  position: absolute;
  right: 15.82031px;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 640px) {

  /* line 60, ../sass/_components.glossary.scss */
  .glossary__header {
    font: 400 38px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 200px;
    left: 42px;
    letter-spacing: -0.95px;
    padding: 40px 0 0;
    right: 42px;
  }
}

@media screen and (min-width: 1024px) {

  /* line 60, ../sass/_components.glossary.scss */
  .glossary__header {
    left: 50%;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 940px;
  }
}

/* line 91, ../sass/_components.glossary.scss */
.glossary__close {
  background: url('../img/close-icon.png') no-repeat 0 0 transparent;
  background-size: 25px 23px;
  display: block;
  height: 23px;
  position: relative;
  text-indent: -9999px;
  width: 25px;
  top: 20px;
}

/* line 102, ../sass/_components.glossary.scss */
.glossary__logo {
  position: absolute;
  text-decoration: none;
  right: 0;
  top: 25px;
  height: 24px;
  text-align: right;
  width: 83px;
}

@media screen and (min-width: 640px) {

  /* line 102, ../sass/_components.glossary.scss */
  .glossary__logo {
    top: 35px;
    height: 30px;
    right: 0;
    width: 107px;
  }
}

/* line 126, ../sass/_components.glossary.scss */
.glossary__logo svg {
  height: 100%;
  vertical-align: top;
}

/* line 281, ../sass/_components.glossary.scss */
.glossary__item {
  border-bottom: 1px solid #343434;
  overflow: hidden;
  padding: 16px 0;
  -moz-transition: color 300ms;
  -o-transition: color 300ms;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

@media screen and (min-width: 640px) {

  /* line 281, ../sass/_components.glossary.scss */
  .glossary__item {
    padding: 20px 0;
  }
}

/* line 291, ../sass/_components.glossary.scss */
.glossary__item__keyword {
  font: 400 28px/32px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.7px;
  text-decoration: none;
}

@media screen and (min-width: 640px) {

  /* line 291, ../sass/_components.glossary.scss */
  .glossary__item__keyword {
    font: 400 38px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    clear: none !important;
    letter-spacing: -0.95px;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .glossary__item__keyword:before,
  .glossary__item__keyword:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .glossary__item__keyword:after {
    clear: both;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .glossary__item__keyword:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .glossary__item__keyword:nth-of-type(2n + 1) {
    clear: both;
  }
}

/* line 304, ../sass/_components.glossary.scss */
.glossary__item__definition {
  font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  -moz-transition: max-height 600ms ease-in-out, opacity 600ms ease-in-out;
  -o-transition: max-height 600ms ease-in-out, opacity 600ms ease-in-out;
  -webkit-transition: max-height 600ms ease-in-out, opacity 600ms ease-in-out;
  transition: max-height 600ms ease-in-out, opacity 600ms ease-in-out;
}

@media screen and (min-width: 640px) {

  /* line 304, ../sass/_components.glossary.scss */
  .glossary__item__definition {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    clear: none !important;
    font: 400 18px/24px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    margin-right: 0;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .glossary__item__definition:before,
  .glossary__item__definition:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .glossary__item__definition:after {
    clear: both;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .glossary__item__definition:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .glossary__item__definition:nth-of-type(2n + 1) {
    clear: both;
  }
}

/* line 319, ../sass/_components.glossary.scss */
.glossary__item__definition__inner {
  padding: 30px 0;
}

@media screen and (min-width: 640px) {

  /* line 319, ../sass/_components.glossary.scss */
  .glossary__item__definition__inner {
    padding: 8px 0;
  }
}

/* line 328, ../sass/_components.glossary.scss */
.glossary__item:last-child {
  border-bottom: 1px solid #343434;
}

/* line 332, ../sass/_components.glossary.scss */
.glossary__item.open .glossary__item__definition {
  max-height: 500px;
  opacity: 1;
}

/* line 337, ../sass/_components.glossary.scss */
.has-open .glossary__item {
  color: #5a5a5a;
  z-index: 5;
}

/* line 342, ../sass/_components.glossary.scss */
.glossary__item.open {
  color: #faf5f0;
  z-index: 10;
}

/* line 2, ../sass/_components.header.scss */
.header__static {
  background: #faf5f0;
  left: 0;
  padding: 0 15.82031px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
}

/* line 14, ../sass/_components.header.scss */
.header__static__inner {
  border-bottom: 1px solid #e0dcd5;
}

@media screen and (min-width: 640px) {

  /* line 2, ../sass/_components.header.scss */
  .header__static {
    left: 42px;
    max-width: 940px;
    padding: 0;
    right: 42px;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {

  /* line 2, ../sass/_components.header.scss */
  .header__static {
    left: 50%;
    padding: 0;
    position: fixed;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 940px;
  }
}

/* line 35, ../sass/_components.header.scss */
.header__static__logo {
  position: absolute;
  background-size: auto 100%;
  text-decoration: none;
  text-indent: -9999px;
  right: 15.82031px;
  top: 30px;
  height: 24px;
  text-align: right;
  width: 83px;
  width: 100;
  z-index: 5000;
}

@media screen and (min-width: 640px) {

  /* line 35, ../sass/_components.header.scss */
  .header__static__logo {
    font: 800 39.29688px/45.15625px "Univers Next W01 Regular", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    background-size: auto 100%;
    top: 35px;
    height: 30px;
    right: 0;
    width: 107px;
  }
}

/* line 61, ../sass/_components.header.scss */
.header__static__logo svg {
  height: 100%;
}

/* line 66, ../sass/_components.header.scss */
.header__static .mobile-nav {
  background: #faf5f0;
  height: 0;
  overflow: hidden;
  transition: height .4s;
  width: 100%;
}

/* line 73, ../sass/_components.header.scss */
.header__static .mobile-nav.open {
  height: auto;
}

/* line 77, ../sass/_components.header.scss */
.header__static .mobile-nav__item {
  border-bottom: 1px solid #e0dcd5;
  display: block;
  font: 400 29.29688px/35.15625px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  padding: 19px 0 20px;
  text-decoration: none;
}

@media screen and (min-width: 640px) {

  /* line 66, ../sass/_components.header.scss */
  .header__static .mobile-nav {
    display: none;
  }
}

/* line 95, ../sass/_components.header.scss */
.header__first {
  height: 210px;
  border-bottom: 1px solid #e0dcd5;
}

/* line 1, ../sass/_components.page-nav.scss */
.page-nav {
  clear: both;
  max-height: 0;
  overflow: hidden;
  position: relative;
  -moz-transition: max-height 400ms;
  -o-transition: max-height 400ms;
  -webkit-transition: max-height 400ms;
  transition: max-height 400ms;
}

/* line 13, ../sass/_components.page-nav.scss */
.page-nav--visible {
  max-height: 600px;
}

@media screen and (max-width: 639px) and (max-height: 550px) {

  /* line 13, ../sass/_components.page-nav.scss */
  .page-nav--visible {
    max-height: 200px;
  }
}

/* line 25, ../sass/_components.page-nav.scss */
.page-nav--fixed {
  background: #faf5f0;
  left: 50%;
  position: fixed;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 211px;
  width: 940px;
  z-index: 20;
}

/* line 35, ../sass/_components.page-nav.scss */
.page-nav__item {
  border-bottom: 1px solid #e0dcd5;
  color: #e3deda;
  display: block;
  font: 400 28px/64px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 64px;
  letter-spacing: -0.7px;
  text-decoration: none;
}

@media screen and (max-width: 639px) and (max-height: 550px) {

  /* line 35, ../sass/_components.page-nav.scss */
  .page-nav__item {
    font: 400 14px/32px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 33px;
    letter-spacing: -0.14px;
  }
}

@media screen and (min-width: 640px) {

  /* line 35, ../sass/_components.page-nav.scss */
  .page-nav__item {
    font: 400 38px/80px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 80px;
    letter-spacing: -0.95px;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    -webkit-transition: color 400ms;
    transition: color 400ms;
  }
}

@media screen and (min-width: 640px) and (max-height: 690px) {

  /* line 35, ../sass/_components.page-nav.scss */
  .page-nav__item {
    font: 400 14px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 40px;
    letter-spacing: -0.15px;
  }
}

/* line 79, ../sass/_components.page-nav.scss */
.page-nav__item--current,
.no-touch .page-nav__item:hover {
  color: #000;
}

/* line 85, ../sass/_components.page-nav.scss */
.page-nav--visible+.section__tables__title {
  border-top-color: transparent;
}

/* line 89, ../sass/_components.page-nav.scss */
.page-nav--visible+.table-sticky-header {
  border-top-color: transparent;
}

/* line 1, ../sass/_components.section.scss */
.section {
  box-sizing: border-box;
  min-height: 100vh;
}

/* line 8, ../sass/_components.section.scss */
.section__heading {
  zoom: 1;
  display: block;
  font: 400 28px/28px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 140px;
  left: 0;
  letter-spacing: -0.7px;
  overflow: hidden;
  padding: 28px 0 0;
  position: relative;
  text-decoration: none;
  width: 80%;
}

/* line 344, ../sass/jeet/_grid.scss */
.section__heading:before,
.section__heading:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.section__heading:after {
  clear: both;
}

@media screen and (min-width: 640px) {

  /* line 8, ../sass/_components.section.scss */
  .section__heading {
    font: 400 38px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 200px;
    letter-spacing: -0.95px;
    padding: 40px 0 0;
    width: 40%;
  }
}

/* line 41, ../sass/_components.section.scss */
.section__heading a {
  text-decoration: none;
}

/* line 45, ../sass/_components.section.scss */
.section__heading__surround {
  border-bottom: 1px solid #e0dcd5;
  position: relative;
}

/* line 53, ../sass/_components.section.scss */
.section__heading--arrow:after {
  background: url('../img/arrow.right.png') no-repeat center center transparent;
  display: inline-block;
  content: "";
  height: 28px;
  margin-left: 26px;
  position: relative;
  top: 5px;
  width: 18px;
}

/* line 65, ../sass/_components.section.scss */
.section__heading__current {
  position: relative;
}

/* line 69, ../sass/_components.section.scss */
.section__heading__past {
  display: none;
  position: absolute;
}

/* line 83, ../sass/_components.section.scss */
.section--first p {
  font: 400 16px/24px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  position: relative;
  padding-top: 24px;
}

@media screen and (min-width: 640px) {

  /* line 83, ../sass/_components.section.scss */
  .section--first p {
    font: 400 18px/28px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    width: 50%;
  }
}

/* line 104, ../sass/_components.section.scss */
.section__tables__title {
  border-bottom: 1px solid #e0dcd5;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #e0dcd5;
  height: 66px;
}

@media screen and (min-width: 640px) {

  /* line 104, ../sass/_components.section.scss */
  .section__tables__title {
    border-top: 1px solid #e0dcd5;
    height: 82px;
  }
}

/* line 120, ../sass/_components.section.scss */
.section__tables__title h3 {
  font: 14px/36px "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 36px;
}

@media screen and (min-width: 640px) {

  /* line 120, ../sass/_components.section.scss */
  .section__tables__title h3 {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }
}

/* line 142, ../sass/_components.section.scss */
.section__tables__item {
  margin-bottom: 70px;
}

@media screen and (min-width: 640px) {

  /* line 142, ../sass/_components.section.scss */
  .section__tables__item {
    margin-bottom: 80px;
  }
}

/* line 149, ../sass/_components.section.scss */
.section__tables__item:last-child {
  margin-bottom: 0;
}

/* line 155, ../sass/_components.section.scss */
.section__content-grid {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 640px) {

  /* line 155, ../sass/_components.section.scss */
  .section__content-grid {
    margin: 0;
  }
}

/* line 164, ../sass/_components.section.scss */
.section__content-grid:last-child {
  margin: 0;
}

/* line 169, ../sass/_components.section.scss */
.section__content-grid .page-nav .page-nav__item:last-child {
  border-bottom-width: 0;
}

/* line 176, ../sass/_components.section.scss */
.section__content-grid:first-child .page-nav .page-nav__item:last-child {
  border-bottom-width: 1px;
}

/* line 182, ../sass/_components.section.scss */
.section__content-grid__title {
  border-top: 1px solid #e0dcd5;
  border-bottom: 1px solid #e0dcd5;
  font: 400 14px/32px "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 66px;
  letter-spacing: -0.14px;
  clear: both;
}

@media screen and (min-width: 640px) {

  /* line 182, ../sass/_components.section.scss */
  .section__content-grid__title {
    display: none;
  }
}

/* line 202, ../sass/_components.section.scss */
.section__content-grid__title--sticky.fixed {
  background: #faf5f0;
  border-top-color: transparent;
  left: 15.82031px;
  position: fixed;
  right: 15.82031px;
  top: 141px;
  z-index: 1;
}

@media screen and (min-width: 640px) {

  /* line 202, ../sass/_components.section.scss */
  .section__content-grid__title--sticky.fixed {
    display: none !important;
  }
}

/* line 221, ../sass/_components.section.scss */
.section__content-grid__title--sticky.absolute {
  background: #faf5f0;
  display: block;
  left: 15.82031px;
  padding: 0;
  position: absolute;
  right: 15.82031px;
  z-index: 20;
}

@media screen and (min-width: 640px) {

  /* line 221, ../sass/_components.section.scss */
  .section__content-grid__title--sticky.absolute {
    display: none !important;
  }
}

/* line 237, ../sass/_components.section.scss */
.section__content-grid__item {
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-right: 0;
  padding-top: 20px;
}

@media screen and (min-width: 640px) {

  /* line 237, ../sass/_components.section.scss */
  .section__content-grid__item {
    border-top: 1px solid #e0dcd5;
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.5%;
    margin-left: 0%;
    margin-right: 2%;
    min-height: 200px;
    padding-top: 20px;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .section__content-grid__item:before,
  .section__content-grid__item:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .section__content-grid__item:after {
    clear: both;
  }

  /* line 40, ../sass/jeet/_grid.scss */
  .section__content-grid__item:nth-of-type(2n) {
    margin-right: 2%;
    float: left;
  }

  /* line 44, ../sass/jeet/_grid.scss */
  .section__content-grid__item:nth-of-type(2n + 1) {
    clear: none;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .section__content-grid__item:nth-of-type(5n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .section__content-grid__item:nth-of-type(5n + 1) {
    clear: both;
  }
}

/* line 274, ../sass/_components.section.scss */
.section__content-grid__item .content-grid-item__heading,
.section__content-grid__item .content-grid-item__text {
  font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.14px;
}

@media screen and (min-width: 640px) {

  /* line 274, ../sass/_components.section.scss */
  .section__content-grid__item .content-grid-item__heading,
  .section__content-grid__item .content-grid-item__text {
    font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.14px;
  }
}

/* line 284, ../sass/_components.section.scss */
.section__content-grid__item .content-grid-item__heading {
  font-family: "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  margin: 0;
}

/* line 291, ../sass/_components.section.scss */
.section__content-grid:first-child .section__content-grid__title {
  border-top: none;
}

@media screen and (min-width: 640px) {

  /* line 295, ../sass/_components.section.scss */
  .section__content-grid:first-child .section__content-grid__item {
    border-top: none;
  }
}

/* line 320, ../sass/_components.section.scss */
.section__services {
  overflow: hidden;
}

/* line 323, ../sass/_components.section.scss */
.section__services__content {
  overflow: hidden;
  margin: 0 0 120px;
  padding-top: 20px;
}

/* line 341, ../sass/_components.section.scss */
.section-services-content__item {
  padding-bottom: 20px;
}

@media screen and (min-width: 640px) {

  /* line 344, ../sass/_components.section.scss */
  .section-services-content__item:last-of-type {
    margin-right: 0;
  }
}

@media screen and (min-width: 640px) {

  /* line 341, ../sass/_components.section.scss */
  .section-services-content__item {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 23.5%;
    margin-left: 0%;
    margin-right: 2%;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .section-services-content__item:before,
  .section-services-content__item:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .section-services-content__item:after {
    clear: both;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .section-services-content__item:nth-of-type(4n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .section-services-content__item:nth-of-type(4n + 1) {
    clear: both;
  }
}

/* line 361, ../sass/_components.section.scss */
.section-services-content__item__title {
  font: 400 14px/20px "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.14px;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {

  /* line 361, ../sass/_components.section.scss */
  .section-services-content__item__title {
    font: 400 14px/20px "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.14px;
  }
}

/* line 372, ../sass/_components.section.scss */
.section-services-content__item__text {
  font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.14px;
}

@media screen and (min-width: 640px) {

  /* line 372, ../sass/_components.section.scss */
  .section-services-content__item__text {
    font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0.14px;
  }
}

/* line 381, ../sass/_components.section.scss */
.section-services-content__item__text p {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/* line 1, ../sass/_components.selected-projects.scss */
.selected-projects {
  font-size: 16px;
  position: relative;
}

@media screen and (min-width: 640px) and (max-width: 1024px) {

  /* line 1, ../sass/_components.selected-projects.scss */
  .selected-projects {
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 1024px) {

  /* line 1, ../sass/_components.selected-projects.scss */
  .selected-projects {
    font-size: 16px;
  }
}

/* line 32, ../sass/_components.selected-projects.scss */
.selected-projects .page-nav .page-nav__item:last-child {
  border-bottom: none;
}

/* line 37, ../sass/_components.selected-projects.scss */
.selected-projects--has-selected-project {
  padding-bottom: 180px;
}

/* line 41, ../sass/_components.selected-projects.scss */
.selected-projects--has-selected-project .selected-projects__item {
  color: #e3deda;
}

/* line 45, ../sass/_components.selected-projects.scss */
.selected-projects__item {
  border-top: 1px solid #e0dcd5;
  clear: none;
  cursor: pointer;
  float: left;
  margin-left: 0%;
  margin-right: 6%;
  height: 140px;
  padding: 28px 0 0;
  text-align: inherit;
  text-decoration: none;
  -moz-transition: color 400ms;
  -o-transition: color 400ms;
  -webkit-transition: color 400ms;
  transition: color 400ms;
  width: 47%;
}

@media screen and (min-width: 640px) {

  /* line 45, ../sass/_components.selected-projects.scss */
  .selected-projects__item {
    height: 12.500em;
    margin-right: 2%;
    padding: 2.500em 0 0;
    width: 23.5%;
  }
}

@media screen and (min-width: 1024px) {

  /* line 45, ../sass/_components.selected-projects.scss */
  .selected-projects__item {
    height: 200px;
    padding: 40px 0 0;
  }
}

/* line 80, ../sass/_components.selected-projects.scss */
.selected-projects__item--selected {
  color: #242424 !important;
}

@media screen and (min-width: 640px) {

  /* line 84, ../sass/_components.selected-projects.scss */
  .selected-projects__item:nth-of-type(1),
  .selected-projects__item:nth-of-type(2),
  .selected-projects__item:nth-of-type(3),
  .selected-projects__item:nth-of-type(4) {
    border: none;
  }
}

@media screen and (max-width: 639px) {

  /* line 93, ../sass/_components.selected-projects.scss */
  .selected-projects__item:nth-of-type(1),
  .selected-projects__item:nth-of-type(2) {
    border: none;
  }
}

@media screen and (max-width: 639px) {

  /* line 100, ../sass/_components.selected-projects.scss */
  .selected-projects__item:nth-of-type(2n) {
    margin-right: 0%;
  }
}

@media screen and (min-width: 640px) {

  /* line 107, ../sass/_components.selected-projects.scss */
  .selected-projects__item:nth-of-type(4n) {
    margin-right: 0%;
  }
}

/* line 114, ../sass/_components.selected-projects.scss */
.selected-projects__item__top {
  font: 400 68px/56px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0px;
  text-indent: -0px;
}

@media screen and (min-width: 640px) {

  /* line 114, ../sass/_components.selected-projects.scss */
  .selected-projects__item__top {
    font: 400 5.875em/0.851em "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0px;
  }
}

@media screen and (min-width: 1024px) {

  /* line 114, ../sass/_components.selected-projects.scss */
  .selected-projects__item__top {
    font: 400 94px/80px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -0px;
  }
}

/* line 135, ../sass/_components.selected-projects.scss */
.selected-projects__item__top span:first-child {
  margin-right: -6px;
}

@media screen and (min-width: 640px) {

  /* line 135, ../sass/_components.selected-projects.scss */
  .selected-projects__item__top span:first-child {
    margin-right: -0.10em;
  }
}

@media screen and (min-width: 1024px) {

  /* line 135, ../sass/_components.selected-projects.scss */
  .selected-projects__item__top span:first-child {
    margin-right: -9px;
  }
}

/* line 148, ../sass/_components.selected-projects.scss */
.selected-projects__item__bottom {
  font: 400 14px/28px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: 0;
}

@media screen and (min-width: 375px) {

  /* line 148, ../sass/_components.selected-projects.scss */
  .selected-projects__item__bottom {
    font: 400 16px/28px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
}

@media screen and (min-width: 640px) {

  /* line 148, ../sass/_components.selected-projects.scss */
  .selected-projects__item__bottom {
    font: 400 1.125em/2.222em "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
}

@media screen and (min-width: 1024px) {

  /* line 148, ../sass/_components.selected-projects.scss */
  .selected-projects__item__bottom {
    font: 400 18px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
}

/* line 173, ../sass/_components.selected-projects.scss */
.selected-project-info-container {
  clear: both;
  overflow: hidden;
  position: relative;
}

/* line 180, ../sass/_components.selected-projects.scss */
.selected-project-info-wrapper {
  overflow: hidden;
  position: relative;
}

/* line 184, ../sass/_components.selected-projects.scss */
.selected-project-info-wrapper--with-transition {
  -moz-transition: height 300ms, -moz-transform 300ms;
  -o-transition: height 300ms, -o-transform 300ms;
  -webkit-transition: height 300ms, -webkit-transform 300ms;
  transition: height 300ms, transform 300ms;
}

/* line 189, ../sass/_components.selected-projects.scss */
.selected-project-info {
  border-top: 1px solid #e0dcd5;
  float: left;
  padding: 0 0 65px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 640px) {

  /* line 189, ../sass/_components.selected-projects.scss */
  .selected-project-info {
    border-top: none;
    padding: 0 0 20px;
  }
}

/* line 202, ../sass/_components.selected-projects.scss */
.selected-project-info__header {
  display: none;
  overflow: hidden;
  padding: 48px 0 96px;
}

@media screen and (min-width: 640px) {

  /* line 202, ../sass/_components.selected-projects.scss */
  .selected-project-info__header {
    display: block;
    height: 200px;
    padding: 40px 0 80px;
  }
}

/* line 214, ../sass/_components.selected-projects.scss */
.selected-project-info__header__column {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

/* line 344, ../sass/jeet/_grid.scss */
.selected-project-info__header__column:before,
.selected-project-info__header__column:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.selected-project-info__header__column:after {
  clear: both;
}

/* line 50, ../sass/jeet/_grid.scss */
.selected-project-info__header__column:nth-of-type(2n) {
  margin-right: 0%;
  float: right;
}

/* line 54, ../sass/jeet/_grid.scss */
.selected-project-info__header__column:nth-of-type(2n + 1) {
  clear: both;
}

/* line 218, ../sass/_components.selected-projects.scss */
.selected-project-info__header__code {
  font: 400 5.875em/0.851em "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -7.52px;
}

@media screen and (min-width: 1024px) {

  /* line 218, ../sass/_components.selected-projects.scss */
  .selected-project-info__header__code {
    font: 400 94px/80px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: -7.52px;
  }
}

/* line 228, ../sass/_components.selected-projects.scss */
.selected-project-info__header__code span {
  display: inline-block;
  text-indent: -12px;
}

/* line 234, ../sass/_components.selected-projects.scss */
.selected-project-info__header__name {
  font: 400 2.375em/1.053em "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (min-width: 1024px) {

  /* line 234, ../sass/_components.selected-projects.scss */
  .selected-project-info__header__name {
    font: 400 38px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
}

/* line 243, ../sass/_components.selected-projects.scss */
.selected-project-info__columns {
  overflow: hidden;
}

/* line 246, ../sass/_components.selected-projects.scss */
.selected-project-info__columns__quarter {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}

/* line 344, ../sass/jeet/_grid.scss */
.selected-project-info__columns__quarter:before,
.selected-project-info__columns__quarter:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.selected-project-info__columns__quarter:after {
  clear: both;
}

/* line 50, ../sass/jeet/_grid.scss */
.selected-project-info__columns__quarter:nth-of-type(16n) {
  margin-right: 0%;
  float: right;
}

/* line 54, ../sass/jeet/_grid.scss */
.selected-project-info__columns__quarter:nth-of-type(16n + 1) {
  clear: both;
}

/* line 249, ../sass/_components.selected-projects.scss */
.selected-project-info__columns__quarter:nth-child(2n) {
  margin-right: 0;
}

/* line 257, ../sass/_components.selected-projects.scss */
.selected-project-info__columns__half {
  clear: both;
  margin-right: 0;
}

@media screen and (min-width: 640px) {

  /* line 257, ../sass/_components.selected-projects.scss */
  .selected-project-info__columns__half {
    clear: none;
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 49%;
    margin-left: 0%;
    margin-right: 2%;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .selected-project-info__columns__half:before,
  .selected-project-info__columns__half:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .selected-project-info__columns__half:after {
    clear: both;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .selected-project-info__columns__half:nth-of-type(16n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .selected-project-info__columns__half:nth-of-type(16n + 1) {
    clear: both;
  }
}

/* line 271, ../sass/_components.selected-projects.scss */
.selected-project-info__columns__half:nth-child(2n) {
  margin-right: 0;
}

/* line 276, ../sass/_components.selected-projects.scss */
.selected-project-info__columns--sit-bottom {
  clear: both;
}

/* line 282, ../sass/_components.selected-projects.scss */
.selected-project-info__item {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48%;
  margin-left: 0%;
  margin-right: 4%;
  border: 1px solid #e0dcd5;
  border-width: 1px 0 0;
  font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.28px;
  overflow: hidden;
  min-height: 80px;
  padding: 10px 0 30px;
}

/* line 344, ../sass/jeet/_grid.scss */
.selected-project-info__item:before,
.selected-project-info__item:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.selected-project-info__item:after {
  clear: both;
}

/* line 50, ../sass/jeet/_grid.scss */
.selected-project-info__item:nth-of-type(2n) {
  margin-right: 0%;
  float: right;
}

/* line 54, ../sass/jeet/_grid.scss */
.selected-project-info__item:nth-of-type(2n + 1) {
  clear: both;
}

@media screen and (min-width: 640px) {

  /* line 282, ../sass/_components.selected-projects.scss */
  .selected-project-info__item {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.95918%;
    margin-left: 0%;
    margin-right: 4.08163%;
    font: 400 0.875em/1.429em "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    letter-spacing: 0;
    min-height: 5.714em;
    padding: 0.714em 0 2.143em;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .selected-project-info__item:before,
  .selected-project-info__item:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .selected-project-info__item:after {
    clear: both;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .selected-project-info__item:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .selected-project-info__item:nth-of-type(2n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 1024px) {

  /* line 282, ../sass/_components.selected-projects.scss */
  .selected-project-info__item {
    font: 400 14px/20px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    min-height: 80px;
    padding: 10px 0 30px;
  }
}

/* line 312, ../sass/_components.selected-projects.scss */
.selected-project-info__item p {
  color: inherit;
  font: inherit;
}

/* line 316, ../sass/_components.selected-projects.scss */
.selected-project-info__item p strong {
  font-family: "Univers Next W01 Bold", "Helvetica Neue", "Helvetica", Arial, sans-serif;
}

@media screen and (max-width: 639px) {

  /* line 341, ../sass/_components.selected-projects.scss */
  .selected-project-info__item:nth-of-type(1),
  .selected-project-info__item:nth-of-type(2) {
    border-width: 0;
  }
}

/* line 358, ../sass/_components.selected-projects.scss */
.selected-project-info__item__title {
  font-family: "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  letter-spacing: -0.24px;
}

@media screen and (min-width: 640px) {

  /* line 358, ../sass/_components.selected-projects.scss */
  .selected-project-info__item__title {
    letter-spacing: -0.3px;
  }
}

/* line 368, ../sass/_components.selected-projects.scss */
.selected-project-info__item--full {
  float: none;
  margin: 0;
  width: 100%;
}

/* line 397, ../sass/_components.selected-projects.scss */
.selected-project-info__close {
  background-size: 100% 100%;
  bottom: 20px;
  display: block;
  height: 23px;
  position: absolute;
  right: 0;
  width: 25px;
}

@media screen and (min-width: 640px) {

  /* line 397, ../sass/_components.selected-projects.scss */
  .selected-project-info__close {
    bottom: 20px;
    height: 32px;
    right: 0;
    width: 32px;
  }
}

/* line 416, ../sass/_components.selected-projects.scss */
.selected-project-info__close svg {
  height: 100%;
}

/* line 419, ../sass/_components.selected-projects.scss */
.selected-project-info__close svg * {
  -moz-transition: fill 500ms;
  -o-transition: fill 500ms;
  -webkit-transition: fill 500ms;
  transition: fill 500ms;
}

/* line 2, ../sass/_components.table-item.scss */
.table-item__row {
  box-sizing: content-box;
  border-bottom: 1px solid #e0dcd5;
  font: 400 14px/32px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 32px;
  letter-spacing: -0.14px;
  overflow: hidden;
}

@media screen and (min-width: 640px) {

  /* line 2, ../sass/_components.table-item.scss */
  .table-item__row {
    font: 400 14px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 40px;
    letter-spacing: -0.15px;
  }
}

/* line 18, ../sass/_components.table-item.scss */
.table-item__row:last-child {
  border-bottom: none;
}

/* line 22, ../sass/_components.table-item.scss */
.table-item__row__label {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 61.375%;
  margin-left: 0%;
  margin-right: 3%;
}

/* line 344, ../sass/jeet/_grid.scss */
.table-item__row__label:before,
.table-item__row__label:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.table-item__row__label:after {
  clear: both;
}

/* line 58, ../sass/jeet/_grid.scss */
.table-item__row__label:last-child {
  margin-right: 0%;
}

@media screen and (min-width: 640px) {

  /* line 22, ../sass/_components.table-item.scss */
  .table-item__row__label {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .table-item__row__label:before,
  .table-item__row__label:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .table-item__row__label:after {
    clear: both;
  }

  /* line 58, ../sass/jeet/_grid.scss */
  .table-item__row__label:last-child {
    margin-right: 0%;
  }
}

/* line 30, ../sass/_components.table-item.scss */
.table-item__row__points {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 35.625%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
}

/* line 344, ../sass/jeet/_grid.scss */
.table-item__row__points:before,
.table-item__row__points:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.table-item__row__points:after {
  clear: both;
}

/* line 58, ../sass/jeet/_grid.scss */
.table-item__row__points:last-child {
  margin-right: 0%;
}

@media screen and (min-width: 640px) {

  /* line 30, ../sass/_components.table-item.scss */
  .table-item__row__points {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .table-item__row__points:before,
  .table-item__row__points:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .table-item__row__points:after {
    clear: both;
  }

  /* line 58, ../sass/jeet/_grid.scss */
  .table-item__row__points:last-child {
    margin-right: 0%;
  }
}

/* line 40, ../sass/_components.table-item.scss */
.table-item__row__point {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}

/* line 344, ../sass/jeet/_grid.scss */
.table-item__row__point:before,
.table-item__row__point:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.table-item__row__point:after {
  clear: both;
}

/* line 50, ../sass/jeet/_grid.scss */
.table-item__row__point:nth-of-type(4n) {
  margin-right: 0%;
  float: right;
}

/* line 54, ../sass/jeet/_grid.scss */
.table-item__row__point:nth-of-type(4n + 1) {
  clear: both;
}

@media screen and (min-width: 640px) {

  /* line 40, ../sass/_components.table-item.scss */
  .table-item__row__point {
    padding-left: 1%;
  }
}

/* line 48, ../sass/_components.table-item.scss */
.table-item__row__point span {
  background: #e0dcd5;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
}

/* line 55, ../sass/_components.table-item.scss */
.table-item__row__point span.selected {
  background: #000;
}

/* line 1, ../sass/_components.table-sticky-header.scss */
.table-sticky-header {
  box-sizing: content-box;
  border-bottom: 1px solid #e0dcd5;
  border-top: 1px solid #e0dcd5;
  height: 64px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 640px) {

  /* line 1, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header {
    height: 80px;
  }
}

/* line 13, ../sass/_components.table-sticky-header.scss */
.table-sticky-header__inner {
  height: 100%;
  position: relative;
}

@media screen and (min-width: 640px) {

  /* line 18, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header__half {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .table-sticky-header__half:before,
  .table-sticky-header__half:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .table-sticky-header__half:after {
    clear: both;
  }

  /* line 50, ../sass/jeet/_grid.scss */
  .table-sticky-header__half:nth-of-type(2n) {
    margin-right: 0%;
    float: right;
  }

  /* line 54, ../sass/jeet/_grid.scss */
  .table-sticky-header__half:nth-of-type(2n + 1) {
    clear: both;
  }
}

/* line 25, ../sass/_components.table-sticky-header.scss */
.table-sticky-header__phase {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 35.625%;
  margin-left: 0%;
  margin-right: 3%;
  box-sizing: content-box;
  border-bottom: 1px solid #e0dcd5;
  font: 400 14px/32px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 32px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 344, ../sass/jeet/_grid.scss */
.table-sticky-header__phase:before,
.table-sticky-header__phase:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.table-sticky-header__phase:after {
  clear: both;
}

/* line 58, ../sass/jeet/_grid.scss */
.table-sticky-header__phase:last-child {
  margin-right: 0%;
}

@media screen and (min-width: 640px) {

  /* line 25, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header__phase {
    font: 400 14px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: relative;
    width: 100%;
  }
}

/* line 47, ../sass/_components.table-sticky-header.scss */
.table-sticky-header h3 {
  font: 14px/32px "Univers Next W01 Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 32px;
}

@media screen and (min-width: 640px) {

  /* line 47, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header h3 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

/* line 59, ../sass/_components.table-sticky-header.scss */
.table-sticky-header.fixed {
  background: #faf5f0;
  left: 15.82031px;
  position: fixed;
  right: 15.82031px;
  top: 140px;
  z-index: 1;
}

@media screen and (min-width: 640px) {

  /* line 59, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header.fixed {
    left: 42px;
    max-width: 940px;
    padding: 0;
    right: 42px;
    top: 200px;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {

  /* line 59, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header.fixed {
    left: 50%;
    padding: 0;
    position: fixed;
    right: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 940px;
  }
}

/* line 103, ../sass/_components.table-sticky-header.scss */
.table-sticky-header.absolute {
  background: #faf5f0;
  left: 15.82031px;
  padding: 0;
  position: absolute;
  right: 15.82031px;
  z-index: 20;
}

@media screen and (min-width: 640px) {

  /* line 103, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header.absolute {
    left: 42px;
    right: 42px;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {

  /* line 103, ../sass/_components.table-sticky-header.scss */
  .table-sticky-header.absolute {
    left: auto;
    right: auto;
    width: 940px;
  }
}

/* line 124, ../sass/_components.table-sticky-header.scss */
.table-sticky-header--second .table-sticky-header__phase {
  opacity: 0;
}

/* line 127, ../sass/_components.table-sticky-header.scss */
.page-nav--open+.table-sticky-header--second .table-sticky-header__phase {
  opacity: 1;
}

/* line 132, ../sass/_components.table-sticky-header.scss */
.table-sticky-header--second .table-headers {
  opacity: 0;
}

/* line 135, ../sass/_components.table-sticky-header.scss */
.page-nav--open+.table-sticky-header--second .table-headers {
  opacity: 1;
}

/* line 142, ../sass/_components.table-sticky-header.scss */
.table-headers {
  bottom: 0px;
  position: absolute;
  right: 0;
  width: 100%;
  height: 32px;
}

@media screen and (min-width: 640px) {

  /* line 142, ../sass/_components.table-sticky-header.scss */
  .table-headers {
    bottom: 0;
    height: 40px;
  }
}

/* line 155, ../sass/_components.table-sticky-header.scss */
.table-headers__spacer {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 61.375%;
  margin-left: 0%;
  margin-right: 3%;
}

/* line 344, ../sass/jeet/_grid.scss */
.table-headers__spacer:before,
.table-headers__spacer:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.table-headers__spacer:after {
  clear: both;
}

/* line 58, ../sass/jeet/_grid.scss */
.table-headers__spacer:last-child {
  margin-right: 0%;
}

@media screen and (min-width: 640px) {

  /* line 155, ../sass/_components.table-sticky-header.scss */
  .table-headers__spacer {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .table-headers__spacer:before,
  .table-headers__spacer:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .table-headers__spacer:after {
    clear: both;
  }

  /* line 58, ../sass/jeet/_grid.scss */
  .table-headers__spacer:last-child {
    margin-right: 0%;
  }
}

/* line 163, ../sass/_components.table-sticky-header.scss */
.table-headers__items {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 35.625%;
  margin-left: 0%;
  margin-right: 3%;
  height: 40px;
  margin-right: 0;
}

/* line 344, ../sass/jeet/_grid.scss */
.table-headers__items:before,
.table-headers__items:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.table-headers__items:after {
  clear: both;
}

/* line 58, ../sass/jeet/_grid.scss */
.table-headers__items:last-child {
  margin-right: 0%;
}

@media screen and (min-width: 640px) {

  /* line 163, ../sass/_components.table-sticky-header.scss */
  .table-headers__items {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }

  /* line 344, ../sass/jeet/_grid.scss */
  .table-headers__items:before,
  .table-headers__items:after {
    content: '';
    display: table;
  }

  /* line 349, ../sass/jeet/_grid.scss */
  .table-headers__items:after {
    clear: both;
  }

  /* line 58, ../sass/jeet/_grid.scss */
  .table-headers__items:last-child {
    margin-right: 0%;
  }
}

/* line 174, ../sass/_components.table-sticky-header.scss */
.table-headers__item {
  zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  font: 400 14px/32px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  height: 32px;
  letter-spacing: -0.14px;
  position: relative;
  white-space: nowrap;
  zoom: 1;
}

/* line 344, ../sass/jeet/_grid.scss */
.table-headers__item:before,
.table-headers__item:after {
  content: '';
  display: table;
}

/* line 349, ../sass/jeet/_grid.scss */
.table-headers__item:after {
  clear: both;
}

/* line 50, ../sass/jeet/_grid.scss */
.table-headers__item:nth-of-type(4n) {
  margin-right: 0%;
  float: right;
}

/* line 54, ../sass/jeet/_grid.scss */
.table-headers__item:nth-of-type(4n + 1) {
  clear: both;
}

/* line 184, ../sass/_components.table-sticky-header.scss */
.table-headers__item .show-on-desktop {
  display: none;
}

/* line 188, ../sass/_components.table-sticky-header.scss */
.table-headers__item .show-on-mobile {
  display: block;
}

@media screen and (min-width: 640px) {

  /* line 174, ../sass/_components.table-sticky-header.scss */
  .table-headers__item {
    font: 400 14px/40px "Univers Next W01 Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    height: auto;
    letter-spacing: -0.14px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  /* line 201, ../sass/_components.table-sticky-header.scss */
  .table-headers__item .show-on-mobile {
    display: none;
  }

  /* line 204, ../sass/_components.table-sticky-header.scss */
  .table-headers__item .show-on-desktop {
    display: block;
  }
}

/* line 209, ../sass/_components.table-sticky-header.scss */
.table-headers__item:last-child {
  margin-right: 0;
}

/**
 * #TRUMPS
 */
@media screen and (min-width: 640px) {

  /* line 1, ../sass/_trumps.scss */
  .hide-on-desktop {
    display: none;
  }
}

@media screen and (max-width: 639px) {

  /* line 7, ../sass/_trumps.scss */
  .hide-on-mobile {
    display: none;
  }
}

/* line 13, ../sass/_trumps.scss */
.indent {
  padding-left: 17.5px !important;
  padding-right: 17.5px !important;
}

@media screen and (min-width: 640px) {

  /* line 13, ../sass/_trumps.scss */
  .indent {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* line 28, ../sass/_trumps.scss */
.divider--extra-space {
  margin: 30px 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 9, ../sass/_trumps.helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px;
}

/* line 17, ../sass/_trumps.helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 28, ../sass/_trumps.helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 37, ../sass/_trumps.helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 53, ../sass/_trumps.helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 67, ../sass/_trumps.helpers.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 83, ../sass/_trumps.helpers.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 89, ../sass/_trumps.helpers.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 98, ../sass/_trumps.helpers.scss */
.clearfix {
  zoom: 1;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {

  /* line 108, ../sass/_trumps.helpers.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 115, ../sass/_trumps.helpers.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 120, ../sass/_trumps.helpers.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 124, ../sass/_trumps.helpers.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 132, ../sass/_trumps.helpers.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 138, ../sass/_trumps.helpers.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 144, ../sass/_trumps.helpers.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 148, ../sass/_trumps.helpers.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 153, ../sass/_trumps.helpers.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  /* line 161, ../sass/_trumps.helpers.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 168, ../sass/_trumps.helpers.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}