@charset "UTF-8";
/**
 * Twilio Zendesk Help Center
 */
/**
 * UIKit Styles
 */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #444; }

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

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

/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/*
 * Style
 */
a,
.uk-link {
  color: #07D;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover {
  color: #059;
  text-decoration: underline; }

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

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

/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 12px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #D05;
  white-space: nowrap; }

/*
 * Emphasize
 */
em {
  color: #111;
  font-weight: 500;
  font-style: normal; }

/*
 * Insert
 */
ins {
  background: #ffa;
  color: #444;
  text-decoration: none; }

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #444; }

/*
 * Quote
 */
q {
  font-style: italic; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box; }

/*
 * Preserve original dimensions
 */
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none; }

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

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

/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0; }

/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0; }

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px; }

/* Headings
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #444;
  text-transform: none; }

/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px; }

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 36px;
  line-height: 42px; }

h2, .uk-h2 {
  font-size: 24px;
  line-height: 30px; }

h3, .uk-h3 {
  font-size: 18px;
  line-height: 24px; }

h4, .uk-h4 {
  font-size: 16px;
  line-height: 22px; }

h5, .uk-h5 {
  font-size: 14px;
  line-height: 20px; }

h6, .uk-h6 {
  font-size: 12px;
  line-height: 18px; }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto; }

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

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

/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none; }

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

/* Iframe
 ========================================================================== */
iframe {
  border: 0; }

/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #444; }

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

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

/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/*
 * Style
 */
a,
.uk-link {
  color: #07D;
  text-decoration: none;
  cursor: pointer; }

a:hover,
.uk-link:hover {
  color: #059;
  text-decoration: underline; }

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

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

/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 12px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #D05;
  white-space: nowrap; }

/*
 * Emphasize
 */
em {
  color: #111;
  font-weight: 500;
  font-style: normal; }

/*
 * Insert
 */
ins {
  background: #ffa;
  color: #444;
  text-decoration: none; }

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #444; }

/*
 * Quote
 */
q {
  font-style: italic; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box; }

/*
 * Preserve original dimensions
 */
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none; }

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

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

/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0; }

/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0; }

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px; }

/* Headings
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #444;
  text-transform: none; }

/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px; }

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 36px;
  line-height: 42px; }

h2, .uk-h2 {
  font-size: 24px;
  line-height: 30px; }

h3, .uk-h3 {
  font-size: 18px;
  line-height: 24px; }

h4, .uk-h4 {
  font-size: 16px;
  line-height: 22px; }

h5, .uk-h5 {
  font-size: 14px;
  line-height: 20px; }

h6, .uk-h6 {
  font-size: 12px;
  line-height: 18px; }

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px; }

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0; }

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd; }

/* Address
 ========================================================================== */
address {
  font-style: normal; }

/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic; }

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto; }

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none; }

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

/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none; }

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

/* Iframe
 ========================================================================== */
iframe {
  border: 0; }

/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width; } }
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden; }

.uk-grid:after {
  clear: both; }

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px; }

.uk-grid > * {
  padding-left: 25px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px; }

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -35px; }

  .uk-grid > * {
    padding-left: 35px; }

  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0; }

.uk-grid-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0; }

/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px; }

.uk-grid-small > * {
  padding-left: 10px; }

/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px; }

/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px; }

.uk-grid-medium > * {
  padding-left: 25px; }

/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px; }

/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -35px; }

  .uk-grid-large > * {
    padding-left: 35px; }

  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }
/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px; }

  .uk-grid-large > * {
    padding-left: 50px; }

  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px; } }
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px; }

.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px; }

.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
   * Large gutter
   */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px; }

  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px; }

  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px; } }
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd; }

/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%; }

/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-grid-width-1-2 > * {
  width: 50%; }

.uk-grid-width-1-3 > * {
  width: 33.333%; }

.uk-grid-width-1-4 > * {
  width: 25%; }

.uk-grid-width-1-5 > * {
  width: 20%; }

.uk-grid-width-1-6 > * {
  width: 16.666%; }

.uk-grid-width-1-10 > * {
  width: 10%; }

.uk-grid-width-auto > * {
  width: auto; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%; }

  .uk-grid-width-small-1-2 > * {
    width: 50%; }

  .uk-grid-width-small-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-small-1-4 > * {
    width: 25%; }

  .uk-grid-width-small-1-5 > * {
    width: 20%; }

  .uk-grid-width-small-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-small-1-10 > * {
    width: 10%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%; }

  .uk-grid-width-medium-1-2 > * {
    width: 50%; }

  .uk-grid-width-medium-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-medium-1-4 > * {
    width: 25%; }

  .uk-grid-width-medium-1-5 > * {
    width: 20%; }

  .uk-grid-width-medium-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-medium-1-10 > * {
    width: 10%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%; }

  .uk-grid-width-large-1-2 > * {
    width: 50%; }

  .uk-grid-width-large-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-large-1-4 > * {
    width: 25%; }

  .uk-grid-width-large-1-5 > * {
    width: 20%; }

  .uk-grid-width-large-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-large-1-10 > * {
    width: 10%; } }
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%; }

  .uk-grid-width-xlarge-1-2 > * {
    width: 50%; }

  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-xlarge-1-4 > * {
    width: 25%; }

  .uk-grid-width-xlarge-1-5 > * {
    width: 20%; }

  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-xlarge-1-10 > * {
    width: 10%; } }
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%; }

/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%; }

/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%; }

/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%; }

.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%; }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%; }

.uk-width-2-5,
.uk-width-4-10 {
  width: 40%; }

.uk-width-3-5,
.uk-width-6-10 {
  width: 60%; }

.uk-width-4-5,
.uk-width-8-10 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: 16.666%; }

.uk-width-5-6 {
  width: 83.333%; }

/* Tenths */
.uk-width-1-10 {
  width: 10%; }

.uk-width-3-10 {
  width: 30%; }

.uk-width-7-10 {
  width: 70%; }

.uk-width-9-10 {
  width: 90%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%; }

  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%; }

  .uk-width-small-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%; }

  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%; }

  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%; }

  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%; }

  .uk-width-small-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%; }

  .uk-width-small-3-10 {
    width: 30%; }

  .uk-width-small-7-10 {
    width: 70%; }

  .uk-width-small-9-10 {
    width: 90%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%; }

  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%; }

  .uk-width-medium-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%; }

  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%; }

  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%; }

  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%; }

  .uk-width-medium-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%; }

  .uk-width-medium-3-10 {
    width: 30%; }

  .uk-width-medium-7-10 {
    width: 70%; }

  .uk-width-medium-9-10 {
    width: 90%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%; }

  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%; }

  .uk-width-large-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%; }

  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%; }

  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%; }

  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%; }

  .uk-width-large-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%; }

  .uk-width-large-3-10 {
    width: 30%; }

  .uk-width-large-7-10 {
    width: 70%; }

  .uk-width-large-9-10 {
    width: 90%; } }
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%; }

  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%; }

  .uk-width-xlarge-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%; }

  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%; }

  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%; }

  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%; }

  .uk-width-xlarge-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%; }

  .uk-width-xlarge-3-10 {
    width: 30%; }

  .uk-width-xlarge-7-10 {
    width: 70%; }

  .uk-width-xlarge-9-10 {
    width: 90%; } }
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%; }

  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%; }

  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-1-4 {
    left: 25%; }

  .uk-push-3-4 {
    left: 75%; }

  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%; }

  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%; }

  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%; }

  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%; }

  .uk-push-5-6 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-1-10 {
    left: 10%; }

  .uk-push-3-10 {
    left: 30%; }

  .uk-push-7-10 {
    left: 70%; }

  .uk-push-9-10 {
    left: 90%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%; }

  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%; }

  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-1-4 {
    left: -25%; }

  .uk-pull-3-4 {
    left: -75%; }

  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%; }

  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%; }

  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%; }

  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%; }

  .uk-pull-5-6 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-1-10 {
    left: -10%; }

  .uk-pull-3-10 {
    left: -30%; }

  .uk-pull-7-10 {
    left: -70%; }

  .uk-pull-9-10 {
    left: -90%; } }
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px; }

/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 15px; }

.uk-table th,
.uk-table td {
  padding: 8px 8px; }

/*
 * Set alignment
 */
.uk-table th {
  text-align: left; }

.uk-table td {
  vertical-align: top; }

.uk-table thead th {
  vertical-align: bottom; }

/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic; }

.uk-table caption {
  text-align: left;
  color: #999; }

/*
 * Active State
 */
.uk-table tbody tr.uk-active {
  background: #EEE; }

/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important; }

/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5; }

/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px; }

/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #EEE; }

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px; }

.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal; }

/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-primary {
  color: #2d7091 !important; }

.uk-text-success {
  color: #659f13 !important; }

.uk-text-warning {
  color: #e28327 !important; }

.uk-text-danger {
  color: #d85030 !important; }

.uk-text-contrast {
  color: #fff !important; }

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important; }

  .uk-text-left-medium {
    text-align: left !important; } }
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important; }

  .uk-text-left-small {
    text-align: left !important; } }
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px; }

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px; } }
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table; }

.uk-container:after {
  clear: both; }

/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto; }

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell; }

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden; }

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px; }

/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px; }

.uk-align-left {
  margin-right: 15px;
  float: left; }

.uk-align-right {
  margin-left: 15px;
  float: right; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left; }

  .uk-align-medium-right {
    margin-left: 15px;
    float: right; } }
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px; }

/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem; }

.uk-vertical-align-middle {
  vertical-align: middle; }

.uk-vertical-align-bottom {
  vertical-align: bottom; }

/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px; }

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto; }

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto; }

/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px; }

* + .uk-margin {
  margin-top: 15px; }

.uk-margin-top {
  margin-top: 15px !important; }

.uk-margin-bottom {
  margin-bottom: 15px !important; }

.uk-margin-left {
  margin-left: 15px !important; }

.uk-margin-right {
  margin-right: 15px !important; }

/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px; }

* + .uk-margin-large {
  margin-top: 50px; }

.uk-margin-large-top {
  margin-top: 50px !important; }

.uk-margin-large-bottom {
  margin-bottom: 50px !important; }

.uk-margin-large-left {
  margin-left: 50px !important; }

.uk-margin-large-right {
  margin-right: 50px !important; }

/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px; }

* + .uk-margin-small {
  margin-top: 5px; }

.uk-margin-small-top {
  margin-top: 5px !important; }

.uk-margin-small-bottom {
  margin-bottom: 5px !important; }

.uk-margin-small-left {
  margin-left: 5px !important; }

.uk-margin-small-right {
  margin-right: 5px !important; }

/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-top-remove {
  margin-top: 0 !important; }

.uk-margin-bottom-remove {
  margin-bottom: 0 !important; }

/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-top-remove {
  padding-top: 0 !important; }

.uk-padding-bottom-remove {
  padding-bottom: 0 !important; }

.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-rounded {
  border-radius: 5px; }

/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px; } }
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444; }

.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444; }

/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none; }

/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both; }

/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-scrollable-box > :last-child {
  margin-bottom: 0; }

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-container > :last-child {
  margin-bottom: 0; }

/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important; }

/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*
 * Relative
 */
.uk-position-relative {
  position: relative !important; }

/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1; }

/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%; }

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important; }

  .uk-visible-medium {
    display: none !important; }

  .uk-hidden-large {
    display: none !important; } }
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important; }

  .uk-visible-large {
    display: none !important; }

  .uk-hidden-medium {
    display: none !important; } }
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important; }

  .uk-visible-large {
    display: none !important; }

  .uk-hidden-small {
    display: none !important; } }
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important; }

/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important; }

/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important; }

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important; }

/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important; }

/**
 * Variables
 */
/**
 * Colors
 */
/* Base styles */
*, input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #fff; }

body {
  color: #555;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px; }

img {
  max-width: 100%;
  vertical-align: middle; }

img[width], img[height] {
  max-width: none; }

figure > img {
  display: block; }

a {
  color: #158ec2;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%; }

[dir=rtl] table {
  text-align: right; }

td, th {
  border-color: #eee;
  border-style: solid;
  padding: 12px; }

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit; }

td {
  border-width: 0 0 1px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400; }

h1 {
  font-size: 20px; }

input, label {
  display: inline-block;
  vertical-align: middle; }

label {
  font-size: 12px; }

input[type="checkbox"] + label {
  margin-left: 5px; }

input, textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px; }

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical; }

textarea, input[type=text] {
  width: 100%; }

input, textarea, select {
  color: #555; }

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #999; }

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

/* Buttons */
button, [role=button], [type=button], [type=submit] {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #158ec2;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap; }

a[role=button]:hover {
  text-decoration: none; }

input[type=submit] {
  background: #444;
  border-color: transparent;
  color: #fff;
  padding: 10px 30px; }

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: .4; }

button img, [role=button] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle; }

[dir=rtl] button img, [dir=rtl] [role=button] img {
  margin: 0 0 0 5px; }

/* Forms */
.form {
  max-width: 505px; }

.form-field ~ .form-field {
  margin-top: 25px; }

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px; }

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px; }

.form-field.required > label:after {
  content: "*";
  color: #f00;
  margin-left: 2px; }

.form-field p {
  color: #bebebe;
  font-size: 11px; }

.form-field input[type=number], .form-field input.datepicker {
  width: 150px; }

.form-field input.partialcreditcardfield {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
  background-size: 14px;
  padding-left: 28px; }

[dir=rtl] .form-field input.partialcreditcardfield {
  padding-left: 0;
  padding-right: 28px;
  background-position: right 10px top 10px; }

.form-field .nesty-input {
  height: 37px;
  line-height: 37px; }

.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999; }

.form form + form {
  margin-top: 25px; }

.searchbox {
  margin: 25px 0; }

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px; }

.searchbox-suggestions li {
  padding: 5px 0; }

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/assets/loader.gif") 99% 50% no-repeat;
  background-size: 16px 16px; }

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right; }

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px; }

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold; }

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal; }

.nav-bordered li + li {
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px; }

[dir=rtl] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0; }

.nav-spaced li + li {
  margin: 0 0 0 40px; }

[dir=rtl] .nav-spaced li + li {
  margin: 0 40px 0 0; }

/* Search box */
.search-box, .sub-nav .search {
  position: relative; }

.search-box:before, .sub-nav .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1; }

.search-box input, .sub-nav .search input {
  line-height: 1.2em;
  font-weight: lighter;
  padding: .75em 2.7em;
  width: 100%;
  -webkit-appearance: none; }

.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
  display: none; }

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis; }

.breadcrumbs li + li:before {
  content: ">";
  margin: 0 4px; }

.breadcrumbs li a {
  color: #555; }

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap; }

/* Metadata */
.meta, .meta-group {
  color: #ccc;
  display: inline-block;
  font-size: 11px; }

.meta-group * + *:before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px; }

/* Helper classes */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/* Social share links */
.share {
  white-space: nowrap; }

.share li, .share a {
  display: inline-block; }

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px; }

.share a:before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%; }

.share a:hover {
  text-decoration: none; }

.share-twitter:before {
  content: "\F309"; }

.share-facebook:before {
  content: "\F30C"; }

.share-linkedin:before {
  content: "\F318"; }

.share-googleplus:before {
  content: "\F30F"; }

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center; }

.pagination * {
  display: inline-block; }

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px; }

[dir=rtl] .pagination li {
  float: right; }

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px; }

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe; }

.pagination-first {
  border-radius: 3px 0 0 3px; }

[dir=rtl] .pagination-first {
  border-radius: 0 3px 3px 0; }

.pagination-last {
  border-radius: 0 3px 3px 0; }

[dir=rtl] .pagination-last {
  border-radius: 3px 0 0 3px; }

/* Markdown styles */
.markdown {
  word-wrap: break-word;
  line-height: 1.7; }

.markdown img {
  max-width: 100%; }

.markdown hr {
  background-color: #eee;
  border: 0;
  height: 1px; }

.markdown ul, .markdown ol {
  list-style-position: inside;
  padding: 0 15px; }

.markdown ul {
  list-style-type: disc; }

.markdown ol {
  list-style-type: decimal; }

.markdown ol ul, .markdown ul ul {
  list-style-type: circle; }

.markdown ol ol ul,
.markdown ol ul ul,
.markdown ul ol ul,
.markdown ul ul ul {
  list-style-type: square; }

.markdown pre {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre; }

.markdown blockquote {
  border-left: 1px solid #eee;
  color: #bebebe;
  font-style: italic;
  padding: 0 15px; }

.vote {
  display: inline-block;
  text-align: center;
  width: 35px; }

.vote a {
  outline: none;
  text-decoration: none; }

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0; }

[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override; }

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #555;
  display: inline-block;
  font-family: "entypo";
  font-size: 15px;
  height: 18px;
  line-height: 18px;
  width: 18px; }

.vote-up:hover:before, .vote-down:hover:before {
  border-color: #bbb; }

.vote-up:before {
  content: "\E763"; }

.vote-down:before {
  content: "\E760"; }

.vote-voted:before, .vote-voted:hover:before {
  border-color: #555; }

/* Frame */
main, .header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px; }

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top; }

.main-column {
  width: 620px; }

.side-column {
  width: 270px;
  margin-left: 45px; }

[dir=rtl] .side-column {
  margin-left: 0;
  margin-right: 45px; }

/* Header */
.header {
  background: #fff;
  border-bottom: 1px solid #eee; }

.header-inner {
  display: table;
  height: 100px; }

.logo, .user-nav {
  display: table-cell;
  vertical-align: middle; }

.logo img {
  max-height: 60px; }

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

.user-nav > * {
  display: inline-block;
  margin: 0 0 0 25px; }

[dir=rtl] .user-nav {
  text-align: left; }

[dir=rtl] .user-nav > * {
  margin: 0 25px 0 0; }

/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
  padding: 80px 60px; }

body.community-enabled .knowledge-base, body.community-enabled .community {
  display: inline-block;
  vertical-align: top; }

body.community-enabled .knowledge-base {
  width: 620px; }

.knowledge-base, .community {
  display: inline-block;
  vertical-align: top; }

.knowledge-base {
  width: 100%; }

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
  margin-left: 45px;
  width: 270px; }

[dir=rtl] .community {
  margin-left: 0;
  margin-right: 45px; }

.community .recent-activity {
  padding: 0;
  width: auto; }

.community h2, .community h3, .section h3 {
  color: #555;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 15px;
  text-transform: uppercase; }

.community h4 {
  font-size: 15px;
  margin-top: 0; }

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px; }

.community .trending-questions + h4 {
  margin-top: 50px; }

/* Knowledge base trees */
.article-list li, .community li {
  margin-bottom: 10px; }

.category h2 {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin: 25px 0;
  padding-bottom: 18px; }

.category h2 a, .section h3 a {
  color: inherit; }

.category-empty, .section {
  display: inline-block;
  padding: 0 50px 30px 0;
  vertical-align: top;
  width: 49.5%; }

[dir=rtl] .category-empty, [dir=rtl] .section {
  padding: 0 0 30px 50px; }

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;
  text-decoration: underline; }

.category-description, .section-description {
  color: #bebebe;
  margin-bottom: 50px;
  margin-top: -15px; }

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px; }

.page-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px; }

.page-header > * {
  display: table-cell;
  vertical-align: middle; }

.page-header > *:first-child {
  width: 100%; }

.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0; }

.page-header h1 {
  font-size: 20px; }

/* Search */
.search-box .search:before, .sub-nav .search .search:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1; }

/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%; }

.sub-nav > * {
  display: table-cell; }

.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap; }

.sub-nav .search {
  width: 300px; }

/* Article */
.article-header {
  margin-bottom: 25px; }

.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px; }

.article-info > * {
  display: table-cell;
  vertical-align: middle; }

.article-avatar {
  min-width: 55px; }

.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px; }

.article-meta {
  width: 100%;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis; }

.article-updated {
  display: block; }

.article-more-questions {
  margin: 15px 0 50px; }

.article-body table {
  table-layout: fixed; }

.article-footer {
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  padding: 20px 0; }

.article-footer .article-vote, .article-footer .share {
  display: table-cell; }

.article-vote {
  width: 100%; }

.article-vote > * {
  display: inline-block; }

.article-vote-controls {
  margin: 0 5px; }

.article-vote-count {
  color: #999;
  min-width: 20%; }

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo"; }

.article-vote-up:before {
  content: "\1f44d"; }

.article-vote-down:before {
  content: "\1f44e"; }

.article-vote-up.article-voted {
  color: #6b9100;
  border-color: #6b9100; }

.article-vote-down.article-voted {
  color: #999;
  border-color: #999; }

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 0 0 20px; }

.side-column ul {
  margin-bottom: 60px; }

.side-column li {
  margin-bottom: 10px; }

.side-column li a {
  font-size: 12px; }

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px; }

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative; }

.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute; }

.article-promoted span:before, .visibility-internal:before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1; }

.article-promoted span:after, .visibility-internal:after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0; }

.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
  display: block; }

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px; }

.comment-list > * {
  border-bottom: 1px solid #eee;
  padding: 25px 0; }

.comment-list > *:first-child {
  border-top: 1px solid #eee; }

.comment-sorter {
  float: right; }

.comment-sorter a {
  color: #999;
  text-decoration: none;
  padding-left: 20px; }

[dir=rtl] .comment-sorter {
  float: left; }

[dir=rtl] .comment-sorter a {
  padding-left: 0;
  padding-right: 20px; }

.comment-sorter [aria-selected=true] {
  font-weight: bold;
  color: #333; }

.comment, .comment-form {
  display: table;
  table-layout: fixed;
  width: 100%; }

.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top; }

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px; }

.comment-bookmark:before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1; }

.comment-avatar {
  position: relative;
  width: 85px; }

.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px; }

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/assets/agent-marker.png");
  background-image: url("/hc/assets/agent-marker.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  content: " ";
  height: 15px;
  left: 55px;
  position: absolute;
  top: 55px;
  width: 15px; }

[dir=rtl] .comment-avatar-agent:after {
  left: auto;
  right: 55px; }

.comment-header {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis; }

.comment-published, .comment-pending, .comment-official {
  border: 1px solid transparent;
  float: right;
  font-size: 11px;
  padding: 1px 5px; }

[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
  float: left; }

.comment-published {
  color: #bebebe; }

.comment-published:before {
  content: " ";
  display: inline-block;
  width: 5px; }

.comment-pending, .comment-official {
  border-color: currentcolor;
  border-radius: 2px; }

.comment-pending {
  color: #eec100; }

.comment-official {
  color: #77a500; }

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px; }

.comment-attachments {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 10px; }

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: right; }

.comment-form-controls input[type=submit] {
  margin-left: 15px; }

[dir=rtl] .comment-form-controls input[type=submit] {
  margin-left: 0;
  margin-right: 15px; }

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }

[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
  margin-left: 20px; }

.comment-actions {
  float: right;
  color: #999; }

[dir=rtl] .comment-actions {
  float: left; }

.comment-actions .dropdown-toggle:before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo"; }

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px; }

.attachment-list span, .screencast-list span {
  color: #999; }

[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override; }

.attachment-list li, .screencast-list li {
  margin-bottom: 10px; }

.attachment-list li:before, .screencast-list li:before {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px; }

.attachment-list li:before {
  content: "\1F4CE"; }

.screencast-list li:before {
  content: "\1F4BB"; }

.my-activities-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding: 25px 0; }

.my-activities-header .breadcrumbs li {
  color: #000;
  font-size: 20px;
  font-weight: normal; }

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
  display: none; }

.my-activities-nav {
  margin-bottom: 100px; }

.my-activities-sub-nav {
  margin-bottom: 15px; }

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%; }

.request-table-filters {
  display: table-cell;
  text-align: right; }

[dir=rtl] .request-table-filters {
  text-align: left; }

.request-table-filters label:before {
  content: " ";
  width: 25px;
  display: inline-block; }

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px; }

.request-id {
  color: #bebebe; }

.request-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px; }

.request-details dt ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 15px; }

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word; }

.request-details dd ul {
  margin: 10px 0; }

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0; }

.request-details .nested-field-tag:before {
  content: " > "; }

.request-details .nested-field-tag:first-child:before {
  content: ""; }

.request-status {
  color: #fff;
  border-radius: 3px; }

.request-open {
  background: #59bbe0; }

.request-answered {
  background: #f5ca00; }

.request-solved {
  background: #828282; }

/* Community */
.post-to-community a {
  padding-left: 20px;
  padding-right: 20px; }

.post-to-community a:before {
  content: "\2b\00a0";
  position: relative;
  top: -1px; }

/* Community topics page */
.topic-list li {
  display: inline-block;
  padding: 0 100px 30px 0;
  vertical-align: top;
  width: 49.5%; }

.topic-list li h3, .topic-list li p {
  margin: 0; }

.topic-list li p {
  color: #bebebe; }

.topic-list li .meta-group {
  margin-top: 5px; }

[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px; }

/* Community topic page */
.topic-header {
  margin-bottom: 15px; }

.topic-header > * {
  display: table-cell;
  vertical-align: middle; }

.topic-filters {
  width: 100%; }

.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px; }

[dir=rtl] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px; }

.post-overview {
  border-bottom: 1px solid #eee;
  padding: 16px 0; }

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-overview-info a {
  font-size: 16px; }

.post-overview-info .meta-group {
  display: block;
  margin-top: 5px; }

.post-pinned .post-overview-info:before {
  content: "\2605";
  margin-right: 5px;
  color: #158ec2; }

.post-overview-status {
  float: right;
  margin: 0 10px; }

.post-overview-status > span {
  color: #fff; }

[dir=rtl] .post-overview-status {
  float: left; }

.post-overview-count {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase; }

.post-overview-count strong {
  color: #555;
  display: block;
  font-size: 13px; }

[dir=rtl] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override; }

[dir=rtl] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px; }

/* Community post page */
.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold; }

.post-actions .dropdown-toggle:before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo"; }

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%; }

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top; }

.post-vote {
  width: 45px;
  padding-top: 5px; }

.post-header {
  margin-bottom: 25px; }

.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-info {
  display: table;
  width: 100%; }

.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap; }

.post-avatar {
  min-width: 55px;
  position: relative; }

.post-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px; }

.post-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/assets/agent-marker.png");
  background-image: url("/hc/assets/agent-marker.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  left: 28px;
  top: -10.5px;
  content: " "; }

[dir=rtl] .post-avatar-agent:after {
  left: auto;
  right: 28px; }

.post-meta {
  width: 100%;
  max-width: 0; }

.post-author {
  display: block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis; }

.post-status > span {
  color: #fff;
  margin: 0 10px; }

.post-planned {
  background-color: #3eaae5; }

.post-not-planned {
  background-color: #b5b5b5; }

.post-completed {
  background-color: #669600; }

.post-answered {
  background-color: #669600; }

.post-share {
  margin-top: 30px;
  text-align: right; }

[dir=rtl] .post-share {
  text-align: left; }

/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
  border-radius: 3px;
  font-size: 12px;
  padding: 4px 10px; }

.topic-follow [role=button]:after, .post-follow [role=button]:after {
  content: attr(data-follower-count);
  color: #555;
  display: inline-block;
  border-left: 1px solid #ddd;
  margin-left: 10px;
  padding-left: 10px; }

[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
  border-left: 0;
  border-right: 1px solid #ddd;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0; }

.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
  background: #f9f9f9;
  color: #555; }

body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px; }

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px; }

[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px; }

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0; }

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px; }

.search-results-list {
  margin-bottom: 25px; }

.search-results-list > * {
  border-bottom: 1px solid #eee;
  padding: 20px 0; }

.search-results-list > *:first-child {
  border-top: 1px solid #eee; }

.search-result-link {
  font-size: 16px; }

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 16px; }

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe; }

.search-result-meta-time:before, .search-result-meta-count:before {
  display: inline-block;
  padding-right: 5px;
  content: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px; }

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px; }

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  transition: bottom .5s ease-in, color .5s ease-in; }

.chat:before {
  content: "\E720";
  font-family: "entypo";
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle; }

.chat:hover {
  text-decoration: none; }

.chat-available {
  bottom: 0; }

.chat-unavailable {
  color: #808080;
  cursor: default !important;
  bottom: -50px; }

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%; }

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0; }

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px; }

.error-page > a {
  display: block;
  margin-top: 25px; }

.recent-activity {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px; }

.recent-activity-header {
  margin-top: 0;
  font-size: 15px; }

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px; }

.recent-activity-item-parent {
  color: #555;
  font-size: 12px;
  text-decoration: none;
  display: block; }

.recent-activity-item-parent:hover {
  text-decoration: underline; }

.recent-activity-item-link {
  display: block; }

.recent-activity-item-meta {
  font-size: 12px;
  color: #999; }

.recent-activity-item-time {
  display: inline-block; }

.recent-activity-item-comment {
  display: none; }

.recent-activity-item-comment:before {
  display: inline-block;
  content: "\2022"; }

.recent-activity-item-comment span:before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px; }

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block; }

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px; }

.recent-activity-loader {
  display: inline-block;
  position: relative; }

.recent-activity-loader:before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite; }

@keyframes recent-activity-loader {
  0% {
    left: 0; }
  100% {
    left: 100%; } }
@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0; }
  100% {
    left: 100%; } }
.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  font-size: 11px;
  margin: 0 3px;
  padding: 1px 3px;
  text-decoration: none;
  vertical-align: baseline; }

/**
 * Mixins
 */
/**
 * Typography
 */
html * {
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

/**
 * Common
 */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  background: #0D112B; }

img {
  max-width: 100%; }

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

body {
  padding: 0;
  margin: 0; }

main, .footer-inner {
  padding: 0; }

.body {
  background-color: #fff; }

/**
 * Footer
 */
.footer {
  background: #0D112B;
  padding: 50px 0; }

.footer__statement {
  text-align: center;
  font-family: "Surveyor SSm A", "Surveyor SSm B";
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #555A72;
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 45px;
  margin: 20px 0 70px; }
  .res .footer__statement {
    font-size: 32px;
    font-size: 8vw; }
    @media (min-width: 480px) {
      .res .footer__statement {
        font-size: 7vw; } }
    @media (min-width: 768px) {
      .res .footer__statement {
        font-size: 4.3vw; } }
    @media (min-width: 1064px) {
      .res .footer__statement {
        font-size: 45px; } }

.footer__section {
  padding-bottom: 30px; }

.footer__header {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 11px;
  color: #555A72;
  margin-bottom: 6px;
  font-weight: 500; }

.footer__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.footer__link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 400;
  display: block;
  padding: 4px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased; }
  .footer__link:hover {
    color: rgba(255, 255, 255, 0.8); }
  .footer__list--large .footer__link {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 4px; }
    .res .footer__list--large .footer__link {
      font-size: 14px;
      margin-bottom: 6px; }
      @media screen and (min-width: 480px) {
        .res .footer__list--large .footer__link {
          font-size: 18px;
          margin-bottom: 4px; } }

.footer__footer {
  margin-top: 100px;
  text-align: center; }

.footer__logo {
  margin-bottom: 10px; }
  .footer__logo path, .footer__logo circle {
    fill: #f12e45; }

/**
 * Legal
 */
.legal__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.legal__list-item {
  display: inline-block;
  color: #555A72;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  margin: 4px 0;
  padding: 0 12px;
  position: relative; }
  .legal__list-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 4px;
    border-right: solid 1px rgba(85, 90, 114, 0.65); }
  .res .legal__list-item {
    display: block;
    margin-top: 10px; }
    .res .legal__list-item:after {
      display: none; }
    @media screen and (min-width: 768px) {
      .res .legal__list-item {
        display: inline-block; }
        .res .legal__list-item:after {
          display: block; } }

.legal__link {
  display: inline-block;
  color: #555A72;
  padding: 4px 12px;
  margin: -4px -12px; }
  .legal__link:hover {
    color: #626884; }
  .legal__link--language {
    padding-left: 22px;
    background: url(../img/icon-small-globe.svg) left 45% no-repeat transparent;
    position: relative; }
    .legal__link--language span {
      cursor: pointer; }
    body:not(.localization) .legal__link--language {
      display: none !important; }
  .legal__link--hidden {
    display: none; }

.language__selector {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -32px;
  background: #222840;
  padding: 20px 26px; }
  .language__selector--show {
    display: block; }
  .language__selector:after {
    content: "";
    position: absolute;
    left: 32px;
    margin-left: -14px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #222840 transparent transparent;
    border-width: 10px 14px; }

.language__link {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 140px;
  padding: 2px 0;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  text-align: left; }
  .language__link:hover {
    text-decoration: underline;
    color: #fff; }

.powered-by-zendesk {
  display: none; }

/**
 * Article
 */
.article-header {
  margin-bottom: 20px; }
  .article-header h1 {
    font-weight: 500;
    line-height: 1.6;
    font-size: 22px; }

main {
  max-width: 100%;
  width: auto; }

.main-column, .side-column {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-bottom: 80px; }

@media screen and (min-width: 768px) {
  .side-column {
    padding-left: 32px; } }
.visibility-internal {
  width: 24px;
  display: inline-block;
  margin-left: -30px; }

.article-body h3 {
  font-size: 20px;
  margin-top: 40px; }
.article-body p {
  font-size: 16px;
  line-height: 1.8; }
  .article-body p code {
    font-size: 16px;
    color: #dd0f27; }
.article-body a {
  color: #f12e45; }
  .article-body a:hover {
    color: #ef1630; }
.article-body strong {
  font-weight: 500; }
.article-body ul, .article-body ol {
  padding: 0; }
.article-body li {
  list-style-type: disc;
  padding-left: 16px;
  padding-bottom: 12px; }
.article-body blockquote {
  border-left: solid 2px rgba(85, 90, 114, 0.5);
  font-style: normal;
  font-size: 15px;
  line-height: 1.8;
  color: #888; }

.home-page {
  padding-bottom: 80px; }

/**
 * Side Column
 */
.side-column a {
  color: #0D112B; }

/**
 * Navigation
 */
.nav {
  -webkit-transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10;
  top: 0;
  padding: 24px 0 24px; }
  .nav--inverted.nav--subnav {
    background: #f12e45; }
    .nav--inverted.nav--subnav.nav--transparent {
      background: transparent; }
  .res .nav {
    padding: 18px 0 12px;
    margin-bottom: -145px; }
    @media screen and (min-width: 480px) {
      .res .nav {
        padding: 32px 0 24px; } }
    @media screen and (min-width: 480px) {
      .res .nav--subnav {
        margin-bottom: -173px; } }
    @media screen and (min-width: 620px) {
      .res .nav--subnav {
        margin-bottom: -110px; } }

/**
 * Navigation: Main Header
 */
.nav__header {
  padding: 0 24px;
  position: relative; }
  .nav__header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.nav__title {
  float: left;
  margin: 0; }

.nav__logo {
  display: block;
  height: 0;
  padding-top: 50px;
  margin-right: 24px;
  width: 50px;
  overflow: hidden;
  background: url(../img/logo-wordmark--red.svg) center left no-repeat transparent;
  background-size: auto 50px; }
  .nav--inverted .nav__logo {
    background-image: url("//p5.zdassets.com/hc/theme_assets/831517/200175577/logo-wordmark--white.svg"); }
  .nav:not(.nav--subnav) .nav__logo {
    width: 170px; }
  .res .nav__logo {
    width: 50px !important; }
  @media screen and (min-width: 630px) {
    .res .nav:not(.nav--subnav) .nav__logo {
      width: 170px !important; } }

/**
 * Navigation: Subnav
 */
.nav__subnav {
  float: none;
  clear: none; }
  .res .nav__subnav {
    float: left;
    clear: left; }
    @media screen and (min-width: 700px) {
      .res .nav__subnav {
        clear: none; } }

.nav__subnav-header {
  margin: 0;
  display: inline-block; }
  .res .nav__subnav-header {
    display: block;
    margin-top: 15px; }
    @media screen and (min-width: 700px) {
      .res .nav__subnav-header {
        margin: 0;
        display: inline-block; } }

.nav__subnav-header-link {
  display: inline-block;
  color: #0D112B;
  letter-spacing: -0.03em;
  font-weight: 500;
  padding: 0 10px;
  margin-left: -10px;
  font-size: 19.5px;
  line-height: 50px;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .nav__subnav-header-link:hover {
    text-decoration: none;
    color: #0D112B; }
  .nav--inverted .nav__subnav-header-link {
    color: #fff;
    font-weight: 400; }
  .res .nav__subnav-header-link {
    line-height: 28px;
    font-size: 16px; }
    @media screen and (min-width: 1024px) {
      .res .nav__subnav-header-link {
        line-height: 50px; } }
    @media screen and (min-width: 720px) {
      .res .nav__subnav-header-link {
        font-size: 19.5px;
        line-height: 26px; } }

.nav__subnav-items {
  margin: 0;
  list-style-type: none;
  padding: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: static;
  background: none;
  padding: 0;
  width: auto;
  height: auto;
  display: inline; }
  .nav--inverted .nav__subnav-items {
    background: #f12e45; }
  .nav__subnav-items:before {
    display: none; }
  .res .nav--inverted .nav__subnav-items {
    background: #f12e45; }
  .res .nav__subnav-items {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 0;
    position: absolute;
    left: 0px;
    right: 0;
    top: 113px;
    z-index: 10;
    overflow: hidden; }
    .res .nav__subnav-items:before {
      content: "";
      display: block;
      margin: 15px 20px 0;
      height: 0;
      border-top: solid 1px rgba(102, 102, 102, 0.3);
      margin-bottom: 10px; }
    @media screen and (min-width: 700px) {
      .res .nav__subnav-items {
        top: 50px;
        padding-left: 74px; }
        .res .nav__subnav-items:before {
          width: 200px; } }
  @media screen and (min-width: 1024px) {
    .res .nav:not(.nav--compact) .nav__subnav-items {
      position: static;
      background: none;
      padding: 0;
      width: auto;
      height: auto !important;
      display: inline !important; }
      .res .nav:not(.nav--compact) .nav__subnav-items:before {
        display: none; } }
  @media screen and (min-width: 1400px) {
    .res .nav--compact .nav__subnav-items {
      position: static;
      background: none;
      padding: 0;
      width: auto;
      height: auto !important;
      display: inline !important; }
      .res .nav--compact .nav__subnav-items:before {
        display: none; } }

.nav__subnav-item {
  display: inline-block;
  margin: 0; }
  .nav__subnav-item--hidden {
    display: none; }
  .res .nav__subnav-item {
    display: block; }
    .res .nav__subnav-item:first-child {
      margin-top: 10px; }
    .res .nav__subnav-item:last-child {
      margin-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    .res .nav:not(.nav--compact) .nav__subnav-item {
      margin: 0 !important;
      display: inline-block; }
      .res .nav:not(.nav--compact) .nav__subnav-item--hidden {
        display: none; } }
  @media screen and (min-width: 1400px) {
    .res .nav--compact .nav__subnav-item {
      margin: 0 !important;
      display: inline-block; }
      .res .nav--compact .nav__subnav-item--hidden {
        display: none; } }

.nav__subnav-link {
  color: rgba(102, 102, 102, 0.8);
  padding: 0 10px;
  line-height: 50px;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  padding: 1px 10px; }
  .res .nav__subnav-link {
    padding: 0 20px;
    line-height: 32px; }
  @media screen and (min-width: 1024px) {
    .res .nav:not(.nav--compact) .nav__subnav-link {
      line-height: 50px;
      padding: 1px 10px; } }
  @media screen and (min-width: 1400px) {
    .res .nav--compact .nav__subnav-link {
      line-height: 50px;
      padding: 1px 10px; } }
  .nav__subnav-link:hover {
    text-decoration: none;
    color: #4d4d4d; }
  .nav--inverted .nav__subnav-link {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 200; }
    .nav--inverted .nav__subnav-link:hover {
      color: #fff; }

.nav__subnav-current {
  display: none;
  padding: 0 !important; }
  .nav__subnav-current:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: solid 2px rgba(102, 102, 102, 0.8);
    vertical-align: text-top;
    margin: 1px 0 0 10px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .res .nav__subnav-current {
    display: block;
    padding: 0;
    line-height: 20px; }
  @media screen and (min-width: 1024px) {
    .res .nav:not(.nav--compact) .nav__subnav-current {
      display: none; } }
  @media screen and (min-width: 1400px) {
    .res .nav--compact .nav__subnav-current {
      display: none; } }
  .nav__subnav--open .nav__subnav-current:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 6px; }
  .nav__subnav-current:hover:after {
    border-color: #666; }
    .nav--inverted .nav__subnav-current:hover:after {
      border-color: rgba(255, 255, 255, 0.8); }

/**
 * Navigation: Menu
 */
.nav__menu {
  float: right; }

.nav__menu-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block; }

.nav__menu-item {
  display: none !important; }
  @media screen and (min-width: 460px) {
    .nav__menu-item[data-priority="1"] {
      display: inline-block !important; } }
  @media screen and (min-width: 560px) {
    .nav__menu-item[data-priority="2"] {
      display: inline-block !important; } }
  @media screen and (min-width: 720px) {
    .nav__menu-item[data-priority="3"] {
      display: inline-block !important; } }
  @media screen and (min-width: 840px) {
    .nav__menu-item[data-priority="4"] {
      display: inline-block !important; } }
  @media screen and (min-width: 1024px) {
    .nav__menu-item[data-priority="5"] {
      display: inline-block !important; } }

.nav__menu-link {
  display: inline-block;
  color: #f12e45;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 10px;
  line-height: 50px; }
  .nav__menu-link svg {
    height: 13px;
    width: auto;
    vertical-align: -1px;
    display: inline-block;
    margin-right: 8px; }
    @media screen and (min-width: 0\0) {
      .nav__menu-link svg {
        width: 10px; } }
    .nav--inverted .nav__menu-link svg g, .nav--inverted .nav__menu-link svg circle, .nav--inverted .nav__menu-link svg path {
      stroke: rgba(255, 255, 255, 0.75); }
    .res .nav__menu-link svg {
      display: none; }
      @media screen and (min-width: 500px) {
        .res .nav__menu-link svg {
          display: inline-block; } }
  .nav__menu-link:hover {
    text-decoration: none;
    color: #f12e45; }
  .nav--inverted .nav__menu-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400; }
    .nav--inverted .nav__menu-link:hover {
      color: #fff; }
      .nav--inverted .nav__menu-link:hover g, .nav--inverted .nav__menu-link:hover circle, .nav--inverted .nav__menu-link:hover path {
        stroke: #fff; }

.nav__menu-activate {
  padding-left: 32px;
  position: relative; }
  .nav__menu-activate span {
    height: 1px;
    background: #f12e45;
    position: absolute;
    left: 11px;
    width: 12px;
    margin-top: -1px;
    top: 50%; }
    .nav__menu-activate span:before, .nav__menu-activate span:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background: #f12e45; }
    .nav__menu-activate span:before {
      top: -5px; }
    .nav__menu-activate span:after {
      top: 5px; }
    .nav--inverted .nav__menu-activate span {
      background: rgba(255, 255, 255, 0.75); }
      .nav--inverted .nav__menu-activate span:before, .nav--inverted .nav__menu-activate span:after {
        background: rgba(255, 255, 255, 0.75); }
  .res .nav__menu-activate {
    padding-left: 32px;
    position: relative; }
    .res .nav__menu-activate span {
      left: 11px;
      width: 12px;
      margin-top: -1px; }
    @media screen and (max-width: 455px) {
      .res .nav__menu-activate {
        padding: 18px 16px 18px 26px;
        width: 0;
        height: 8px;
        overflow: hidden;
        margin: 0 -16px 0 0;
        vertical-align: -17px;
        line-height: 100px; }
        .res .nav__menu-activate span {
          left: 12px;
          width: 14px;
          margin-top: 0; } }

.sub-nav {
  background: #f5f5f5;
  display: block;
  margin-bottom: 50px; }
  .sub-nav > * {
    display: block; }
  .sub-nav .search {
    width: auto; }

/**
 * Navigation: Menu
 */
.nav__menu {
  float: right; }

.nav__menu-items {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block; }

.nav__menu-item {
  display: inline-block; }
  @media screen and (max-width: 1090px) {
    .nav__menu-item {
      display: none; }
      .nav__menu-item:not(:first-child) {
        display: inline-block; } }
  .res .nav__menu-item {
    display: none; }
    .res .nav__menu-item:not(:first-child) {
      display: inline-block; }
  @media screen and (min-width: 850px) {
    .res .nav:not(.nav--subnav) .nav__menu-item {
      display: inline-block; } }
  @media screen and (min-width: 850px) {
    .res .nav--subnav .nav__menu-item {
      display: none; }
      .res .nav--subnav .nav__menu-item:not(:first-child) {
        display: inline-block; } }
  @media screen and (min-width: 1150px) {
    .res .nav--subnav .nav__menu-item {
      display: inline-block !important; } }

.nav__menu-link {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;
  line-height: 50px; }
  .nav__menu-link svg {
    height: 13px;
    width: auto;
    vertical-align: -1px;
    display: inline-block;
    margin-right: 8px; }
    @media screen and (min-width: 0\0) {
      .nav__menu-link svg {
        width: 10px; } }
    .nav--inverted .nav__menu-link svg g, .nav--inverted .nav__menu-link svg circle, .nav--inverted .nav__menu-link svg path {
      stroke: rgba(255, 255, 255, 0.75); }
    .res .nav__menu-link svg {
      display: none; }
      @media screen and (min-width: 500px) {
        .res .nav__menu-link svg {
          display: inline-block; } }
  .nav__menu-link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8); }
  .nav--inverted .nav__menu-link {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400; }
    .nav--inverted .nav__menu-link:hover {
      color: #fff; }
      .nav--inverted .nav__menu-link:hover g, .nav--inverted .nav__menu-link:hover circle, .nav--inverted .nav__menu-link:hover path {
        stroke: #fff; }

.nav__menu-activate {
  padding-left: 32px;
  position: relative; }
  .nav__menu-activate span {
    height: 1px;
    background: #f12e45;
    position: absolute;
    left: 11px;
    width: 12px;
    margin-top: -1px;
    top: 50%; }
    .nav__menu-activate span:before, .nav__menu-activate span:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background: #f12e45; }
    .nav__menu-activate span:before {
      top: -5px; }
    .nav__menu-activate span:after {
      top: 5px; }
    .nav--inverted .nav__menu-activate span {
      background: rgba(255, 255, 255, 0.75); }
      .nav--inverted .nav__menu-activate span:before, .nav--inverted .nav__menu-activate span:after {
        background: rgba(255, 255, 255, 0.75); }
  .res .nav__menu-activate {
    padding-left: 32px;
    position: relative; }
    .res .nav__menu-activate span {
      left: 11px;
      width: 12px;
      margin-top: -1px; }
    @media screen and (max-width: 455px) {
      .res .nav__menu-activate {
        padding: 18px 16px 18px 26px;
        width: 0;
        height: 8px;
        overflow: hidden;
        margin: 0 -16px 0 0;
        vertical-align: -17px;
        line-height: 100px; }
        .res .nav__menu-activate span {
          left: 12px;
          width: 14px;
          margin-top: 0; } }

/**
 * Breadcrumbs
 */
.breadcrumbs li, .breadcrumbs li a {
  color: #0D112B;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px; }
  .breadcrumbs li:hover, .breadcrumbs li a:hover {
    color: #f12e45; }
.breadcrumbs li + li:before {
  content: "›";
  color: rgba(13, 17, 43, 0.5);
  margin: 0 6px;
  vertical-align: 2px; }

/**
 * Category
 */
.categories {
  padding-bottom: 80px; }

.category__title, .category__title a {
  font-weight: 400;
  font-size: 20px;
  color: #0D112B;
  margin-bottom: 10px; }

.category__title a:hover {
  color: #f12e45; }

.category__article-list {
  padding-bottom: 40px; }
  .category__article-list li, .category__article-list a {
    display: block; }
  .category__article-list a {
    line-height: 1.4;
    padding: 5px 20px 5px 0;
    color: #0D112B; }
    .category__article-list a:hover {
      color: #f12e45; }
  .category__article-list .category__more {
    color: #f12e45;
    font-weight: 400;
    display: inline-block;
    padding: 15px 0; }

/**
 * Search
 */
.search {
  width: auto; }
  .search input {
    width: 100%;
    box-sizing: border-box;
    background: url("//p5.zdassets.com/hc/theme_assets/831517/200175577/icon-search.svg") center left 8px/20px auto no-repeat white;
    padding: 9px 10px 10px 36px !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    height: auto !important;
    font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border: solid 1px rgba(0, 0, 0, 0.25);
    color: #0D112B !important;
    display: block !important;
    border-radius: 5px; }
    .search input::-webkit-input-placeholder {
      font-weight: 200; }
    .search input::-moz-placeholder {
      font-weight: 200; }
    .search input:-moz-placeholder {
      font-weight: 200; }
    .search input:-ms-input-placeholder {
      font-weight: 200; }
  .search:before {
    display: none; }
  .search--large {
    font-size: 22px; }
    .search--large input {
      margin: 40px 0;
      font-size: 20px !important;
      padding: 17px 16px 18px 60px !important;
      background-size: 32px auto;
      background-position: center left 15px; }
      @media screen and (min-width: 620px) {
        .search--large input {
          font-size: 26px !important; } }
      @media screen and (min-width: 820px) {
        .search--large input {
          font-size: 32px !important; } }

#st-injected-content .st-ui-autocomplete .st-ui-result {
  padding: 14px 18px !important; }
  #st-injected-content .st-ui-autocomplete .st-ui-result em {
    font-weight: 500 !important;
    color: #555A72 !important; }
  #st-injected-content .st-ui-autocomplete .st-ui-result .st-ui-type-heading {
    color: #0D112B !important;
    margin-bottom: 4px !important;
    font-weight: 500 !important; }
  #st-injected-content .st-ui-autocomplete .st-ui-result .st-ui-type-detail {
    color: #0D112B !important; }

.search-page {
  padding-bottom: 60px; }
  .search-page .st-search-container .st-ui-embed .st-query-present {
    color: #0D112B !important;
    font-size: 15px; }
    .search-page .st-search-container .st-ui-embed .st-query-present strong {
      font-weight: 500 !important; }
  .search-page .st-search-container .st-ui-embed .st-search-summary {
    border-bottom: solid 1px #E8E8E8;
    padding: 0 0 10px; }
  .search-page .st-search-container .st-ui-embed .st-ui-pagination {
    border-top: solid 1px #E8E8E8;
    padding: 25px 0 10px;
    display: block; }
  .search-page .st-search-container .st-ui-embed .st-ui-pagination-link {
    text-transform: capitalize;
    color: #0D112B;
    margin: 0 10px; }
    .search-page .st-search-container .st-ui-embed .st-ui-pagination-link:hover {
      text-decoration: none; }
  .search-page .st-search-container .st-ui-embed .st-ui-pagination-number-link {
    display: inline-block;
    padding: 2px 6px;
    min-width: 26px;
    text-align: center;
    border: solid 1px #E8E8E8;
    border-radius: 3px;
    margin: 0; }
    .search-page .st-search-container .st-ui-embed .st-ui-pagination-number-link:hover {
      background: #e8e8e8; }
    .search-page .st-search-container .st-ui-embed .st-ui-pagination-number-link.active {
      color: #fff;
      background: #565B73;
      border-color: #e8e8e8;
      cursor: default; }
  .search-page .st-search-container .st-ui-embed a.st-ui-result {
    padding: 24px 18px 24px 0;
    opacity: 0.85; }
    .search-page .st-search-container .st-ui-embed a.st-ui-result:hover {
      opacity: 1; }
  .search-page .st-search-container .st-ui-embed .st-ui-type-heading {
    color: #0D112B !important;
    font-size: 16px;
    margin-bottom: 8px; }
    .search-page .st-search-container .st-ui-embed .st-ui-type-heading em {
      color: #008CFF !important;
      font-weight: 500 !important; }
  .search-page .st-search-container .st-ui-embed .st-ui-type-detail {
    font-size: 14px;
    color: #0D112B;
    line-height: 1.6;
    max-height: none !important; }
    .search-page .st-search-container .st-ui-embed .st-ui-type-detail em {
      color: #008CFF !important;
      font-weight: 400 !important;
      background: rgba(245, 245, 245, 0.5); }

/**
 * Code
 */
.markdown pre {
  padding: 0 !important;
  margin: 32px 0 !important;
  background: #2b303b;
  color: #c0c5ce; }
  .markdown pre code, .markdown pre .hljs {
    padding: 1em;
    font-size: 14px;
    line-height: 1.5; }
  .markdown pre code, .markdown pre .hljs, .markdown pre .hljs * {
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace; }

/**
 * Error page
 */
.error-page {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding: 20vh 0 25vh; }
  .error-page a {
    color: #f12e45; }
