/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

body {
  font-family: 'Roboto', Arial, sans-serif;
  min-width: 20rem; }

img {
  max-width: 100%; }

ul {
  margin: 0.25rem 0 1rem; }

.container {
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  max-width: 1370px; }
  .container::before, .container::after {
    display: table;
    content: ""; }
  .container::after {
    clear: both; }
  .container-xs-full {
    padding-left: 0;
    padding-right: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem; }
  .row::before, .row::after {
    display: table;
    content: ""; }
  .row::after {
    clear: both; }
  .row .row {
    margin-left: -4px;
    margin-right: -4px; }
  .row.gutterless {
    padding-left: 4px;
    padding-right: 4px; }
  .row-inset {
    padding-left: 4px;
    padding-right: 4px; }
    .row-inset .col-inset {
      padding-left: 0;
      padding-right: 0; }

.module {
  margin-bottom: 5%; }

.spacer-btm-small {
  padding-bottom: 24px; }

.spacer-top-small {
  padding-top: 24px; }

.spacer-btm-medium {
  padding-bottom: 40px; }

.spacer-top-medium {
  padding-top: 40px; }

.spacer-btm-large {
  padding-bottom: 58px; }

.spacer-top-large {
  padding-top: 58px; }

.aspect {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%; }

.aspect-16x9 {
  height: 0;
  padding-bottom: 56.25%; }

.aspect-2x1 {
  height: 0;
  padding-bottom: 50%; }

.aspect-3x2 {
  height: 0;
  padding-bottom: 66.6666666667%; }

.aspect-4x3 {
  height: 0;
  padding-bottom: 75%; }

.aspect-1x1 {
  height: 0;
  padding-bottom: 100%; }

.aspect-3x4 {
  height: 0;
  padding-bottom: 133.3333333333%; }

.aspect-2x3 {
  height: 0;
  padding-bottom: 150%; }

.aspect-none {
  height: auto;
  padding-bottom: 0; }
  .aspect-none > .aspect-inner {
    position: static; }

.aspect > div,
.aspect-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px; }
  .gutterless .col-xs-1, .gutterless .col-sm-1, .gutterless .col-md-1, .gutterless .col-lg-1, .gutterless .col-xs-2, .gutterless .col-sm-2, .gutterless .col-md-2, .gutterless .col-lg-2, .gutterless .col-xs-3, .gutterless .col-sm-3, .gutterless .col-md-3, .gutterless .col-lg-3, .gutterless .col-xs-4, .gutterless .col-sm-4, .gutterless .col-md-4, .gutterless .col-lg-4, .gutterless .col-xs-5, .gutterless .col-sm-5, .gutterless .col-md-5, .gutterless .col-lg-5, .gutterless .col-xs-6, .gutterless .col-sm-6, .gutterless .col-md-6, .gutterless .col-lg-6, .gutterless .col-xs-7, .gutterless .col-sm-7, .gutterless .col-md-7, .gutterless .col-lg-7, .gutterless .col-xs-8, .gutterless .col-sm-8, .gutterless .col-md-8, .gutterless .col-lg-8, .gutterless .col-xs-9, .gutterless .col-sm-9, .gutterless .col-md-9, .gutterless .col-lg-9, .gutterless .col-xs-10, .gutterless .col-sm-10, .gutterless .col-md-10, .gutterless .col-lg-10, .gutterless .col-xs-11, .gutterless .col-sm-11, .gutterless .col-md-11, .gutterless .col-lg-11, .gutterless .col-xs-12, .gutterless .col-sm-12, .gutterless .col-md-12, .gutterless .col-lg-12 {
    padding-left: 0;
    padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 16.6666666667%; }

.col-xs-2 {
  width: 33.3333333333%; }

.col-xs-3 {
  width: 50%; }

.col-xs-4 {
  width: 66.6666666667%; }

.col-xs-5 {
  width: 83.3333333333%; }

.col-xs-6 {
  width: 100%; }

.aspect-xs-16x9 {
  height: 0;
  padding-bottom: 56.25%; }

.aspect-xs-2x1 {
  height: 0;
  padding-bottom: 50%; }

.aspect-xs-3x2 {
  height: 0;
  padding-bottom: 66.6666666667%; }

.aspect-xs-4x3 {
  height: 0;
  padding-bottom: 75%; }

.aspect-xs-1x1 {
  height: 0;
  padding-bottom: 100%; }

.aspect-xs-3x4 {
  height: 0;
  padding-bottom: 133.3333333333%; }

.aspect-xs-2x3 {
  height: 0;
  padding-bottom: 150%; }

.aspect-xs-none {
  height: auto;
  padding-bottom: 0; }
  .aspect-xs-none > .aspect-inner {
    position: static; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 16.6666666667%; }

.col-xs-pull-2 {
  right: 33.3333333333%; }

.col-xs-pull-3 {
  right: 50%; }

.col-xs-pull-4 {
  right: 66.6666666667%; }

.col-xs-pull-5 {
  right: 83.3333333333%; }

.col-xs-pull-6 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 16.6666666667%; }

.col-xs-push-2 {
  left: 33.3333333333%; }

.col-xs-push-3 {
  left: 50%; }

.col-xs-push-4 {
  left: 66.6666666667%; }

.col-xs-push-5 {
  left: 83.3333333333%; }

.col-xs-push-6 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 16.6666666667%; }

.col-xs-offset-2 {
  margin-left: 33.3333333333%; }

.col-xs-offset-3 {
  margin-left: 50%; }

.col-xs-offset-4 {
  margin-left: 66.6666666667%; }

.col-xs-offset-5 {
  margin-left: 83.3333333333%; }

.col-xs-offset-6 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .aspect-sm-16x9 {
    height: 0;
    padding-bottom: 56.25%; }

  .aspect-sm-2x1 {
    height: 0;
    padding-bottom: 50%; }

  .aspect-sm-3x2 {
    height: 0;
    padding-bottom: 66.6666666667%; }

  .aspect-sm-4x3 {
    height: 0;
    padding-bottom: 75%; }

  .aspect-sm-1x1 {
    height: 0;
    padding-bottom: 100%; }

  .aspect-sm-3x4 {
    height: 0;
    padding-bottom: 133.3333333333%; }

  .aspect-sm-2x3 {
    height: 0;
    padding-bottom: 150%; }

  .aspect-sm-none {
    height: auto;
    padding-bottom: 0; }
    .aspect-sm-none > .aspect-inner {
      position: static; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

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

  .container {
    padding-left: 7%;
    padding-right: 7%; }
    .container-sm-full {
      max-width: none;
      padding-left: 0;
      padding-right: 0; }

  .row {
    max-width: 1056px; }

  .module {
    margin-bottom: 7%; }

  .spacer-btm-small {
    padding-bottom: 24px; }

  .spacer-top-small {
    padding-top: 24px; }

  .spacer-btm-medium {
    padding-bottom: 40px; }

  .spacer-top-medium {
    padding-top: 40px; }

  .spacer-btm-large {
    padding-bottom: 58px; }

  .spacer-top-large {
    padding-top: 58px; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .aspect-md-16x9 {
    height: 0;
    padding-bottom: 56.25%; }

  .aspect-md-2x1 {
    height: 0;
    padding-bottom: 50%; }

  .aspect-md-3x2 {
    height: 0;
    padding-bottom: 66.6666666667%; }

  .aspect-md-4x3 {
    height: 0;
    padding-bottom: 75%; }

  .aspect-md-1x1 {
    height: 0;
    padding-bottom: 100%; }

  .aspect-md-3x4 {
    height: 0;
    padding-bottom: 133.3333333333%; }

  .aspect-md-2x3 {
    height: 0;
    padding-bottom: 150%; }

  .aspect-md-none {
    height: auto;
    padding-bottom: 0; }
    .aspect-md-none > .aspect-inner {
      position: static; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

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

  .container {
    padding-left: 7%;
    padding-right: 7%; }

  .module {
    margin-bottom: 7%; }

  .spacer-btm-small {
    padding-bottom: 40px; }

  .spacer-top-small {
    padding-top: 40px; }

  .spacer-btm-medium {
    padding-bottom: 64px; }

  .spacer-top-medium {
    padding-top: 64px; }

  .spacer-btm-large {
    padding-bottom: 80px; }

  .spacer-top-large {
    padding-top: 80px; } }
@media (min-width: 0px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 320px; } }
@media (min-width: 480px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 380px; } }
@media (min-width: 568px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 460px; } }
@media (min-width: 768px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 725px; } }
@media (min-width: 992px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 800px; } }
@media (min-width: 1060px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 850px; } }
@media (min-width: 1200px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 1000px; } }
@media (min-width: 1366px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 1100px; } }
@media (min-width: 1500px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 1200px; } }
@media (min-width: 1650px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 1350px; } }
@media (min-width: 1800px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .container:not(.container-no-ratio-max-width) {
    max-width: 1600px; } }
.container {
  padding: 9px; }

@font-face {
  font-family: 'Maven Pro Light';
  src: url("../font/MavenProLight-300.woff") format("woff"), url("../font/MavenProLight-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Maven Pro Light';
  src: url("../font/MavenProLight-200.woff") format("woff"), url("../font/MavenProLight-200.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Maven Pro Light';
  src: url("../font/MavenProLight-100.woff") format("woff"), url("../font/MavenProLight-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  weight: normal; }

a {
  text-decoration: none;
  transition: color 80ms ease-out;
  cursor: pointer; }

p {
  margin: 0; }

body,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.display-text-1 {
  font-family: 'Maven Pro Light', Arial, sans-serif;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: -0.04rem;
  line-height: 2rem;
  margin-bottom: 0.9375rem;
  margin-top: -0.2275rem;
  margin-bottom: 0.585rem; }
  .display-text-1.text-flat-btm {
    margin-bottom: -0.3525rem !important; }
  .display-text-1.auto-margin-top {
    margin-top: auto; }
  .display-text-1.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .display-text-1 {
      font-size: 2.5rem;
      letter-spacing: -0.06rem;
      line-height: 2.625rem;
      margin-bottom: 2rem;
      margin-top: -0.425rem;
      margin-bottom: 1.575rem; }
      .display-text-1.text-flat-btm {
        margin-bottom: -0.425rem !important; }
      .display-text-1.auto-margin-top {
        margin-top: auto; }
      .display-text-1.auto-margin-bottom {
        margin-bottom: auto; } }
  @media (min-width: 1060px) {
    .display-text-1 {
      font-size: 3.4375rem;
      line-height: 3.4375rem;
      margin-bottom: 1.25rem;
      margin-top: -0.4359375rem;
      margin-bottom: 0.6890625rem; }
      .display-text-1.text-flat-btm {
        margin-bottom: -0.5609375rem !important; }
      .display-text-1.auto-margin-top {
        margin-top: auto; }
      .display-text-1.auto-margin-bottom {
        margin-bottom: auto; } }

.title-text-1 {
  font-family: 'Maven Pro Light', Arial, sans-serif;
  color: black;
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -0.02rem;
  line-height: 1.75rem;
  margin-bottom: 1.5625rem;
  margin-top: -0.173125rem;
  margin-bottom: 1.139375rem; }
  .title-text-1.text-flat-btm {
    margin-bottom: -0.423125rem !important; }
  .title-text-1.auto-margin-top {
    margin-top: auto; }
  .title-text-1.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .title-text-1 {
      font-size: 2.5rem;
      letter-spacing: -0.06rem;
      line-height: 2.625rem;
      margin-bottom: 2rem;
      margin-top: -0.425rem;
      margin-bottom: 1.575rem; }
      .title-text-1.text-flat-btm {
        margin-bottom: -0.425rem !important; }
      .title-text-1.auto-margin-top {
        margin-top: auto; }
      .title-text-1.auto-margin-bottom {
        margin-bottom: auto; } }

.title-text-2 {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  line-height: 1.375rem;
  margin-bottom: 1.875rem;
  margin-top: -0.11875rem;
  margin-bottom: 1.63125rem; }
  .title-text-2.text-flat-btm {
    margin-bottom: -0.24375rem !important; }
  .title-text-2.auto-margin-top {
    margin-top: auto; }
  .title-text-2.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .title-text-2 {
      font-size: 1.75rem;
      line-height: 2rem;
      margin-top: -0.19125rem;
      margin-bottom: 1.43375rem; }
      .title-text-2.text-flat-btm {
        margin-bottom: -0.44125rem !important; }
      .title-text-2.auto-margin-top {
        margin-top: auto; }
      .title-text-2.auto-margin-bottom {
        margin-bottom: auto; } }

.title-text-3 {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  line-height: 1.125rem;
  margin-bottom: 0.9375rem;
  margin-top: -0.189375rem;
  margin-bottom: 0.623125rem; }
  .title-text-3.text-flat-btm {
    margin-bottom: -0.314375rem !important; }
  .title-text-3.auto-margin-top {
    margin-top: auto; }
  .title-text-3.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .title-text-3 {
      font-size: 1rem;
      line-height: 1.25rem;
      margin-bottom: 1rem;
      margin-top: -0.2075rem;
      margin-bottom: 0.6675rem; }
      .title-text-3.text-flat-btm {
        margin-bottom: -0.3325rem !important; }
      .title-text-3.auto-margin-top {
        margin-top: auto; }
      .title-text-3.auto-margin-bottom {
        margin-bottom: auto; } }

.title-text-4 {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  margin-top: -0.011875rem;
  margin-bottom: 0.488125rem; }
  .title-text-4.text-flat-btm {
    margin-bottom: -0.261875rem !important; }
  .title-text-4.auto-margin-top {
    margin-top: auto; }
  .title-text-4.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .title-text-4 {
      font-size: 1.5rem;
      line-height: 1.75rem;
      margin-top: -0.2175rem;
      margin-bottom: 0.2825rem; }
      .title-text-4.text-flat-btm {
        margin-bottom: -0.4675rem !important; }
      .title-text-4.auto-margin-top {
        margin-top: auto; }
      .title-text-4.auto-margin-bottom {
        margin-bottom: auto; } }

.body-text-1 {
  font-family: 'Roboto', Arial, sans-serif;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.625rem;
  margin-top: -0.27rem;
  margin-bottom: 1.23rem; }
  .body-text-1.text-flat-btm {
    margin-bottom: -0.395rem !important; }
  .body-text-1.auto-margin-top {
    margin-top: auto; }
  .body-text-1.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .body-text-1 {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-top: -0.350625rem;
      margin-bottom: 1.274375rem; }
      .body-text-1.text-flat-btm {
        margin-bottom: -0.350625rem !important; }
      .body-text-1.auto-margin-top {
        margin-top: auto; }
      .body-text-1.auto-margin-bottom {
        margin-bottom: auto; } }

.body-text-2 {
  font-family: 'Roboto', Arial, sans-serif;
  color: black;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1.625rem;
  margin-top: -0.2115625rem;
  margin-bottom: 1.2884375rem; }
  .body-text-2.text-flat-btm {
    margin-bottom: -0.3365625rem !important; }
  .body-text-2.auto-margin-top {
    margin-top: auto; }
  .body-text-2.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .body-text-2 {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-top: -0.314375rem;
      margin-bottom: 1.185625rem; }
      .body-text-2.text-flat-btm {
        margin-bottom: -0.439375rem !important; }
      .body-text-2.auto-margin-top {
        margin-top: auto; }
      .body-text-2.auto-margin-bottom {
        margin-bottom: auto; } }

.body-text-3 {
  font-family: 'Roboto', Arial, sans-serif;
  color: black;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
  line-height: 1rem;
  margin-bottom: 0.875rem;
  margin-top: -0.1934375rem;
  margin-bottom: 0.6815625rem; }
  .body-text-3.text-flat-btm {
    margin-bottom: -0.1934375rem !important; }
  .body-text-3.auto-margin-top {
    margin-top: auto; }
  .body-text-3.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .body-text-3 {
      font-size: 0.75rem;
      line-height: 1.125rem;
      margin-top: -0.23375rem;
      margin-bottom: 0.64125rem; }
      .body-text-3.text-flat-btm {
        margin-bottom: -0.23375rem !important; }
      .body-text-3.auto-margin-top {
        margin-top: auto; }
      .body-text-3.auto-margin-bottom {
        margin-bottom: auto; } }

.caption-text-1 {
  font-family: 'Maven Pro Light', Arial, sans-serif;
  color: black;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.02rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.06875rem;
  margin-bottom: 0.44375rem; }
  .caption-text-1.text-flat-btm {
    margin-bottom: -0.05625rem !important; }
  .caption-text-1.auto-margin-top {
    margin-top: auto; }
  .caption-text-1.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .caption-text-1 {
      font-size: 2.125rem;
      line-height: 1.75rem;
      margin-bottom: 0.75rem;
      margin-top: -0.120625rem;
      margin-bottom: 0.629375rem; }
      .caption-text-1.text-flat-btm {
        margin-bottom: -0.120625rem !important; }
      .caption-text-1.auto-margin-top {
        margin-top: auto; }
      .caption-text-1.auto-margin-bottom {
        margin-bottom: auto; } }

.caption-text-2 {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  line-height: 0.8125rem;
  margin-bottom: 0.5rem;
  margin-top: 0.0071875rem;
  margin-bottom: 0.3821875rem; }
  .caption-text-2.text-flat-btm {
    margin-bottom: -0.1178125rem !important; }
  .caption-text-2.auto-margin-top {
    margin-top: auto; }
  .caption-text-2.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .caption-text-2 {
      font-size: 0.875rem;
      line-height: 0.875rem;
      margin-top: -0.064375rem;
      margin-bottom: 0.310625rem; }
      .caption-text-2.text-flat-btm {
        margin-bottom: -0.189375rem !important; }
      .caption-text-2.auto-margin-top {
        margin-top: auto; }
      .caption-text-2.auto-margin-bottom {
        margin-bottom: auto; } }

.caption-text-3 {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  line-height: 0.6875rem;
  margin-bottom: 0.5rem;
  margin-top: 0.0253125rem;
  margin-bottom: 0.4003125rem; }
  .caption-text-3.text-flat-btm {
    margin-bottom: -0.0996875rem !important; }
  .caption-text-3.auto-margin-top {
    margin-top: auto; }
  .caption-text-3.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .caption-text-3 {
      font-size: 0.75rem;
      line-height: 0.75rem;
      margin-top: -0.10875rem;
      margin-bottom: 0.39125rem; }
      .caption-text-3.text-flat-btm {
        margin-bottom: -0.10875rem !important; }
      .caption-text-3.auto-margin-top {
        margin-top: auto; }
      .caption-text-3.auto-margin-bottom {
        margin-bottom: auto; } }

.quote-text-1 {
  font-family: 'Roboto', Arial, sans-serif;
  color: black;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  margin-top: -0.0925rem;
  margin-bottom: 0.9075rem; }
  .quote-text-1.text-flat-btm {
    margin-bottom: -0.3425rem !important; }
  .quote-text-1.auto-margin-top {
    margin-top: auto; }
  .quote-text-1.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .quote-text-1 {
      font-size: 2.125rem;
      line-height: 2.5rem;
      margin-top: -0.370625rem;
      margin-bottom: 0.879375rem; }
      .quote-text-1.text-flat-btm {
        margin-bottom: -0.370625rem !important; }
      .quote-text-1.auto-margin-top {
        margin-top: auto; }
      .quote-text-1.auto-margin-bottom {
        margin-bottom: auto; } }

.link-text-1 {
  font-family: 'Roboto', Arial, sans-serif;
  color: #7ed6dc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: -0.145rem;
  margin-bottom: -0.395rem; }
  .link-text-1:hover {
    color: #10b0bb; }
  .link-text-1:active, .link-text-1.active {
    color: #10b0bb; }
  .link-text-1.text-flat-btm {
    margin-bottom: -0.395rem !important; }
  .link-text-1.auto-margin-top {
    margin-top: auto; }
  .link-text-1.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .link-text-1 {
      font-size: 1.125rem;
      line-height: 1.625rem;
      margin-top: -0.288125rem;
      margin-bottom: -0.413125rem; }
      .link-text-1.text-flat-btm {
        margin-bottom: -0.413125rem !important; }
      .link-text-1.auto-margin-top {
        margin-top: auto; }
      .link-text-1.auto-margin-bottom {
        margin-bottom: auto; } }

.link-text-2 {
  font-family: 'Roboto', Arial, sans-serif;
  color: #7ed6dc;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin-top: -0.2740625rem;
  margin-bottom: -0.2740625rem; }
  .link-text-2:hover {
    color: #10b0bb; }
  .link-text-2:active, .link-text-2.active {
    color: #10b0bb; }
  .link-text-2.text-flat-btm {
    margin-bottom: -0.2740625rem !important; }
  .link-text-2.auto-margin-top {
    margin-top: auto; }
  .link-text-2.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .link-text-2 {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-top: -0.314375rem;
      margin-bottom: -0.439375rem; }
      .link-text-2.text-flat-btm {
        margin-bottom: -0.439375rem !important; }
      .link-text-2.auto-margin-top {
        margin-top: auto; }
      .link-text-2.auto-margin-bottom {
        margin-bottom: auto; } }

.link-text-3 {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: #7ed6dc;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: -0.314375rem;
  margin-bottom: -0.439375rem; }
  .link-text-3:hover {
    color: #10b0bb; }
  .link-text-3:active, .link-text-3.active {
    color: #10b0bb; }
  .link-text-3.text-flat-btm {
    margin-bottom: -0.439375rem !important; }
  .link-text-3.auto-margin-top {
    margin-top: auto; }
  .link-text-3.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .link-text-3 {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-top: -0.314375rem;
      margin-bottom: -0.439375rem; }
      .link-text-3.text-flat-btm {
        margin-bottom: -0.439375rem !important; }
      .link-text-3.auto-margin-top {
        margin-top: auto; }
      .link-text-3.auto-margin-bottom {
        margin-bottom: auto; } }

.link-text-light {
  color: white; }
  .link-text-light:hover {
    color: white; }
  .link-text-light:active, .link-text-light.active {
    color: white; }

.sticky-nav-text {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: #9e9e9e;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.75rem;
  margin-top: -0.10875rem;
  margin-bottom: -0.10875rem; }
  .sticky-nav-text.text-flat-btm {
    margin-bottom: -0.10875rem !important; }
  .sticky-nav-text.auto-margin-top {
    margin-top: auto; }
  .sticky-nav-text.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .sticky-nav-text {
      font-size: 0.75rem;
      line-height: 0.75rem;
      margin-top: -0.10875rem;
      margin-bottom: -0.10875rem; }
      .sticky-nav-text.text-flat-btm {
        margin-bottom: -0.10875rem !important; }
      .sticky-nav-text.auto-margin-top {
        margin-top: auto; }
      .sticky-nav-text.auto-margin-bottom {
        margin-bottom: auto; } }

.tab-links-text {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: #9e9e9e;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.02rem;
  line-height: 0.875rem;
  margin-top: -0.126875rem;
  margin-bottom: -0.126875rem; }
  .tab-links-text.text-flat-btm {
    margin-bottom: -0.126875rem !important; }
  .tab-links-text.auto-margin-top {
    margin-top: auto; }
  .tab-links-text.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .tab-links-text {
      font-size: 0.875rem;
      line-height: 0.875rem;
      margin-top: -0.126875rem;
      margin-bottom: -0.126875rem; }
      .tab-links-text.text-flat-btm {
        margin-bottom: -0.126875rem !important; }
      .tab-links-text.auto-margin-top {
        margin-top: auto; }
      .tab-links-text.auto-margin-bottom {
        margin-bottom: auto; } }

.global-sticky-nav__list-item__link {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  line-height: 1.125rem;
  margin-bottom: 0rem;
  margin-top: -0.189375rem;
  margin-bottom: -0.314375rem; }
  .global-sticky-nav__list-item__link.text-flat-btm {
    margin-bottom: -0.314375rem !important; }
  .global-sticky-nav__list-item__link.auto-margin-top {
    margin-top: auto; }
  .global-sticky-nav__list-item__link.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .global-sticky-nav__list-item__link {
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin-bottom: 0rem;
      margin-top: -0.189375rem;
      margin-bottom: -0.314375rem; }
      .global-sticky-nav__list-item__link.text-flat-btm {
        margin-bottom: -0.314375rem !important; }
      .global-sticky-nav__list-item__link.auto-margin-top {
        margin-top: auto; }
      .global-sticky-nav__list-item__link.auto-margin-bottom {
        margin-bottom: auto; } }

.global-sticky-nav__mobile-title {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0rem;
  line-height: 1.125rem;
  margin-bottom: 0rem;
  margin-top: -0.189375rem;
  margin-bottom: -0.314375rem; }
  .global-sticky-nav__mobile-title.text-flat-btm {
    margin-bottom: -0.314375rem !important; }
  .global-sticky-nav__mobile-title.auto-margin-top {
    margin-top: auto; }
  .global-sticky-nav__mobile-title.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    .global-sticky-nav__mobile-title {
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin-bottom: 0rem;
      margin-top: -0.189375rem;
      margin-bottom: -0.314375rem; }
      .global-sticky-nav__mobile-title.text-flat-btm {
        margin-bottom: -0.314375rem !important; }
      .global-sticky-nav__mobile-title.auto-margin-top {
        margin-top: auto; }
      .global-sticky-nav__mobile-title.auto-margin-bottom {
        margin-bottom: auto; } }

.text-color-black {
  color: black; }

.text-color-gray {
  color: #868686; }

.text-color-gray-dark {
  color: #1a1a1a; }

.text-color-white,
.text-light {
  color: white; }

.text-color-teal {
  color: #10b0bb; }

.text-color-teal-light {
  color: #7ed6dc; }

.text-color-link-colored {
  color: #10b0bb; }
  .text-color-link-colored:visited {
    color: #10b0bb; }
  .text-color-link-colored:hover, .text-color-link-colored:focus {
    color: #7ed6dc; }
  .text-color-link-colored:active {
    color: #03565c; }

.text-color-link-black {
  color: black; }
  .text-color-link-black:visited {
    color: black; }
  .text-color-link-black:hover, .text-color-link-black:focus {
    color: black; }
  .text-color-link-black:active {
    color: black; }

.text-color-link-white {
  color: white; }
  .text-color-link-white:visited {
    color: white; }
  .text-color-link-white:hover, .text-color-link-white:focus {
    color: white; }
  .text-color-link-white:active {
    color: white; }

.body-text-bold {
  font-weight: 700; }

.button .svg-icon-component {
  width: 10px;
  height: 10px;
  line-height: 1.5rem;
  vertical-align: middle; }
.button .button-text {
  display: table-cell;
  vertical-align: middle; }
.button .button-image {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.625rem; }
  .button .button-image svg {
    display: inherit;
    fill: white; }
.button[disabled], .button.disabled {
  background: #868686 !important;
  cursor: auto !important; }
  .button[disabled]:active, .button[disabled] .active, .button.disabled:active, .button.disabled .active {
    background: #868686 !important; }
  .button[disabled] .svg-icon-component, .button.disabled .svg-icon-component {
    fill: #393939 !important; }
  .button[disabled] .button-text, .button.disabled .button-text {
    color: #1a1a1a !important; }

.button {
  border: none;
  background-color: #31ddd3;
  color: #1A1A1A;
  padding: 0 1.8125rem;
  height: 2.75rem;
  border-radius: 1.375rem;
  text-align: center;
  font-size: 0.9375rem;
  font-family: 'Maven Pro', Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 80ms ease-out;
  display: table;
  table-layout: fixed; }
  .button:hover, .button:focus, .button:active, .button.active {
    background-color: #29BFB7; }
  @media (min-width: 992px) {
    .button {
      padding: 0 2rem;
      height: 3rem;
      border-radius: 1.5rem;
      font-size: 1rem; } }
  .button .svg-icon-component {
    fill: white; }

.button.button-light {
  background-color: white;
  color: #868686; }
  .button.button-light:hover, .button.button-light:focus, .button.button-light:active, .button.button-light.active {
    background-color: #f7f7f8; }
  .button.button-light .svg-icon-component {
    fill: #868686; }

.button.button-small {
  padding: 0 1.5rem;
  height: 2.25rem;
  border-radius: 1.125rem;
  font-size: 0.8125rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    .button.button-small {
      padding: 0 1.6875rem;
      height: 2.5rem;
      border-radius: 1.25rem;
      font-size: 0.875rem; } }

input {
  font-family: 'Roboto', Arial, sans-serif;
  color: black;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: 1.625rem;
  margin-top: -0.2115625rem;
  margin-bottom: 1.2884375rem;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0; }
  input.text-flat-btm {
    margin-bottom: -0.3365625rem !important; }
  input.auto-margin-top {
    margin-top: auto; }
  input.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    input {
      font-size: 0.875rem;
      line-height: 1.5rem;
      margin-top: -0.314375rem;
      margin-bottom: 1.185625rem; }
      input.text-flat-btm {
        margin-bottom: -0.439375rem !important; }
      input.auto-margin-top {
        margin-top: auto; }
      input.auto-margin-bottom {
        margin-bottom: auto; } }

input::-ms-clear {
  display: none; }

input::-webkit-input-placeholder {
  color: false; }

@media (min-width: 768px) {
  input {
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 0; } }
/* Special DxO UI Components */
.specs-link {
  display: inline-block;
  cursor: pointer; }
  .specs-link::before, .specs-link::after {
    display: table;
    content: ""; }
  .specs-link::after {
    clear: both; }
  .specs-link .specs-text,
  .specs-link .specs-icon {
    display: inline-block;
    vertical-align: top; }
  .specs-link .specs-text {
    font-family: 'Roboto', Arial, sans-serif;
    color: #7ed6dc;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-top: -0.145rem;
    margin-bottom: -0.395rem;
    color: white;
    margin-right: 0.375rem; }
    .specs-link .specs-text:hover {
      color: #10b0bb; }
    .specs-link .specs-text:active, .specs-link .specs-text.active {
      color: #10b0bb; }
    .specs-link .specs-text.text-flat-btm {
      margin-bottom: -0.395rem !important; }
    .specs-link .specs-text.auto-margin-top {
      margin-top: auto; }
    .specs-link .specs-text.auto-margin-bottom {
      margin-bottom: auto; }
    @media (min-width: 992px) {
      .specs-link .specs-text {
        font-size: 1.125rem;
        line-height: 1.625rem;
        margin-top: -0.288125rem;
        margin-bottom: -0.413125rem; }
        .specs-link .specs-text.text-flat-btm {
          margin-bottom: -0.413125rem !important; }
        .specs-link .specs-text.auto-margin-top {
          margin-top: auto; }
        .specs-link .specs-text.auto-margin-bottom {
          margin-bottom: auto; } }
  .specs-link .specs-icon {
    width: 20px;
    height: 20px;
    fill: white; }
  .specs-link:hover .specs-icon {
    fill: #10b0bb; }
  .specs-link:hover .specs-text {
    color: #10b0bb; }

.dxo-mark-tile {
  display: inline-block;
  text-align: center;
  border-radius: 0.1875rem;
  margin: 0 0.4375rem;
  background: #303030;
  padding: 1rem 1.25rem;
  white-space: nowrap; }
  .dxo-mark-tile .mark-tile-title {
    font-family: 'Maven Pro Light', Arial, sans-serif;
    color: black;
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.02rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.06875rem;
    margin-bottom: 0.44375rem;
    color: white; }
    .dxo-mark-tile .mark-tile-title.text-flat-btm {
      margin-bottom: -0.05625rem !important; }
    .dxo-mark-tile .mark-tile-title.auto-margin-top {
      margin-top: auto; }
    .dxo-mark-tile .mark-tile-title.auto-margin-bottom {
      margin-bottom: auto; }
    @media (min-width: 992px) {
      .dxo-mark-tile .mark-tile-title {
        font-size: 2.125rem;
        line-height: 1.75rem;
        margin-bottom: 0.75rem;
        margin-top: -0.120625rem;
        margin-bottom: 0.629375rem; }
        .dxo-mark-tile .mark-tile-title.text-flat-btm {
          margin-bottom: -0.120625rem !important; }
        .dxo-mark-tile .mark-tile-title.auto-margin-top {
          margin-top: auto; }
        .dxo-mark-tile .mark-tile-title.auto-margin-bottom {
          margin-bottom: auto; } }
  .dxo-mark-tile .mark-tile-sub {
    font-family: 'Maven Pro', Arial, sans-serif;
    color: black;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    line-height: 0.6875rem;
    margin-bottom: 0.5rem;
    margin-top: 0.0253125rem;
    margin-bottom: 0.4003125rem;
    color: #868686;
    margin-bottom: 0 !important; }
    .dxo-mark-tile .mark-tile-sub.text-flat-btm {
      margin-bottom: -0.0996875rem !important; }
    .dxo-mark-tile .mark-tile-sub.auto-margin-top {
      margin-top: auto; }
    .dxo-mark-tile .mark-tile-sub.auto-margin-bottom {
      margin-bottom: auto; }
    @media (min-width: 992px) {
      .dxo-mark-tile .mark-tile-sub {
        font-size: 0.75rem;
        line-height: 0.75rem;
        margin-top: -0.10875rem;
        margin-bottom: 0.39125rem; }
        .dxo-mark-tile .mark-tile-sub.text-flat-btm {
          margin-bottom: -0.10875rem !important; }
        .dxo-mark-tile .mark-tile-sub.auto-margin-top {
          margin-top: auto; }
        .dxo-mark-tile .mark-tile-sub.auto-margin-bottom {
          margin-bottom: auto; } }

.flag {
  display: table;
  width: 100%; }

.flag,
.flag .flag {
  margin-top: 16px; }

.flag:first-child {
  margin-top: 0; }

.flag-image,
.flag-body {
  display: table-cell;
  vertical-align: middle; }
  .flag.top .flag-image, .flag.top
  .flag-body {
    vertical-align: top; }
  .flag.bottom .flag-image, .flag.bottom
  .flag-body {
    vertical-align: bottom; }

.flag-image {
  padding-right: 8px; }
  .flag-image > img {
    display: block;
    max-width: none; }
  .flag.reverse .flag-image {
    padding-right: 0;
    padding-left: 8px; }

.flag-body {
  width: 100%; }
  .flag-body :last-child {
    margin-bottom: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media,
.media .media {
  margin-top: 16px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin-bottom: 5px; }

.media > .pull-left {
  margin-right: 8px; }
.media > .pull-right {
  margin-left: 8px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.svg-icon {
  width: 8px;
  height: 8px;
  display: inline-block;
  fill: black; }
  .svg-icon.sm {
    width: 10px;
    height: 10px; }
  .svg-icon.md {
    width: 20px;
    height: 20px; }
  .svg-icon.lg {
    width: 40px;
    height: 40px; }
  .svg-icon.teal {
    fill: #10b0bb; }
  .svg-icon.teal-light {
    fill: #7ed6dc; }
  .svg-icon.teal-dark {
    fill: #03565c; }
  .svg-icon.blue {
    fill: #0055b8; }
  .svg-icon.black {
    fill: black; }
  .svg-icon.gray10 {
    fill: #1a1a1a; }
  .svg-icon.gray15 {
    fill: #212121; }
  .svg-icon.gray20 {
    fill: #424242; }
  .svg-icon.gray30 {
    fill: #393939; }
  .svg-icon.gray35 {
    fill: #616161; }
  .svg-icon.gray45 {
    fill: #757575; }
  .svg-icon.gray50 {
    fill: #868686; }
  .svg-icon.gray60 {
    fill: #9e9e9e; }
  .svg-icon.gray80 {
    fill: #d4d4d6; }
  .svg-icon.gray85 {
    fill: #ebebeb; }
  .svg-icon.gray90 {
    fill: #f7f7f8; }
  .svg-icon.white {
    fill: white; }

.carousel-nav-paddle {
  background: rgba(0, 0, 0, 0.0001); }
  .carousel-nav-paddle svg {
    fill: #868686; }

.carousel--light-paddles .carousel-nav-paddle svg {
  fill: #f7f7f8; }

.carousel-nav-next {
  right: 0; }

.carousel-nav-prev {
  left: 0; }

.carousel--brick-pagination .carousel-pagination-dot {
  width: 24px;
  height: 2px;
  margin-right: 2px;
  border-radius: 0;
  opacity: 1;
  background-color: #d4d4d6; }

.carousel--brick-pagination .carousel-pagination-dot:last-child {
  margin-right: 0; }

.no-touch .carousel--brick-pagination .carousel-pagination-dot:hover,
.carousel--brick-pagination .carousel-pagination-dot.is-selected {
  background-color: #7ed6dc; }

.carousel--tabbed-pagination .carousel-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px; }

.carousel--tabbed-icon-pagination .carousel-pagination {
  margin-top: 0; }

.carousel--tabbed-pagination .carousel-pagination-dot {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 140px;
  width: 100px;
  height: 60px;
  margin-right: 0;
  border-radius: 0;
  box-shadow: 0 -2px 0 #d4d4d6;
  opacity: 1;
  background-color: transparent; }
  .carousel--tabbed-pagination .carousel-pagination-dot:focus {
    box-shadow: none; }
  .carousel--tabbed-pagination .carousel-pagination-dot > span {
    height: inherit;
    width: 100%; }
  .carousel--tabbed-pagination .carousel-pagination-dot .caption {
    color: #9e9e9e;
    transition: 0.2s ease-out; }

.carousel--tabbed-icon-pagination .carousel-pagination-dot {
  box-shadow: inset 0 -2px 0 #393939; }
  .carousel--tabbed-icon-pagination .carousel-pagination-dot .caption,
  .carousel--tabbed-icon-pagination .carousel-pagination-dot .caption-icon {
    display: inline-block;
    vertical-align: middle; }
  .carousel--tabbed-icon-pagination .carousel-pagination-dot .caption-icon {
    display: none;
    margin-right: 10px;
    fill: #393939;
    transition: 0.2s ease-out; }

.no-touch .carousel--tabbed-pagination .carousel-pagination-dot:hover,
.carousel--tabbed-pagination .carousel-pagination-dot.is-selected {
  box-shadow: 0 -2px 0 #7ed6dc; }
  .no-touch .carousel--tabbed-pagination .carousel-pagination-dot:hover .caption,
  .carousel--tabbed-pagination .carousel-pagination-dot.is-selected .caption {
    color: #10b0bb; }

.no-touch .carousel--tabbed-icon-pagination .carousel-pagination-dot:hover,
.carousel--tabbed-icon-pagination .carousel-pagination-dot.is-selected {
  box-shadow: inset 0 -2px 0 #7ed6dc; }
  .no-touch .carousel--tabbed-icon-pagination .carousel-pagination-dot:hover .caption-icon,
  .carousel--tabbed-icon-pagination .carousel-pagination-dot.is-selected .caption-icon {
    fill: #616161; }
  .no-touch .carousel--tabbed-icon-pagination .carousel-pagination-dot:hover .caption,
  .carousel--tabbed-icon-pagination .carousel-pagination-dot.is-selected .caption {
    color: white; }

.touch .carousel-nav-paddles,
.touch .carousel-nav-paddle {
  display: block; }

.carousel-nav-paddle.is-disabled {
  display: none; }

@media (max-width: 767px) {
  .carousel--tabbed-pagination .carousel-pagination {
    display: block; }

  .carousel--tabbed-icon-pagination .carousel-pagination {
    margin-top: 20px; }

  .carousel--tabbed-pagination .carousel-pagination-dot {
    width: 24px;
    height: 2px;
    margin-right: 2px;
    border: 0;
    background-color: #d4d4d6;
    box-shadow: none; }
    .carousel--tabbed-pagination .carousel-pagination-dot > span {
      display: none; }

  .carousel--tabbed-icon-pagination .carousel-pagination-dot {
    background: #393939; }

  .carousel--tabbed-pagination .carousel-pagination-dot:last-child {
    margin-right: 0; }

  .no-touch .carousel--tabbed-pagination .carousel-pagination-dot:hover,
  .carousel--tabbed-pagination .carousel-pagination-dot.is-selected {
    box-shadow: none;
    background-color: #7ed6dc; }

  .carousel-nav-paddle {
    width: 16px;
    height: 40px;
    overflow: hidden; }
    .carousel-nav-paddle svg {
      max-width: none;
      width: 40px;
      height: 40px; }
    .carousel-nav-paddle.carousel-nav-prev > svg {
      position: absolute;
      right: 0;
      top: 0; } }
.carousel .carousel-slide:not(.carousel-slide-previous):not(.carousel-slide-active):not(.carousel-slide-next) {
  visibility: hidden; }

@media (max-width: 767px) {
  .carousel-nav-paddles {
    width: 102%;
    left: -1%; } }
@media (min-width: 480px) and (max-width: 767px) and (min-aspect-ratio: 3 / 2) {
  :not(.container-no-ratio-max-width) .carousel-nav-paddles {
    width: 140%;
    left: -20%; } }
.relative {
  position: relative; }

.ib {
  display: inline-block; }

.block {
  display: block; }

.flex {
  display: flex; }

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

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

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

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.marginless {
  margin: 0 !important; }

.paddingless {
  padding: 0 !important; }

.no-transition {
  transition: none !important; }

.no-transition-duration {
  transition-duration: 0ms !important; }

.height-inherit {
  height: inherit; }

.height-full {
  height: 100%; }

.no-min-height {
  min-height: 0; }

.grab {
  cursor: url(../img/openhand.cur) 8 8, move;
  /* Url not working in IE... not sure why */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.grab.grabbing,
.grabbing,
.grabbing .grab {
  cursor: url(../img/closedhand.cur) 8 8, move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

[unselectable="on"],
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ghost-center-wrap {
  font-size: 0;
  height: 100%; }
  .ghost-center-wrap:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .ghost-center-wrap .ghost-center {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem; }

.ghost-center.v-bottom {
  vertical-align: bottom; }

.table-center-wrap {
  display: table;
  table-layout: fixed; }

.table-center {
  display: table-cell;
  vertical-align: middle;
  float: none; }

.flex-center {
  display: flex;
  align-items: center;
  height: 100%; }
  .flex-center.flex-center--h {
    justify-content: center; }

.flex-up-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }

.flex-up,
.no-flex-up {
  width: 100%;
  overflow: hidden; }

.flex-up {
  flex: 0 0 auto; }

.no-flex-up {
  flex: 0 1 auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ""; }
.clearfix::after {
  clear: both; }

.fill-parent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.responsive-image-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.scroll-fix {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto !important; }

.no-scroll {
  overflow: hidden;
  /*html*/ }
  .oldandroid .no-scroll {
    overflow: visible; }

.off-screen {
  position: absolute !important;
  left: -9999px !important; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.hidden-text {
  display: block;
  line-height: 0.1em;
  font-size: 0.1em;
  text-indent: -9999px;
  overflow: hidden; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.bg-teal {
  background-color: #10b0bb; }

.bg-teal-light {
  background-color: #7ed6dc; }

.bg-gray10 {
  background-color: #1a1a1a; }

.bg-gray90 {
  background-color: #f7f7f8; }

/*------------------------------------*\
  $HEADER / GLOBAL NAV START
\*------------------------------------*/
.dark-screen-overlay {
  display: none; }

.global-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .global-nav .container {
    width: 980px !important;
    padding: 0 15px !important; }
  .global-nav .mobile-close-btn,
  .global-nav .mobile-menu-btn,
  .global-nav .mobile-logo {
    display: none; }
  .global-nav .nav-text {
    font-family: 'Maven Pro', Arial, sans-serif;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 500; }
    @media (min-width: 768px) {
      .global-nav .nav-text {
        color: white;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 0.9375rem;
        margin-top: -0.158125rem;
        margin-bottom: -0.158125rem; }
        .global-nav .nav-text.text-flat-btm {
          margin-bottom: -0.158125rem !important; }
        .global-nav .nav-text.auto-margin-top {
          margin-top: auto; }
        .global-nav .nav-text.auto-margin-bottom {
          margin-bottom: auto; } }
    @media (min-width: 992px) {
      .global-nav .nav-text {
        font-size: 0.9375rem;
        line-height: 0.9375rem;
        margin-top: -0.1359375rem;
        margin-bottom: -0.1359375rem; }
        .global-nav .nav-text.text-flat-btm {
          margin-bottom: -0.1359375rem !important; }
        .global-nav .nav-text.auto-margin-top {
          margin-top: auto; }
        .global-nav .nav-text.auto-margin-bottom {
          margin-bottom: auto; } }
  .global-nav .logo,
  .global-nav .mobile-logo {
    box-sizing: content-box;
    fill: white; }
    .global-nav .logo > svg,
    .global-nav .mobile-logo > svg {
      height: inherit;
      width: inherit; }
  .global-nav .logo {
    float: left;
    display: block;
    width: 5.625rem;
    height: 2.375rem;
    margin-top: 2.375rem; }
  .global-nav .mobile-logo {
    width: 3.9375rem;
    height: 1.5rem; }
  .global-nav .nav--main {
    margin: 0 auto;
    background-color: #f8f8f8; }
    .global-nav .nav--main.nav--main--transparent {
      background-color: transparent;
      position: absolute; }
    .global-nav .nav--main.nav--main--responsive {
      width: 100%; }
      .global-nav .nav--main.nav--main--responsive .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 3.75rem; }
  .global-nav .nav--main--list {
    float: left;
    padding: 3.0625rem 0;
    width: 48.375rem; }
  .global-nav .nav--main--responsive .nav--main--list {
    float: right;
    width: auto; }
  .global-nav .nav--main--list {
    list-style: none; }
    .global-nav .nav--main--list li {
      margin-bottom: 0; }
      .global-nav .nav--main--list li > a {
        padding: 3px 0;
        color: #444; }
        .global-nav .nav--main--list li > a:hover {
          color: #7ed6dc; }
        .global-nav .nav--main--list li > a:active, .global-nav .nav--main--list li > a.active {
          color: #7ed6dc; }
    .global-nav .nav--main--list > li {
      position: relative;
      display: inline-block;
      margin: 0 0.5625rem; }
      .global-nav .nav--main--list > li:last-child {
        margin-right: 0; }
      .header-jp .global-nav .nav--main--list > li {
        font-size: 0.8rem; }
      .global-nav .nav--main--list > li > ul {
        padding: 0;
        margin: 0;
        text-align: left;
        list-style: none;
        z-index: 100;
        display: block;
        position: absolute;
        overflow: hidden;
        left: 0;
        top: 1.5rem;
        width: 11.25rem;
        height: 0;
        /* margin-left: -82px; */
        background-color: #fff;
        box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
        transition: height 0.35s cubic-bezier(0.45, 0.03, 0.52, 0.95); }
        .global-nav .nav--main--list > li > ul > li > a {
          display: block;
          padding: 0.8125rem 0.3125rem 0.8125rem 1.125rem; }
        .global-nav .nav--main--list > li > ul > li:first-child {
          margin-top: 1.25rem; }
        .global-nav .nav--main--list > li > ul > li:last-child {
          margin-bottom: 1.25rem; }
      .global-nav .nav--main--list > li.sub-nav-parent {
        padding-right: 0.625rem; }
        .global-nav .nav--main--list > li.sub-nav-parent:after {
          content: '';
          display: block;
          width: 0.4375rem;
          height: 0.1875rem;
          margin-top: -0.125rem;
          position: absolute;
          right: 0;
          top: 50%;
          background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20' width='10'><path d='M0 10l5 5 5-5z' fill='#7dd6dc'></path></svg>");
          background-repeat: no-repeat;
          background-position: -0.0625rem -0.75rem;
          transform: rotate(0deg);
          transform-origin: 65% 50%;
          transition: transform 0.15s linear; }
      .global-nav .nav--main--list > li.nav-panel-open > a {
        color: #7ed6dc; }
      .global-nav .nav--main--list > li.nav-panel-open.sub-nav-parent:after {
        transform: rotate(180deg); }
      .global-nav .nav--main--list > li.nav-panel-open > ul {
        z-index: 101; }
  .global-nav .nav--main--white,
  .global-nav .nav--main--dark {
    background-color: transparent;
    z-index: 1; }
  .global-nav .nav--main--white .nav--main--list li > a {
    color: white; }
    .global-nav .nav--main--white .nav--main--list li > a:hover {
      color: #7ed6dc; }
  .global-nav .nav--main--white .nav--main--list li.nav-panel-open > a {
    color: #7ed6dc; }
  .global-nav .nav--main--white .nav--main--list li > ul {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1); }
  .global-nav .nav--main--dark .nav--main--list li > a {
    color: #363636; }
    .global-nav .nav--main--dark .nav--main--list li > a:hover {
      color: #363636; }
  .global-nav .nav--products-name {
    float: left;
    margin-top: -0.3125rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-size: 1.5rem;
    color: white;
    line-height: 100%; }
  .global-nav .nav--menu--sub {
    font-size: 0.875rem;
    font-size: 0.875rem;
    background-color: #262626; }
  .global-nav .nav--menu--sub ul {
    float: right; }
  .global-nav .nav--menu.nav--menu--sub li {
    margin: 0 0.9375rem;
    float: right; }
  .global-nav .nav--menu--sub li:first-child {
    margin-right: 0; }
  .global-nav .nav--menu--sub li > a {
    color: #989898; }
    .global-nav .nav--menu--sub li > a:hover {
      color: #fff; }
    .global-nav .nav--menu--sub li > a:active, .global-nav .nav--menu--sub li > a.active {
      color: #fff; }
  .global-nav .nav--menu--sub .btn--download {
    margin-top: -1rem;
    margin-bottom: -0.6875rem;
    font-size: 0.875rem;
    font-size: 0.875rem;
    color: white; }
  .global-nav .nav--menu--sub-intern .nav--products-name {
    color: #fff; }
  .global-nav .nav--menu--sub--inner {
    overflow: hidden;
    padding: 1.25rem 0; }
  .global-nav .menu-level-3,
  .global-nav .menu-level-4 {
    background-color: #262626; }

@media (min-width: 992px) {
  .global-nav .logo {
    width: 6.875rem;
    height: 2.375rem; }
  .global-nav .nav--main--list > li {
    margin: 0 1.0625rem; }
    .global-nav .nav--main--list > li.sub-nav-parent {
      padding-right: 0.8125rem; }
      .global-nav .nav--main--list > li.sub-nav-parent:after {
        top: 60%; }
    .global-nav .nav--main--list > li > ul {
      top: 1.5rem; }

  .nav--main.nav--main--responsive .container {
    padding: 0 4.6875rem; } }
/*------------------------------------*\
  $HEADER / GLOBAL NAV END
\*------------------------------------*/
/*------------------------------------*\
  $FOOTER / GLOBAL FOOTER START
\*------------------------------------*/
#footer.global-footer {
  background: #1a1a1a;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  #footer.global-footer h2 {
    color: #d4d4d6;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700; }
  #footer.global-footer .form__footer input {
    height: 42px;
    width: 162px;
    border: 1px solid #929292;
    padding: 0 20px;
    color: #929292;
    vertical-align: middle;
    border-radius: 30px 0 0 30px; }
  #footer.global-footer .form__footer .btn {
    margin-left: -0.36em;
    padding: 0;
    width: 100px;
    height: 42px;
    color: #fff;
    vertical-align: middle;
    border-radius: 0 30px 30px 0;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
  #footer.global-footer .footer-text-category {
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.875rem;
    margin-bottom: 0.75rem; }
    @media (min-width: 768px) {
      #footer.global-footer .footer-text-category {
        color: white;
        font-size: 0.75rem;
        line-height: 0.75rem;
        margin-bottom: 0.875rem;
        margin-top: -0.10875rem;
        margin-bottom: 0.76625rem; }
        #footer.global-footer .footer-text-category.text-flat-btm {
          margin-bottom: -0.10875rem !important; }
        #footer.global-footer .footer-text-category.auto-margin-top {
          margin-top: auto; }
        #footer.global-footer .footer-text-category.auto-margin-bottom {
          margin-bottom: auto; } }
  #footer.global-footer .footer-text-link {
    font-family: 'Roboto', Arial, sans-serif;
    color: #868686;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 0.75rem; }
  #footer.global-footer .footer-text-sm-header {
    font-family: 'Maven Pro', Arial, sans-serif;
    color: #f7f7f8;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 0.875rem;
    margin-top: -0.126875rem;
    margin-bottom: -0.126875rem; }
    #footer.global-footer .footer-text-sm-header.text-flat-btm {
      margin-bottom: -0.126875rem !important; }
    #footer.global-footer .footer-text-sm-header.auto-margin-top {
      margin-top: auto; }
    #footer.global-footer .footer-text-sm-header.auto-margin-bottom {
      margin-bottom: auto; }
    @media (min-width: 768px) {
      #footer.global-footer .footer-text-sm-header {
        font-size: 0.75rem;
        line-height: 0.9375rem;
        margin-top: -0.2025rem;
        margin-bottom: -0.2025rem; }
        #footer.global-footer .footer-text-sm-header.text-flat-btm {
          margin-bottom: -0.2025rem !important; }
        #footer.global-footer .footer-text-sm-header.auto-margin-top {
          margin-top: auto; }
        #footer.global-footer .footer-text-sm-header.auto-margin-bottom {
          margin-bottom: auto; } }
  #footer.global-footer .footer-text-legal {
    font-family: 'Roboto', Arial, sans-serif;
    color: #868686;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 0.875rem;
    margin-bottom: 0rem; }
    @media (min-width: 768px) {
      #footer.global-footer .footer-text-legal {
        font-size: 0.625rem;
        line-height: 0.625rem; } }
  #footer.global-footer .footer-text-category > a {
    color: #d4d4d6; }
    #footer.global-footer .footer-text-category > a:hover, #footer.global-footer .footer-text-category > a:active, #footer.global-footer .footer-text-category > a:focus {
      color: #f7f7f8; }
  #footer.global-footer a.footer-text-link,
  #footer.global-footer a.footer-text-legal,
  #footer.global-footer .footer-text-link a,
  #footer.global-footer .footer-text-legal a {
    color: #868686; }
    #footer.global-footer a.footer-text-link:hover, #footer.global-footer a.footer-text-link:active, #footer.global-footer a.footer-text-link:focus,
    #footer.global-footer a.footer-text-legal:hover,
    #footer.global-footer a.footer-text-legal:active,
    #footer.global-footer a.footer-text-legal:focus,
    #footer.global-footer .footer-text-link a:hover,
    #footer.global-footer .footer-text-link a:active,
    #footer.global-footer .footer-text-link a:focus,
    #footer.global-footer .footer-text-legal a:hover,
    #footer.global-footer .footer-text-legal a:active,
    #footer.global-footer .footer-text-legal a:focus {
      color: #b9b9b9; }
  #footer.global-footer .text-link-with-up-right-arrow a.footer-text-link {
    color: white;
    position: relative;
    padding-right: 23px; }
    #footer.global-footer .text-link-with-up-right-arrow a.footer-text-link:hover, #footer.global-footer .text-link-with-up-right-arrow a.footer-text-link:active, #footer.global-footer .text-link-with-up-right-arrow a.footer-text-link:focus {
      color: white; }
    #footer.global-footer .text-link-with-up-right-arrow a.footer-text-link:after {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      position: absolute;
      top: 3px;
      right: 0;
      background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 768 758.9' enable-background='new 0 0 768 758.9'><path fill='#fff' d='M74.2 0v71.2h567.2L4 708.5l50.3 50.4 637.4-637.4v592h71.2V0z'/></svg>"); }
  #footer.global-footer .footer__bottom--nav {
    padding: 70px 0 40px;
    border-bottom: solid 1px #1a1a1a; }
    #footer.global-footer .footer__bottom--nav ul {
      list-style: none;
      padding: 0; }
    #footer.global-footer .footer__bottom--nav li {
      line-height: 1.25; }
    #footer.global-footer .footer__bottom--nav .footer-nav-section ul li a {
      display: block;
      padding: 4px 0; }
  #footer.global-footer .footer__bottom--other {
    padding: 20px 0 30px; }
    #footer.global-footer .footer__bottom--other .footer-text-sm-header {
      width: 80px; }
    #footer.global-footer .footer__bottom--other .text-link-with-up-right-arrow:not(:first-child) {
      padding-top: 4px; }
  #footer.global-footer .footer__bottom--legal--wrap {
    background: #1a1a1a; }
  #footer.global-footer .footer__bottom--legal {
    padding: 20px 0; }
    #footer.global-footer .footer__bottom--legal .footer-logo {
      display: block;
      overflow: hidden;
      box-sizing: content-box;
      width: 4rem;
      height: 1.4375rem;
      fill: white;
      position: relative;
      top: -3px; }
      #footer.global-footer .footer__bottom--legal .footer-logo > svg {
        width: 64px;
        height: 34px; }
    #footer.global-footer .footer__bottom--legal ul {
      list-style: none;
      margin: 0;
      padding: 0;
      -webkit-margin-before: 0;
      -webkit-margin-after: 0; }
    #footer.global-footer .footer__bottom--legal li {
      display: block;
      float: left;
      padding: 0 10px;
      margin: 5px 0 0 0;
      color: #868686; }
      #footer.global-footer .footer__bottom--legal li:first-child {
        padding-left: 30px; }
      #footer.global-footer .footer__bottom--legal li:not(:last-child) {
        border-right: solid 1px #868686; }

/*------------------------------------*\
  $FOOTER / GLOBAL FOOTER END
  ^nav, ^language, ^bottom
\*------------------------------------*/
.global-sub-nav,
.global-sub-nav__inner-wrap,
.global-sub-nav__inner,
.global-sub-nav__bar {
  width: 100%;
  height: 3rem;
  overflow: visible; }

/* This outer element stays put on the page, so that the height of the nav
     is still accounted for even when the contents are position:fixed. */
.global-sub-nav__bar {
  position: relative;
  z-index: 20; }
  .global-sub-nav__bar .container {
    padding: 0 15px; }
    .global-sub-nav__bar .container .col-sm-12 {
      padding: 0; }

.sticky-nav-section {
  z-index: 10; }

/* This element will be position:fixed when scrolled past the nav's natural
   position on the page. */
/* This element keeps everything inside (position:relative) */
.global-sub-nav__inner {
  position: relative; }

.global-sub-nav__bar {
  z-index: 20;
  position: relative;
  width: 100%;
  height: 3rem;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05); }

.global-sub-nav__buy-btn {
  font-size: 0.875rem;
  height: 2rem;
  top: 0.5rem;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: -4px;
  margin-left: 20px; }

.global-sub-nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }

a.global-sub-nav__jumplink {
  font-family: 'Maven Pro', Arial, sans-serif;
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  line-height: 1.125rem;
  margin-bottom: 0rem;
  margin-top: -0.189375rem;
  margin-bottom: -0.314375rem;
  color: white; }
  a.global-sub-nav__jumplink.text-flat-btm {
    margin-bottom: -0.314375rem !important; }
  a.global-sub-nav__jumplink.auto-margin-top {
    margin-top: auto; }
  a.global-sub-nav__jumplink.auto-margin-bottom {
    margin-bottom: auto; }
  @media (min-width: 992px) {
    a.global-sub-nav__jumplink {
      font-size: 0.875rem;
      line-height: 1.125rem;
      margin-bottom: 0rem;
      margin-top: -0.189375rem;
      margin-bottom: -0.314375rem; }
      a.global-sub-nav__jumplink.text-flat-btm {
        margin-bottom: -0.314375rem !important; }
      a.global-sub-nav__jumplink.auto-margin-top {
        margin-top: auto; }
      a.global-sub-nav__jumplink.auto-margin-bottom {
        margin-bottom: auto; } }
  a.global-sub-nav__jumplink:hover, a.global-sub-nav__jumplink:active, a.global-sub-nav__jumplink.active {
    color: #d4d4d6; }

.global-sub-nav__mobile {
  display: none; }

.global-sub-nav__inner-wrap {
  position: relative; }

.global-sub-nav__list-wrap {
  padding: 12px 0; }

.global-sub-nav__list-item {
  display: inline-block;
  padding: 0 5px; }
  .global-sub-nav__list-item:first-child {
    padding-left: 0; }
  .global-sub-nav__list-item:last-child {
    padding-right: 0; }
  .global-sub-nav__list-item a.global-sub-nav__jumplink {
    padding: 10px; }
  .global-sub-nav__list-item:first-child a.global-sub-nav__jumplink {
    padding-left: 2px; }

.global-sub-nav__buy-btn-wrap {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.global-sub-nav__list-item {
  padding: 0 6px;
  color: white; }
  .global-sub-nav__list-item h1 {
    text-transform: none;
    color: white; }
  .global-sub-nav__list-item:first-child {
    padding-left: 0; }
  .global-sub-nav__list-item:last-child {
    padding-right: 0; }
  .global-sub-nav__list-item a.global-sub-nav__jumplink {
    padding: 12px 7px; }

.global-sub-nav__buy-btn {
  padding-left: 24px;
  padding-right: 24px; }
