button, .p-button, .p-button--neutral, .p-button--brand, .p-button--positive, .p-button--negative, .p-button--base {
  transition-duration: 0.165s;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-radius: .125rem;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
  outline: none;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  @media (max-width: 767px) {
    button + button, .p-button + button, .p-button--neutral + button, .p-button--brand + button, .p-button--positive + button, .p-button--negative + button, .p-button--base + button, button + .p-button, .p-button + .p-button, .p-button--neutral + .p-button, .p-button--brand + .p-button, .p-button--positive + .p-button, .p-button--negative + .p-button, .p-button--base + .p-button, button + .p-button--neutral, .p-button + .p-button--neutral, .p-button--neutral + .p-button--neutral, .p-button--brand + .p-button--neutral, .p-button--positive + .p-button--neutral, .p-button--negative + .p-button--neutral, .p-button--base + .p-button--neutral, button + .p-button--brand, .p-button + .p-button--brand, .p-button--neutral + .p-button--brand, .p-button--brand + .p-button--brand, .p-button--positive + .p-button--brand, .p-button--negative + .p-button--brand, .p-button--base + .p-button--brand, button + .p-button--positive, .p-button + .p-button--positive, .p-button--neutral + .p-button--positive, .p-button--brand + .p-button--positive, .p-button--positive + .p-button--positive, .p-button--negative + .p-button--positive, .p-button--base + .p-button--positive, button + .p-button--negative, .p-button + .p-button--negative, .p-button--neutral + .p-button--negative, .p-button--brand + .p-button--negative, .p-button--positive + .p-button--negative, .p-button--negative + .p-button--negative, .p-button--base + .p-button--negative, button + .p-button--base, .p-button + .p-button--base, .p-button--neutral + .p-button--base, .p-button--brand + .p-button--base, .p-button--positive + .p-button--base, .p-button--negative + .p-button--base, .p-button--base + .p-button--base {
      margin-top: 1rem; } }
  @media (min-width: 768px) {
    button + button, .p-button + button, .p-button--neutral + button, .p-button--brand + button, .p-button--positive + button, .p-button--negative + button, .p-button--base + button, button + .p-button, .p-button + .p-button, .p-button--neutral + .p-button, .p-button--brand + .p-button, .p-button--positive + .p-button, .p-button--negative + .p-button, .p-button--base + .p-button, button + .p-button--neutral, .p-button + .p-button--neutral, .p-button--neutral + .p-button--neutral, .p-button--brand + .p-button--neutral, .p-button--positive + .p-button--neutral, .p-button--negative + .p-button--neutral, .p-button--base + .p-button--neutral, button + .p-button--brand, .p-button + .p-button--brand, .p-button--neutral + .p-button--brand, .p-button--brand + .p-button--brand, .p-button--positive + .p-button--brand, .p-button--negative + .p-button--brand, .p-button--base + .p-button--brand, button + .p-button--positive, .p-button + .p-button--positive, .p-button--neutral + .p-button--positive, .p-button--brand + .p-button--positive, .p-button--positive + .p-button--positive, .p-button--negative + .p-button--positive, .p-button--base + .p-button--positive, button + .p-button--negative, .p-button + .p-button--negative, .p-button--neutral + .p-button--negative, .p-button--brand + .p-button--negative, .p-button--positive + .p-button--negative, .p-button--negative + .p-button--negative, .p-button--base + .p-button--negative, button + .p-button--base, .p-button + .p-button--base, .p-button--neutral + .p-button--base, .p-button--brand + .p-button--base, .p-button--positive + .p-button--base, .p-button--negative + .p-button--base, .p-button--base + .p-button--base {
      margin-left: 1rem; } }
  @media only screen and (min-width: 768px) {
    button, .p-button, .p-button--neutral, .p-button--brand, .p-button--positive, .p-button--negative, .p-button--base {
      width: auto; } }
  button:active, .p-button:active, .p-button--neutral:active, .p-button--brand:active, .p-button--positive:active, .p-button--negative:active, .p-button--base:active, button:focus, .p-button:focus, .p-button--neutral:focus, .p-button--brand:focus, .p-button--positive:focus, .p-button--negative:focus, .p-button--base:focus, button:hover, .p-button:hover, .p-button--neutral:hover, .p-button--brand:hover, .p-button--positive:hover, .p-button--negative:hover, .p-button--base:hover {
    text-decoration: none; }
  button:disabled, .p-button:disabled, .p-button--neutral:disabled, .p-button--brand:disabled, .p-button--positive:disabled, .p-button--negative:disabled, .p-button--base:disabled, button.is--disabled, .is--disabled.p-button, .is--disabled.p-button--neutral, .is--disabled.p-button--brand, .is--disabled.p-button--positive, .is--disabled.p-button--negative, .is--disabled.p-button--base {
    cursor: not-allowed;
    opacity: .5; }

.p-card--highlighted, .p-contextual-menu__dropdown, .p-modal__dialog, .p-tooltip__message, .p-tabs, .p-switch::before, .p-card, .p-card--ubuntu-upgrade, .p-card--overlay {
  background: #fff;
  border-radius: 2px;
  color: #111;
  padding: 1.25rem; }
  .p-card--highlighted .p-card__header, .p-contextual-menu__dropdown .p-card__header, .p-modal__dialog .p-card__header, .p-tooltip__message .p-card__header, .p-tabs .p-card__header, .p-switch::before .p-card__header, .p-card .p-card__header, .p-card--ubuntu-upgrade .p-card__header, .p-card--overlay .p-card__header {
    border-bottom: 1px solid #cdcdcd;
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem; }
    .p-card--highlighted .p-card__header img, .p-contextual-menu__dropdown .p-card__header img, .p-modal__dialog .p-card__header img, .p-tooltip__message .p-card__header img, .p-tabs .p-card__header img, .p-switch::before .p-card__header img, .p-card .p-card__header img, .p-card--ubuntu-upgrade .p-card__header img, .p-card--overlay .p-card__header img {
      max-height: 2rem; }

.p-card--highlighted, .p-contextual-menu__dropdown, .p-modal__dialog, .p-tooltip__message, .p-tabs, .p-switch::before {
  box-shadow: 0 1px 5px 1px rgba(17, 17, 17, 0.2); }

.p-breadcrumbs::after, .p-matrix__item::after, .p-navigation--light::after, .p-navigation::after,
.p-navigation--dark::after, .p-navigation--sidebar::after, .p-inline-images::after, .u-clearfix::after {
  clear: both;
  content: '';
  display: block; }

/* normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Change the default font family in all browsers (opinionated).
   * 2. Correct the line height in all browsers.
   * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
   */
/* Document
     ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
   * Add the correct margin in IE 8.
   */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
  outline-width: 0; }

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

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
  font-weight: inherit; }

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

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

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
  font-style: italic; }

/**
   * Add the correct background and color in IE 9-.
   */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
  display: inline-block; }

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
  overflow: hidden; }

/* Forms
     ========================================================================== */
/**
   * 1. Change font properties to `inherit` in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Restore the font weight unset by the previous rule.
   */
optgroup {
  font-weight: bold; }

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

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

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
  display: block; }

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

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
  display: inline-block; }

/**
   * Add the correct display in IE.
   */
template {
  display: none; }

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

blockquote {
  border-left: 2px solid #666; }
  blockquote > cite {
    display: block; }

html {
  box-sizing: border-box; }

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

button {
  background-color: #fff;
  border-color: #cdcdcd;
  color: #111;
  line-height: 1rem; }
  button:visited {
    color: #111; }
  button:active, button:focus, button:hover {
    background-color: #f7f7f7;
    border-color: #cdcdcd; }
  button:disabled:active, button:disabled:focus, button:disabled:hover, button.is--disabled:active, button.is--disabled:focus, button.is--disabled:hover {
    background-color: transparent;
    border-color: #cdcdcd; }

label {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5; }
  label.has-error {
    color: #c7162b; }
  label.has-caution {
    color: #f99b11; }
  label.has-warning {
    color: #f99b11; }
  label.has-success {
    color: #0e8420; }
  label.has-information {
    color: #335280; }

[type='text'],
[type='date'],
[type='datetime'],
[type='datatime-local'],
[type='month'],
[type='time'],
[type='week'],
[type='color'],
[type='number'],
[type='search'],
[type='password'],
[type='email'],
[type='url'],
[type='tel'] {
  appearance: textfield;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: .125rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #111;
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  padding: 0.5rem 0.75rem;
  vertical-align: baseline;
  width: 100%; }
  [type='text']:active, [type='text']:focus,
  [type='date']:active,
  [type='date']:focus,
  [type='datetime']:active,
  [type='datetime']:focus,
  [type='datatime-local']:active,
  [type='datatime-local']:focus,
  [type='month']:active,
  [type='month']:focus,
  [type='time']:active,
  [type='time']:focus,
  [type='week']:active,
  [type='week']:focus,
  [type='color']:active,
  [type='color']:focus,
  [type='number']:active,
  [type='number']:focus,
  [type='search']:active,
  [type='search']:focus,
  [type='password']:active,
  [type='password']:focus,
  [type='email']:active,
  [type='email']:focus,
  [type='url']:active,
  [type='url']:focus,
  [type='tel']:active,
  [type='tel']:focus {
    border-color: #666;
    color: #111;
    outline: none; }
  [type='text']::placeholder,
  [type='date']::placeholder,
  [type='datetime']::placeholder,
  [type='datatime-local']::placeholder,
  [type='month']::placeholder,
  [type='time']::placeholder,
  [type='week']::placeholder,
  [type='color']::placeholder,
  [type='number']::placeholder,
  [type='search']::placeholder,
  [type='password']::placeholder,
  [type='email']::placeholder,
  [type='url']::placeholder,
  [type='tel']::placeholder {
    color: #666;
    opacity: 1; }
  [type='text'][disabled], [type='text'][disabled='disabled'],
  [type='date'][disabled],
  [type='date'][disabled='disabled'],
  [type='datetime'][disabled],
  [type='datetime'][disabled='disabled'],
  [type='datatime-local'][disabled],
  [type='datatime-local'][disabled='disabled'],
  [type='month'][disabled],
  [type='month'][disabled='disabled'],
  [type='time'][disabled],
  [type='time'][disabled='disabled'],
  [type='week'][disabled],
  [type='week'][disabled='disabled'],
  [type='color'][disabled],
  [type='color'][disabled='disabled'],
  [type='number'][disabled],
  [type='number'][disabled='disabled'],
  [type='search'][disabled],
  [type='search'][disabled='disabled'],
  [type='password'][disabled],
  [type='password'][disabled='disabled'],
  [type='email'][disabled],
  [type='email'][disabled='disabled'],
  [type='url'][disabled],
  [type='url'][disabled='disabled'],
  [type='tel'][disabled],
  [type='tel'][disabled='disabled'] {
    cursor: not-allowed;
    opacity: .5; }
  [type='text'][readonly], [type='text'][readonly='readonly'],
  [type='date'][readonly],
  [type='date'][readonly='readonly'],
  [type='datetime'][readonly],
  [type='datetime'][readonly='readonly'],
  [type='datatime-local'][readonly],
  [type='datatime-local'][readonly='readonly'],
  [type='month'][readonly],
  [type='month'][readonly='readonly'],
  [type='time'][readonly],
  [type='time'][readonly='readonly'],
  [type='week'][readonly],
  [type='week'][readonly='readonly'],
  [type='color'][readonly],
  [type='color'][readonly='readonly'],
  [type='number'][readonly],
  [type='number'][readonly='readonly'],
  [type='search'][readonly],
  [type='search'][readonly='readonly'],
  [type='password'][readonly],
  [type='password'][readonly='readonly'],
  [type='email'][readonly],
  [type='email'][readonly='readonly'],
  [type='url'][readonly],
  [type='url'][readonly='readonly'],
  [type='tel'][readonly],
  [type='tel'][readonly='readonly'] {
    color: #cdcdcd;
    cursor: default; }
    [type='text'][readonly]:hover, [type='text'][readonly]:active, [type='text'][readonly]:focus, [type='text'][readonly='readonly']:hover, [type='text'][readonly='readonly']:active, [type='text'][readonly='readonly']:focus,
    [type='date'][readonly]:hover,
    [type='date'][readonly]:active,
    [type='date'][readonly]:focus,
    [type='date'][readonly='readonly']:hover,
    [type='date'][readonly='readonly']:active,
    [type='date'][readonly='readonly']:focus,
    [type='datetime'][readonly]:hover,
    [type='datetime'][readonly]:active,
    [type='datetime'][readonly]:focus,
    [type='datetime'][readonly='readonly']:hover,
    [type='datetime'][readonly='readonly']:active,
    [type='datetime'][readonly='readonly']:focus,
    [type='datatime-local'][readonly]:hover,
    [type='datatime-local'][readonly]:active,
    [type='datatime-local'][readonly]:focus,
    [type='datatime-local'][readonly='readonly']:hover,
    [type='datatime-local'][readonly='readonly']:active,
    [type='datatime-local'][readonly='readonly']:focus,
    [type='month'][readonly]:hover,
    [type='month'][readonly]:active,
    [type='month'][readonly]:focus,
    [type='month'][readonly='readonly']:hover,
    [type='month'][readonly='readonly']:active,
    [type='month'][readonly='readonly']:focus,
    [type='time'][readonly]:hover,
    [type='time'][readonly]:active,
    [type='time'][readonly]:focus,
    [type='time'][readonly='readonly']:hover,
    [type='time'][readonly='readonly']:active,
    [type='time'][readonly='readonly']:focus,
    [type='week'][readonly]:hover,
    [type='week'][readonly]:active,
    [type='week'][readonly]:focus,
    [type='week'][readonly='readonly']:hover,
    [type='week'][readonly='readonly']:active,
    [type='week'][readonly='readonly']:focus,
    [type='color'][readonly]:hover,
    [type='color'][readonly]:active,
    [type='color'][readonly]:focus,
    [type='color'][readonly='readonly']:hover,
    [type='color'][readonly='readonly']:active,
    [type='color'][readonly='readonly']:focus,
    [type='number'][readonly]:hover,
    [type='number'][readonly]:active,
    [type='number'][readonly]:focus,
    [type='number'][readonly='readonly']:hover,
    [type='number'][readonly='readonly']:active,
    [type='number'][readonly='readonly']:focus,
    [type='search'][readonly]:hover,
    [type='search'][readonly]:active,
    [type='search'][readonly]:focus,
    [type='search'][readonly='readonly']:hover,
    [type='search'][readonly='readonly']:active,
    [type='search'][readonly='readonly']:focus,
    [type='password'][readonly]:hover,
    [type='password'][readonly]:active,
    [type='password'][readonly]:focus,
    [type='password'][readonly='readonly']:hover,
    [type='password'][readonly='readonly']:active,
    [type='password'][readonly='readonly']:focus,
    [type='email'][readonly]:hover,
    [type='email'][readonly]:active,
    [type='email'][readonly]:focus,
    [type='email'][readonly='readonly']:hover,
    [type='email'][readonly='readonly']:active,
    [type='email'][readonly='readonly']:focus,
    [type='url'][readonly]:hover,
    [type='url'][readonly]:active,
    [type='url'][readonly]:focus,
    [type='url'][readonly='readonly']:hover,
    [type='url'][readonly='readonly']:active,
    [type='url'][readonly='readonly']:focus,
    [type='tel'][readonly]:hover,
    [type='tel'][readonly]:active,
    [type='tel'][readonly]:focus,
    [type='tel'][readonly='readonly']:hover,
    [type='tel'][readonly='readonly']:active,
    [type='tel'][readonly='readonly']:focus {
      border-color: #666;
      outline: none; }
  [type='text'].has-error,
  [type='date'].has-error,
  [type='datetime'].has-error,
  [type='datatime-local'].has-error,
  [type='month'].has-error,
  [type='time'].has-error,
  [type='week'].has-error,
  [type='color'].has-error,
  [type='number'].has-error,
  [type='search'].has-error,
  [type='password'].has-error,
  [type='email'].has-error,
  [type='url'].has-error,
  [type='tel'].has-error {
    border: 1px solid #c7162b; }
    [type='text'].has-error:focus,
    [type='date'].has-error:focus,
    [type='datetime'].has-error:focus,
    [type='datatime-local'].has-error:focus,
    [type='month'].has-error:focus,
    [type='time'].has-error:focus,
    [type='week'].has-error:focus,
    [type='color'].has-error:focus,
    [type='number'].has-error:focus,
    [type='search'].has-error:focus,
    [type='password'].has-error:focus,
    [type='email'].has-error:focus,
    [type='url'].has-error:focus,
    [type='tel'].has-error:focus {
      border: 1px solid #c7162b; }
  [type='text'].has-caution,
  [type='date'].has-caution,
  [type='datetime'].has-caution,
  [type='datatime-local'].has-caution,
  [type='month'].has-caution,
  [type='time'].has-caution,
  [type='week'].has-caution,
  [type='color'].has-caution,
  [type='number'].has-caution,
  [type='search'].has-caution,
  [type='password'].has-caution,
  [type='email'].has-caution,
  [type='url'].has-caution,
  [type='tel'].has-caution {
    border: 1px solid #f99b11; }
    [type='text'].has-caution:focus,
    [type='date'].has-caution:focus,
    [type='datetime'].has-caution:focus,
    [type='datatime-local'].has-caution:focus,
    [type='month'].has-caution:focus,
    [type='time'].has-caution:focus,
    [type='week'].has-caution:focus,
    [type='color'].has-caution:focus,
    [type='number'].has-caution:focus,
    [type='search'].has-caution:focus,
    [type='password'].has-caution:focus,
    [type='email'].has-caution:focus,
    [type='url'].has-caution:focus,
    [type='tel'].has-caution:focus {
      border: 1px solid #f99b11; }
  [type='text'].has-warning,
  [type='date'].has-warning,
  [type='datetime'].has-warning,
  [type='datatime-local'].has-warning,
  [type='month'].has-warning,
  [type='time'].has-warning,
  [type='week'].has-warning,
  [type='color'].has-warning,
  [type='number'].has-warning,
  [type='search'].has-warning,
  [type='password'].has-warning,
  [type='email'].has-warning,
  [type='url'].has-warning,
  [type='tel'].has-warning {
    border: 1px solid #f99b11; }
    [type='text'].has-warning:focus,
    [type='date'].has-warning:focus,
    [type='datetime'].has-warning:focus,
    [type='datatime-local'].has-warning:focus,
    [type='month'].has-warning:focus,
    [type='time'].has-warning:focus,
    [type='week'].has-warning:focus,
    [type='color'].has-warning:focus,
    [type='number'].has-warning:focus,
    [type='search'].has-warning:focus,
    [type='password'].has-warning:focus,
    [type='email'].has-warning:focus,
    [type='url'].has-warning:focus,
    [type='tel'].has-warning:focus {
      border: 1px solid #f99b11; }
  [type='text'].has-success,
  [type='date'].has-success,
  [type='datetime'].has-success,
  [type='datatime-local'].has-success,
  [type='month'].has-success,
  [type='time'].has-success,
  [type='week'].has-success,
  [type='color'].has-success,
  [type='number'].has-success,
  [type='search'].has-success,
  [type='password'].has-success,
  [type='email'].has-success,
  [type='url'].has-success,
  [type='tel'].has-success {
    border: 1px solid #0e8420; }
    [type='text'].has-success:focus,
    [type='date'].has-success:focus,
    [type='datetime'].has-success:focus,
    [type='datatime-local'].has-success:focus,
    [type='month'].has-success:focus,
    [type='time'].has-success:focus,
    [type='week'].has-success:focus,
    [type='color'].has-success:focus,
    [type='number'].has-success:focus,
    [type='search'].has-success:focus,
    [type='password'].has-success:focus,
    [type='email'].has-success:focus,
    [type='url'].has-success:focus,
    [type='tel'].has-success:focus {
      border: 1px solid #0e8420; }
  [type='text'].has-information,
  [type='date'].has-information,
  [type='datetime'].has-information,
  [type='datatime-local'].has-information,
  [type='month'].has-information,
  [type='time'].has-information,
  [type='week'].has-information,
  [type='color'].has-information,
  [type='number'].has-information,
  [type='search'].has-information,
  [type='password'].has-information,
  [type='email'].has-information,
  [type='url'].has-information,
  [type='tel'].has-information {
    border: 1px solid #335280; }
    [type='text'].has-information:focus,
    [type='date'].has-information:focus,
    [type='datetime'].has-information:focus,
    [type='datatime-local'].has-information:focus,
    [type='month'].has-information:focus,
    [type='time'].has-information:focus,
    [type='week'].has-information:focus,
    [type='color'].has-information:focus,
    [type='number'].has-information:focus,
    [type='search'].has-information:focus,
    [type='password'].has-information:focus,
    [type='email'].has-information:focus,
    [type='url'].has-information:focus,
    [type='tel'].has-information:focus {
      border: 1px solid #335280; }

[type='file'] {
  outline: none;
  width: 100%; }

[type='reset'] {
  display: none; }

[type='search'] {
  appearance: none;
  border-radius: 0; }
  [type='search']::-webkit-search-results-decoration {
    display: none; }
  [type='search']::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
    cursor: pointer; }

[type='checkbox'],
[type='radio'] {
  float: left;
  height: 1.5rem;
  margin-bottom: 0;
  margin-right: 1rem;
  outline: none;
  padding: 0;
  vertical-align: middle;
  width: auto;
  min-height: 1.5rem; }
  [type='checkbox'][disabled] + label, [type='checkbox'][disabled='disabled'] + label,
  [type='radio'][disabled] + label,
  [type='radio'][disabled='disabled'] + label {
    cursor: not-allowed;
    opacity: .5; }
  [type='checkbox'] + label,
  [type='radio'] + label {
    vertical-align: middle;
    width: 100%; }

[type='submit'] {
  background-color: #0e8420;
  color: #fff;
  padding: 0.75rem 1.5rem; }
  [type='submit']:hover {
    background-color: #04280a;
    cursor: pointer; }

select {
  appearance: textfield;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: .125rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #111;
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  padding: 0.5rem 0.75rem;
  vertical-align: baseline;
  width: 100%;
  appearance: none;
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjRweCIgd2lkdGg9IjEwcHgiIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxMCA0Ij4gPHRpdGxlPmFjY29yZGlvbi1vcGVuPC90aXRsZT4gPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+IDxnIGlkPSJmaWx0ZXItcGFuZWwiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSIgZmlsbD0ibm9uZSI+ICA8ZyBpZD0iYWNjb3JkaW9uLW9wZW4iIGZpbGw9IiM4ODgiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiPiAgIDxwYXRoIGlkPSJjaGV2cm9uIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIiBkPSJtNi4zNjEgMC44NjIzYzAuNTE4IDAuMzY1IDEuMDUyIDAuNzc4MSAxLjYwMSAxLjIzOCAwLjU0OSAwLjQ1ODUgMS4wODkgMC45NTE4IDEuNjIxIDEuNDc3MiAwLjE0MiAwLjE0MDQgMC4yODEgMC4yODIxIDAuNDE1IDAuNDIyNWgtMS41NDFjLTAuMzA0LTAuMjg4OC0wLjYyLTAuNTcwOS0wLjk0Ny0wLjg0NjMtMC4xMzc5LTAuMTE2MS0wLjI3NjgtMC4yMjk3LTAuNDE2OC0wLjM0MDgtMC4xNjM2LTAuMTI5Ny0wLjMyODYtMC4yNTU4LTAuNDk1NC0wLjM3ODMtMC4wODUyLTAuMDYyNS0wLjE3MDgtMC4xMjQxLTAuMjU2OC0wLjE4NDYtMC4zOTctMC4yODIxLTAuOTM1LTAuNjI1Ny0xLjMxNS0wLjg0NzZoLTAuMDU0Yy0wLjM4IDAuMjIxOS0wLjkxOCAwLjU2NTUtMS4zMTUgMC44NDc2LTAuMzk4IDAuMjgwNy0wLjc4OCAwLjU4MjktMS4xNjkgMC45MDM3LTAuMzI3IDAuMjc1NC0wLjY0MyAwLjU1NzUtMC45NDcgMC44NDYzaC0xLjU0MWMwLjEzNS0wLjE0MDQgMC4yNzMtMC4yODIxIDAuNDE1LTAuNDIyNSAwLjUzMi0wLjUyNTQgMS4wNzItMS4wMTg3IDEuNjIxLTEuNDc3MiAwLjU1LTAuNDU5OSAxLjA4My0wLjg3MyAxLjYwMS0xLjIzOCAwLjUxOS0wLjM2NDk3IDAuOTczLTAuNjUyNDEgMS4zNjItMC44NjIzIDAuMzkgMC4yMDk4OSAwLjg0NCAwLjQ5NzMzIDEuMzYyIDAuODYyM3oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuOTk5IDIpIHJvdGF0ZSgxODApIHRyYW5zbGF0ZSgtNC45OTkgLTIpIi8+ICA8L2c+IDwvZz48L3N2Zz4=") no-repeat;
  background-position: top 1.3rem right 1.25rem;
  color: #111;
  line-height: 1rem;
  margin-top: 0.5rem;
  min-height: 48px;
  text-indent: .01px;
  text-overflow: ''; }
  select:active, select:focus {
    border-color: #666;
    color: #111;
    outline: none; }
  select::placeholder {
    color: #666;
    opacity: 1; }
  select[disabled], select[disabled='disabled'] {
    cursor: not-allowed;
    opacity: .5; }
  select[readonly], select[readonly='readonly'] {
    color: #cdcdcd;
    cursor: default; }
    select[readonly]:hover, select[readonly]:active, select[readonly]:focus, select[readonly='readonly']:hover, select[readonly='readonly']:active, select[readonly='readonly']:focus {
      border-color: #666;
      outline: none; }
  select.has-error {
    border: 1px solid #c7162b; }
    select.has-error:focus {
      border: 1px solid #c7162b; }
  select.has-caution {
    border: 1px solid #f99b11; }
    select.has-caution:focus {
      border: 1px solid #f99b11; }
  select.has-warning {
    border: 1px solid #f99b11; }
    select.has-warning:focus {
      border: 1px solid #f99b11; }
  select.has-success {
    border: 1px solid #0e8420; }
    select.has-success:focus {
      border: 1px solid #0e8420; }
  select.has-information {
    border: 1px solid #335280; }
    select.has-information:focus {
      border: 1px solid #335280; }
  select:hover {
    cursor: pointer; }
  select[multiple], select[size] {
    background-image: none;
    height: auto;
    padding: .35rem .8125rem; }
    select[multiple] option, select[size] option {
      font-weight: 300;
      margin: 0.5rem 0; }

textarea {
  appearance: textfield;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  border-radius: .125rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #111;
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  padding: 0.5rem 0.75rem;
  vertical-align: baseline;
  width: 100%;
  margin-top: 0.5rem;
  overflow: auto;
  vertical-align: top; }
  textarea:active, textarea:focus {
    border-color: #666;
    color: #111;
    outline: none; }
  textarea::placeholder {
    color: #666;
    opacity: 1; }
  textarea[disabled], textarea[disabled='disabled'] {
    cursor: not-allowed;
    opacity: .5; }
  textarea[readonly], textarea[readonly='readonly'] {
    color: #cdcdcd;
    cursor: default; }
    textarea[readonly]:hover, textarea[readonly]:active, textarea[readonly]:focus, textarea[readonly='readonly']:hover, textarea[readonly='readonly']:active, textarea[readonly='readonly']:focus {
      border-color: #666;
      outline: none; }
  textarea.has-error {
    border: 1px solid #c7162b; }
    textarea.has-error:focus {
      border: 1px solid #c7162b; }
  textarea.has-caution {
    border: 1px solid #f99b11; }
    textarea.has-caution:focus {
      border: 1px solid #f99b11; }
  textarea.has-warning {
    border: 1px solid #f99b11; }
    textarea.has-warning:focus {
      border: 1px solid #f99b11; }
  textarea.has-success {
    border: 1px solid #0e8420; }
    textarea.has-success:focus {
      border: 1px solid #0e8420; }
  textarea.has-information {
    border: 1px solid #335280; }
    textarea.has-information:focus {
      border: 1px solid #335280; }

fieldset {
  background-color: #f7f7f7;
  border-radius: .125rem;
  color: #111;
  padding: .9375rem 1.25rem; }
  fieldset + fieldset {
    margin-top: 1.25rem; }
    @media screen and (min-width: 768px) {
      fieldset + fieldset {
        margin-top: 1.75rem; } }
    @media screen and (min-width: 1030px) {
      fieldset + fieldset {
        margin-top: 2rem; } }
  fieldset h3 {
    border-bottom: 1px dotted #666;
    padding-bottom: .625rem; }

form + * {
  margin-top: 0.5rem; }

form * + input {
  margin-top: 0.75rem; }

form * + label {
  margin-top: 1.25rem; }

form * + input[type="checkbox"],
form * + input[type="radio"],
form * + button,
form * + input[type="submit"] {
  margin-top: 1rem; }
  form * + input[type="checkbox"] + label,
  form * + input[type="radio"] + label,
  form * + button + label,
  form * + input[type="submit"] + label {
    margin-top: 1rem; }

code,
samp,
kbd {
  font-family: "Ubuntu Mono", Consolas, Monaco, Courier, monospace;
  font-weight: 300;
  text-align: left; }

pre,
code {
  direction: ltr;
  hyphens: none;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  tab-size: 4;
  white-space: pre-wrap;
  word-spacing: normal;
  word-wrap: break-word; }
  pre + pre,
  code + pre, pre +
  code,
  code +
  code {
    margin-top: 1.25rem; }
    @media screen and (min-width: 768px) {
      pre + pre,
      code + pre, pre +
      code,
      code +
      code {
        margin-top: 1.75rem; } }
    @media screen and (min-width: 1030px) {
      pre + pre,
      code + pre, pre +
      code,
      code +
      code {
        margin-top: 2rem; } }

pre {
  background-color: #f7f7f7;
  border: 1px solid #666;
  border-radius: 2px;
  color: #111;
  overflow: auto;
  padding: 1rem;
  text-align: left;
  text-shadow: none; }

a {
  color: #e95420;
  text-decoration: none; }
  a:focus {
    outline: thin dotted #cdcdcd; }
  a:hover {
    cursor: pointer;
    text-decoration: underline; }
  a:visited {
    color: #c34113; }

ol,
ul {
  margin-bottom: 0;
  margin-left: 1rem;
  padding-left: 1rem; }
  ol ul,
  ol ol,
  ul ul,
  ul ol {
    margin-bottom: 0; }
  nav ol, nav
  ul {
    list-style: none;
    list-style-image: none; }
  ol li + li,
  ul li + li {
    margin-top: 0.5rem; }
  ol li > ul,
  ol li > ol,
  ul li > ul,
  ul li > ol {
    margin-top: 0.5rem; }

li {
  margin: 0 0 0.5rem;
  padding: 0; }

dl {
  margin-bottom: 0; }

dt {
  border-top: 1px dotted #666;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  padding-top: 1rem; }
  dt:first-of-type {
    border-top: 0; }

dd {
  margin-left: 20px;
  margin-top: 0.5rem; }

hr {
  border: 0;
  border-top: 1px solid #cdcdcd;
  height: 0;
  margin: 1rem 0; }

img {
  border: 0;
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin-bottom: 0;
  margin-left: 0;
  width: 100%; }
  * + figure {
    margin-top: 1.25rem; }
    @media screen and (min-width: 768px) {
      * + figure {
        margin-top: 1.75rem; } }
    @media screen and (min-width: 1030px) {
      * + figure {
        margin-top: 2rem; } }
  figure caption,
  figure figcaption {
    display: block;
    font-style: italic;
    margin-top: 0.5rem;
    width: 100%; }

object,
iframe,
embed,
canvas,
video,
audio {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

table {
  border: 0;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%; }

th,
td {
  padding: 1rem 0.75rem; }

td {
  font-weight: 300;
  text-align: left;
  vertical-align: middle; }

thead th {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
  font-weight: 400;
  text-align: left; }

thead tr {
  border-bottom: 1px solid #666; }

tbody tr {
  border-bottom: 1px solid #cdcdcd; }

tbody th {
  font-weight: 400;
  text-align: left; }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url("https://assets.ubuntu.com/v1/50afa266-ubuntu-l-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/0194407b-ubuntu-l-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.ubuntu.com/v1/1cbafee5-ubuntu-r-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/81863185-ubuntu-r-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url("https://assets.ubuntu.com/v1/abb07502-ubuntu-li-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/65fc9630-ubuntu-li-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url("https://assets.ubuntu.com/v1/fca66073-ubuntu-ri-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/f0898c72-ubuntu-ri-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 300;
  src: url("https://assets.ubuntu.com/v1/871f7456-ubuntumono-r-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/8df3f408-ubuntumono-r-webfont.woff") format("woff"); }

@font-face {
  font-family: 'Ubuntu Mono';
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.ubuntu.com/v1/871f7456-ubuntumono-r-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/8df3f408-ubuntumono-r-webfont.woff") format("woff"); }

html {
  font-size: 16px; }

body {
  color: #111;
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6,
[class^="p-heading--"] {
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0; }

h1 + * {
  margin-top: 1rem; }
  @media screen and (min-width: 1030px) {
    h1 + * {
      margin-top: 1.5rem; } }

h5 + *,
h6 + * {
  margin-top: 0.5rem; }
  @media screen and (min-width: 1030px) {
    h5 + *,
    h6 + * {
      margin-top: 0.75rem; } }

p {
  margin-bottom: 0; }

p + p {
  margin-top: 1rem; }
  @media screen and (min-width: 1030px) {
    p + p {
      margin-top: 1.5rem; } }

button,
input,
select,
textarea {
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

h1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2; }
  @media only screen and (min-width: 1030px) {
    h1 {
      font-size: 3rem;
      line-height: 1.25; } }

h2 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.25; }
  @media only screen and (min-width: 1030px) {
    h2 {
      font-size: 2rem;
      line-height: 1.25; } }
  @media only screen and (min-width: 1030px) {
    h2 {
      font-size: 2.25rem;
      line-height: 1.167; } }

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.154; }
  @media only screen and (min-width: 1030px) {
    h3 {
      font-size: 1.75rem;
      line-height: 1.286; } }

h4 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.364; }
  @media only screen and (min-width: 1030px) {
    h4 {
      font-size: 1.5rem;
      line-height: 1.25; } }

h5 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.264; }
  @media only screen and (min-width: 1030px) {
    h5 {
      font-size: 1.25rem;
      line-height: 1.143; } }

h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.412; }

li {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0; }

li > ul,
li > ol {
  padding-top: 0; }

li > ul > li:last-of-type,
li > ol > li:last-of-type {
  padding-bottom: 0; }

blockquote {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.5rem; }
  blockquote > p {
    font-size: 1rem;
    font-style: italic;
    margin-top: 0.75rem; }
  blockquote > cite {
    font-size: 1rem;
    font-style: normal;
    margin-top: 0.75rem; }

strong {
  font-weight: 400; }

small {
  font-size: .875rem; }

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

* + * {
  margin-top: 1.25rem; }
  @media screen and (min-width: 768px) {
    * + * {
      margin-top: 1.75rem; } }
  @media screen and (min-width: 1030px) {
    * + * {
      margin-top: 2rem; } }

* > p:first-child {
  margin-top: 0; }

* + h1,
* + .p-heading--one {
  margin-top: 2rem; }
  @media screen and (min-width: 1030px) {
    * + h1,
    * + .p-heading--one {
      margin-top: 3.75rem; } }

* + h2,
* + .p-heading--two,
* + h3,
* + .p-heading--three,
* + h4,
* + .p-heading--four,
* + h5,
* + .p-heading--five,
* + h6,
* + .p-heading--six {
  margin-top: 1.5rem; }
  @media screen and (min-width: 1030px) {
    * + h2,
    * + .p-heading--two,
    * + h3,
    * + .p-heading--three,
    * + h4,
    * + .p-heading--four,
    * + h5,
    * + .p-heading--five,
    * + h6,
    * + .p-heading--six {
      margin-top: 2rem; } }

* + h2 + *,
* + .p-heading--two + *,
* + h3 + *,
* + .p-heading--three + *,
* + h4 + *,
* + .p-heading--four + * {
  margin-top: 0.5rem; }
  @media screen and (min-width: 1030px) {
    * + h2 + *,
    * + .p-heading--two + *,
    * + h3 + *,
    * + .p-heading--three + *,
    * + h4 + *,
    * + .p-heading--four + * {
      margin-top: 1rem; } }

.row:first-of-type [class^="col-"]:only-child > *:only-child {
  margin-bottom: 1.25rem;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .row:first-of-type [class^="col-"]:only-child > *:only-child {
      margin-bottom: 1.75rem; } }
  @media screen and (min-width: 1030px) {
    .row:first-of-type [class^="col-"]:only-child > *:only-child {
      margin-bottom: 2rem; } }

.row [class^="col-"]:only-child > *:only-child {
  margin-top: 1.25rem; }
  @media screen and (min-width: 768px) {
    .row [class^="col-"]:only-child > *:only-child {
      margin-top: 1.75rem; } }
  @media screen and (min-width: 1030px) {
    .row [class^="col-"]:only-child > *:only-child {
      margin-top: 2rem; } }

.p-accordion {
  border-bottom: 1px solid #cdcdcd; }
  .p-accordion__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .p-accordion__group {
    border-top: 1px solid #cdcdcd;
    margin: 0; }
  .p-accordion__tab {
    background-position: top 1.25rem right 1rem;
    background-repeat: no-repeat;
    border: 0;
    padding: 1rem 2.5rem 1rem 0.75rem;
    text-align: left;
    transition-duration: 0s;
    width: 100%;
    z-index: 2; }
    .p-accordion__tab[aria-expanded='true'] {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E"); }
    .p-accordion__tab[aria-expanded='false'] {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E"); }
    .p-accordion__tab:focus {
      outline: 1px solid #e95420;
      outline-offset: 2px; }
  .p-accordion__panel {
    border-top: 1px solid #cdcdcd;
    margin: 0;
    padding: 0.75rem 0.75rem 0.75rem 1.5rem; }
    .p-accordion__panel[aria-hidden='true'] {
      display: none; }

.p-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  .p-breadcrumbs__item {
    float: left;
    margin: 0 0 0.25rem 0.25rem;
    position: relative; }
    .p-breadcrumbs__item:not(:first-of-type) {
      text-indent: 1rem; }
    .p-breadcrumbs__item:not(:first-of-type)::before {
      content: '\203A';
      left: -.75rem;
      position: absolute;
      top: 0; }

.p-button {
  background-color: #fff;
  border-color: #cdcdcd;
  color: #111; }
  .p-button:visited {
    color: #111; }
  .p-button:active, .p-button:focus, .p-button:hover {
    background-color: #f7f7f7;
    border-color: #cdcdcd; }
  .p-button:disabled:active, .p-button:disabled:focus, .p-button:disabled:hover, .p-button.is--disabled:active, .p-button.is--disabled:focus, .p-button.is--disabled:hover {
    background-color: #fff;
    border-color: #fff; }

.p-button--neutral {
  background-color: #fff;
  border-color: #cdcdcd;
  color: #111; }
  .p-button--neutral:visited {
    color: #111; }
  .p-button--neutral:active, .p-button--neutral:focus, .p-button--neutral:hover {
    background-color: #f7f7f7;
    border-color: #cdcdcd; }
  .p-button--neutral:disabled:active, .p-button--neutral:disabled:focus, .p-button--neutral:disabled:hover, .p-button--neutral.is--disabled:active, .p-button--neutral.is--disabled:focus, .p-button--neutral.is--disabled:hover {
    background-color: transparent;
    border-color: #cdcdcd; }

.p-button--brand {
  background-color: #e95420;
  border-color: #e95420;
  color: #fff; }
  .p-button--brand:visited {
    color: #fff; }
  .p-button--brand:active, .p-button--brand:focus, .p-button--brand:hover {
    background-color: #c34113;
    border-color: #c34113; }
  .p-button--brand:disabled:active, .p-button--brand:disabled:focus, .p-button--brand:disabled:hover, .p-button--brand.is--disabled:active, .p-button--brand.is--disabled:focus, .p-button--brand.is--disabled:hover {
    background-color: #e95420;
    border-color: #e95420; }

.p-button--positive {
  background-color: #0e8420;
  border-color: #0e8420;
  color: #fff; }
  .p-button--positive:visited {
    color: #fff; }
  .p-button--positive:active, .p-button--positive:focus, .p-button--positive:hover {
    background-color: #095615;
    border-color: #095615; }
  .p-button--positive:disabled:active, .p-button--positive:disabled:focus, .p-button--positive:disabled:hover, .p-button--positive.is--disabled:active, .p-button--positive.is--disabled:focus, .p-button--positive.is--disabled:hover {
    background-color: #0e8420;
    border-color: #0e8420; }

.p-button--negative {
  background-color: #c7162b;
  border-color: #c7162b;
  color: #fff; }
  .p-button--negative:visited {
    color: #fff; }
  .p-button--negative:active, .p-button--negative:focus, .p-button--negative:hover {
    background-color: #991121;
    border-color: #991121; }
  .p-button--negative:disabled:active, .p-button--negative:disabled:focus, .p-button--negative:disabled:hover, .p-button--negative.is--disabled:active, .p-button--negative.is--disabled:focus, .p-button--negative.is--disabled:hover {
    background-color: #c7162b;
    border-color: #c7162b; }

.p-button--base {
  background-color: transparent;
  border-color: transparent;
  color: #111; }
  .p-button--base:visited {
    color: #111; }
  .p-button--base:active, .p-button--base:focus, .p-button--base:hover {
    background-color: #f7f7f7;
    border-color: transparent; }
  .p-button--base:disabled:active, .p-button--base:disabled:focus, .p-button--base:disabled:hover, .p-button--base.is--disabled:active, .p-button--base.is--disabled:focus, .p-button--base.is--disabled:hover {
    background-color: transparent;
    border-color: #cdcdcd; }

@media (max-width: 768px) {
  [class^="p-button"].is-inline {
    margin-top: 1.2rem; } }

@media (min-width: 768px) {
  [class^="p-button"].is-inline {
    margin-left: 0.75rem;
    width: auto; } }

.p-card, .p-card--ubuntu-upgrade {
  border: 1px solid #cdcdcd; }
  .p-card .p-card, .p-card--ubuntu-upgrade .p-card, .p-card .p-card--ubuntu-upgrade, .p-card--ubuntu-upgrade .p-card--ubuntu-upgrade {
    margin-top: 0; }

.p-card--overlay {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0; }

.p-code-numbered {
  background: #fff;
  color: #111;
  counter-reset: line-numbering;
  padding: 1rem 0 0;
  position: relative; }
  .p-code-numbered::before {
    background-color: #fff;
    width: 4.5rem; }
  .p-code-numbered .code-line {
    background: #f7f7f7;
    color: #111;
    display: block;
    margin: -1.5rem 0 0 0;
    padding: 0.5rem 1rem 0 5.5rem;
    position: relative; }
    .p-code-numbered .code-line:first-child, .p-code-numbered .code-line:first-child::before {
      padding-top: 1.25rem; }
    .p-code-numbered .code-line:last-child, .p-code-numbered .code-line:last-child::before {
      padding-bottom: 1rem; }
    .p-code-numbered .code-line::before {
      background: #fff;
      border-right: 1px solid #111;
      color: #666;
      content: counter(line-numbering);
      counter-increment: line-numbering;
      display: inline-block;
      height: 9999px;
      left: 0;
      margin-right: 1rem;
      max-height: 100%;
      padding: 0.5rem 1rem 1rem 1rem;
      pointer-events: none;
      position: absolute;
      text-align: right;
      top: 0;
      user-select: none;
      width: 4.5rem; }

.p-code-snippet {
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  color: #111;
  display: flex;
  overflow: hidden;
  position: relative;
  transition: border .2s, background-color .2s;
  width: 100%; }
  .p-code-snippet__input {
    background-color: transparent;
    background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="15.999999" viewBox="0 0 16 15.999999"><g><g style="display:inline"><g style="display:inline"><path style="opacity:0.21171169;fill:none;stroke:none" d="M-.0000032.00002047h15.9999936v15.9999936H-.0000032z"/><path style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15px;line-height:125%;font-family:Ubuntu;-inkscape-font-specification:Ubuntu;text-align:center;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:middle;display:inline;fill:%23808080;fill-opacity:1;stroke:none" d="M2.6660124 2.00000047c-1.77777926 0-2.6660156.0013069-2.6660156 2.0683594v8.8652346c0 2.067046.88823634 2.066406 2.6660156 2.066406h10.6679684c1.77778 0 2.666016.00064 2.666016-2.066406v-8.7988284c0-2.1333325-.888236-2.1347656-2.666016-2.1347656H2.6660124zm1.2792969 1.890625h1.1015625v1.1425781c.3388576.0282222.6418942.0778287.9101562.1484375.2682622.0635378.4794546.127873.6347657.1914063l-.2636719 1.046875c-.2047288-.0776578-.4480911-.1520607-.7304688-.2226563-.2753242-.0705955-.5930895-.1054687-.953125-.1054687-.381213 0-.6687661.0716995-.859375.2128906-.1906042.1341333-.2851562.3205247-.2851562.5605469 0 .141191.0275088.2605439.0839844.359375.0564755.0917777.1429083.1762529.2558594.2539062.1129509.0705956.2497361.1422952.4121093.2128906.1623688.0635334.3460569.1305764.5507813.2011719.2894399.1129555.560311.232304.8144531.359375.2612043.1200089.4871256.2661159.6777344.4355469.1906043.1623688.3394192.3561248.4453125.5820312.112951.2259022.1699219.4940697.1699218.8046878 0 .465928-.1441538.868173-.4335937 1.207031s-.7660922.557414-1.4296875.65625v1.324219H3.9453093v-1.292969c-.5082842-.035289-.9225545-.102332-1.2402344-.201172-.3106176-.105893-.5419546-.200441-.6972656-.285156l.359375-1.00586c.2259066.112956.4967733.214868.8144531.306641.3247377.091773.6921094.138672 1.1015625.138672.4871065 0 .8223128-.0717 1.0058594-.212891.1906088-.148248.2871094-.342004.2871094-.582031 0-.1623686-.0395298-.3038192-.1171875-.423828-.0776533-.1200133-.186934-.2265861-.328125-.3183594-.1411911-.0917733-.3101459-.1762485-.5078125-.2539062-.1906044-.0776533-.4037544-.157472-.6367188-.2421875-.2188488-.0776533-.4374056-.1667895-.65625-.265625-.2117866-.0988311-.4055469-.218184-.5820312-.359375-.1694311-.1482489-.3062161-.3245681-.4121094-.5292969-.1058933-.2047244-.1601563-.455451-.1601563-.7519531e-7-.4871065.146107-.9013768.4355469-1.2402344.2894444-.3459154.7339269-.5671801 1.3339844-.6660156v-1.1855469zm4.0546875 8.095703h3.990234v.996094h-3.990234v-.996094z"/></g></g></g></svg>');
    background-position: 8px center;
    background-repeat: no-repeat;
    border: 0;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    color: #666;
    font-family: "Ubuntu Mono", Consolas, Monaco, Courier, monospace;
    font-size: 1em;
    font-weight: 300;
    padding: 8px 8px 8px 32px;
    width: 100%; }
  .p-code-snippet__action {
    background-color: #f7f7f7;
    background-image: url('data:image/svg+xml;utf8, <svg width="80" height="87" viewBox="0 0 80 87" xmlns="http://www.w3.org/2000/svg"><g fill="%23666" fill-rule="evenodd"><path d="M52.934 9H69.23c2.36 0 4.23.265 5.805 1 1.574.733 2.834 2.06 3.58 3.738 1.49 3.355 1.33 7.46 1.383 13.067l.002.01v42.37l-.002.013c-.052 5.608.107 9.71-1.384 13.066-.745 1.678-2.005 3.003-3.58 3.737-1.574.735-3.444 1-5.804 1H20.768c-2.36 0-4.228-.265-5.803-1-1.574-.733-2.835-2.058-3.58-3.736-1.232-2.77-1.338-6.05-1.367-10.264h4.016c.082 4.27.29 7.142.89 8.535.36.828.757 1.3 1.678 1.74.92.44 2.385.725 4.484.725h47.828c2.1 0 3.563-.285 4.484-.726.92-.44 1.318-.91 1.677-1.74.717-1.656.873-5.403.925-11.11V26.548c-.052-5.69-.21-9.428-.925-11.082-.36-.828-.756-1.3-1.677-1.742-.92-.44-2.385-.723-4.484-.723H51.226c.908-1.126 1.518-2.5 1.708-4zm-15.87 0c.19 1.5.8 2.874 1.707 4H21.087c-2.1 0-3.563.283-4.484.723-.92.44-1.318.914-1.677 1.743-.715 1.653-.873 5.392-.925 11.08V54h-4V26.806c.052-5.61-.107-9.713 1.384-13.068.746-1.678 2.007-3.005 3.58-3.74C16.54 9.266 18.41 9 20.77 9h16.295z"/><path d="M56.99 9v12.005H33V9h8c0 2.234 1.764 4.002 3.995 4.002 2.232 0 4-1.768 4-4.002h7.996z" fill-rule="nonzero"/><path d="M52.998 7.998c0 4.395-3.606 8-8 8-4.393 0-7.998-3.605-7.998-8S40.605 0 45 0c4.392 0 7.998 3.603 7.998 7.998zm-4 0C49 5.766 47.233 4 45 4c-2.233 0-4 1.766-4 3.998s1.767 4 4 4c2.234 0 4-1.768 4-4z" fill-rule="nonzero"/><path d="M42 36h28v4H42zM42 48h28v4H42zM50 60h20v4H50z"/><path d="M22 50s10.67 5.13 20 12.524h-.002-.01-.003C32.145 70.152 22 75 22 75V50z" fill-rule="nonzero"/><path d="M0 58h22v10H0z"/></g></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    border-color: transparent;
    border-left: 1px solid #666;
    border-radius: 0;
    display: block;
    flex: 1;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 40px; }
    .p-code-snippet__action:hover {
      border-color: transparent;
      border-left: 1px solid #666; }

.p-contextual-menu, .p-contextual-menu--left, .p-contextual-menu--center {
  display: inline-block;
  margin: 0;
  position: relative; }
  .p-contextual-menu__dropdown {
    display: none;
    margin: 0;
    max-width: 330px;
    min-width: 155px;
    padding: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 1; }
    .p-contextual-menu__dropdown::before, .p-contextual-menu__dropdown::after {
      border-bottom: 8px solid rgba(17, 17, 17, 0.05);
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      bottom: 100%;
      content: '';
      height: 0;
      pointer-events: none;
      position: absolute;
      right: 0.75rem;
      width: 0; }
    .p-contextual-menu__dropdown::after {
      border-bottom: 6px solid #fff;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      right: 0.85rem; }
    .p-contextual-menu__dropdown[aria-hidden="false"] {
      display: block; }
  .p-contextual-menu__group {
    display: block;
    padding: 0.25rem 0; }
    .p-contextual-menu__group + .p-contextual-menu__group {
      border-top: 1px solid #cdcdcd;
      margin: 0; }
  .p-contextual-menu__link {
    border: 0;
    clear: both;
    color: #111;
    display: block;
    line-height: 1.5rem;
    margin: 0;
    overflow: hidden;
    padding: 0.25rem 0.75rem;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
    .p-contextual-menu__link:hover {
      background-color: #f7f7f7;
      text-decoration: none; }
  .p-contextual-menu--left .p-contextual-menu__dropdown {
    left: 0; }
    .p-contextual-menu--left .p-contextual-menu__dropdown::before, .p-contextual-menu--left .p-contextual-menu__dropdown::after {
      left: 0.75rem;
      right: initial; }
    .p-contextual-menu--left .p-contextual-menu__dropdown::after {
      left: 0.85rem; }
  .p-contextual-menu--center .p-contextual-menu__dropdown {
    left: 50%;
    transform: translateX(-50%); }
    .p-contextual-menu--center .p-contextual-menu__dropdown::before, .p-contextual-menu--center .p-contextual-menu__dropdown::after {
      left: 50%;
      right: initial;
      transform: translateX(-50%); }

@media (min-width: 768px) {
  .p-divider {
    display: flex; } }

.p-divider__block {
  border-bottom: 1px solid #cdcdcd; }
  .p-divider__block:last-child {
    border-bottom: 0; }
  @media (max-width: 768px) {
    .p-divider__block {
      padding-bottom: 1.5rem; } }
  @media (min-width: 768px) {
    .p-divider__block {
      border-bottom: 0;
      border-right: 1px solid #cdcdcd;
      padding-right: 1rem; }
      .p-divider__block:last-child {
        border-right: 0;
        padding-right: 0; } }

.p-footer {
  border-top: 1px solid #cdcdcd;
  font-size: .875rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .p-footer {
      padding-bottom: 1.5rem;
      padding-top: 1.5rem; } }
  .p-footer__copy {
    margin-bottom: 0; }
  .p-footer__links {
    margin: 0;
    padding: 0.75rem 0 0; }
    @media (min-width: 768px) {
      .p-footer__links {
        margin-top: 0;
        padding-top: 1rem; } }
  .p-footer__nav {
    margin-top: 0; }
  .p-footer__item {
    display: block;
    margin-bottom: 0.25rem; }
    @media (min-width: 768px) {
      .p-footer__item {
        display: inline-block; } }
    .p-footer__item:last-child a::after {
      opacity: 0; }
  .p-footer__link {
    border-bottom: 0;
    color: #111; }
    .p-footer__link:visited {
      color: black; }
    .p-footer__link:hover {
      color: #e95420; }
    @media (min-width: 768px) {
      .p-footer__link {
        margin-right: 1rem;
        position: relative; }
        .p-footer__link::after {
          content: '\00b7';
          display: inline-block;
          font-size: 1.5rem;
          position: absolute;
          right: -.75rem;
          top: -.65rem; } }
    .p-footer__link:hover::after {
      color: #111; }

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px; } }

img {
  max-width: 100%;
  height: auto; }
  @media \0screen {
    img {
      width: auto; } }

.row {
  *zoom: 1;
  margin-right: auto;
  margin-left: auto;
  max-width: 1030px;
  padding-left: 20px;
  padding-right: 20px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }
  .row .row {
    margin-right: 0;
    margin-left: 0;
    max-width: none;
    padding-right: 0;
    padding-left: 0; }

.mobile-col-1, .mobile-col-2, .mobile-col-3 {
  display: block;
  float: left;
  min-height: 1px;
  position: relative;
  *margin-right: -1px;
  margin-left: 4.61165%; }

.row .mobile-col-1:first-child, .row .mobile-col-2:first-child, .row .mobile-col-3:first-child, .first-mobile-col {
  margin-left: 0; }

.mobile-col-1 {
  width: 21.54126%; }

.mobile-col-2 {
  width: 47.69417%; }

.mobile-col-3 {
  width: 73.84709%; }

@media screen and (min-width: 620px) {
  .tablet-col-1, .tablet-col-2, .tablet-col-3, .tablet-col-4, .tablet-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    position: relative;
    *margin-right: -1px;
    margin-left: 2.91262%; }
  .row .tablet-col-1:first-child, .row .tablet-col-2:first-child, .row .tablet-col-3:first-child, .row .tablet-col-4:first-child, .row .tablet-col-5:first-child, .first-tablet-col {
    margin-left: 0; }
  .tablet-col-1 {
    width: 14.23948%; }
  .tablet-col-2 {
    width: 31.39159%; }
  .tablet-col-3 {
    width: 48.54369%; }
  .tablet-col-4 {
    width: 65.69579%; }
  .tablet-col-5 {
    width: 82.8479%; } }

@media screen and (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
    display: block;
    float: left;
    min-height: 1px;
    position: relative;
    *margin-right: -1px;
    margin-left: 1.94175%; }
  .row .col-1:first-child, .row .col-2:first-child, .row .col-3:first-child, .row .col-4:first-child, .row .col-5:first-child, .row .col-6:first-child, .row .col-7:first-child, .row .col-8:first-child, .row .col-9:first-child, .row .col-10:first-child, .row .col-11:first-child, .first-col {
    margin-left: 0; }
  .col-1 {
    width: 6.5534%; }
  .col-2 {
    width: 15.04854%; }
  .col-3 {
    width: 23.54369%; }
  .col-4 {
    width: 32.03883%; }
  .col-5 {
    width: 40.53398%; }
  .col-6 {
    width: 49.02913%; }
  .col-7 {
    width: 57.52427%; }
  .col-8 {
    width: 66.01942%; }
  .col-9 {
    width: 74.51456%; }
  .col-10 {
    width: 83.00971%; }
  .col-11 {
    width: 91.50485%; }
  .prefix-1 {
    padding-left: 8.49515%; }
  .prefix-2 {
    padding-left: 16.99029%; }
  .prefix-3 {
    padding-left: 25.48544%; }
  .prefix-4 {
    padding-left: 33.98058%; }
  .prefix-5 {
    padding-left: 42.47573%; }
  .prefix-6 {
    padding-left: 50.97087%; }
  .prefix-7 {
    padding-left: 59.46602%; }
  .prefix-8 {
    padding-left: 67.96117%; }
  .prefix-9 {
    padding-left: 76.45631%; }
  .prefix-10 {
    padding-left: 84.95146%; }
  .prefix-11 {
    padding-left: 93.4466%; }
  .suffix-1 {
    padding-right: 8.49515%; }
  .suffix-2 {
    padding-right: 16.99029%; }
  .suffix-3 {
    padding-right: 25.48544%; }
  .suffix-4 {
    padding-right: 33.98058%; }
  .suffix-5 {
    padding-right: 42.47573%; }
  .suffix-6 {
    padding-right: 50.97087%; }
  .suffix-7 {
    padding-right: 59.46602%; }
  .suffix-8 {
    padding-right: 67.96117%; }
  .suffix-9 {
    padding-right: 76.45631%; }
  .suffix-10 {
    padding-right: 84.95146%; }
  .suffix-11 {
    padding-right: 93.4466%; }
  .push-1 {
    left: 8.49515%; }
  .push-2 {
    left: 16.99029%; }
  .push-3 {
    left: 25.48544%; }
  .push-4 {
    left: 33.98058%; }
  .push-5 {
    left: 42.47573%; }
  .push-6 {
    left: 50.97087%; }
  .push-7 {
    left: 59.46602%; }
  .push-8 {
    left: 67.96117%; }
  .push-9 {
    left: 76.45631%; }
  .push-10 {
    left: 84.95146%; }
  .push-11 {
    left: 93.4466%; }
  .pull-1 {
    right: 8.49515%; }
  .pull-2 {
    right: 16.99029%; }
  .pull-3 {
    right: 25.48544%; }
  .pull-4 {
    right: 33.98058%; }
  .pull-5 {
    right: 42.47573%; }
  .pull-6 {
    right: 50.97087%; }
  .pull-7 {
    right: 59.46602%; }
  .pull-8 {
    right: 67.96117%; }
  .pull-9 {
    right: 76.45631%; }
  .pull-10 {
    right: 84.95146%; }
  .pull-11 {
    right: 93.4466%; }
  .col-11 .col-1, .col-11 .col-2, .col-11 .col-3, .col-11 .col-4, .col-11 .col-5, .col-11 .col-6, .col-11 .col-7, .col-11 .col-8, .col-11 .col-9, .col-11 .col-10 {
    margin-left: 2.12202%; }
  .col-11 .col-1 {
    width: 7.1618%; }
  .col-11 .col-2 {
    width: 16.44562%; }
  .col-11 .col-3 {
    width: 25.72944%; }
  .col-11 .col-4 {
    width: 35.01326%; }
  .col-11 .col-5 {
    width: 44.29708%; }
  .col-11 .col-6 {
    width: 53.5809%; }
  .col-11 .col-7 {
    width: 62.86472%; }
  .col-11 .col-8 {
    width: 72.14854%; }
  .col-11 .col-9 {
    width: 81.43236%; }
  .col-11 .col-10 {
    width: 90.71618%; }
  .col-10 .col-1, .col-10 .col-2, .col-10 .col-3, .col-10 .col-4, .col-10 .col-5, .col-10 .col-6, .col-10 .col-7, .col-10 .col-8, .col-10 .col-9 {
    margin-left: 2.33918%; }
  .col-10 .col-1 {
    width: 7.89474%; }
  .col-10 .col-2 {
    width: 18.12865%; }
  .col-10 .col-3 {
    width: 28.36257%; }
  .col-10 .col-4 {
    width: 38.59649%; }
  .col-10 .col-5 {
    width: 48.83041%; }
  .col-10 .col-6 {
    width: 59.06433%; }
  .col-10 .col-7 {
    width: 69.29825%; }
  .col-10 .col-8 {
    width: 79.53216%; }
  .col-10 .col-9 {
    width: 89.76608%; }
  .col-9 .col-1, .col-9 .col-2, .col-9 .col-3, .col-9 .col-4, .col-9 .col-5, .col-9 .col-6, .col-9 .col-7, .col-9 .col-8 {
    margin-left: 2.60586%; }
  .col-9 .col-1 {
    width: 8.79479%; }
  .col-9 .col-2 {
    width: 20.19544%; }
  .col-9 .col-3 {
    width: 31.59609%; }
  .col-9 .col-4 {
    width: 42.99674%; }
  .col-9 .col-5 {
    width: 54.39739%; }
  .col-9 .col-6 {
    width: 65.79805%; }
  .col-9 .col-7 {
    width: 77.1987%; }
  .col-9 .col-8 {
    width: 88.59935%; }
  .col-8 .col-1, .col-8 .col-2, .col-8 .col-3, .col-8 .col-4, .col-8 .col-5, .col-8 .col-6, .col-8 .col-7 {
    margin-left: 2.94118%; }
  .col-8 .col-1 {
    width: 9.92647%; }
  .col-8 .col-2 {
    width: 22.79412%; }
  .col-8 .col-3 {
    width: 35.66176%; }
  .col-8 .col-4 {
    width: 48.52941%; }
  .col-8 .col-5 {
    width: 61.39706%; }
  .col-8 .col-6 {
    width: 74.26471%; }
  .col-8 .col-7 {
    width: 87.13235%; }
  .col-7 .col-1, .col-7 .col-2, .col-7 .col-3, .col-7 .col-4, .col-7 .col-5, .col-7 .col-6 {
    margin-left: 3.37553%; }
  .col-7 .col-1 {
    width: 11.39241%; }
  .col-7 .col-2 {
    width: 26.16034%; }
  .col-7 .col-3 {
    width: 40.92827%; }
  .col-7 .col-4 {
    width: 55.6962%; }
  .col-7 .col-5 {
    width: 70.46414%; }
  .col-7 .col-6 {
    width: 85.23207%; }
  .col-6 .col-1, .col-6 .col-2, .col-6 .col-3, .col-6 .col-4, .col-6 .col-5 {
    margin-left: 3.9604%; }
  .col-6 .col-1 {
    width: 13.36634%; }
  .col-6 .col-2 {
    width: 30.69307%; }
  .col-6 .col-3 {
    width: 48.0198%; }
  .col-6 .col-4 {
    width: 65.34653%; }
  .col-6 .col-5 {
    width: 82.67327%; }
  .col-5 .col-1, .col-5 .col-2, .col-5 .col-3, .col-5 .col-4 {
    margin-left: 4.79042%; }
  .col-5 .col-1 {
    width: 16.16766%; }
  .col-5 .col-2 {
    width: 37.12575%; }
  .col-5 .col-3 {
    width: 58.08383%; }
  .col-5 .col-4 {
    width: 79.04192%; }
  .col-4 .col-1, .col-4 .col-2, .col-4 .col-3 {
    margin-left: 6.06061%; }
  .col-4 .col-1 {
    width: 20.45455%; }
  .col-4 .col-2 {
    width: 46.9697%; }
  .col-4 .col-3 {
    width: 73.48485%; }
  .col-3 .col-1, .col-3 .col-2 {
    margin-left: 8.24742%; }
  .col-3 .col-1 {
    width: 27.83505%; }
  .col-3 .col-2 {
    width: 63.91753%; }
  .col-2 .col-1 {
    margin-left: 12.90323%; }
  .col-2 .col-1 {
    width: 43.54839%; } }

.row .center-col {
  float: none;
  margin-left: auto !important;
  margin-right: auto; }

@media screen and (max-width: 619px) {
  .hidden-mobile,
  .visible-tablet,
  .visible-desktop {
    display: none !important; } }

@media screen and (min-width: 620px) and (max-width: 767px) {
  .visible-mobile,
  .hidden-tablet,
  .visible-desktop {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .visible-mobile,
  .visible-tablet,
  .hidden-desktop {
    display: none !important; } }

[class*="col-"],
.row {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  [class*="col-"] + [class*="col-"] {
    margin-top: 20px; } }

[grid-demo] [class*="col-"] {
  background: #cdcdcd;
  margin-bottom: 1rem; }

[grid-outline] [class*="col-"] {
  outline: 1px solid #fff;
  padding: 0.25rem; }

.p-heading--one {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2; }
  @media only screen and (min-width: 1030px) {
    .p-heading--one {
      font-size: 3rem;
      line-height: 1.25; } }

.p-heading--two {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.25; }
  @media only screen and (min-width: 1030px) {
    .p-heading--two {
      font-size: 2rem;
      line-height: 1.25; } }
  @media only screen and (min-width: 1030px) {
    .p-heading--two {
      font-size: 2.25rem;
      line-height: 1.167; } }

.p-heading--three {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.154; }
  @media only screen and (min-width: 1030px) {
    .p-heading--three {
      font-size: 1.75rem;
      line-height: 1.286; } }

.p-heading--four {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.364; }
  @media only screen and (min-width: 1030px) {
    .p-heading--four {
      font-size: 1.5rem;
      line-height: 1.25; } }

.p-heading--five {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.264; }
  @media only screen and (min-width: 1030px) {
    .p-heading--five {
      font-size: 1.25rem;
      line-height: 1.143; } }

.p-heading--six {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.412; }

.p-heading-icon {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .p-heading-icon {
      margin-bottom: 0; } }
  .p-heading-icon__header {
    align-items: center;
    display: flex;
    margin-bottom: 1rem; }
    @media (min-width: 1030px) {
      .p-heading-icon__header {
        margin-bottom: 1.5rem; } }
  .p-heading-icon__title {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.154;
    margin-bottom: 0;
    margin-top: 0; }
    @media only screen and (min-width: 1030px) {
      .p-heading-icon__title {
        font-size: 1.75rem;
        line-height: 1.286; } }
  .p-heading-icon__img {
    align-self: flex-start;
    flex-shrink: 0;
    height: 2.5rem;
    margin-right: 1rem;
    width: 2.5rem; }
    @media (min-width: 768px) {
      .p-heading-icon__img {
        height: 3.75rem;
        width: 3.75rem; } }

.p-media-object {
  display: flex; }
  .p-media-object__details {
    margin-top: 0; }
  .p-media-object__image {
    border-radius: 4px;
    height: 3.75rem;
    margin-right: 1rem;
    vertical-align: middle;
    width: 3.75rem; }
    @media (min-width: 768px) {
      .p-media-object__image {
        height: 4.5rem;
        width: 4.5rem; } }
  .p-media-object__title {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.364;
    margin-bottom: .5rem; }
    @media only screen and (min-width: 1030px) {
      .p-media-object__title {
        font-size: 1.5rem;
        line-height: 1.25; } }
  .p-media-object__content {
    margin-top: 0.25rem; }
  .p-media-object__meta-list {
    list-style: none;
    margin: 1rem 0 0;
    padding-left: 0; }
  .p-media-object__meta-list-item {
    color: #111;
    font-size: .875em;
    margin-bottom: .4rem; }
    .p-media-object__meta-list-item--date {
      color: #111;
      font-size: .875em;
      margin-bottom: .4rem;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      padding-left: 25px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90"><g transform="translate(0 -962.362)"><path color="#000" fill="none" stroke-width="7.5" overflow="visible" enable-background="accumulate" d="M0 962.362h90v90H0z"/><path d="M35.914 968.362v9c0 4.837-4.078 8.914-8.914 8.914-4.836 0-8.914-4.077-8.914-8.914v-8.547C7.56 969.892 6 973.59 6 986.362v42c0 18 3 18 30 18h18c27 0 30 0 30-18v-42c0-12.773-1.56-16.47-12.086-17.547v8.547c0 4.837-4.078 8.914-8.914 8.914-4.836 0-8.914-4.077-8.914-8.914v-9H35.914zm.086 24h18c24 0 24 0 24 12v24c0 12 0 12-24 12H36c-24 0-24 0-24-12v-24c0-12 0-12 24-12z" fill="#aea79f"/><rect width="6" height="18" x="24" y="962.362" ry="3" color="#000" fill="#aea79f" stroke-width=".1" overflow="visible" enable-background="accumulate"/><rect ry="3" y="962.362" x="60" height="18" width="6" color="#000" fill="#aea79f" stroke-width=".1" overflow="visible" enable-background="accumulate"/><path style="text-align:center;line-height:125%;-inkscape-font-specification:Ubuntu Medium" d="M33.336 1001.364v.01c-1.8 0-3.5.348-5.087 1.043-1.548.663-2.913 1.553-4.08 2.664l-.352.337 3.06 4.335.474-.472c.158-.158.425-.388.787-.673l.01-.013.01-.012c.342-.295.74-.582 1.194-.86.467-.27 1.002-.507 1.607-.71.577-.19 1.206-.288 1.896-.288 1.048 0 1.885.26 2.58.768.626.46.964 1.222.964 2.497 0 .56-.114 1.1-.35 1.647-.246.538-.58 1.082-1.006 1.635h-.002c-.408.535-.896 1.088-1.466 1.658-.582.582-1.192 1.176-1.827 1.785h-.004c-.827.8-1.653 1.613-2.48 2.44-.846.845-1.61 1.748-2.292 2.704h-.002c-.692.967-1.26 2.02-1.702 3.15-.426 1.134-.635 2.372-.635 3.707v.72c0 .31.015.583.046.828l.064.493h18.65v-5.197H31.386c.072-.144.057-.21.18-.392l.006-.012h.002c.33-.507.727-1.034 1.192-1.576.47-.548.966-1.096 1.488-1.645l.008-.01c.527-.553.998-1.027 1.413-1.416h.007c.8-.775 1.6-1.56 2.4-2.36h.007c.813-.844 1.534-1.7 2.163-2.576h.002c.66-.906 1.197-1.83 1.613-2.773.428-.994.645-2.02.645-3.054 0-2.528-.756-4.605-2.28-6.102-1.524-1.55-3.862-2.28-6.9-2.28zm16.626.635v.01l-.024.537c-.106 2.31-.24 4.618-.4 6.927-.158 2.277-.384 4.688-.676 7.233l-.07.628h.632c2.187 0 3.982.12 5.37.353h.004c1.42.23 2.518.58 3.283 1.01h.01c.804.44 1.316.945 1.6 1.512.302.606.46 1.297.46 2.1 0 .514-.094.994-.278 1.457-.174.414-.456.79-.876 1.14h-.016c-.375.333-.9.615-1.582.836-.677.193-1.514.298-2.51.298-1.48 0-2.72-.144-3.718-.42-1.012-.31-1.79-.596-2.3-.84l-.638-.304-1.17 5.187.394.198c.32.16.74.313 1.287.477.553.167 1.168.315 1.847.45.703.163 1.43.3 2.184.407.77.11 1.527.163 2.273.163 1.826 0 3.44-.214 4.84-.66h.008c1.386-.473 2.56-1.12 3.502-1.948.94-.827 1.647-1.823 2.105-2.967.454-1.135.68-2.365.68-3.678 0-2.868-1.023-5.22-3.034-6.892-1.888-1.617-4.76-2.472-8.434-2.75.033-.27.064-.51.097-.834.055-.535.096-1.096.123-1.68l.002-.025c.052-.575.09-1.138.117-1.688l.003-.027c.035-.38.054-.693.077-1.02h10.055V1002H49.962z" font-size="35.345" font-weight="500" letter-spacing="0" word-spacing="0" text-anchor="middle" fill="#aea79f" font-family="Ubuntu"/></g></svg>'); }
    .p-media-object__meta-list-item--location {
      color: #111;
      font-size: .875em;
      margin-bottom: .4rem;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      padding-left: 25px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90"><g color="#000"><path d="M45 0C30.088 0 18 12.088 18 27c0 .562.03 1.103.063 1.656.013.248.012.497.03.75.02.23.07.46.095.688C20.22 51.854 41.922 90 45 90c3.078 0 24.78-38.146 26.813-59.906.02-.232.076-.46.093-.688.022-.248.016-.5.03-.75.032-.56.064-1.12.064-1.656C72 12.088 59.912 0 45 0zm0 18c4.97 0 9 4.03 9 9s-4.03 9-9 9-9-4.03-9-9 4.03-9 9-9z" fill="#aea79f" stroke-width="3" overflow="visible" enable-background="accumulate"/><path fill="none" stroke-width="7.5" overflow="visible" enable-background="accumulate" d="M0 0h90v90H0z"/></g></svg>'); }
    .p-media-object__meta-list-item--venue {
      color: #111;
      font-size: .875em;
      margin-bottom: .4rem;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      padding-left: 25px;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90.000001"><g transform="translate(-111.967 -929.337)" color="#000"><path fill="none" stroke-width="4" overflow="visible" enable-background="accumulate" d="M111.967 929.336h90v90h-90z"/><circle r="6.5" cy="24.5" cx="23.5" transform="matrix(1.846 0 0 1.846 113.583 929.105)" fill="#aea79f" stroke-width="2" overflow="visible" enable-background="accumulate"/><circle r="21" cy="45" cx="45" transform="matrix(1.429 0 0 1.429 92.682 910.05)" fill="none" stroke="#aea79f" stroke-width="4.2" stroke-linejoin="round" overflow="visible" enable-background="accumulate"/><path d="M152.967 931.736l8-2.4v15h-8zM160.967 1016.336h-8v-12h8zM198.967 970.336v8h-12v-8zM114.967 978.336v-8h12v8z" overflow="visible" fill="#aea79f" stroke-width="6" enable-background="accumulate"/></g></svg>'); }

.p-modal {
  align-items: center;
  background: rgba(17, 17, 17, 0.75);
  content: '';
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  margin: 0;
  overflow: scroll;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  width: 100%; }
  .p-modal__dialog {
    bottom: 1.5rem;
    left: 1.5rem;
    max-width: 1030px;
    overflow: scroll;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: auto; }
    @media screen and (min-width: 768px) {
      .p-modal__dialog {
        bottom: initial;
        left: initial;
        overflow: visible;
        position: relative;
        right: initial;
        top: initial; } }
  .p-modal__header {
    display: flex;
    justify-content: space-between;
    margin: 0; }
  .p-modal__title {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.364;
    align-self: flex-end;
    margin: 0; }
    @media only screen and (min-width: 1030px) {
      .p-modal__title {
        font-size: 1.5rem;
        line-height: 1.25; } }
  .p-modal__close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='%23888'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    border: 0;
    box-sizing: content-box;
    height: 1rem;
    margin: -1rem -1rem 0 0;
    padding: 1rem;
    text-indent: -999em;
    width: 1rem; }
    .p-modal__close:focus {
      outline: 1px solid #e95420;
      outline-offset: 2px; }

.p-matrix {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 620px) {
    .p-matrix {
      display: flex;
      flex-wrap: wrap; } }
  .p-matrix__item {
    border-top: 1px dotted #666;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding: 1rem 0; }
    .p-matrix__item:empty {
      display: none; }
    .p-matrix__item:first-child {
      border-top: 0; }
    @media (min-width: 620px) {
      .p-matrix__item {
        border-right: 1px dotted #666;
        border-top: 1px dotted #666;
        margin-bottom: 0;
        padding: 1rem;
        width: 33.333%; }
        .p-matrix__item:empty {
          display: block; }
        .p-matrix__item:first-child, .p-matrix__item:nth-child(3n+1) {
          padding-left: 0; }
        .p-matrix__item:last-child, .p-matrix__item:nth-child(3n) {
          padding-right: 0; }
        .p-matrix__item:nth-child(-n+3) {
          border-top: 0; }
        .p-matrix__item:nth-child(2n) {
          border-right: 1px dotted #666;
          padding-right: 1rem; }
        .p-matrix__item:nth-child(3n) {
          border-right: 0;
          padding-right: 0; } }
  .p-matrix__img, .p-matrix__content {
    align-self: flex-start;
    margin-top: 0; }
  .p-matrix__img {
    margin-right: 1rem;
    max-width: 3.75rem; }
  .p-matrix__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .p-matrix__title {
    margin-bottom: 0.5rem;
    margin-top: 0; }
  .p-matrix__desc {
    margin-top: 0; }
  .p-matrix__link {
    border-top: 0; }

.p-muted-heading {
  font-size: .875rem;
  text-transform: uppercase; }

.p-navigation--light {
  background-color: #f7f7f7;
  color: #111;
  margin-top: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cdcdcd; }
  .p-navigation--light .row {
    padding: 0; }
  @media (max-width: 768px) {
    .p-navigation--light .p-navigation__banner {
      overflow: hidden;
      position: relative; } }
  .p-navigation--light .p-navigation__toggle--open, .p-navigation--light .p-navigation__toggle--close, .p-navigation--light .p-navigation__link {
    color: #111; }
    .p-navigation--light .p-navigation__toggle--open:hover, .p-navigation--light .p-navigation__toggle--close:hover, .p-navigation--light .p-navigation__link:hover {
      border-bottom: 0;
      text-decoration: underline; }
    .p-navigation--light .p-navigation__toggle--open:visited, .p-navigation--light .p-navigation__toggle--close:visited, .p-navigation--light .p-navigation__link:visited {
      color: #111; }
  .p-navigation--light .p-navigation__toggle--close {
    display: none; }
  .p-navigation--light .p-navigation__toggle--open, .p-navigation--light .p-navigation__toggle--close {
    margin: 0;
    position: absolute;
    right: 1rem;
    top: calc(50% - .75rem); }
    @media (min-width: 769px) {
      .p-navigation--light .p-navigation__toggle--open, .p-navigation--light .p-navigation__toggle--close {
        display: none; } }
  .p-navigation--light .p-navigation__logo {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.364;
    align-items: center;
    display: flex;
    float: left;
    margin: 0.75rem 0.5rem; }
    @media only screen and (min-width: 1030px) {
      .p-navigation--light .p-navigation__logo {
        font-size: 1.5rem;
        line-height: 1.25; } }
    @media (min-width: 769px) {
      .p-navigation--light .p-navigation__logo {
        margin: 0.5rem 1.25rem; } }
  .p-navigation--light .p-navigation__link {
    border-bottom: 0;
    display: block;
    margin-top: 0; }
    @media (min-width: 769px) {
      .p-navigation--light .p-navigation__link {
        display: block;
        float: left;
        width: auto; } }
    .p-navigation--light .p-navigation__link,
    .p-navigation--light .p-navigation__link > a {
      border-bottom: 0;
      display: block; }
      .p-navigation--light .p-navigation__link:hover,
      .p-navigation--light .p-navigation__link > a:hover {
        text-decoration: none; }
    .p-navigation--light .p-navigation__link:last-child {
      margin-bottom: 0; }
  .p-navigation--light .p-navigation__links {
    background-color: #cdcdcd;
    clear: both;
    margin: 0;
    padding: 0; }
    @media (min-width: 769px) {
      .p-navigation--light .p-navigation__links {
        background-color: transparent;
        clear: none;
        float: left; } }
    .p-navigation--light .p-navigation__links .p-navigation__link {
      border-left: 1px solid #cdcdcd; }
      @media (max-width: 768px) {
        .p-navigation--light .p-navigation__links .p-navigation__link {
          background-color: #f7f7f7;
          border-left: 0;
          border-top: 1px solid #cdcdcd;
          color: #111;
          text-align: left; }
          .p-navigation--light .p-navigation__links .p-navigation__link:last-child {
            border-bottom: 1px solid #cdcdcd; } }
    .p-navigation--light .p-navigation__links .p-navigation__link > a,
    .p-navigation--light .p-navigation__links > a {
      color: #111;
      font-size: .875rem;
      padding: 0.84375rem 0.5rem; }
      @media (min-width: 769px) {
        .p-navigation--light .p-navigation__links .p-navigation__link > a,
        .p-navigation--light .p-navigation__links > a {
          color: #111;
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
    .p-navigation--light .p-navigation__links:last-of-type {
      border-right: 1px solid #cdcdcd; }
      @media (max-width: 768px) {
        .p-navigation--light .p-navigation__links:last-of-type {
          border-bottom: 0;
          border-right: 0; } }
  .p-navigation--light .p-navigation__nav {
    display: none;
    margin-top: 0; }
    @media (min-width: 769px) {
      .p-navigation--light .p-navigation__nav {
        display: block; } }
  .p-navigation--light:target .p-navigation__toggle--open {
    display: none; }
  @media (max-width: 768px) {
    .p-navigation--light:target .p-navigation__toggle--close {
      display: inline-block; } }
  .p-navigation--light:target .p-navigation__nav {
    display: block; }
  .p-navigation--light:target .p-navigation__nav .p-navigation__link:last-child {
    border-bottom: 0; }

.p-navigation,
.p-navigation--dark {
  background-color: #111;
  color: #fff;
  margin-top: 0;
  position: relative;
  width: 100%; }
  .p-navigation .row,
  .p-navigation--dark .row {
    padding: 0; }
  @media (max-width: 768px) {
    .p-navigation .p-navigation__banner,
    .p-navigation--dark .p-navigation__banner {
      overflow: hidden;
      position: relative; } }
  .p-navigation .p-navigation__toggle--open, .p-navigation .p-navigation__toggle--close, .p-navigation .p-navigation__link,
  .p-navigation--dark .p-navigation__toggle--open,
  .p-navigation--dark .p-navigation__toggle--close,
  .p-navigation--dark .p-navigation__link {
    color: #fff; }
    .p-navigation .p-navigation__toggle--open:hover, .p-navigation .p-navigation__toggle--close:hover, .p-navigation .p-navigation__link:hover,
    .p-navigation--dark .p-navigation__toggle--open:hover,
    .p-navigation--dark .p-navigation__toggle--close:hover,
    .p-navigation--dark .p-navigation__link:hover {
      border-bottom: 0;
      text-decoration: underline; }
    .p-navigation .p-navigation__toggle--open:visited, .p-navigation .p-navigation__toggle--close:visited, .p-navigation .p-navigation__link:visited,
    .p-navigation--dark .p-navigation__toggle--open:visited,
    .p-navigation--dark .p-navigation__toggle--close:visited,
    .p-navigation--dark .p-navigation__link:visited {
      color: #fff; }
  .p-navigation .p-navigation__toggle--close,
  .p-navigation--dark .p-navigation__toggle--close {
    display: none; }
  .p-navigation .p-navigation__toggle--open, .p-navigation .p-navigation__toggle--close,
  .p-navigation--dark .p-navigation__toggle--open,
  .p-navigation--dark .p-navigation__toggle--close {
    margin: 0;
    position: absolute;
    right: 1rem;
    top: calc(50% - .75rem); }
    @media (min-width: 769px) {
      .p-navigation .p-navigation__toggle--open, .p-navigation .p-navigation__toggle--close,
      .p-navigation--dark .p-navigation__toggle--open,
      .p-navigation--dark .p-navigation__toggle--close {
        display: none; } }
  .p-navigation .p-navigation__logo,
  .p-navigation--dark .p-navigation__logo {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.364;
    align-items: center;
    display: flex;
    float: left;
    margin: 0.75rem 0.5rem; }
    @media only screen and (min-width: 1030px) {
      .p-navigation .p-navigation__logo,
      .p-navigation--dark .p-navigation__logo {
        font-size: 1.5rem;
        line-height: 1.25; } }
    @media (min-width: 769px) {
      .p-navigation .p-navigation__logo,
      .p-navigation--dark .p-navigation__logo {
        margin: 0.5rem 1.25rem; } }
  .p-navigation .p-navigation__link,
  .p-navigation--dark .p-navigation__link {
    border-bottom: 0;
    display: block;
    margin-top: 0; }
    @media (min-width: 769px) {
      .p-navigation .p-navigation__link,
      .p-navigation--dark .p-navigation__link {
        display: block;
        float: left;
        width: auto; } }
    .p-navigation .p-navigation__link,
    .p-navigation .p-navigation__link > a,
    .p-navigation--dark .p-navigation__link,
    .p-navigation--dark .p-navigation__link > a {
      border-bottom: 0;
      display: block; }
      .p-navigation .p-navigation__link:hover,
      .p-navigation .p-navigation__link > a:hover,
      .p-navigation--dark .p-navigation__link:hover,
      .p-navigation--dark .p-navigation__link > a:hover {
        text-decoration: none; }
    .p-navigation .p-navigation__link:last-child,
    .p-navigation--dark .p-navigation__link:last-child {
      margin-bottom: 0; }
  .p-navigation .p-navigation__links,
  .p-navigation--dark .p-navigation__links {
    background-color: #cdcdcd;
    clear: both;
    margin: 0;
    padding: 0; }
    @media (min-width: 769px) {
      .p-navigation .p-navigation__links,
      .p-navigation--dark .p-navigation__links {
        background-color: transparent;
        clear: none;
        float: left; } }
    .p-navigation .p-navigation__links .p-navigation__link,
    .p-navigation--dark .p-navigation__links .p-navigation__link {
      border-left: 1px solid #cdcdcd; }
      @media (max-width: 768px) {
        .p-navigation .p-navigation__links .p-navigation__link,
        .p-navigation--dark .p-navigation__links .p-navigation__link {
          background-color: #f7f7f7;
          border-left: 0;
          border-top: 1px solid #cdcdcd;
          color: #111;
          text-align: left; }
          .p-navigation .p-navigation__links .p-navigation__link:last-child,
          .p-navigation--dark .p-navigation__links .p-navigation__link:last-child {
            border-bottom: 1px solid #cdcdcd; } }
    .p-navigation .p-navigation__links .p-navigation__link > a,
    .p-navigation .p-navigation__links > a,
    .p-navigation--dark .p-navigation__links .p-navigation__link > a,
    .p-navigation--dark .p-navigation__links > a {
      color: #111;
      font-size: .875rem;
      padding: 0.84375rem 0.5rem; }
      @media (min-width: 769px) {
        .p-navigation .p-navigation__links .p-navigation__link > a,
        .p-navigation .p-navigation__links > a,
        .p-navigation--dark .p-navigation__links .p-navigation__link > a,
        .p-navigation--dark .p-navigation__links > a {
          color: #fff;
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
    .p-navigation .p-navigation__links:last-of-type,
    .p-navigation--dark .p-navigation__links:last-of-type {
      border-right: 1px solid #cdcdcd; }
      @media (max-width: 768px) {
        .p-navigation .p-navigation__links:last-of-type,
        .p-navigation--dark .p-navigation__links:last-of-type {
          border-bottom: 0;
          border-right: 0; } }
  .p-navigation .p-navigation__nav,
  .p-navigation--dark .p-navigation__nav {
    display: none;
    margin-top: 0; }
    @media (min-width: 769px) {
      .p-navigation .p-navigation__nav,
      .p-navigation--dark .p-navigation__nav {
        display: block; } }
  .p-navigation:target .p-navigation__toggle--open,
  .p-navigation--dark:target .p-navigation__toggle--open {
    display: none; }
  @media (max-width: 768px) {
    .p-navigation:target .p-navigation__toggle--close,
    .p-navigation--dark:target .p-navigation__toggle--close {
      display: inline-block; } }
  .p-navigation:target .p-navigation__nav,
  .p-navigation--dark:target .p-navigation__nav {
    display: block; }

.p-navigation--sidebar {
  background-color: #fff;
  color: #111;
  margin-top: 0;
  position: relative;
  width: 100%; }
  .p-navigation--sidebar .row {
    padding: 0; }
  @media (max-width: 768px) {
    .p-navigation--sidebar .p-navigation__banner {
      overflow: hidden;
      position: relative; } }
  .p-navigation--sidebar .p-navigation__toggle--open, .p-navigation--sidebar .p-navigation__toggle--close, .p-navigation--sidebar .p-navigation__link {
    color: #111; }
    .p-navigation--sidebar .p-navigation__toggle--open:hover, .p-navigation--sidebar .p-navigation__toggle--close:hover, .p-navigation--sidebar .p-navigation__link:hover {
      border-bottom: 0;
      text-decoration: underline; }
    .p-navigation--sidebar .p-navigation__toggle--open:visited, .p-navigation--sidebar .p-navigation__toggle--close:visited, .p-navigation--sidebar .p-navigation__link:visited {
      color: #111; }
  .p-navigation--sidebar .p-navigation__toggle--close {
    display: none; }
  .p-navigation--sidebar .p-navigation__toggle--open, .p-navigation--sidebar .p-navigation__toggle--close {
    margin: 0;
    position: absolute;
    right: 1rem;
    top: calc(50% - .75rem); }
    @media (min-width: 769px) {
      .p-navigation--sidebar .p-navigation__toggle--open, .p-navigation--sidebar .p-navigation__toggle--close {
        display: none; } }
  .p-navigation--sidebar .p-navigation__logo {
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.364;
    align-items: center;
    display: flex;
    float: left;
    margin: 0.75rem 0.5rem; }
    @media only screen and (min-width: 1030px) {
      .p-navigation--sidebar .p-navigation__logo {
        font-size: 1.5rem;
        line-height: 1.25; } }
    @media (min-width: 769px) {
      .p-navigation--sidebar .p-navigation__logo {
        margin: 0.5rem 1.25rem; } }
  .p-navigation--sidebar .p-navigation__link {
    border-bottom: 0;
    display: block;
    margin-top: 0; }
    @media (min-width: 769px) {
      .p-navigation--sidebar .p-navigation__link {
        display: block;
        float: left;
        width: auto; } }
    .p-navigation--sidebar .p-navigation__link,
    .p-navigation--sidebar .p-navigation__link > a {
      border-bottom: 0;
      display: block; }
      .p-navigation--sidebar .p-navigation__link:hover,
      .p-navigation--sidebar .p-navigation__link > a:hover {
        text-decoration: none; }
    .p-navigation--sidebar .p-navigation__link:last-child {
      margin-bottom: 0; }
  .p-navigation--sidebar .p-navigation__links {
    background-color: #cdcdcd;
    clear: both;
    margin: 0;
    padding: 0; }
    @media (min-width: 769px) {
      .p-navigation--sidebar .p-navigation__links {
        background-color: transparent;
        clear: none;
        float: left; } }
    .p-navigation--sidebar .p-navigation__links .p-navigation__link {
      border-left: 1px solid #cdcdcd; }
      @media (max-width: 768px) {
        .p-navigation--sidebar .p-navigation__links .p-navigation__link {
          background-color: #f7f7f7;
          border-left: 0;
          border-top: 1px solid #cdcdcd;
          color: #111;
          text-align: left; }
          .p-navigation--sidebar .p-navigation__links .p-navigation__link:last-child {
            border-bottom: 1px solid #cdcdcd; } }
    .p-navigation--sidebar .p-navigation__links .p-navigation__link > a,
    .p-navigation--sidebar .p-navigation__links > a {
      color: #111;
      font-size: .875rem;
      padding: 0.84375rem 0.5rem; }
      @media (min-width: 769px) {
        .p-navigation--sidebar .p-navigation__links .p-navigation__link > a,
        .p-navigation--sidebar .p-navigation__links > a {
          color: #111;
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
    .p-navigation--sidebar .p-navigation__links:last-of-type {
      border-right: 1px solid #cdcdcd; }
      @media (max-width: 768px) {
        .p-navigation--sidebar .p-navigation__links:last-of-type {
          border-bottom: 0;
          border-right: 0; } }
  .p-navigation--sidebar .p-navigation__nav {
    display: none;
    margin-top: 0; }
    @media (min-width: 769px) {
      .p-navigation--sidebar .p-navigation__nav {
        display: block; } }
  .p-navigation--sidebar:target .p-navigation__toggle--open {
    display: none; }
  @media (max-width: 768px) {
    .p-navigation--sidebar:target .p-navigation__toggle--close {
      display: inline-block; } }
  .p-navigation--sidebar:target .p-navigation__nav {
    display: block; }
  .p-navigation--sidebar .p-navigation__logo {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  .p-navigation--sidebar .sidebar__cta {
    margin-top: 0; }
    .p-navigation--sidebar .sidebar__cta .p-inline-list {
      display: inline-block; }
    .p-navigation--sidebar .sidebar__cta [class^="p-icon"] {
      cursor: pointer; }
    @media (min-width: 768px) {
      .p-navigation--sidebar .sidebar__cta {
        display: none; } }
  .p-navigation--sidebar .sidebar__content {
    background: #fff;
    padding-bottom: 1rem;
    position: absolute;
    top: 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .p-navigation--sidebar .sidebar__content {
        display: block !important; } }
  .p-navigation--sidebar .sidebar__link {
    color: #111;
    display: block;
    padding: 0.5rem 0;
    position: relative; }
    .p-navigation--sidebar .sidebar__link:hover {
      color: #e95420; }
    .p-navigation--sidebar .sidebar__link:focus {
      outline: 0; }
  .p-navigation--sidebar .is-selected {
    font-weight: bold; }
  .p-navigation--sidebar .sidebar__first-level {
    padding-left: 0; }
  .p-navigation--sidebar .sidebar__third-level {
    background-color: #666;
    margin-right: -4rem;
    padding-left: 4rem;
    position: relative;
    right: 3rem; }
  .p-navigation--sidebar .sidebar__second-level,
  .p-navigation--sidebar .sidebar__third-level {
    display: none;
    list-style: none;
    margin-left: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem; }
    .p-icon--minus {
      display: none; }
    .is-selected .p-icon--minus {
      display: block; }
    .is-selected .p-icon--plus {
      display: none; }
    .is-selected + .sidebar__second-level, .is-selected + .sidebar__third-level {
      display: block; }
    .p-navigation--sidebar .sidebar__second-level .is-deepest-level,
    .p-navigation--sidebar .sidebar__third-level .is-deepest-level {
      background-color: #f7f7f7; }
  .p-navigation--sidebar .p-icon--plus,
  .p-navigation--sidebar .p-icon--minus {
    perspective: 800px;
    perspective-origin: 50% 100px;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
    transition: all .5s ease-in-out; }

.p-link--external::after {
  background-color: currentColor;
  content: '';
  display: inline-block;
  height: .7rem;
  margin: 0 0 0 .25rem;
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
  mask-size: cover;
  vertical-align: top;
  width: .7rem; }

.p-link--no-underline {
  border: 0; }

.p-link--soft {
  color: #111; }
  .p-link--soft:visited {
    color: #111;
    text-decoration: none; }
  .p-link--soft:hover {
    color: #e95420; }
  .p-link--soft.is-selected {
    font-weight: 400; }

.p-link--strong {
  color: #111;
  font-weight: 400; }
  .p-link--strong:visited {
    color: #111; }
  .p-link--strong:hover {
    color: #e95420;
    text-decoration: underline; }

.p-link--inverted {
  color: #f7f7f7;
  font-weight: 400; }
  .p-link--inverted:hover {
    color: #f7f7f7; }
  .p-link--inverted:visited {
    color: #dedede; }

.p-top {
  border-bottom: 1px dotted #cdcdcd;
  clear: both;
  margin: 20px 0; }
  .p-top__link {
    background: #fff;
    color: #111;
    float: right;
    margin-right: 5px;
    padding: 0 5px;
    position: relative;
    text-decoration: none;
    top: -.725rem; }

.p-link--external.p-link--strong {
  color: #111; }

.p-list-tree__item--group::after, .p-list-tree .p-list-tree[aria-hidden="false"]::after {
  background-position: center;
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  height: 0.9375rem;
  left: -1rem;
  pointer-events: none;
  position: absolute;
  top: .4rem;
  width: 0.9375rem; }

.p-list-tree {
  border-left: 1px solid #cdcdcd;
  list-style-type: none;
  margin-left: 1rem;
  padding: 0 0 0 0.5rem; }
  .p-list-tree__item {
    margin-top: 0.25rem;
    padding-left: .8rem;
    position: relative; }
    .p-list-tree__item::before {
      background: #cdcdcd;
      content: ' ';
      display: block;
      height: 1px;
      left: -0.5rem;
      pointer-events: none;
      position: absolute;
      top: .8rem;
      width: .625rem; }
    .p-list-tree__item--group::after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='15' width='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='%23FFF'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E"); }
  .p-list-tree__toggle {
    background: transparent;
    border: 0;
    font-weight: normal;
    margin: 0 0 0 -1.75rem;
    padding: 0 0 0 1.75rem;
    transition-duration: 0s;
    width: auto; }
    .p-list-tree__toggle:hover {
      background: transparent;
      color: #e95420;
      text-decoration: underline; }
    .p-list-tree__toggle:focus {
      background: transparent;
      outline: 1px dotted #cdcdcd; }
  .p-list-tree .p-list-tree {
    display: none;
    margin-left: 0; }
    .p-list-tree .p-list-tree[aria-hidden="false"] {
      display: block; }
    .p-list-tree .p-list-tree[aria-hidden="false"]::after {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='15' width='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='%23FFF'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E\a         %3C/svg%3E");
      z-index: 1; }

.p-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .p-list__item {
    margin-top: .6667rem; }

.p-list--divided {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .p-list--divided .p-list__item {
    margin-top: 0;
    padding-bottom: .63rem;
    padding-top: .63rem;
    border-bottom: 1px dotted #cdcdcd; }
    .p-list--divided .p-list__item:last-of-type,
    .p-list--divided .p-list__item .last-item {
      border-bottom: 0; }

.is-ticked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle fill='%23e95420' cx='7' cy='7' r='7'/%3E%3Cpath fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /%3E%3C/svg%3E");
  background-position: 0 .3rem;
  background-repeat: no-repeat;
  padding-left: 25px; }
  .p-list--divided .is-ticked {
    background-position: 0 1rem; }

.p-inline-list {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem; }
    .p-inline-list__item:last-of-type,
    .p-inline-list__item .last-item {
      margin-right: 0; }

.p-inline-list--middot {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list--middot .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem;
    position: relative; }
    .p-inline-list--middot .p-inline-list__item:last-of-type,
    .p-inline-list--middot .p-inline-list__item .last-item {
      margin-right: 0; }
    .p-inline-list--middot .p-inline-list__item::after {
      color: #666;
      content: '\00b7';
      font-size: 1.4rem;
      line-height: 0;
      position: absolute;
      right: -1rem;
      top: .55rem; }
    .p-inline-list--middot .p-inline-list__item:hover::after {
      color: #666; }
    .p-inline-list--middot .p-inline-list__item:last-of-type::after,
    .p-inline-list--middot .p-inline-list__item .last-item::after {
      content: ''; }

.p-list-step {
  list-style: none;
  margin-left: 60px;
  padding: 0; }
  .p-list-step__title {
    margin-top: 0;
    position: relative; }
    .p-list-step__title + * {
      margin-top: 0; }
  .p-list-step__item {
    clear: both;
    margin-left: 0;
    margin-top: 1.5rem;
    width: 100%; }
    .p-list-step__item:first-child {
      margin-top: 0.75rem; }
      @media only screen and (min-width: 1030px) {
        .p-list-step__item:first-child {
          margin-top: 0; } }
  .p-list-step__bullet {
    background-color: #666;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    height: 50px;
    line-height: 50px;
    margin-bottom: .625rem;
    margin-left: -60px;
    margin-right: .34375rem;
    text-align: center;
    width: 50px; }
    @media only screen and (max-width: 1030px) {
      .p-list-step__bullet {
        position: absolute;
        top: -5px; } }

.p-stepped-list--detailed {
  list-style: none;
  padding: 0 2rem 0 3rem; }
  @media (max-width: 1030px) {
    .p-stepped-list--detailed {
      margin-top: 2.5rem; } }
  .p-stepped-list--detailed .p-list-step__item {
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .p-stepped-list--detailed .p-list-step__item {
        display: flex;
        margin: 0; }
        .p-stepped-list--detailed .p-list-step__item > * {
          width: 50%; } }
  @media (min-width: 768px) {
    .p-stepped-list--detailed .p-list-step__title {
      padding-top: 2.75rem; } }
  .p-stepped-list--detailed .p-list-step__content {
    background: #fff;
    color: #000;
    margin-left: -4rem;
    margin-right: -2rem;
    margin-top: 2.5rem;
    padding: 1.3333rem; }
    @media (min-width: 768px) {
      .p-stepped-list--detailed .p-list-step__content {
        border-bottom: 1px solid #f7f7f7;
        margin: .25rem 0 0;
        padding: 2.5rem; } }
  @media (min-width: 768px) {
    .p-stepped-list--detailed .p-list-step__bullet {
      left: -60px;
      margin-left: 0;
      margin-right: 1rem;
      position: absolute;
      top: 2.25rem; } }

@media (min-width: 768px) {
  @supports (columns: 1) {
    [class*='p-list'].is-split {
      columns: 2; }
      [class*='p-list'].is-split .p-list__item {
        display: inline-block;
        width: 100%; } }
  @supports not (columns: 1) {
    [class*='p-list'].is-split {
      display: flex;
      flex-wrap: wrap; }
      [class*='p-list'].is-split .p-list__item {
        width: calc(50% - .5rem); } }
  [class*='p-list'].is-split .p-list__item:last-of-type {
    border-bottom: 1px dotted #cdcdcd; }
  [class*='p-list'].is-split:nth-child(2n-1) {
    margin-right: 1rem; } }

.p-tooltip {
  position: relative; }
  .p-tooltip__message {
    background-color: #111;
    border: 0;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    max-width: 330px;
    min-width: 155px;
    padding: 0.5rem 0.75rem;
    position: absolute;
    text-align: left;
    text-decoration: initial;
    top: 100%;
    transform: translateX(0%) translateY(13px);
    white-space: pre;
    z-index: 1; }
    .p-tooltip__message::before {
      border-bottom: 8px solid #111;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      bottom: 100%;
      content: '';
      height: 0;
      left: 0.75rem;
      pointer-events: none;
      position: absolute;
      width: 0; }
  .p-tooltip:focus .p-tooltip__message, .p-tooltip:hover .p-tooltip__message {
    display: inline;
    text-decoration: initial; }
  .p-tooltip--btm-center .p-tooltip__message {
    bottom: inherit;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(13px); }
    .p-tooltip--btm-center .p-tooltip__message::before {
      left: 50%;
      transform: translateX(-50%); }
  .p-tooltip--btm-right .p-tooltip__message {
    bottom: inherit;
    left: initial;
    right: 0;
    top: 100%;
    transform: translateY(13px); }
    .p-tooltip--btm-right .p-tooltip__message::before {
      left: initial;
      right: 0.75rem; }
  .p-tooltip--top-left .p-tooltip__message {
    bottom: 100%;
    left: 0;
    top: initial;
    transform: translateX(0%) translateY(-13px); }
    .p-tooltip--top-left .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #111;
      bottom: -1rem;
      left: 0.75rem; }
  .p-tooltip--top-center .p-tooltip__message {
    bottom: 100%;
    left: 50%;
    top: initial;
    transform: translateX(-50%) translateY(-13px); }
    .p-tooltip--top-center .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #111;
      bottom: -1rem;
      left: 50%;
      transform: translateX(-50%); }
  .p-tooltip--top-right .p-tooltip__message {
    bottom: 100%;
    left: initial;
    right: 0;
    top: initial;
    transform: translateX(0%) translateY(-13px); }
    .p-tooltip--top-right .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #111;
      bottom: -1rem;
      left: initial;
      right: 0.75rem; }
  .p-tooltip--right .p-tooltip__message {
    bottom: inherit;
    left: 100%;
    top: 50%;
    transform: translateX(14px) translateY(-50%); }
    .p-tooltip--right .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid #111;
      border-top: 8px solid transparent;
      bottom: inherit;
      left: 0;
      top: 50%;
      transform: translateX(-16px) translateY(-50%); }
  .p-tooltip--left .p-tooltip__message {
    bottom: inherit;
    left: -16px;
    top: 50%;
    transform: translateX(-100%) translateY(-50%); }
    .p-tooltip--left .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid #111;
      border-right: 8px solid transparent;
      border-top: 8px solid transparent;
      bottom: inherit;
      left: 100%;
      top: 50%;
      transform: translateX(0) translateY(-50%); }

.p-icon--plus, .p-icon--minus, .p-icon--expand, .p-icon--collapse, .p-icon--chevron, .p-icon--close, .p-icon--help, .p-icon--information, .p-icon--question, .p-icon--delete, .p-icon--error, .p-icon--warning, .p-icon--external-link, .p-icon--contextual-menu, .p-icon--menu, .p-icon--code, .p-icon--search, .p-icon--success, .p-icon--copy, .p-icon--share, .p-icon--user, .p-icon--spinner {
  height: 1rem;
  width: 1rem;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #666;
  display: inline-block;
  margin: 0;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  padding: 0;
  position: relative;
  text-indent: 999em;
  top: -2px;
  vertical-align: sub; }

.p-icon--plus {
  mask-image: url("data:image/svg+xml;charest=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9' viewBox='0 0 9 9'%3E%3Cg fill='%23888' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--minus {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9' viewBox='0 0 9 9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.p-icon--expand {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h16v16H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--collapse {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--chevron {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10' viewBox='0 0 10 4'%3E%3Cpath d='M3.637 3.138c-.518-.365-1.052-.778-1.6-1.238C1.486 1.44.946.948.414.423.273.283.135.14 0 0h1.54c.305.29.62.57.948.846.138.116.277.23.417.34.163.13.328.257.495.38.085.062.17.123.257.184.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.4-.28.79-.583 1.17-.904C7.837.57 8.153.29 8.457 0h1.54c-.134.14-.272.282-.414.422C9.05.948 8.51 1.442 7.963 1.9c-.55.46-1.084.873-1.602 1.238S5.39 3.79 5 4c-.39-.21-.845-.497-1.363-.862z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.p-icon--close {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='gray'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--help {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cpath fill='none' color='%23000' d='M-.003.002h16v16h-16z'/%3E%3Cpath d='M8.004 5.23q-.43 0-.825.11-.395.098-.826.332l-.42-1.145q.457-.258 1.036-.406.59-.16 1.206-.16.74 0 1.22.21.48.197.762.505.283.308.394.677.11.37.11.714 0 .42-.16.75-.147.334-.38.617t-.505.542q-.27.246-.505.517-.234.258-.394.554-.148.295-.148.664v.148q0 .074.012.148h-1.28q-.025-.123-.037-.26-.012-.146-.012-.27 0-.406.135-.726.136-.32.345-.59t.443-.506q.246-.234.456-.467.21-.234.344-.48.136-.247.136-.542 0-.407-.283-.665-.272-.27-.826-.27zM8.984 12.01q0 .43-.283.7-.283.272-.7.272-.407 0-.703-.27-.283-.272-.283-.703 0-.432.283-.703.296-.283.702-.283.417 0 .7.283.284.27.284.702z' fill='%233b3b3b'/%3E%3Cpath d='M2.064 1.002c-.59 0-1.067.476-1.067 1.067v11.866c0 .59.476 1.067 1.067 1.067H13.93c.592 0 1.068-.476 1.068-1.067V2.07c0-.592-.476-1.068-1.067-1.068zm-.067 1h12v12h-12z' fill='%233b3b3b' color='%23000'/%3E%3C/svg%3E"); }

.p-icon--information {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cg color='%23000'%3E%3Cpath d='M2.07 1c-.59 0-1.066.475-1.066 1.066v11.867c0 .59.475 1.067 1.066 1.067h11.867c.59 0 1.066-.476 1.066-1.067V2.066c0-.59-.475-1.066-1.066-1.066zm-.066 1h12v12h-12z' fill='%233b3b3b'/%3E%3Cpath d='M7 4v2h2V4zm0 3v5h2V7z' fill='%233b3b3b'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--question {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cpath fill='none' color='%23000' d='M-.003.002h16v16h-16z'/%3E%3Cpath d='M7.997.002c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z' fill='%23335280' color='%23000'/%3E%3Cpath d='M8.004 5.23q-.43 0-.825.11-.395.098-.826.332l-.42-1.145q.457-.258 1.036-.406.59-.16 1.206-.16.74 0 1.22.21.48.197.762.505.283.308.394.677.11.37.11.714 0 .42-.16.75-.147.334-.38.617t-.505.542q-.27.246-.505.517-.234.258-.394.554-.148.295-.148.664v.148q0 .074.012.148h-1.28q-.025-.123-.037-.26-.012-.146-.012-.27 0-.406.135-.726.136-.32.345-.59t.443-.506q.246-.234.456-.467.21-.234.344-.48.136-.247.136-.542 0-.407-.283-.665-.272-.27-.826-.27zM8.984 12.01q0 .43-.283.7-.283.272-.7.272-.407 0-.703-.27-.283-.272-.283-.703 0-.432.283-.703.296-.283.702-.283.417 0 .7.283.284.27.284.702z' fill='%23fff'/%3E%3C/svg%3E"); }

.p-icon--delete {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cg color='%23000'%3E%3Cpath opacity='.114' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath opacity='.114' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath opacity='.114' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath style='text-decoration-color:%23000000;isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-transform:none' d='M2 4v1h2V4H2zm11 0v1h2V4h-2zM2 6v8.506c0 .822.678 1.5 1.5 1.5h10c.822 0 1.5-.678 1.5-1.5V6h-2v7.506c0 .286-.214.5-.5.5h-8c-.286 0-.5-.214-.5-.5V6H2z' fill='gray' solid-color='%23000000'/%3E%3Cpath d='M6 0v3h1V1h3v2h1V0H6zM5 6h1v6H5zM8 6h1v6H8zM11 6h1v6h-1z' fill='gray'/%3E%3Cpath style='text-decoration-color:%23000000;isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-transform:none' d='M3.5 2C2.678 2 2 2.678 2 3.5V5h13V3.5c0-.822-.678-1.5-1.5-1.5h-10zM2 6v8.006h2V6H2zm11 0v8.006h2V6h-2z' fill='gray' solid-color='%23000000'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--error {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.59 0 0 3.59 0 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8zm2.828 3.757L8 6.587l-2.828-2.83-1.415 1.415L6.587 8l-2.83 2.828 1.415 1.415L8 9.413l2.828 2.83 1.415-1.415L9.413 8l2.83-2.828-1.415-1.415z' fill='%23c7162b' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.p-icon--warning {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16.000017 16.000017' width='16'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath stroke-linejoin='round' fill='%23f99b11' transform='matrix(2.28 0 0 2.437 -2180.8 -490.52)' stroke='%23f99b11' stroke-width='.848' d='M963.07 207.03h-6.15l3.08-5.33z'/%3E%3Cpath d='M7 5v5h2V5H7zm0 6v2h2v-2H7z' fill='%23111'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--external-link {
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--contextual-menu {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='6' viewBox='0 0 6 14'%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath d='M-10-6h26v26h-26z'/%3E%3Cpath fill-rule='nonzero' fill='%23666' d='M0 0v2h6V0M0 6v2h6V6M0 12v2h6v-2'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--menu {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='19' width='25' viewBox='0 0 79 60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23000' d='M.995 0h78v12h-78zM.995 24h78v12h-78zM.995 48h78v12h-78z'/%3E%3Cpath d='M-5.005-15h90v90h-90z'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--code {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cpath opacity='.212' fill='none' d='M.005.002h16v16h-16z'/%3E%3Cpath d='M2.67 2.002c-1.777 0-2.665 0-2.665 2.068v8.866c0 2.067.888 2.066 2.666 2.066h10.67c1.777 0 2.665 0 2.665-2.066v-8.8c0-2.133-.888-2.134-2.666-2.134H2.67zm1.28 1.89h1.102v1.143c.34.028.642.078.91.148.268.064.48.128.635.192L6.333 6.42c-.205-.076-.448-.15-.73-.22-.276-.072-.593-.107-.953-.107-.382 0-.67.072-.86.213-.19.134-.285.32-.285.56 0 .142.028.26.084.36.056.092.142.176.255.254.113.07.25.142.412.213.162.063.346.13.55.2.29.114.56.234.815.36.26.12.487.267.678.436.19.162.34.355.445.58.113.227.17.495.17.806 0 .466-.144.868-.433 1.207-.29.34-.766.558-1.43.657v1.324H3.95V11.97c-.508-.035-.922-.102-1.24-.2-.31-.106-.542-.2-.697-.286l.36-1.005c.225.112.496.213.814.305.324.092.692.14 1.1.14.488 0 .824-.073 1.007-.214.19-.147.287-.34.287-.58 0-.164-.038-.305-.116-.425-.078-.12-.187-.227-.328-.32-.14-.09-.31-.175-.508-.252-.19-.078-.404-.158-.637-.243-.217-.077-.436-.166-.655-.265-.212-.1-.405-.218-.582-.36-.17-.148-.306-.324-.412-.53s-.16-.455-.16-.75c0-.488.147-.902.436-1.24.29-.347.734-.568 1.334-.667V3.892zm4.055 8.096h3.99v.996h-3.99v-.996z' fill='gray'/%3E%3C/svg%3E"); }

.p-icon--search {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cg transform='matrix(.667 0 0 .667 -74.67 -285.57)' color='%23000'%3E%3Cpath opacity='.05' fill='none' d='M112 452.36h24v-24h-24z'/%3E%3Cpath style='isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M129.93 444.03l-2.27 2.273 6.07 6.07 2.27-2.27z' fill='gray'/%3E%3Cellipse stroke-linejoin='round' stroke='gray' rx='9.479' ry='9.479' cy='438.86' cx='122.5' stroke-linecap='round' stroke-width='2.041' fill='none'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--success {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='15' height='15' viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25 14.5c4.004 0 7.25-3.246 7.25-7.25S11.254 0 7.25 0 0 3.246 0 7.25s3.246 7.25 7.25 7.25zm3.8-10.327l-.066.058L6.25 8.38l-2.776-2.38-.84.948L6.25 10.75l5.5-5.787-.7-.79z' fill='%230f8420' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.p-icon--copy {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' width='16' viewBox='0 0 16 17'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M10.587 1.8h3.26c.47 0 .845.053 1.16.2s.567.412.716.748c.298.67.266 1.49.277 2.613v8.48c-.01 1.12.02 1.942-.277 2.613-.15.335-.4.6-.716.747s-.69.2-1.16.2H4.153c-.472 0-.846-.053-1.16-.2s-.568-.412-.717-.747c-.246-.554-.268-1.21-.273-2.053h.803c.016.854.058 1.428.178 1.707.072.166.15.26.336.348s.478.145.897.145h9.566c.42 0 .712-.057.897-.145.184-.088.263-.182.335-.348.143-.33.175-1.08.185-2.222V5.31c-.01-1.138-.042-1.886-.185-2.217-.072-.166-.15-.26-.335-.348-.185-.088-.477-.145-.897-.145h-3.538c.182-.225.304-.5.342-.8zm-3.174 0c.038.3.16.575.34.8H4.218c-.42 0-.712.057-.896.145-.184.088-.263.182-.335.348-.143.33-.175 1.08-.185 2.216v5.49H2V5.36c.01-1.12-.02-1.94.277-2.612.15-.336.4-.6.716-.748s.69-.2 1.16-.2h3.26z'/%3E%3Cpath fill-rule='nonzero' d='M11.398 1.8v2.4H6.6V1.8h1.6c0 .447.353.8.8.8.445 0 .8-.353.8-.8h1.598z'/%3E%3Cpath fill-rule='nonzero' d='M10.6 1.6c0 .88-.722 1.6-1.6 1.6-.88 0-1.6-.72-1.6-1.6C7.4.72 8.12 0 9 0c.88 0 1.6.72 1.6 1.6zm-.8 0c0-.447-.354-.8-.8-.8-.447 0-.8.353-.8.8 0 .446.353.8.8.8.446 0 .8-.354.8-.8z'/%3E%3Cpath d='M8.4 7.2H14v1H8.4zM8.4 9.6H14v1H8.4zM10 12h4v1h-4z'/%3E%3Cpath fill-rule='nonzero' d='M4.4 10s2.134 1.026 4 2.505h-.002C6.427 14.03 4.4 15 4.4 15v-5z'/%3E%3Cpath d='M0 11.6h4.4v2H0z'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--share {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cg color='%23000'%3E%3Cpath style='block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M11.43.012c-.548.024-1.086.238-1.5.597l-.952.796v.574c0 .544-.05 1.037-.154 1.49-.102.45-.286.838-.543 1.157-.246.33-.577.582-.998.756-.42.185-.953.278-1.59.278-.622 0-1.072-.04-1.568-.11-.93.543-1.363 1.38-1.363 2.492s.53 1.732 1.364 2.53c.442-.053 1.032-.077 1.57-.077.635 0 1.167.093 1.588.278.42.174.752.427 1 .756.256.317.44.7.542 1.15.103.453.154.952.154 1.496v.414l.922.78c.487.44 1.157.673 1.813.63.656-.044 1.29-.364 1.713-.866.425-.502.635-1.18.57-1.833-.066-.653-.407-1.275-.923-1.683l-.65-.55h-1.696c-.44 0-.848-.06-1.23-.182-.38-.114-.71-.3-.992-.55-.273-.243-.49-.553-.65-.934-.16-.37-.242-.817-.242-1.334 0-.517.083-.967.242-1.347.16-.382.377-.692.65-.935.282-.243.613-.428.993-.55.38-.114.788-.17 1.23-.17h1.536l.82-.686c.8-.647 1.117-1.823.753-2.783-.363-.96-1.38-1.63-2.406-1.585z' fill='gray'/%3E%3Cpath opacity='.1' fill='none' d='M-.003.005h16v16h-16z'/%3E%3C/g%3E%3C/svg%3E"); }

.p-icon--user {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' viewBox='0 0 16 15.999999' width='16'%3E%3Cpath opacity='.12' fill='none' color='%23000' d='M15.997 15.998v-16h-16v16z'/%3E%3Cpath style='text-decoration-color:%23000000;font-variant-numeric:normal;text-decoration-line:none;font-variant-position:normal;mix-blend-mode:normal;block-progression:tb;font-feature-settings:normal;shape-padding:0;font-variant-alternates:normal;text-indent:0;font-variant-caps:normal;text-decoration-style:solid;font-variant-ligatures:normal;isolation:auto;text-transform:none' d='M8 0C7.413 0 6.858.11 6.35.33c-.51.208-.956.514-1.33.91h-.004c-.364.4-.645.88-.844 1.427-.2.545-.3 1.143-.3 1.787 0 .653.1 1.256.3 1.802.2.54.48 1.012.844 1.41h.004c.25.264.53.49.84.676-.257.066-.7.144-.955.237-.878.32-1.617.765-2.196 1.333h-.005c-.573.577-1.003 1.258-1.286 2.03h-.003c-.263.765-.394 1.588-.394 2.464v1.572L14.98 16v-1.57c0-.892-.14-1.702-.42-2.468-.268-.776-.7-1.46-1.292-2.04-.58-.566-1.316-1.01-2.194-1.332-.25-.093-.687-.17-.94-.236.31-.187.59-.414.834-.68.373-.398.66-.873.86-1.412.203-.546.3-1.15.3-1.803 0-.646-.098-1.244-.3-1.79-.2-.548-.486-1.028-.86-1.426C10.602.846 10.16.54 9.652.33 9.143.11 8.588 0 8 0z' fill='gray' color='%23000' solid-color='%23000000' white-space='normal'/%3E%3C/svg%3E"); }

.p-icon--spinner {
  background-color: currentColor;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.49 23.123c2.78 1.125 5.978 1.213 8.975 0 4.247-1.72 6.972-5.603 7.424-9.87l-1.136-.118c-.408 3.86-2.875 7.374-6.717 8.93-2.71 1.098-5.605 1.018-8.118 0l-.43 1.058zm-2.21-1.176c-1.913-1.29-3.475-3.148-4.404-5.45C-1.284 11.146.686 5.15 5.28 2.05l.638.946C1.76 5.802-.02 11.228 1.934 16.068c.84 2.086 2.254 3.766 3.985 4.933l-.64.947zm18.61-11.2c-.115-1.088-.38-2.178-.81-3.242-2.478-6.142-9.457-9.11-15.59-6.628l.43 1.057c5.546-2.245 11.86.44 14.103 5.998.388.963.63 1.95.733 2.933l1.134-.12z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E"); }

.p-icon--inherit-color {
  color: currentColor; }

.p-icon--medium {
  height: 1.25rem;
  width: 1.25rem; }

.p-icon--large {
  height: 1.5rem;
  width: 1.5rem; }

.p-icon--x-large {
  height: 1.75rem;
  width: 1.75rem; }

.p-icon--x-large {
  height: 2.25rem;
  width: 2.25rem; }

.p-icon--xx-large {
  height: 3rem;
  width: 3rem; }

[class*="p-button-"] [class*="p-icon-"] {
  top: -1px;
  vertical-align: middle; }

.p-tooltip {
  position: relative; }
  .p-tooltip__message {
    background-color: #111;
    border: 0;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    max-width: 330px;
    min-width: 155px;
    padding: 0.5rem 0.75rem;
    position: absolute;
    text-align: left;
    text-decoration: initial;
    top: 100%;
    transform: translateX(0%) translateY(13px);
    white-space: pre;
    z-index: 1; }
    .p-tooltip__message::before {
      border-bottom: 8px solid #111;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      bottom: 100%;
      content: '';
      height: 0;
      left: 0.75rem;
      pointer-events: none;
      position: absolute;
      width: 0; }
  .p-tooltip:focus .p-tooltip__message, .p-tooltip:hover .p-tooltip__message {
    display: inline;
    text-decoration: initial; }
  .p-tooltip--btm-center .p-tooltip__message {
    bottom: inherit;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(13px); }
    .p-tooltip--btm-center .p-tooltip__message::before {
      left: 50%;
      transform: translateX(-50%); }
  .p-tooltip--btm-right .p-tooltip__message {
    bottom: inherit;
    left: initial;
    right: 0;
    top: 100%;
    transform: translateY(13px); }
    .p-tooltip--btm-right .p-tooltip__message::before {
      left: initial;
      right: 0.75rem; }
  .p-tooltip--top-left .p-tooltip__message {
    bottom: 100%;
    left: 0;
    top: initial;
    transform: translateX(0%) translateY(-13px); }
    .p-tooltip--top-left .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #111;
      bottom: -1rem;
      left: 0.75rem; }
  .p-tooltip--top-center .p-tooltip__message {
    bottom: 100%;
    left: 50%;
    top: initial;
    transform: translateX(-50%) translateY(-13px); }
    .p-tooltip--top-center .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #111;
      bottom: -1rem;
      left: 50%;
      transform: translateX(-50%); }
  .p-tooltip--top-right .p-tooltip__message {
    bottom: 100%;
    left: initial;
    right: 0;
    top: initial;
    transform: translateX(0%) translateY(-13px); }
    .p-tooltip--top-right .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #111;
      bottom: -1rem;
      left: initial;
      right: 0.75rem; }
  .p-tooltip--right .p-tooltip__message {
    bottom: inherit;
    left: 100%;
    top: 50%;
    transform: translateX(14px) translateY(-50%); }
    .p-tooltip--right .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid transparent;
      border-right: 8px solid #111;
      border-top: 8px solid transparent;
      bottom: inherit;
      left: 0;
      top: 50%;
      transform: translateX(-16px) translateY(-50%); }
  .p-tooltip--left .p-tooltip__message {
    bottom: inherit;
    left: -16px;
    top: 50%;
    transform: translateX(-100%) translateY(-50%); }
    .p-tooltip--left .p-tooltip__message::before {
      border-bottom: 8px solid transparent;
      border-left: 8px solid #111;
      border-right: 8px solid transparent;
      border-top: 8px solid transparent;
      bottom: inherit;
      left: 100%;
      top: 50%;
      transform: translateX(0) translateY(-50%); }

.p-inline-images {
  display: block;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center; }
  .p-inline-images__item {
    display: inline-block;
    margin: 1.875rem;
    max-height: 5.625rem;
    max-width: 5.625rem;
    overflow: hidden;
    text-align: center;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .p-inline-images__item {
        margin: 1.875rem;
        max-height: 11.25rem;
        max-width: 11.25rem; } }
    .p-inline-images__item * {
      width: 100%; }
  .p-inline-images__img {
    display: inline-block;
    margin: 2rem;
    max-width: 6rem;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 768px) {
      .p-inline-images__img {
        margin: 3rem;
        max-width: 11.25rem; } }

.p-notification {
  background-color: #fff;
  border: 0;
  border-color: #666;
  border-radius: .125rem;
  border-style: solid;
  border-top-width: 3px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  color: #111;
  font-size: 1rem;
  overflow: hidden;
  padding: .625rem;
  text-align: center;
  width: 100%; }
  .p-notification__response {
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    margin: 0;
    text-align: left; }
  .p-notification__status {
    font-weight: 400;
    margin-right: .3125rem; }
  .p-notification__action {
    border-bottom: 0;
    margin-left: .3125rem; }

.p-notification--positive {
  background-color: #fff;
  border: 0;
  border-color: #666;
  border-radius: .125rem;
  border-style: solid;
  border-top-width: 3px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  color: #111;
  font-size: 1rem;
  overflow: hidden;
  padding: .625rem;
  text-align: center;
  width: 100%;
  border-color: #0e8420; }
  .p-notification--positive .p-notification__response {
    background-image: url("data:image/svg+xml,%3Csvg width='17px' height='17px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='notification-success' transform='translate(1.000000, 1.000000)'%3E%3Cg id='Page-3---colours'%3E%3Cg id='Notifications---single'%3E%3Cg id='Group'%3E%3Cg id='ICON'%3E%3Ccircle id='circle6710' stroke='%230e8420' stroke-width='1.5' fill='%230e8420' cx='7.2500086' cy='7.2500086' r='7.2500086'%3E%3C/circle%3E%3Cpolygon id='path6712' fill='%23fff' points='11.0502986 4.1734486 10.9843986 4.2311486 6.2496486 8.3783686 3.4740786 5.9974286 2.6350186 6.9463086 6.2503386 10.7500186 11.7500086 4.9627786 11.0502986 4.1734886'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding-left: 1.5rem; }

.p-notification--caution {
  background-color: #fff;
  border: 0;
  border-color: #666;
  border-radius: .125rem;
  border-style: solid;
  border-top-width: 3px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  color: #111;
  font-size: 1rem;
  overflow: hidden;
  padding: .625rem;
  text-align: center;
  width: 100%;
  border-color: #f99b11; }
  .p-notification--caution .p-notification__response {
    background-image: url("data:image/svg+xml,%3Csvg width='17px' height='17px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='notification-caution' transform='translate(1.000000, 1.000000)'%3E%3Cg id='Page-3---colours'%3E%3Cg id='Notifications---single'%3E%3Cg id='Group'%3E%3Cg id='ICON'%3E%3Ccircle id='circle5432' stroke='%23f99b11' stroke-width='1.5' fill='%23f99b11' cx='7.2500086' cy='7.2500086' r='7.2500086'%3E%3C/circle%3E%3Cpath d='M6.2500086,3.2500086 L6.2500086,8.2500086 L8.2500086,8.2500086 L8.2500086,3.2500086 L6.2500086,3.2500086 L6.2500086,3.2500086 L6.2500086,3.2500086 Z M6.2500086,9.2500086 L6.2500086,11.2500086 L8.2500086,11.2500086 L8.2500086,9.2500086 L6.2500086,9.2500086 L6.2500086,9.2500086 L6.2500086,9.2500086 Z' id='rect5434' fill='%23fff'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding-left: 1.5rem; }

.p-notification--negative {
  background-color: #fff;
  border: 0;
  border-color: #666;
  border-radius: .125rem;
  border-style: solid;
  border-top-width: 3px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  color: #111;
  font-size: 1rem;
  overflow: hidden;
  padding: .625rem;
  text-align: center;
  width: 100%;
  border-color: #c7162b; }
  .p-notification--negative .p-notification__response {
    background-image: url("data:image/svg+xml,%3Csvg width='16px' height='17px' viewBox='0 0 16 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-3---colours' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Notifications---single' transform='translate(-215.000000, -271.000000)'%3E%3Cg id='Group' transform='translate(205.000000, 254.000000)'%3E%3Cg id='ICON' transform='translate(10.000000, 17.000000)'%3E%3Crect id='rect6415' x='0' y='0.36218' width='16' height='16'%3E%3C/rect%3E%3Ccircle id='circle6417' stroke='%23c7162b' stroke-width='1.5' fill='%23c7162b' cx='8' cy='8.36218' r='7.2500086'%3E%3C/circle%3E%3Cpath d='M5.00001,5.36218 L11.00001,11.36218' id='path6479-8' stroke='%23fff' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M11.00001,5.36218 L5.00001,11.36218' id='path6481-8' stroke='%23fff' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    padding-left: 1.5rem; }

.p-notification--information {
  background-color: #fff;
  border: 0;
  border-color: #666;
  border-radius: .125rem;
  border-style: solid;
  border-top-width: 3px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  color: #111;
  font-size: 1rem;
  overflow: hidden;
  padding: .625rem;
  text-align: center;
  width: 100%;
  border-color: #335280; }

.p-pull-quote, .p-pull-quote--accent {
  border: 0;
  margin: 2rem 0 1rem;
  padding-left: 2rem;
  padding-right: 1.25rem;
  position: relative; }
  @media (min-width: 768px) {
    .p-pull-quote, .p-pull-quote--accent {
      margin: 1.5rem 0 1.5rem; } }
  .p-pull-quote > p, .p-pull-quote--accent > p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.154;
    font-style: normal; }
    @media only screen and (min-width: 1030px) {
      .p-pull-quote > p, .p-pull-quote--accent > p {
        font-size: 1.75rem;
        line-height: 1.286; } }
    .p-pull-quote > p:first-of-type::before, .p-pull-quote--accent > p:first-of-type::before {
      color: #cdcdcd;
      display: inline-block;
      font-size: 2.134rem;
      font-weight: bold;
      line-height: 1rem;
      max-width: 1.25rem;
      content: '\201C\2002';
      margin-left: -1.5rem;
      padding-right: 1.5rem;
      position: relative;
      top: .1rem; }
      @media (min-width: 768px) {
        .p-pull-quote > p:first-of-type::before, .p-pull-quote--accent > p:first-of-type::before {
          font-size: 2.5rem; } }
      @media (min-width: 1030px) {
        .p-pull-quote > p:first-of-type::before, .p-pull-quote--accent > p:first-of-type::before {
          font-size: 3rem; } }
      @media (min-width: 768px) {
        .p-pull-quote > p:first-of-type::before, .p-pull-quote--accent > p:first-of-type::before {
          margin-left: -1.9rem;
          padding-right: 1.9rem;
          top: .4rem; } }
    .p-pull-quote > p:last-of-type, .p-pull-quote--accent > p:last-of-type {
      margin-bottom: 0; }
    .p-pull-quote > p:last-of-type::after, .p-pull-quote--accent > p:last-of-type::after {
      color: #cdcdcd;
      display: inline-block;
      font-size: 2.134rem;
      font-weight: bold;
      line-height: 1rem;
      max-width: 1.25rem;
      content: '\2002\201E';
      margin-left: 0.5rem;
      margin-top: -.5rem;
      position: absolute; }
      @media (min-width: 768px) {
        .p-pull-quote > p:last-of-type::after, .p-pull-quote--accent > p:last-of-type::after {
          font-size: 2.5rem; } }
      @media (min-width: 1030px) {
        .p-pull-quote > p:last-of-type::after, .p-pull-quote--accent > p:last-of-type::after {
          font-size: 3rem; } }
  .p-pull-quote__citation {
    display: inline-block;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.5;
    margin-top: 0.75rem;
    width: 100%; }

@media screen and (max-width: 768px) {
  .p-table--mobile-card thead {
    display: none; }
  .p-table--mobile-card tr {
    align-items: flex-end;
    background: #fff;
    border-radius: 2px;
    border-width: 0;
    box-shadow: 0 1px 5px 1px rgba(17, 17, 17, 0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem;
    width: 100%; }
    .p-table--mobile-card tr + tr {
      margin-top: 1rem; }
  .p-table--mobile-card td {
    margin: 0;
    padding: 0;
    width: 100%; }
    .p-table--mobile-card td + td {
      padding-top: 0.75rem; }
    .p-table--mobile-card td[aria-label] {
      flex-basis: 50%;
      max-width: 50%;
      position: relative;
      text-align: right; }
      .p-table--mobile-card td[aria-label]::before {
        content: attr(aria-label);
        display: block;
        font-weight: 500;
        height: 100%;
        left: -100%;
        position: absolute;
        text-align: left;
        width: 100%; }
  .p-table--mobile-card .p-contextual-menu, .p-table--mobile-card .p-contextual-menu--left, .p-table--mobile-card .p-contextual-menu--center {
    width: 100%; }
    .p-table--mobile-card .p-contextual-menu [role="menuitem"], .p-table--mobile-card .p-contextual-menu--left [role="menuitem"], .p-table--mobile-card .p-contextual-menu--center [role="menuitem"] {
      display: none; }
    .p-table--mobile-card .p-contextual-menu__dropdown {
      box-shadow: none;
      display: block;
      max-width: 100%;
      position: relative; }
      .p-table--mobile-card .p-contextual-menu__dropdown::before {
        display: none; }
    .p-table--mobile-card .p-contextual-menu__group {
      padding: 0; }
      .p-table--mobile-card .p-contextual-menu__group + .p-contextual-menu__group {
        margin-top: 0.75rem;
        padding-top: 0.75rem; }
    .p-table--mobile-card .p-contextual-menu__link {
      border-color: #cdcdcd;
      border-radius: .125rem;
      border-style: solid;
      border-width: 1px;
      box-sizing: border-box;
      color: #000;
      cursor: pointer;
      display: block;
      line-height: 1rem;
      outline: none;
      padding: 0.75rem 1.5rem;
      text-align: center;
      text-decoration: none;
      width: 100%; }
      .p-table--mobile-card .p-contextual-menu__link + .p-contextual-menu__link {
        margin-top: 0.5rem; } }

.p-strip {
  clear: both;
  margin-top: 0;
  padding: 2rem 0;
  width: 100%;
  background-color: transparent; }
  .p-strip .p-link--external {
    color: inherit; }
    .p-strip .p-link--external::after {
      background-color: currentColor; }
  @media only screen and (min-width: 1030px) {
    .p-strip {
      padding: 4rem 0; } }
  .p-strip--light {
    clear: both;
    margin-top: 0;
    padding: 2rem 0;
    width: 100%;
    background-color: #f7f7f7; }
    .p-strip--light .p-link--external {
      color: inherit; }
      .p-strip--light .p-link--external::after {
        background-color: currentColor; }
    @media only screen and (min-width: 1030px) {
      .p-strip--light {
        padding: 4rem 0; } }
  .p-strip--dark {
    clear: both;
    margin-top: 0;
    padding: 2rem 0;
    width: 100%;
    background-color: #111;
    color: #f7f7f7; }
    .p-strip--dark .p-link--external {
      color: inherit; }
      .p-strip--dark .p-link--external::after {
        background-color: currentColor; }
    @media only screen and (min-width: 1030px) {
      .p-strip--dark {
        padding: 4rem 0; } }

.p-strip--accent {
  clear: both;
  margin-top: 0;
  padding: 2rem 0;
  width: 100%;
  background-color: #2c001e;
  color: #fff; }
  .p-strip--accent .p-link--external {
    color: inherit; }
    .p-strip--accent .p-link--external::after {
      background-color: currentColor; }
  @media only screen and (min-width: 1030px) {
    .p-strip--accent {
      padding: 4rem 0; } }

.p-strip--image {
  clear: both;
  margin-top: 0;
  padding: 2rem 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  .p-strip--image .p-link--external {
    color: inherit; }
    .p-strip--image .p-link--external::after {
      background-color: currentColor; }
  @media only screen and (min-width: 1030px) {
    .p-strip--image {
      padding: 4rem 0; } }
  .p-strip--image.is-light {
    color: #000; }
  .p-strip--image.is-dark {
    color: #fff; }

[class^='p-strip'].is-bordered {
  border-bottom: 1px solid #cdcdcd; }

[class^='p-strip'].is-shallow {
  padding: 1.5rem 0; }
  @media only screen and (min-width: 1030px) {
    [class^='p-strip'].is-shallow {
      padding: 2.5rem 0; } }

[class^='p-strip'].is-deep {
  padding: 3rem 0; }
  @media only screen and (min-width: 1030px) {
    [class^='p-strip'].is-deep {
      padding: 6rem 0; } }

.p-switch {
  align-items: stretch;
  border: 0;
  display: inline-flex;
  font-size: .875rem;
  height: 2rem;
  padding: initial;
  position: relative;
  width: 4rem; }
  .p-switch:focus {
    outline: 1px solid #e95420;
    outline-offset: 3px; }
  .p-switch :first-child,
  .p-switch :last-child {
    box-shadow: inset 0 2px 5px 0 rgba(17, 17, 17, 0.2);
    line-height: 2rem;
    margin: 0;
    text-align: center;
    width: 50%; }
  .p-switch :first-child {
    background-color: #335280;
    border-radius: 2px 0 0 2px;
    color: #fff; }
  .p-switch :last-child {
    background-color: #cdcdcd;
    border-radius: 0 2px 2px 0; }
  .p-switch::before {
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    max-height: 2rem;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%; }
  .p-switch[aria-checked='true']::before {
    left: 50%; }

.p-table--sortable th[role="columnheader"][aria-sort="ascending"]::after, .p-table--sortable th[role="columnheader"][aria-sort="descending"]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10' viewBox='0 0 10 4'%3E%3Cpath d='M3.637 3.138c-.518-.365-1.052-.778-1.6-1.238C1.486 1.44.946.948.414.423.273.283.135.14 0 0h1.54c.305.29.62.57.948.846.138.116.277.23.417.34.163.13.328.257.495.38.085.062.17.123.257.184.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.4-.28.79-.583 1.17-.904C7.837.57 8.153.29 8.457 0h1.54c-.134.14-.272.282-.414.422C9.05.948 8.51 1.442 7.963 1.9c-.55.46-1.084.873-1.602 1.238S5.39 3.79 5 4c-.39-.21-.845-.497-1.363-.862z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: .4rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  width: 1rem; }

.p-table--sortable {
  table-layout: fixed; }
  .p-table--sortable th[role="columnheader"][aria-sort] {
    align-items: center;
    cursor: pointer;
    white-space: nowrap; }
  .p-table--sortable th[role="columnheader"][aria-sort="descending"]::after {
    transform: rotate(180deg); }
  .p-table--sortable th[role="columnheader"][aria-sort]:hover {
    color: #e95420;
    text-decoration: underline; }

.p-tabs {
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .p-tabs::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff);
    bottom: 0;
    color: #666;
    content: '\203A';
    display: block;
    font-size: 2rem;
    padding-right: 1.5rem;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .p-tabs::before {
        display: none; } }
  .p-tabs__list {
    margin: 0 auto;
    overflow: scroll;
    padding: 0 3rem 0 1.5rem;
    position: relative;
    white-space: nowrap;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .p-tabs__list {
        max-width: 1030px;
        overflow: hidden;
        padding: 0 1.5rem; } }
  .p-tabs__item {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    width: auto; }
    @media screen and (min-width: 768px) {
      .p-tabs__item {
        float: left; } }
  .p-tabs__link {
    color: #000;
    display: inline-block;
    font-size: .875rem;
    padding: 0.75rem; }
    .p-tabs__link:hover {
      border-bottom: 3px solid #cdcdcd;
      text-decoration: none; }
    .p-tabs__link[aria-selected="true"] {
      border-bottom: 3px solid #666; }

.p-table-expanding {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between; }
  .p-table-expanding tbody {
    margin: 0; }
  .p-table-expanding tr {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%; }
    .p-table-expanding tr + tr {
      margin: 0; }
  .p-table-expanding th,
  .p-table-expanding td {
    align-self: baseline;
    display: flex;
    flex-basis: 0;
    flex-flow: row nowrap;
    flex-grow: 1;
    margin: 0;
    word-break: break-word; }
    .p-table-expanding th.p-table-expanding__panel,
    .p-table-expanding td.p-table-expanding__panel {
      border-top: 1px solid #cdcdcd;
      flex-basis: 100%;
      max-width: 100%; }
      .p-table-expanding th.p-table-expanding__panel[aria-hidden="true"],
      .p-table-expanding td.p-table-expanding__panel[aria-hidden="true"] {
        display: none; }
      .p-table-expanding th.p-table-expanding__panel .row,
      .p-table-expanding td.p-table-expanding__panel .row {
        max-width: 100%;
        padding: 0;
        width: 100%; }

.p-form-validation {
  color: #111;
  line-height: 1.5;
  margin-top: 1.25rem;
  position: relative; }
  .p-form-validation .p-form-validation__input {
    background-position: calc(100% - 1rem) 0.75rem;
    background-repeat: no-repeat;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem; }
  .p-form-validation .p-form-validation__icon {
    position: relative; }
    .p-form-validation .p-form-validation__icon::after {
      position: absolute;
      right: 0.75rem;
      top: calc(50% - $sp-x-small); }
  .p-form-validation__message {
    font-size: .875rem;
    margin-top: 0.5rem; }

.is-error .p-form-validation__input {
  background-image: url("https://assets.ubuntu.com/v1/4b0cd7fc-icon-error.svg");
  border-color: #c7162b; }

.is-success .p-form-validation__input {
  background-image: url("https://assets.ubuntu.com/v1/94949185-icon-success.svg");
  border-color: #0e8420; }

.is-caution .p-form-validation__input {
  background-image: url("https://assets.ubuntu.com/v1/db30f04c-icon-caution.svg");
  border-color: #f99b11; }

.p-form--stacked {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .p-form--stacked .p-form__group {
      align-items: baseline;
      display: flex;
      flex-flow: wrap; }
      .p-form--stacked .p-form__group + .p-form__group {
        margin-top: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .p-form--stacked .p-form__label {
      flex-basis: 25%;
      flex-grow: 1;
      margin: 0;
      max-width: 25%;
      padding-right: 0.75rem; } }
  @media screen and (min-width: 768px) {
    .p-form--stacked .p-form__control {
      flex-basis: 75%;
      flex-grow: 1;
      margin: 0;
      max-width: 75%; } }

@media screen and (min-width: 768px) {
  .p-form--inline {
    align-items: baseline;
    display: inline-flex;
    flex-direction: row; }
    .p-form--inline > * {
      margin: 0; } }

@media screen and (min-width: 768px) {
  .p-form--inline .p-form__group {
    display: inline-flex;
    width: auto; }
    .p-form--inline .p-form__group + .p-form__group,
    .p-form--inline .p-form__group + [class*="p-button"] {
      margin-left: 1.5rem; }
    .p-form--inline .p-form__group .p-form__label,
    .p-form--inline .p-form__group .p-form__control,
    .p-form--inline .p-form__group .p-form-validation__message {
      align-self: baseline;
      box-sizing: border-box; }
    .p-form--inline .p-form__group .p-form__label {
      flex-shrink: 0;
      padding-right: 1rem; }
    .p-form--inline .p-form__group .p-form__control {
      display: inline-block;
      margin: 0; }
    .p-form--inline .p-form__group .p-form-validation__message {
      clear: both;
      margin-top: 0.25rem;
      min-width: 100%;
      width: 0; } }

.p-form--inline [class*="p-button"] {
  flex: initial;
  flex-shrink: 0;
  margin-top: 0; }

form + [class*="p-button"] {
  margin-top: 1.5rem; }

.u-animation--spin {
  animation: spin 1s infinite linear !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.u-float--right {
  float: right !important; }

.u-float--left {
  float: left !important; }

.u-float-right {
  float: right !important; }
  @media (max-width: 620px) {
    .u-float-right--small {
      float: right !important; } }
  @media (min-width: 768px) and (max-width: 1030px) {
    .u-float-right--medium {
      float: right !important; } }
  @media (min-width: 1030px) {
    .u-float-right--large {
      float: right !important; } }

.u-float-left {
  float: left !important; }
  @media (max-width: 620px) {
    .u-float-left--small {
      float: left !important; } }
  @media (min-width: 768px) and (max-width: 1030px) {
    .u-float-left--medium {
      float: left !important; } }
  @media (min-width: 1030px) {
    .u-float-left--large {
      float: left !important; } }

.u-embedded-media {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .u-embedded-media__element {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media only screen and (min-width: 768px) {
  .u-equal-height {
    display: flex; } }

.u-align--center {
  justify-content: center !important;
  text-align: center !important; }

.u-align--left {
  justify-content: flex-start !important;
  text-align: left !important; }

.u-align--right {
  justify-content: flex-end !important;
  text-align: right !important; }

.u-no-margin {
  margin: 0 !important; }
  .u-no-margin--top {
    margin-top: 0 !important; }
  .u-no-margin--right {
    margin-right: 0 !important; }
  .u-no-margin--bottom {
    margin-bottom: 0 !important; }
  .u-no-margin--left {
    margin-left: 0 !important; }

.u-no-padding {
  padding: 0 !important; }
  .u-no-padding--top {
    padding-top: 0 !important; }
  .u-no-padding--right {
    padding-right: 0 !important; }
  .u-no-padding--bottom {
    padding-bottom: 0 !important; }
  .u-no-padding--left {
    padding-left: 0 !important; }

.u-hide {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-hide--small {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 1030px) {
    .u-hide--medium {
      display: none !important; } }
  @media screen and (min-width: 1030px) {
    .u-hide--large {
      display: none !important; } }

@media (min-width: 768px) {
  .u-image-position {
    position: relative; }
    .u-image-position [class*='col-'] {
      position: static; }
    .u-image-position--top {
      position: absolute;
      top: 0; }
    .u-image-position--bottom {
      bottom: 0;
      position: absolute; }
    .u-image-position--left {
      left: 0;
      position: absolute; }
    .u-image-position--right {
      position: absolute;
      right: 0; } }

.u-show {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-show--small {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1030px) {
    .u-show--medium {
      display: block !important; } }
  @media screen and (min-width: 1030px) {
    .u-show--large {
      display: block !important; } }

.u-off-screen {
  height: 1px !important;
  left: -10000px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important; }

@media (min-width: 768px) {
  .u-vertically-center {
    align-items: center !important;
    display: flex !important; } }

.u-hidden {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .u-hidden--small {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 1030px) {
    .u-hidden--medium {
      display: none !important; } }
  @media screen and (min-width: 1030px) {
    .u-hidden--large {
      display: none !important; } }

.u-visible {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .u-visible--small {
      display: block !important; } }
  @media (min-width: 768px) and (max-width: 1030px) {
    .u-visible--medium {
      display: block !important; } }
  @media screen and (min-width: 1030px) {
    .u-visible--large {
      display: block !important; } }

body {
  padding-top: 1.875rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    body {
      padding-bottom: 1.875rem;
      padding-top: 0; } }

.global-nav {
  background-color: #f7f7f7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
  height: 1.875rem;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101; }
  @media only screen and (max-width: 768px) {
    .global-nav {
      bottom: 0;
      box-shadow: none;
      height: 1.875rem;
      top: auto; } }
  .global-nav__wrapper {
    background: none repeat scroll 0 0 transparent;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .global-nav__wrapper {
        width: auto;
        background-color: #fff; } }
    @media only screen and (min-width: 984px) {
      .global-nav__wrapper {
        width: 984px; } }
  .global-nav__title {
    display: none; }
    @media only screen and (max-width: 768px) {
      .global-nav__title {
        background-image: url("https://assets.ubuntu.com/v1/c3ca35d3-arrow_down_dark.svg");
        background-position: calc(100% - .625rem) 50%;
        background-repeat: no-repeat;
        background-size: .8125rem;
        background-color: #f7f7f7;
        border-width: 1px 0;
        border-style: solid;
        border-color: #cdcdcd;
        border-radius: 0;
        cursor: pointer;
        color: #333;
        display: block;
        font-family: Ubuntu, Arial, 'libra sans', sans-serif;
        font-size: .8125rem;
        font-weight: 300;
        line-height: 1.5;
        margin: 0;
        padding: 0.625rem 0 0.625rem 1.875rem;
        position: relative;
        text-align: left;
        width: 100%; }
        .global-nav__title:hover {
          background-color: #f7f7f7; }
        .global-nav__title:active:focus, .global-nav__title:active:active, .global-nav__title:focus:focus, .global-nav__title:focus:active {
          outline: 1px solid #19b6ee;
          outline-offset: 2px; }
        .global-nav__title.is-revealed {
          background-image: url("https://assets.ubuntu.com/v1/9ec2c354-icon-arrow-up.svg"); }
        .global-nav__title::before {
          background-image: url("https://assets.ubuntu.com/v1/eb41826c-external-link-dark.svg");
          background-position: 0 3px;
          background-repeat: no-repeat;
          background-size: .875rem;
          content: '';
          height: 1.0625rem;
          left: .625rem;
          position: absolute;
          width: .875rem; } }
  .global-nav__list {
    margin: 0;
    padding-left: 0;
    top: 0; }
    @media only screen and (max-width: 768px) {
      .global-nav__list {
        display: none; }
        .global-nav__list.is-revealed {
          display: block; }
          .global-nav__list.is-revealed .global-nav__more {
            display: block;
            margin-top: 0;
            padding-left: 0; } }
  .global-nav__list-item, .global-nav__list-item--more {
    display: block;
    float: left;
    height: 1.875rem;
    margin: 0;
    margin-top: -1px;
    position: relative;
    text-align: left;
    top: 0; }
    @media only screen and (max-width: 768px) {
      .global-nav__list-item, .global-nav__list-item--more {
        border-bottom: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
        box-sizing: border-box;
        display: inline;
        float: left;
        font-size: .8125rem;
        height: auto;
        line-height: 2;
        margin: 0;
        width: 50%; }
        .global-nav__list-item:nth-child(odd), .global-nav__list-item--more:nth-child(odd) {
          border-left: 0; }
        .global-nav__list-item:last-of-type, .global-nav__list-item--more:last-of-type {
          border-bottom: 0; } }
    .global-nav__list-item--more {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      min-width: 3.75rem; }
      @media only screen and (max-width: 768px) {
        .global-nav__list-item--more {
          border: 0;
          height: 0;
          top: -1px;
          width: 100%; }
          .global-nav__list-item--more > .global-nav__link {
            display: none !important; } }
      .global-nav__list-item--more.is-revealed {
        background-color: #fff;
        border-left: 1px solid #d7d7d7;
        border-right: 1px solid #d7d7d7;
        min-width: 120px; }
      .global-nav__list-item--more.is-revealed .global-nav__more {
        display: block;
        margin: 0;
        padding-left: 0; }
      .global-nav__list-item--more.is-revealed .global-nav__more .global-nav__link:hover {
        color: #e95420;
        text-decoration: none; }
      .global-nav__list-item--more.is-revealed > .global-nav__link,
      .global-nav__list-item--more.is-revealed .global-nav__more-chevron {
        color: #e95420;
        opacity: 1; }
    @media only screen and (min-width: 984px) {
      .global-nav__list-item:first-of-type .global-nav__link, .global-nav__list-item--more:first-of-type .global-nav__link {
        margin-left: 0; } }
  .global-nav__more {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    display: none;
    float: none;
    margin-left: 0;
    min-width: 7.5rem;
    position: absolute;
    top: 1.875rem; }
    @media only screen and (max-width: 768px) {
      .global-nav__more {
        border-top: 1px solid #d7d7d7;
        background-color: transparent;
        min-width: none;
        top: 0;
        width: 100%; } }
    .global-nav__more .global-nav__link {
      border-top: 0;
      float: none; }
    .global-nav__more .global-nav__list-item, .global-nav__more .global-nav__list-item--more {
      float: none; }
      @media only screen and (max-width: 768px) {
        .global-nav__more .global-nav__list-item, .global-nav__more .global-nav__list-item--more {
          border-bottom: 1px solid #cdcdcd;
          border-left: 1px solid #cdcdcd;
          box-sizing: border-box;
          display: inline;
          float: left;
          font-size: .8125rem;
          line-height: 2;
          margin: 0;
          width: 50%; }
          .global-nav__more .global-nav__list-item:nth-child(odd):nth-last-child(1), .global-nav__more .global-nav__list-item--more:nth-child(odd):nth-last-child(1) {
            border-right: 1px solid #cdcdcd;
            width: calc(50% + 1px); }
          .global-nav__more .global-nav__list-item:nth-last-child(1):not(:nth-child(even)), .global-nav__more .global-nav__list-item--more:nth-last-child(1):not(:nth-child(even)) {
            border-left: 0; }
          .global-nav__more .global-nav__list-item:nth-last-child(1):nth-child(odd), .global-nav__more .global-nav__list-item--more:nth-last-child(1):nth-child(odd) {
            border-bottom: 0; } }
    @media only screen and (min-width: 768px) {
      .global-nav__more .global-nav__list-item:first-of-type .global-nav__link, .global-nav__more .global-nav__list-item--more:first-of-type .global-nav__link {
        margin-left: .625rem; } }
    .global-nav__more-chevron {
      display: block;
      height: 0;
      left: 2.875rem;
      line-height: 1;
      position: relative;
      top: -.625rem;
      transform: rotate(90deg);
      transform-origin: 0; }
  .global-nav__link:link, .global-nav__link:visited {
    border-bottom: 0;
    border-top: 3px solid transparent;
    color: #333;
    display: block;
    font-size: .8125rem;
    font-weight: 300;
    line-height: 1.6;
    list-style-image: none;
    margin-left: .625rem;
    margin-right: .625rem;
    padding-bottom: 4px;
    padding-top: 3px;
    position: relative;
    text-decoration: none;
    transition: opacity .25s ease-in-out; }
    @media only screen and (max-width: 768px) {
      .global-nav__link:link, .global-nav__link:visited {
        margin-bottom: 3px;
        margin-left: 10px; } }
  .global-nav__link.is-active {
    color: #e95420;
    opacity: 1;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .global-nav__link.is-active {
        border-top: 3px solid #e95420; } }
  .global-nav__link:hover {
    color: #e95420;
    text-decoration: none; }
  .global-nav__link:focus:focus, .global-nav__link:focus:active, .global-nav__link:active:focus, .global-nav__link:active:active {
    outline: 1px solid #19b6ee;
    outline-offset: 2px; }

/* Contribute page */
[class*='p-button'].is-wide {
  width: 100%; }

.search-toggle {
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 90 90'><g color='#fff'><path fill='none' stroke-width='4' d='M0 0h90v90H0z'/><path d='M69 36.5a33 33.5 0 1 1-66 0 33 33.5 0 1 1 66 0z' transform='matrix(.636 0 0 .627 16.114 16.12)' fill='none' stroke='#fff' stroke-width='9.5'/><path d='M55.77 52.92L52.94 55.75l14 14 2.83-2.83-14-14z' fill='#fff' stroke-width='6' class='s0'/></g></svg>");
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem; }
  @media (min-width: 768px) {
    .search-toggle {
      position: relative;
      right: 1.5rem; } }

.search-toggle__link {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem; }

.p-site-search {
  float: right;
  margin: 0.75rem 0;
  position: absolute;
  right: 4.5rem; }
  .p-site-search__form {
    clear: both;
    margin: 0;
    max-height: 48px;
    padding: 0;
    position: relative;
    width: 100%; }
    .p-site-search__form:target, .p-site-search__form:active {
      display: block; }
    @media (min-width: 1030px) {
      .p-site-search__form {
        height: 35px;
        position: absolute;
        right: .65rem;
        top: .65rem;
        width: 200px; }
        .p-site-search__form .p-site-search__input[type='search'] {
          background-color: #c34113;
          border-radius: 4px;
          color: #fff;
          height: 35px;
          padding-right: 2.5rem; }
          .p-site-search__form .p-site-search__input[type='search']::-webkit-input-placeholder {
            color: #cdcdcd; }
        .p-site-search__form .p-site-search__button {
          right: 1rem;
          top: -.5rem; } }
  .p-site-search__input[type='search'] {
    background: #f7f7f7;
    border: 0;
    box-shadow: none;
    margin-top: 0; }
  .p-site-search__button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    height: 3rem;
    margin-top: 0;
    position: absolute;
    right: 1.75rem;
    top: 0;
    width: 1.5rem; }
    .p-site-search__button:hover {
      background-color: transparent; }

@media (min-width: 768px) and (max-width: calc($breakpoint-large - 1)) {
  .p-site-search__input {
    border-bottom: 1px solid #666; } }

html {
  overflow-x: hidden !important; }

.p-navigation {
  background-color: #e95420;
  font-weight: 400;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .p-navigation {
      border-bottom: 1px solid #f7f7f7;
      font-weight: 300; } }
  @media (max-width: 768px) {
    .p-navigation .p-navigation__toggle--open,
    .p-navigation .p-navigation__toggle--close {
      top: .75rem; } }
  .p-navigation__logo {
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 1030px) {
      .p-navigation__logo {
        margin-left: 0;
        padding-left: 0; } }
  @media (min-width: 1030px) {
    .p-navigation__row {
      position: relative; } }
  .p-navigation .p-navigation__links:last-of-type {
    border-right: 0; }
  .p-navigation .p-navigation__links .p-navigation__link {
    border-right: 1px solid #cdcdcd;
    font-size: .875rem;
    padding: 0;
    position: relative; }
    @media (min-width: 768px) {
      .p-navigation .p-navigation__links .p-navigation__link {
        border-color: #ee784e;
        border-right: 0; } }
    .p-navigation .p-navigation__links .p-navigation__link:hover {
      cursor: pointer; }
    @media (max-width: 767px) {
      .p-navigation .p-navigation__links .p-navigation__link {
        float: left;
        width: 50%; }
        .p-navigation .p-navigation__links .p-navigation__link:nth-child(2n) {
          border-left: 0; }
        .p-navigation .p-navigation__links .p-navigation__link:last-of-type, .p-navigation .p-navigation__links .p-navigation__link:nth-last-child(2) {
          border-bottom: 1px solid #cdcdcd; } }
    @media (min-width: 768px) {
      .p-navigation .p-navigation__links .p-navigation__link > a {
        display: inline-block;
        padding: 1rem 0.75rem; }
        .p-navigation .p-navigation__links .p-navigation__link > a.is-active {
          background-color: #c34113; }
      .p-navigation .p-navigation__links .p-navigation__link:hover {
        background-color: #ee784e; } }

.p-navigation .p-navigation__logo {
  margin: 0.75rem 0.75rem 0.5rem 1rem;
  padding: 0; }

@media (min-width: 768px) and (max-width: 1030px) {
  .p-breadcrumbs {
    width: 90%; } }

.nav-secondary .p-inline-list__link {
  display: inline-block; }

@media (min-width: 768px) and (max-width: 1030px) {
  .nav-secondary {
    border-top: 1px solid #cdcdcd;
    white-space: nowrap; } }

@media (min-width: 768px) {
  .nav-secondary__row {
    padding: 0 0.75rem; } }

.nav-secondary .p-inline-list__link,
.nav-secondary .p-breadcrumbs__link,
.nav-tertiary .p-inline-list__link,
.nav-tertiary .p-breadcrumbs__link {
  font-size: .875rem;
  font-weight: 300; }

@media (max-width: 767px) {
  .nav-secondary,
  .nav-tertiary {
    background: #fff; }
    .nav-secondary .p-breadcrumbs,
    .nav-tertiary .p-breadcrumbs {
      position: relative;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100vw;
      border-bottom: 1px solid #cdcdcd;
      overflow-x: hidden; }
      .nav-secondary .p-breadcrumbs__item,
      .nav-tertiary .p-breadcrumbs__item {
        left: 50%;
        margin-left: 0;
        position: relative;
        transform: translate(-50%, 0);
        width: 100%; }
      .nav-secondary .p-breadcrumbs__link,
      .nav-tertiary .p-breadcrumbs__link {
        border-bottom: 1px solid #cdcdcd;
        color: #111;
        display: inline-block;
        margin-bottom: 0.5rem;
        padding: 0.5rem;
        width: 100%; }
    .nav-secondary__menu,
    .nav-tertiary__menu {
      width: 100%; }
      .nav-secondary__menu .p-inline-list__item,
      .nav-tertiary__menu .p-inline-list__item {
        float: left;
        margin-right: 0;
        padding-left: 0.25rem;
        width: 50%; }
        .nav-secondary__menu .p-inline-list__item .is-active,
        .nav-tertiary__menu .p-inline-list__item .is-active {
          font-weight: bold; }
      .nav-secondary__menu .p-inline-list__link,
      .nav-tertiary__menu .p-inline-list__link {
        color: #000;
        display: inline-block;
        padding: 0.5rem; } }

.nav-secondary__menu,
.nav-tertiary__menu {
  display: inline-block;
  margin-top: 0;
  position: relative; }
  @media (min-width: 768px) {
    .nav-secondary__menu,
    .nav-tertiary__menu {
      margin-left: 1.5rem;
      vertical-align: top; } }

.nav-secondary a,
.nav-tertiary a {
  color: #111; }
  .nav-secondary a.is-active,
  .nav-tertiary a.is-active {
    color: #e95420; }

@media (min-width: 768px) {
  .nav-secondary,
  .nav-tertiary {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    background: #f7f7f7;
    border-bottom: 1px solid #cdcdcd;
    padding: 0.5rem 0 0.75rem;
    white-space: nowrap; }
    .nav-secondary .p-breadcrumbs__item,
    .nav-tertiary .p-breadcrumbs__item {
      margin-bottom: 0; }
    .nav-secondary__menu::before,
    .nav-tertiary__menu::before {
      color: #666;
      content: '\203A';
      font-weight: 400;
      left: -0.75rem;
      position: absolute;
      top: 0; }
    .nav-secondary .p-breadcrumbs__link,
    .nav-tertiary .p-breadcrumbs__link {
      color: #666; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .nav-secondary .p-breadcrumbs__link + .second-level-nav,
      .nav-tertiary .p-breadcrumbs__link + .second-level-nav {
        position: relative; }
        .nav-secondary .p-breadcrumbs__link + .second-level-nav::before,
        .nav-tertiary .p-breadcrumbs__link + .second-level-nav::before {
          color: #666;
          content: '\203A';
          font-weight: 400;
          left: -0.5rem;
          position: absolute;
          top: 0; } }

@media (min-width: 1030px) {
  .nav-secondary__row,
  .nav-tertiary__row {
    padding: 0 0.75rem; } }

.nav-secondary .p-navigation__row,
.nav-tertiary .p-navigation__row {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

@media (min-width: 769px) {
  .p-navigation__link:hover .hover-menu {
    display: block; }
    .p-navigation__link:hover .hover-menu .p-inline-list__item {
      display: block; }
  .p-navigation .p-navigation__nav ul li:hover ul::after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAICAYAAAD5nd/tAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYODgYVPPJJpQAAAT9JREFUKM+dkD9IAnEUx7+/IkVxFaxoKYxIWhqKwJw0JAJ315Yac8+1tUFo6HCp34XRdRp11z+J4BzckqShPzdEQ5G/EhPO6V5Tcg3G0QcePHjvffjygB4oXAIApFMxyPlcWM7nwulU7NfMNQqXGABsZNcCCpcKtapBtapBCpcK2fXlAAAcy3vMlUxTdgEAO9ubybPiPjWFoE6nQ5ZlUfNDULl0RAdSPuncddL30+gnCgOAlngLaocyn4nG9fmFJXj9fhARAMDr82MuEcfk7LSuFQu8DTvovO1SuTxlAKCqPFO5Ov/6FIIsy/qzROOdrst6S1V5xunomo0LrT4yOh4JDg6BMXfvIdvGs/mExutLPZpYnAIAdmNUVuwBbI1NRODxePEf2u0WHu9u4ev3rTLTfKBQaNh1qp5piWCa9/gGBheo3r6AmYcAAAAASUVORK5CYII=") 1.5rem bottom no-repeat;
    content: '';
    display: block;
    height: 0.5rem;
    left: 0;
    position: absolute;
    top: -0.5rem;
    width: 200px;
    z-index: 999; } }

.hover-menu {
  background: #f7f7f7;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  box-shadow: 0 2px 2px -1px #cdcdcd;
  display: none;
  float: none;
  left: 0;
  margin: 0;
  padding: 0.5rem 0 1rem;
  position: absolute;
  top: 58px;
  width: 200px;
  z-index: 1; }
  .hover-menu::before {
    display: none; }
  .hover-menu li {
    font-size: .875rem;
    padding: 0.5rem 0.75rem 0 0.75rem; }
    .hover-menu li:last-child {
      padding-bottom: 0; }
  .hover-menu a {
    color: #111 !important; }

.p-breadcrumbs__link + .second-level-nav,
.p-breadcrumbs__link + .second-level-nav .p-breadcrumbs__link {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0; }
  @media (max-width: 767px) {
    .p-breadcrumbs__link + .second-level-nav,
    .p-breadcrumbs__link + .second-level-nav .p-breadcrumbs__link {
      width: 100%; } }

.second-level-nav .p-breadcrumbs__link {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0; }

.nav-tertiary__menu {
  white-space: normal;
  width: 85%; }
  .nav-tertiary__menu .p-inline-list__item {
    font-size: .875rem; }
  @media (max-width: 767px) {
    .nav-tertiary__menu .p-inline-list__item {
      padding: 0 0.5rem 0 0; } }
  @media (min-width: 768px) {
    .nav-tertiary__menu {
      display: inline-block;
      margin-left: 1.5rem; }
      .nav-tertiary__menu .p-inline-list__item {
        margin-right: .75rem; } }
  @media (min-width: 1030px) {
    .nav-tertiary__menu .p-inline-list__item {
      margin-right: 1.5rem; } }

[class^='p-strip'].is-x-shallow {
  padding: 1.5rem 0; }

.p-notification--floating {
  bottom: 0;
  left: 0.75rem;
  position: fixed;
  right: 0.75rem;
  width: auto;
  z-index: 2; }
  .p-notification--floating .p-notification {
    background-color: #fff;
    border: 0;
    border-color: #666;
    border-radius: .125rem;
    border-style: solid;
    border-top-width: 3px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    color: #111;
    font-size: 1rem;
    overflow: hidden;
    padding: .625rem;
    text-align: center;
    width: 100%; }
    .p-notification--floating .p-notification__response {
      background-position: 0 4px;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      margin: 0;
      text-align: left; }
    .p-notification--floating .p-notification__status {
      font-weight: 400;
      margin-right: .3125rem; }
    .p-notification--floating .p-notification__action {
      border-bottom: 0;
      margin-left: .3125rem; }
  @media (min-width: 1030px) {
    .p-notification--floating {
      left: 50%;
      margin-left: calc(1030px / -2);
      width: 1030px; } }
  .p-notification--floating__content {
    margin-bottom: 0;
    padding-right: 1.5rem;
    text-align: left; }
  .p-notification--floating__close {
    background-image: url("https://assets.ubuntu.com/v1/66542f40-close.svg");
    background-size: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.75rem;
    text-indent: -99999px;
    top: 0.75rem;
    width: 1rem; }

.p-footer {
  border: 0;
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.3) inset;
  margin-bottom: 0;
  padding: 0 0 2.5rem 0; }
  @media only screen and (min-width: 768px) {
    .p-footer {
      padding: 2.5rem 0; } }
  @media only screen and (max-width: 767px) {
    .p-footer__nav-col {
      width: 100%; } }
  .p-footer__nav {
    border-bottom: 1px solid #cdcdcd; }
    @media only screen and (min-width: 768px) {
      .p-footer__nav {
        border: 0; } }
  .p-footer__divider {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    border: 0;
    border-bottom: 1px dotted #000;
    border-collapse: separate; }
    @media only screen and (max-width: 767px) {
      .p-footer__divider {
        display: none; } }
  .p-footer__links {
    margin: 0;
    padding: 0; }
  .p-footer__item {
    display: block;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .p-footer__item + .p-footer__item {
        margin-top: 1.5rem; } }
  .p-footer__title {
    color: #666;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 0;
    background-image: url("https://assets.ubuntu.com/v1/7bd1bd7b-arrow_down_9fa097.svg");
    background-position: calc(100% - 10px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    border-top: 1px solid #cdcdcd;
    font-size: .8125rem;
    padding: 0.75rem 0; }
    @media only screen and (min-width: 768px) {
      .p-footer__title {
        background: none;
        border: 0;
        color: #111;
        padding: 0 0 0.5rem; } }
    @media only screen and (min-width: 1030px) {
      .p-footer__title {
        font-size: .8125rem; } }
    .p-footer__title a:link,
    .p-footer__title a:visited {
      color: #666;
      padding-left: 0.5rem; }
      @media only screen and (min-width: 768px) {
        .p-footer__title a:link,
        .p-footer__title a:visited {
          color: #111;
          font-weight: normal;
          padding-left: 0; } }
    .p-footer__title a::after {
      content: ''; }
    .p-footer__title + .second-level-nav {
      display: none; }
      @media only screen and (min-width: 768px) {
        .p-footer__title + .second-level-nav {
          display: block; } }
    .p-footer__title.active {
      background-image: url("https://assets.ubuntu.com/v1/43e2b367-arrow_up_9fa097.png"); }
      @media only screen and (min-width: 768px) {
        .p-footer__title.active {
          background: none; } }
      .p-footer__title.active + .second-level-nav {
        display: block; }
  @media only screen and (max-width: 767px) {
    .p-footer__container {
      padding-left: 0;
      padding-right: 0; } }
  .p-footer__link:hover {
    color: #111; }
  .p-footer .link-to-top {
    color: #666;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 0;
    background-image: url("https://assets.ubuntu.com/v1/e4a5a8c0-picto-upload-warmgrey.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    border-bottom: 1px solid #666;
    display: block;
    left: auto;
    margin-bottom: -1px;
    padding: 0.75rem 0 0.75rem 2rem;
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .p-footer .link-to-top {
        display: none; } }
    .p-footer .link-to-top a {
      color: #666; }
  .p-footer .second-level-nav {
    margin: 0;
    padding: 0; }
    .p-footer .second-level-nav li {
      margin-bottom: 0; }
      .p-footer .second-level-nav li a {
        border-top: 1px solid #cdcdcd;
        color: #111;
        display: block;
        font-size: .8125rem;
        padding: 0.75rem 0.75rem 0.75rem 1rem; }
        @media only screen and (min-width: 768px) {
          .p-footer .second-level-nav li a {
            border: 0;
            padding: 0; } }

.p-footer--secondary {
  padding: 1.5rem 0.75rem 0; }
  .p-footer--secondary__content {
    margin-bottom: 0.25rem; }
  @media only screen and (min-width: 768px) {
    .p-footer--secondary {
      padding: 0; } }
  .p-footer--secondary a:hover {
    color: currentColor; }
  .p-footer--secondary .p-inline-list__item {
    display: block; }
    @media only screen and (min-width: 768px) {
      .p-footer--secondary .p-inline-list__item {
        display: inline-block; } }

@media only screen and (min-width: 768px) {
  .p-inline-list-icons {
    float: right;
    padding-left: 0; } }

@media only screen and (min-width: 1030px) {
  .p-inline-list-icons {
    margin-top: 0.5rem; } }

.p-inline-list-icons {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-list-icons .p-inline-list__item {
    display: inline;
    list-style: none;
    margin-right: 1.25rem;
    float: left;
    margin-top: 0; }
    .p-inline-list-icons .p-inline-list__item:last-of-type,
    .p-inline-list-icons .p-inline-list__item .last-item {
      margin-right: 0; }
  .p-inline-list-icons .p-inline-list__link--twitter {
    display: block;
    fill: #666;
    height: 2rem;
    width: 2rem; }
    .p-inline-list-icons .p-inline-list__link--twitter:hover .twitter-icon {
      fill: #1da1f2; }
  .p-inline-list-icons .p-inline-list__link--google {
    display: block;
    fill: #666;
    height: 2rem;
    width: 2rem; }
    .p-inline-list-icons .p-inline-list__link--google:hover .google-plus {
      fill: #dc4e41; }
  .p-inline-list-icons .p-inline-list__link--facebook {
    display: block;
    fill: #666;
    height: 2rem;
    width: 2rem; }
    .p-inline-list-icons .p-inline-list__link--facebook:hover .facebook-icon {
      fill: #3b5898; }
  .p-inline-list-icons .p-inline-list__link--linkedin {
    display: block;
    fill: #666;
    height: 2rem;
    width: 2rem; }
    .p-inline-list-icons .p-inline-list__link--linkedin:hover .linkedin-icon {
      fill: #0274b3; }

@media (min-width: 768px) {
  [class*='p-list'].is-trisected {
    display: flex;
    flex-wrap: wrap; }
    [class*='p-list'].is-trisected .p-list__item {
      margin-right: 1rem;
      width: calc(33.33% - .75rem); }
      [class*='p-list'].is-trisected .p-list__item:nth-child(3n+3) {
        margin-right: 0; }
      [class*='p-list'].is-trisected .p-list__item:nth-last-child(0) {
        border-bottom: 0; } }

@media (min-width: 768px) {
  [class*='p-list'].is-quartered {
    display: flex;
    flex-wrap: wrap; }
    [class*='p-list'].is-quartered .p-list__item {
      margin-right: .5rem;
      width: calc(25% - .5rem); }
      [class*='p-list'].is-quartered .p-list__item:nth-child(4n+4) {
        margin-right: 0; }
      [class*='p-list'].is-quartered .p-list__item:nth-last-child(0) {
        border-bottom: 0; } }

.p-nested-counter-list {
  counter-reset: item;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .p-nested-counter-list .p-nested-counter-list {
    margin-top: 0.75rem;
    padding-left: 1rem; }
  .p-nested-counter-list__item {
    counter-increment: item;
    padding-bottom: 0.75rem;
    padding-left: 0.25rem; }
    .p-nested-counter-list__item::before {
      content: counters(item, ".") ". "; }
    .p-nested-counter-list__item .p-nested-counter-list__item {
      padding-left: 0; }
      .p-nested-counter-list__item .p-nested-counter-list__item::before {
        content: counters(item, ".") " "; }

.p-inline-definition-list {
  margin: 0;
  padding: 0; }
  .p-inline-definition-list__title {
    border: 0;
    float: left;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 1rem 0 0;
    padding: 0; }
  .p-inline-definition-list__item {
    margin: 0; }

.p-card__footer {
  border-top: 1px solid #cdcdcd;
  margin-top: 1rem;
  padding-top: 1rem; }

.p-card--ubuntu-upgrade {
  padding: 1.333rem 0; }
  .p-card--ubuntu-upgrade > .row {
    margin: 1rem 0;
    padding: 0 1.33rem; }
  .p-card--ubuntu-upgrade__footer {
    background: #f7f7f7 url("https://assets.ubuntu.com/v1/f68488b1-picto-upgrade-warmgrey.svg") 1rem center no-repeat;
    background-size: 2.5rem 2.5rem;
    margin: 0;
    padding: 1rem 1rem 1rem 5.25rem; }

.p-card__category {
  background: url("https://assets.ubuntu.com/v1/ed42aefa-icon-resource-hub-icon-document.png") left center no-repeat;
  color: #666;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 0 0 1.5rem;
  text-transform: uppercase; }
  .p-card__category > a:link,
  .p-card__category > a:visited {
    color: #666;
    text-decoration: none; }
  .p-card__category > a:hover,
  .p-card__category > a:active {
    color: #e95420;
    text-decoration: underline; }

h1.p-link--external,
h2.p-link--external,
h3.p-link--external,
h4.p-link--external,
h5.p-link--external,
h6.p-link--external {
  background: url("https://assets.ubuntu.com/v1/e1bba201-external-link-cool-grey.svg") left 0.2em no-repeat;
  background-size: .85em;
  padding-left: 1em; }
  h1.p-link--external::after,
  h2.p-link--external::after,
  h3.p-link--external::after,
  h4.p-link--external::after,
  h5.p-link--external::after,
  h6.p-link--external::after {
    display: none; }

.p-link--grey:link, .p-link--grey:visited {
  color: #666;
  text-decoration: none; }

.p-link--grey:hover {
  text-decoration: underline; }

.p-link--external::after {
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
  -webkit-mask-size: cover; }

.no-js .contribute {
  display: none; }

.contribute__heading {
  margin-bottom: .5rem; }

.contribute__description {
  margin-bottom: 0; }

.contribute__options, form fieldset.contribute__options {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px; }

.contribute__option-amount {
  font-size: 16px;
  display: flex;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.contribute__option-currency {
  display: inline-block;
  color: #cdcdcd;
  padding: 5px;
  order: 2; }

.contribute__option-value, input[type=number].contribute__option-value {
  padding: 4px;
  width: 55px;
  order: 3; }

.contribute__option-slider {
  order: 1;
  flex-grow: 1;
  margin-right: 16px;
  background-color: transparent; }

.contribute__equivalent {
  max-width: 350px; }
  .contribute__equivalent p {
    margin-bottom: 0; }
  .contribute__equivalent-image {
    margin-right: 20px;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .contribute__equivalent-image {
        float: left; } }
  .contribute__equivalent__equivalent-price {
    color: #cdcdcd; }

.contribute__summary {
  margin-top: 40px;
  margin-bottom: 20px; }
  .no-js .contribute__summary {
    display: none; }

.contribute__total {
  float: right; }
  .contribute__total-heading {
    margin-top: -0.3em;
    margin-bottom: 0; }
  .contribute__total-currency {
    color: #cdcdcd; }

.contribute__finalise {
  padding-top: 20px; }

.contribute__submit, .contribute button.contribute__submit {
  float: right;
  margin: 0 0 .5rem 1rem;
  width: auto; }
  .contribute__submit[disabled], .contribute button[disabled].contribute__submit {
    opacity: .3; }
  .contribute__submit.hidden, .contribute button.hidden.contribute__submit {
    display: none; }

.contribute__skip.button--primary {
  float: right;
  text-indent: -1000px;
  position: relative;
  width: 15.3em; }
  .contribute__skip.button--primary::after {
    top: 0;
    left: 0;
    content: "Download Ubuntu Desktop";
    display: inline-block;
    color: #fff;
    position: absolute;
    text-indent: 0;
    padding: 11px 24px; }

[type=range] {
  -webkit-appearance: none;
  margin: 9px 0;
  background-color: transparent; }
  [type=range]:focus {
    outline: none; }
  [type=range]::-webkit-slider-runnable-track {
    height: 4px;
    cursor: pointer;
    transition: all .2s ease;
    background: #e95420;
    border-radius: 2px; }
  [type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 rgba(13, 13, 13, 0.4);
    border: 0 solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px; }
  [type=range]:focus::-webkit-slider-runnable-track {
    background: #e95420; }
  [type=range]::-moz-range-track {
    height: 4px;
    cursor: pointer;
    transition: all .2s ease;
    background: #e95420;
    border-radius: 2px; }
  [type=range]::-moz-range-thumb {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 rgba(13, 13, 13, 0.4);
    border: 0 solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer; }
  [type=range]::-ms-track {
    height: 4px;
    cursor: pointer;
    transition: all .2s ease;
    background: transparent;
    border-color: transparent;
    border-width: 18px 0;
    color: transparent; }
  [type=range]::-ms-fill-lower {
    background: #e95420;
    border-radius: 4px; }
  [type=range]::-ms-fill-upper {
    background: #e95420;
    border-radius: 4px; }
  [type=range]::-ms-thumb {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 0 rgba(13, 13, 13, 0.4);
    border: 0 solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 4px;
    background: #fff;
    cursor: pointer; }
  [type=range]:focus::-ms-fill-lower {
    background: #e95420; }
  [type=range]:focus::-ms-fill-upper {
    background: #e95420; }

.p-inline-images {
  display: block;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center; }
  .p-inline-images__item {
    display: inline-block;
    margin: 1.875rem;
    max-height: 5.625rem;
    max-width: 5.625rem;
    overflow: hidden;
    text-align: center;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .p-inline-images__item {
        margin: 1.875rem;
        max-height: 11.25rem;
        max-width: 11.25rem; } }
    .p-inline-images__item * {
      width: 100%; }
  .p-inline-images__img {
    display: inline-block;
    margin: 2rem;
    max-width: 6rem;
    text-align: center;
    vertical-align: middle;
    width: 100%; }
    @media (min-width: 768px) {
      .p-inline-images__img {
        margin: 3rem;
        max-width: 11.25rem; } }

.p-inline-images {
  margin-left: 0;
  padding-left: 0; }
  .p-inline-images__item {
    margin: 1.875rem; }
  .p-inline-images__item--compact {
    margin: 1rem; }
  .p-inline-images__item--smaller {
    margin: 1rem;
    max-width: 7.25rem; }

.p-inline-images__logo {
  max-height: 3rem;
  max-width: 7rem;
  width: auto; }
  @media only screen and (min-width: 768px) {
    .p-inline-images__logo {
      max-height: 5.5rem;
      max-width: 9rem; } }

.p-testimonial, .p-testimonial--large {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-left: 2rem;
  padding-right: 1.5rem;
  position: relative;
  quotes: '\201c' '\201d'; }

.p-testimonial__image, .p-testimonial__image--large {
  align-self: center;
  border-radius: 50%;
  margin-bottom: 1rem; }

.p-testimonial__quote:first-of-type::before, .p-testimonial__quote--med:first-of-type::before, .p-testimonial__quote--large:first-of-type::before, .p-testimonial__quote:last-of-type::after, .p-testimonial__quote--med:last-of-type::after, .p-testimonial__quote--large:last-of-type::after {
  color: #e95420;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0;
  max-width: 1.5rem; }

.p-testimonial__quote, .p-testimonial__quote--med, .p-testimonial__quote--large {
  padding-bottom: 2rem; }
  .p-testimonial__quote:first-of-type::before, .p-testimonial__quote--med:first-of-type::before, .p-testimonial__quote--large:first-of-type::before {
    content: open-quote;
    margin-left: -1.5rem;
    margin-top: 1rem;
    position: absolute; }
  .p-testimonial__quote:last-of-type, .p-testimonial__quote--med:last-of-type, .p-testimonial__quote--large:last-of-type {
    margin-bottom: 0; }
  .p-testimonial__quote:last-of-type::after, .p-testimonial__quote--med:last-of-type::after, .p-testimonial__quote--large:last-of-type::after {
    content: close-quote;
    position: relative;
    right: -0.5rem;
    top: 0.5rem; }

.p-testimonial__citation-wrap, .p-testimonial__citation-wrap--large {
  align-self: flex-end;
  display: flex;
  line-height: 1.4;
  margin-top: auto;
  min-height: 4.5rem;
  width: 100%; }

.p-testimonial__citation, .p-testimonial__citation--large {
  display: flex;
  font-size: 1rem;
  font-style: italic;
  width: 100%; }

.p-testimonial {
  flex-direction: column; }
  .p-testimonial--large {
    flex-direction: row;
    justify-content: space-around; }
  .p-testimonial__quote {
    font-size: 1.125rem; }
  .p-testimonial__quote--med {
    font-size: 1.125rem; }
  .p-testimonial__quote--large {
    flex: 1;
    font-size: 1.375rem;
    padding-bottom: 1rem; }
    @media only screen and (min-width: 769px) {
      .p-testimonial__quote--large {
        font-size: 1 0.5rem; } }
  .p-testimonial__image {
    max-width: 4.5rem; }
  .p-testimonial__image--large {
    display: inline-block;
    max-width: 6.25rem; }
    @media only screen and (max-width: 768px) {
      .p-testimonial__image--large {
        display: block;
        margin: 0.5rem auto 0;
        width: 4.375rem; } }
  .p-testimonial__citation-wrap--large {
    align-items: center; }
  .p-testimonial__citation {
    align-items: stretch; }
  .p-testimonial__citation--large {
    align-items: center; }
  .p-testimonial__logo {
    align-self: flex-start;
    margin-right: 1rem;
    max-height: 2.5rem;
    max-width: 6.25rem; }

.p-hero {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-bottom: 5.625rem;
  padding-top: 5.625rem;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .p-hero {
      padding: 2.5rem 0; } }
  .p-hero__item {
    margin-bottom: -5.625rem;
    overflow: visible;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .p-hero__item {
        display: none; } }
  .p-hero__image {
    height: 100%;
    margin-bottom: 0;
    margin-left: 5.625rem;
    max-width: none; }

.p-pull-quote--accent > p {
  color: #fff; }

.p-pull-quote--accent > p:first-of-type::before,
.p-pull-quote--accent > p:first-of-type::before,
.p-pull-quote--accent > p:last-of-type::after,
.p-pull-quote--accent > p:last-of-type::after {
  color: #e95420; }

.p-pull-quote--accent.is-compact .p-pull-quote__item,
.p-pull-quote.is-compact .p-pull-quote__item, .is-compact.p-pull-quote--accent .p-pull-quote__item {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  margin-top: 0; }
  .p-pull-quote--accent.is-compact .p-pull-quote__item:first-of-type::before, .p-pull-quote--accent.is-compact .p-pull-quote__item:last-of-type::after,
  .p-pull-quote.is-compact .p-pull-quote__item:first-of-type::before, .is-compact.p-pull-quote--accent .p-pull-quote__item:first-of-type::before,
  .p-pull-quote.is-compact .p-pull-quote__item:last-of-type::after, .is-compact.p-pull-quote--accent .p-pull-quote__item:last-of-type::after {
    font-size: 1rem; }
    @media (min-width: 768px) {
      .p-pull-quote--accent.is-compact .p-pull-quote__item:first-of-type::before, .p-pull-quote--accent.is-compact .p-pull-quote__item:last-of-type::after,
      .p-pull-quote.is-compact .p-pull-quote__item:first-of-type::before, .is-compact.p-pull-quote--accent .p-pull-quote__item:first-of-type::before,
      .p-pull-quote.is-compact .p-pull-quote__item:last-of-type::after, .is-compact.p-pull-quote--accent .p-pull-quote__item:last-of-type::after {
        font-size: 1.5rem; } }
    @media (min-width: 1030px) {
      .p-pull-quote--accent.is-compact .p-pull-quote__item:first-of-type::before, .p-pull-quote--accent.is-compact .p-pull-quote__item:last-of-type::after,
      .p-pull-quote.is-compact .p-pull-quote__item:first-of-type::before, .is-compact.p-pull-quote--accent .p-pull-quote__item:first-of-type::before,
      .p-pull-quote.is-compact .p-pull-quote__item:last-of-type::after, .is-compact.p-pull-quote--accent .p-pull-quote__item:last-of-type::after {
        font-size: 2rem; } }
  .p-pull-quote--accent.is-compact .p-pull-quote__item:first-of-type::before,
  .p-pull-quote.is-compact .p-pull-quote__item:first-of-type::before, .is-compact.p-pull-quote--accent .p-pull-quote__item:first-of-type::before {
    margin-left: -1.3rem;
    padding-right: 0.5rem;
    top: 0; }
  .p-pull-quote--accent.is-compact .p-pull-quote__item:last-of-type::after,
  .p-pull-quote.is-compact .p-pull-quote__item:last-of-type::after, .is-compact.p-pull-quote--accent .p-pull-quote__item:last-of-type::after {
    line-height: .4; }

.p-pull-quote--accent.is-compact .p-pull-quote__citation,
.p-pull-quote.is-compact .p-pull-quote__citation, .is-compact.p-pull-quote--accent .p-pull-quote__citation {
  font-size: 1rem;
  line-height: 1.15;
  margin-top: 2rem; }

.u-full-width {
  width: 100%; }

.p-matrix {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 620px) {
    .p-matrix {
      display: flex;
      flex-wrap: wrap; } }
  .p-matrix__item {
    border-top: 1px dotted #666;
    display: flex;
    flex-direction: row;
    margin-top: 0;
    padding: 1rem 0; }
    .p-matrix__item:empty {
      display: none; }
    .p-matrix__item:first-child {
      border-top: 0; }
    @media (min-width: 620px) {
      .p-matrix__item {
        border-right: 1px dotted #666;
        border-top: 1px dotted #666;
        margin-bottom: 0;
        padding: 1rem;
        width: 33.333%; }
        .p-matrix__item:empty {
          display: block; }
        .p-matrix__item:first-child, .p-matrix__item:nth-child(3n+1) {
          padding-left: 0; }
        .p-matrix__item:last-child, .p-matrix__item:nth-child(3n) {
          padding-right: 0; }
        .p-matrix__item:nth-child(-n+3) {
          border-top: 0; }
        .p-matrix__item:nth-child(2n) {
          border-right: 1px dotted #666;
          padding-right: 1rem; }
        .p-matrix__item:nth-child(3n) {
          border-right: 0;
          padding-right: 0; } }
  .p-matrix__img, .p-matrix__content {
    align-self: flex-start;
    margin-top: 0; }
  .p-matrix__img {
    margin-right: 1rem;
    max-width: 3.75rem; }
  .p-matrix__content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .p-matrix__title {
    margin-bottom: 0.5rem;
    margin-top: 0; }
  .p-matrix__desc {
    margin-top: 0; }
  .p-matrix__link {
    border-top: 0; }

@media (min-width: 620px) {
  .p-matrix.is-split .p-matrix__item {
    width: calc(50% - .666666rem); }
    .p-matrix.is-split .p-matrix__item:nth-child(-n+1) {
      border-top: 0; }
    .p-matrix.is-split .p-matrix__item:nth-child(n+1) {
      border-right: 1px dotted #666;
      padding: 1rem; }
    .p-matrix.is-split .p-matrix__item:nth-child(n+3) {
      border-top: 1px dotted #666; }
    .p-matrix.is-split .p-matrix__item:nth-child(2n) {
      border-right: 0;
      padding-right: 0; } }

@media (min-width: 620px) {
  .p-matrix.is-quartered .p-matrix__item {
    width: calc(25% - .666666rem); }
    .p-matrix.is-quartered .p-matrix__item:nth-child(-n+4) {
      border-top: 0; }
    .p-matrix.is-quartered .p-matrix__item:nth-child(n) {
      border-bottom: 1px dotted #666;
      border-right: 1px dotted #666;
      padding: 1rem; }
    .p-matrix.is-quartered .p-matrix__item:nth-child(4n+1):nth-last-child(-n+4),
    .p-matrix.is-quartered .p-matrix__item:nth-child(4n+1):nth-last-child(-n+4) ~ li {
      border-bottom: 0; }
    .p-matrix.is-quartered .p-matrix__item:nth-child(4n) {
      border-right: 0;
      padding-right: 0; } }

.p-contextual-footer {
  border-top: 3px solid #e95420;
  margin-top: 0; }
  .p-contextual-footer__image {
    max-height: 90px; }

.ubuntu-pie {
  margin: 0 auto;
  max-width: 21.875rem; }
  .ubuntu-pie .other-label {
    fill: #666; }
  .ubuntu-pie .ubuntu {
    fill: #e95420; }
  .ubuntu-pie .other {
    fill: #fff; }
  .ubuntu-pie svg tspan {
    max-width: 0;
    text-align: center;
    text-transform: capitalize; }
  .ubuntu-pie .ubuntu-label {
    fill: #fff; }

.cloud-tools {
  display: none; }
  @media only screen and (min-width: 900px) {
    .cloud-tools {
      display: block;
      left: 0;
      position: absolute;
      top: -130px;
      width: 100%;
      z-index: 1; }
      .cloud-tools * {
        margin-top: 0; }
      .cloud-tools__container {
        background: url("https://assets.ubuntu.com/v1/79729d72-products-hero-background.png") -100px 0 no-repeat;
        height: 550px;
        position: absolute;
        right: 20px;
        top: -10px;
        width: 506px; } }
    @media only screen and (min-width: 900px) and (min-width: 1030px) {
      .cloud-tools__container {
        right: 0; } }
  @media only screen and (min-width: 900px) {
      .cloud-tools__item {
        animation: scaleInPop .2s forwards, fadeIn .2s linear forwards;
        background: url("https://assets.ubuntu.com/v1/73006c5b-products-hero-phone.svg") no-repeat;
        background-size: 66px 66px;
        height: 66px;
        opacity: 0;
        position: absolute;
        text-indent: -999rem;
        width: 66px; }
        .cloud-tools__item--line {
          animation: fadeIn .3s linear forwards;
          content: ' ';
          display: block;
          position: absolute; }
          .cloud-tools__item--line-four, .cloud-tools__item--line-one {
            animation-delay: 1.85s;
            background: url("https://assets.ubuntu.com/v1/ec446611-partners-hero-line-vertical.png");
            height: 52px;
            left: 287px;
            top: 137px;
            width: 2px; }
          .cloud-tools__item--line-five, .cloud-tools__item--line-two {
            animation-delay: 2s;
            background: url("https://assets.ubuntu.com/v1/4fc1680b-partners-hero-line-diagonal.png");
            height: 38px;
            left: 345px;
            top: 175px;
            width: 38px; }
          .cloud-tools__item--line-six, .cloud-tools__item--line-three {
            animation-delay: 2.15s;
            background: url("https://assets.ubuntu.com/v1/d505cff1-partners-hero-line-horizontal.png");
            height: 2px;
            left: 369px;
            top: 277px;
            width: 52px; }
          .cloud-tools__item--line-four {
            animation-delay: 2.3s;
            left: 296px;
            top: 347px; }
          .cloud-tools__item--line-five {
            animation-delay: 2.45s;
            left: 201px;
            top: 328px; }
          .cloud-tools__item--line-six {
            animation-delay: 2.6s;
            left: 159px;
            top: 273px; }
        .cloud-tools__item--one {
          animation-delay: 1.6s;
          background-image: url("https://assets.ubuntu.com/v1/a7916513-picto-openstack.svg");
          left: 257px;
          top: 55px; }
        .cloud-tools__item--two {
          animation-delay: 1.85s;
          background-image: url("https://assets.ubuntu.com/v1/999949f8-picto-startfirst-midaubergine.svg");
          left: 384px;
          top: 108px; }
        .cloud-tools__item--three {
          animation-delay: 2s;
          background-image: url("https://assets.ubuntu.com/v1/60bd6cf1-picto-juju.svg");
          left: 447px;
          top: 245px; }
        .cloud-tools__item--four {
          animation-delay: 2.15s;
          background-image: url("https://assets.ubuntu.com/v1/261ad7cb-picto-maas.svg");
          left: 267px;
          top: 425px; }
        .cloud-tools__item--five {
          animation-delay: 2.3s;
          background-image: url("https://assets.ubuntu.com/v1/50c0306d-image-picto-landscape.svg");
          left: 126px;
          top: 372px; }
        .cloud-tools__item--six {
          animation-delay: 2.45s;
          background-image: url("https://assets.ubuntu.com/v1/c986edab-picto-cloud-midaubergine-solid.svg");
          left: 70px;
          top: 245px; }
        .cloud-tools__item--seven {
          animation: scaleIn .3s forwards, fadeIn .6s linear forwards, rotateIn 3s ease-out forwards;
          animation-delay: 1s;
          background: url("https://assets.ubuntu.com/v1/c4f35e06-partners-hero-ubuntu.svg") no-repeat;
          left: 220px;
          top: 198px;
          height: 140px;
          width: 140px; } }

.p-gaming {
  background-image: url("https://assets.ubuntu.com/v1/126ebaea-borderlands.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 488px;
  padding-bottom: 0;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .p-gaming__content {
      margin-top: 30%;
      position: relative;
      z-index: 3000; } }
  @media only screen and (min-width: 1030px) {
    .p-gaming__content {
      margin-bottom: 2.5rem; } }
  .p-gaming__flash {
    animation: flash-sign 10s infinite;
    background-image: url("https://assets.ubuntu.com/v1/30d55ce9-borderlands-flash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000; }

.borderlands {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1000; }

@media only screen and (min-width: 768px) {
  .p-strip-photos__container {
    margin-top: 21.25rem; } }

@media only screen and (min-width: 768px) {
  .p-strip-photos__credit {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #f7f7f7;
    margin-top: -3rem;
    padding: 0.75rem; } }

@media only screen and (min-width: 768px) {
  .p-strip-photos.photo-1 {
    background-image: url("https://assets.ubuntu.com/v1/6c84454e-desktop-photos-1.jpg");
    background-size: cover; } }

@media only screen and (min-width: 768px) {
  .p-strip-photos.photo-2 {
    background-image: url("https://assets.ubuntu.com/v1/25593e05-desktop-photos-2.jpg");
    background-size: cover; } }

@media only screen and (min-width: 768px) {
  .p-strip-photos.photo-3 {
    background-image: url("https://assets.ubuntu.com/v1/a6e14067-desktop-photos-3.jpg");
    background-size: cover; } }

@media only screen and (min-width: 769px) {
  .p-ubuntu-intro {
    clear: both;
    display: flex;
    margin-bottom: .625rem; } }

.p-ubuntu-intro__list {
  float: left;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 769px) {
    .p-ubuntu-intro__list {
      margin: 0;
      padding-bottom: 0; } }

.p-ubuntu-intro__list-item {
  display: inline-block;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  text-align: center;
  width: 50%; }
  .p-ubuntu-intro__list-item:first-of-type .p-ubuntu-intro__link::before,
  .p-ubuntu-intro__list-item:last-of-type .p-ubuntu-intro__link::after {
    background: 0; }
  @media only screen and (max-width: 768px) {
    .p-ubuntu-intro__list-item {
      width: 32%; } }
  @media only screen and (max-width: 667px) and (orientation: landscape) {
    .p-ubuntu-intro__list-item {
      width: 20%; } }
  @media only screen and (min-width: 768px) {
    .p-ubuntu-intro__list-item {
      width: 7.5625rem; } }
  @media only screen and (min-width: 1030px) {
    .p-ubuntu-intro__list-item {
      width: 10.25rem; } }

.p-ubuntu-intro__link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6rem;
  color: #666;
  display: block;
  line-height: 1.3;
  overflow: visible;
  padding-top: 7.1875rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  .p-ubuntu-intro__link:visited {
    color: #666; }
  @media only screen and (min-width: 768px) {
    .p-ubuntu-intro__link:hover {
      display: block;
      text-decoration: underline; } }
  @media only screen and (min-width: 1030px) {
    .p-ubuntu-intro__link::before, .p-ubuntu-intro__link::after {
      background: url("https://assets.ubuntu.com/v1/e5e0fe8e-image-intro-dots-grey.svg") repeat-x right center;
      background-size: .625rem;
      content: "";
      display: block;
      position: absolute;
      top: 3.75rem; }
    .p-ubuntu-intro__link::before {
      background-repeat: no-repeat;
      background-size: 1.125rem;
      height: 5.875rem;
      left: 0;
      width: 3.75rem; }
    .p-ubuntu-intro__link::after {
      height: 5.875rem;
      right: 0;
      width: 4rem; } }
  @media only screen and (min-width: 769px) {
    .p-ubuntu-intro__link {
      padding-top: 11.875rem; } }
  .p-ubuntu-intro__link--cloud {
    background-image: url("https://assets.ubuntu.com/v1/23137566-cloud.svg"); }
    .p-ubuntu-intro__link--cloud::before {
      width: 2.3125rem; }
    .p-ubuntu-intro__link--cloud::after {
      right: -1.5rem;
      width: 3.125rem; }
  .p-ubuntu-intro__link--server {
    background-image: url("https://assets.ubuntu.com/v1/daeaa851-server.svg");
    background-size: 5rem; }
    .p-ubuntu-intro__link--server::before {
      width: 2.5rem; }
    .p-ubuntu-intro__link--server::after {
      right: -1.625rem;
      width: 3.8125rem; }
  .p-ubuntu-intro__link--desktop {
    background-image: url("https://assets.ubuntu.com/v1/d1978b1b-laptop.svg"); }
    .p-ubuntu-intro__link--desktop::before {
      width: 2.375rem; }
    .p-ubuntu-intro__link--desktop::after {
      right: -1.5rem;
      width: 3.4375rem; }
  .p-ubuntu-intro__link--phone {
    background-image: url("https://assets.ubuntu.com/v1/c2a5e744-phone.svg");
    background-size: 3.125rem; }
    .p-ubuntu-intro__link--phone::before {
      width: 3.625rem; }
    .p-ubuntu-intro__link--phone::after {
      right: 1.25rem;
      width: 1.9375rem; }
  .p-ubuntu-intro__link--containers {
    background-image: url("https://assets.ubuntu.com/v1/dead5f08-containers.svg");
    background-size: 5rem; }
    .p-ubuntu-intro__link--containers::before {
      width: 2.6875rem; }
    .p-ubuntu-intro__link--containers::after {
      right: -1.25rem;
      width: 3.125rem; }
  .p-ubuntu-intro__link--iot {
    background-image: url("https://assets.ubuntu.com/v1/91c70f10-iot.svg");
    background-size: 5.3125rem; }
    .p-ubuntu-intro__link--iot::before {
      width: 2.625rem; }
    .p-ubuntu-intro__link--iot::after {
      right: 1.25rem;
      width: .9375rem; }

.p-takeunder {
  border-radius: .125rem;
  color: #fff;
  margin-right: -1 rem;
  padding: 2rem; }
  @media only screen and (min-width: 768px) {
    .p-takeunder {
      padding: 2rem 1rem; } }
  .p-takeunder a:link,
  .p-takeunder a:visited {
    color: #fff; }

@media only screen and (max-width: 768px) {
  .p-navigation {
    border: 0; } }

.p-takeover--enterprise-kubernetes {
  background-color: #326ce5; }
  @media (min-width: 768px) {
    .p-takeover--enterprise-kubernetes {
      background-image: url("https://assets.ubuntu.com/v1/fea46439-backgroundx2.png?w=984");
      background-size: cover;
      margin: 2rem;
      width: auto; } }
  @media (min-width: 1200px) {
    .p-takeover--enterprise-kubernetes {
      background-image: url("https://assets.ubuntu.com/v1/fea46439-backgroundx2.png?w=2000"); } }

@media (min-width: 768px) {
  .p-navigation:target .p-navigation__toggle--close {
    display: none !important; } }

.p-button--neutral.is-compact {
  padding: 0.5rem 0.75rem; }

.u-vertically-spaced {
  padding-bottom: 1rem;
  padding-top: 1rem; }

@media (min-width: 768px) {
  .u-padding-bottom {
    padding-bottom: 1rem; } }

@media (min-width: 768px) {
  .u-padding-bottom--large {
    padding-bottom: 1.5rem; } }

@media (min-width: 768px) {
  .u-padding-bottom--x-large {
    padding-bottom: 2rem; } }

abbr[title] {
  text-decoration: none; }
  abbr[title]:hover {
    text-decoration: underline dotted; }

.table__wrapper {
  margin: 2.5rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100; }

.p-heading--insights__title {
  color: #111;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase; }
  .p-heading--insights__title a:link,
  .p-heading--insights__title a:visited {
    color: #111; }

.has-background {
  background-color: #f7f7f7;
  background-image: url("https://assets.ubuntu.com/v1/f8a323a7-image-background-paper.png?w=768");
  background-position: center top;
  background-repeat: repeat-y; }
  @media (min-width: 768px) {
    .has-background {
      background-image: url("https://assets.ubuntu.com/v1/f8a323a7-image-background-paper.png"); } }

.p-list .p-list {
  list-style-type: circle; }
  .p-list .p-list .p-list {
    list-style-type: disc; }

.p-list-step__content .p-list {
  list-style-type: disc; }

.p-pull-quote > p:first-of-type::before, .p-pull-quote--accent > p:first-of-type::before,
.p-pull-quote--accent > p:first-of-type::before,
.p-pull-quote > p:last-of-type::after, .p-pull-quote--accent > p:last-of-type::after,
.p-pull-quote--accent > p:last-of-type::after {
  color: #e95420; }

.p-list-flex {
  display: flex;
  flex-wrap: wrap; }
  .p-list-flex__item {
    margin-bottom: 16px;
    margin-right: 18px;
    max-height: 172px;
    max-width: 142px; }

.u-responsive-image {
  width: 65%; }
  @media (min-width: 768px) {
    .u-responsive-image {
      width: 90%; } }
  @media (min-width: 1030px) {
    .u-responsive-image {
      width: 100%; } }

.u-less-margin--bottom {
  margin-bottom: .5rem; }
  @media (min-width: 768px) {
    .u-less-margin--bottom {
      margin-bottom: 1rem; } }

@media (max-width: 768px) {
  .u-no-background--small {
    background-image: none !important; } }

.p-heading-icon__img--small {
  max-width: 30px; }

.p-heading-icon__title--muted {
  color: #666; }

.p-list.is-split .p-list__item:last-of-type {
  border-bottom: 0; }
