/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*
 * PLASTIC
 * Colors
 * Site-wide color palette and helper classes
 */
.header_gray {
  color: #4A4A4A;
}
.subtle_white {
  color: #F4F7FA;
}
.border_gray {
  color: #E5E5E5;
}
.border_lightgray {
  color: #E3E3E3;
}
.placeholder_gray {
  color: #89898B;
}
.arrow_gray {
  color: #CACACA;
}
.article_title_gray {
  color: #7D7D7D;
}
.clear_blue {
  color: #2D9EE0;
}
.spaces_green {
  color: #66C79E;
}
.orange {
  color: #F5A623;
}
.purple {
  color: #573D82;
}
.green {
  color: #007a5a;
}
/* 2016 colors */
/* Greyscale */
/* a11y */
/* Transparents */
/* Spaces */
/* Colors */
/* Stats colors */
/* External Services */
/* Helper classes */
.transparent {
  color: transparent !important;
}
.transparent_bg {
  background-color: transparent !important;
}
.flexpane_grey_bg {
  background-color: #F7F7F7 !important;
}
.neutral_white {
  color: #FFFFFF !important;
}
.neutral_white_bg {
  background-color: #FFFFFF !important;
}
.off_white {
  color: #F9F9F9 !important;
}
.off_white_bg {
  background-color: #F9F9F9 !important;
}
.neutral_grey {
  color: #FBFBFA !important;
}
.neutral_grey_bg {
  background-color: #FBFBFA !important;
}
.indifferent_grey {
  color: #555459 !important;
}
.indifferent_grey_bg {
  background-color: #555459 !important;
}
.flat_grey {
  color: #434245 !important;
}
.subtle_silver {
  color: #89898B !important;
}
.subtle_silver_bg {
  background-color: #89898B !important;
}
.soft_grey {
  color: #E8E8E8 !important;
}
.soft_grey_bg {
  background-color: #E8E8E8 !important;
}
.severe_grey {
  color: #3D3C40 !important;
}
.severe_grey_bg {
  background-color: #3D3C40 !important;
}
.dull_grey {
  color: #8B898F !important;
}
.dull_grey_bg {
  background-color: #8B898F !important;
}
.plastic_grey {
  color: #88919B !important;
}
.plastic_grey_bg {
  background-color: #88919B !important;
}
.cloud_silver {
  color: #BABBBF !important;
}
.cloud_silver_bg {
  background-color: #BABBBF !important;
}
.warm_white {
  color: #fbfaf8 !important;
}
.warm_white_bg {
  background-color: #fbfaf8 !important;
}
.cloud_white {
  color: #f2f2f5 !important;
}
.cloud_white_bg {
  background-color: #f2f2f5 !important;
}
.charcoal_grey_bg {
  background-color: #2C2D30 !important;
}
.old_petunia_grey_bg {
  background-color: #89898B !important;
}
.seafoam_green {
  color: #2ab27b !important;
}
.seafoam_green_bg {
  background-color: #2ab27b !important;
}
.seafoam_green_drk {
  color: #20865d !important;
}
.seafoam_green_drk_bg {
  background-color: #20865d !important;
}
.clear_blue {
  color: #2D9EE0 !important;
}
.clear_blue_bg {
  background-color: #2D9EE0 !important;
}
.solid_blue {
  color: #2780F8 !important;
}
.solid_blue_bg {
  background-color: #2780F8 !important;
}
.slate_blue_bg {
  background-color: #3C4B5B !important;
}
.candy_red {
  color: #eb4d5c !important;
}
.candy_red_bg {
  background-color: #eb4d5c !important;
}
.candy_red_on_hover:hover {
  color: #eb4d5c !important;
}
.highlight_yellow_bg {
  background-color: #FFFCE0 !important;
}
.mention_yellow_bg {
  background-color: #FFF3B8 !important;
}
.star_yellow {
  color: #FFCC00 !important;
}
.star_yellow_bg {
  background-color: #FFCC00 !important;
}
.yolk_orange {
  color: #EDB431 !important;
}
.yolk_orange_bg {
  background-color: #EDB431 !important;
}
.thrills_purple {
  color: #7D60C5 !important;
}
.thrills_purple_bg {
  background-color: #7D60C5 !important;
}
.burnt_violet {
  color: #4D394B !important;
}
.burnt_violet_bg {
  background-color: #4D394B !important;
}
.ocean_teal {
  color: #4c9689 !important;
}
.ocean_teal_bg {
  background-color: #4c9689 !important;
}
.havana_blue {
  color: #2a80b9 !important;
}
.havana_blue_bg {
  background-color: #2a80b9 !important;
}
.pale_blue {
  color: #F0F7FB !important;
}
.pale_blue_bg {
  background-color: #F0F7FB !important;
}
.sky_blue {
  color: #439fe0 !important;
}
.sky_blue_bg {
  background-color: #439fe0 !important;
}
.slate_blue {
  color: #3C4B5B !important;
}
.slate_blue_bg {
  background-color: #3C4B5B !important;
}
.muddy_lilac {
  color: #937e91 !important;
}
.muddy_lilac_bg {
  background-color: #937e91 !important;
}
.moscow_red {
  color: #CB5234 !important;
}
.moscow_red_on_hover:hover {
  color: #CB5234 !important;
}
.moscow_red_bg {
  background-color: #CB5234 !important;
}
.moscow_red_dark {
  color: #870000 !important;
}
.moscow_red_dark_bg {
  background-color: #870000 !important;
}
.mustard_yellow {
  color: #DFA941 !important;
}
.mustard_yellow_bg {
  background-color: #DFA941 !important;
}
.kelly_green {
  color: #36a64f !important;
}
.kelly_green_dark {
  color: #257337 !important;
}
.kelly_green_bg {
  background-color: #36a64f !important;
}
.channel_page_blue {
  color: #2D9CF5 !important;
}
.pin_orange {
  color: #FF876D !important;
}
.charcoal_grey {
  color: #2C2D30 !important;
}
.old_petunia_grey {
  color: #89898B !important;
}
.dropbox_blue {
  color: #007ee5 !important;
}
.dropbox_blue_bg {
  background-color: #007ee5 !important;
}
.twitter_blue {
  color: #55ACEE !important;
}
.twitter_blue_bg {
  background-color: #55ACEE !important;
}
.gdrive_blue_bg {
  background-color: #4285f4 !important;
}
.screenhero_blue {
  color: #1A9CDB !important;
}
.screenhero_blue_bg {
  background-color: #1A9CDB !important;
}
/*
 * PLASTIC
 * Fonts
 * Site-wide fonts and helpers
 */
@font-face {
  font-family: 'Slack';
  src: url('https://a.slack-edge.com/69d6f/fonts/slack-icons/slack-icons-Regular.woff2?feb19') format('woff2'), url('https://a.slack-edge.com/69d6f/fonts/slack-icons/slack-icons-Regular.woff?feb19') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Slack v2';
  src: url('https://a.slack-edge.com/69d6f/fonts/slack-icons/slack-icons-v2.woff2?july24') format('woff2'), url('https://a.slack-edge.com/69d6f/fonts/slack-icons/slack-icons-v2.woff?july24') format('woff');
  font-style: normal;
  font-weight: 400;
}
/* Icon base class */
.ts_icon {
  text-indent: 0px;
}
.ts_icon:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
.ts_icon.ts_icon_inherit:before {
  /* Add the class ts_icon_inherit to any icons that you want to inherit the font-size of their parent */
  font-size: inherit;
}
.ts_icon.sm_icon:before {
  font-size: 10px;
}
.ts_icon.padded {
  padding-right: 6px;
  padding-left: 4px;
}
.ts_icon.top {
  vertical-align: text-top;
}
.ts_icon.middle {
  vertical-align: middle;
}
.ts_icon.sub {
  vertical-align: sub;
}
ts-icon {
  text-indent: 0px;
}
ts-icon:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
ts-icon.ts_icon_inherit:before {
  /* Add the class ts_icon_inherit to any icons that you want to inherit the font-size of their parent */
  font-size: inherit;
}
ts-icon.sm_icon:before {
  font-size: 10px;
}
ts-icon.padded {
  padding-right: 6px;
  padding-left: 4px;
}
ts-icon.top {
  vertical-align: text-top;
}
ts-icon.middle {
  vertical-align: middle;
}
ts-icon.sub {
  vertical-align: sub;
}
.slack-icon {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
h1 .ts_icon:not(.ts_icon_base_size):before,
h2 .ts_icon:not(.ts_icon_base_size):before,
h3 .ts_icon:not(.ts_icon_base_size):before {
  font-size: inherit;
}
.ts_icon_star_o:before {
  content: '\E001';
}
.ts_icon_unstar_o:before {
  content: '\E002';
}
.ts_icon_user:before {
  content: '\E003';
}
.ts_icon_comment_alt:before {
  content: '\E004';
}
.ts_icon_comment_o:before {
  content: '\E005';
}
.ts_icon_home:before {
  content: '\E006';
}
.ts_icon_info:before {
  content: '\E007';
}
.ts_icon_channel_info:before {
  content: '\E008';
}
.ts_icon_info_circle:before {
  content: '\E008';
}
.ts_icon_mentions:before {
  content: '\E009';
}
.ts_icon_gn_menu:before {
  content: '\E00A';
}
.ts_icon_clear:before {
  content: '\E00B';
}
.ts_icon_channels:before {
  content: '\E00C';
}
.ts_icon_dm:before {
  content: '\E00D';
}
.ts_icon_more:before {
  content: '\E00E';
}
.ts_icon_search:before {
  content: '\E010';
}
.ts_icon_bolt:before {
  content: '\E011';
}
.ts_icon_mobile:before {
  content: '\E012';
}
.ts_icon_tablet:before {
  content: '\E013';
}
.ts_icon_laptop:before {
  content: '\E014';
}
.ts_icon_bell_o:before {
  content: '\E015';
}
.ts_icon_bell_slash:before {
  content: '\E016';
}
.ts_icon_team_directory:before {
  content: '\E017';
}
.ts_icon_cloud_upload:before {
  content: '\E018';
}
.ts_icon_cloud_download:before {
  content: '\E019';
}
.ts_icon_bolt_add:before {
  content: '\E01A';
}
.ts_icon_search_medium:before {
  content: '\E01B';
}
.ts_icon_move_to_inspector:before {
  content: '\E01C';
}
.ts_icon_move_to_page:before {
  content: '\E01D';
}
.ts_icon_cog_o:before {
  content: '\E020';
}
.ts_icon_cogs:before {
  content: '\E021';
}
.ts_icon_key:before {
  content: '\E022';
}
.ts_icon_calendar:before {
  content: '\E023';
}
.ts_icon_pencil:before {
  content: '\E024';
}
.ts_icon_lightbulb_o:before {
  content: '\E025';
}
.ts_icon_magic:before {
  content: '\E026';
}
.ts_icon_external_link:before {
  content: '\E027';
}
.ts_icon_external_link_square:before {
  content: '\E028';
}
.ts_icon_lock_o:before {
  content: '\E029';
}
.ts_icon_unlock:before {
  content: '\E030';
}
.ts_icon_folder:before {
  content: '\E031';
}
.ts_icon_folder_open:before {
  content: '\E032';
}
.ts_icon_archive:before {
  content: '\E033';
}
.ts_icon_inbox:before {
  content: '\E034';
}
.ts_icon_sitemap:before {
  content: '\E035';
}
.ts_icon_book:before {
  content: '\E036';
}
.ts_icon_envelope_o:before {
  content: '\E037';
}
.ts_icon_image:before {
  content: '\E038';
}
.ts_icon_building:before {
  content: '\E039';
}
.ts_icon_plug:before {
  content: '\E040';
}
.ts_icon_paper_plane:before {
  content: '\E041';
}
.ts_icon_credit_card:before {
  content: '\E042';
}
.ts_icon_life_ring:before {
  content: '\E043';
}
.ts_icon_thumb_tack:before {
  content: '\E044';
}
.ts_icon_trash:before {
  content: '\E045';
}
.ts_icon_print:before {
  content: '\E046';
}
.ts_icon_quote_o:before {
  content: '\E047';
}
.ts_icon_th_large:before {
  content: '\E048';
}
.ts_icon_eye:before {
  content: '\E049';
}
.ts_icon_eye_closed:before {
  content: '\E050';
}
.ts_icon_volume_off:before {
  content: '\E051';
}
.ts_icon_volume_down:before {
  content: '\E052';
}
.ts_icon_volume_medium:before {
  content: '\E053';
}
.ts_icon_volume_up:before {
  content: '\E054';
}
.ts_icon_volume_off_alt:before {
  content: '\E055';
}
.ts_icon_heart_o:before {
  content: '\E056';
}
.ts_icon_wrench:before {
  content: '\E057';
}
.ts_icon_file:before {
  content: '\E058';
}
.ts_icon_all_files:before {
  content: '\E059';
}
.ts_icon_post_object:before {
  content: '\E05A';
}
.ts_icon_calculator:before {
  content: '\E05B';
}
.ts_icon_file_wo:before {
  content: '\E05C';
}
.ts_icon_file_large_wo:before {
  content: '\E05D';
}
.ts_icon_your_files:before {
  content: '\E060';
}
.ts_icon_align_left:before {
  content: '\E061';
}
.ts_icon_align_center:before {
  content: '\E062';
}
.ts_icon_align_right:before {
  content: '\E063';
}
.ts_icon_align_justify:before {
  content: '\E064';
}
.ts_icon_paragraph:before {
  content: '\E065';
}
.ts_icon_code:before {
  content: '\E066';
}
.ts_icon_ellipsis:before {
  content: '\E067';
}
.ts_icon_ellipsis_baseline:before {
  content: '\E068';
}
.ts_icon_spinner:before {
  content: '\E069';
}
.ts_icon_spiral:before {
  content: '\E070';
}
.ts_icon_random:before {
  content: '\E071';
}
.ts_icon_repeat:before {
  content: '\E072';
}
.ts_icon_share_square_o:before {
  content: '\E073';
}
.ts_icon_link:before {
  content: '\E074';
}
.ts_icon_undo:before {
  content: '\E075';
}
.ts_icon_history:before {
  content: '\E076';
}
.ts_icon_hourglass_empty:before {
  content: '\E077';
}
.ts_icon_hourglass:before {
  content: '\E078';
}
.ts_icon_clock_o:before {
  content: '\E079';
}
.ts_icon_dashboard:before {
  content: '\E080';
}
.ts_icon_power_off:before {
  content: '\E081';
}
.ts_icon_sign_in:before {
  content: '\E082';
}
.ts_icon_sign_out:before {
  content: '\E083';
}
.ts_icon_jump:before {
  content: '\E084';
}
.ts_icon_globe:before {
  content: '\E085';
}
.ts_icon_filter:before {
  content: '\E086';
}
.ts_icon_microphone:before {
  content: '\E087';
}
.ts_icon_microphone_slash:before {
  content: '\E088';
}
.ts_icon_paperclip:before {
  content: '\E089';
}
.ts_icon_microphone_slashless:before {
  content: '\E08A';
}
.ts_icon_microphone_slashonly:before {
  content: '\E08B';
}
.ts_icon_stop_video_slashless:before {
  content: '\E08C';
}
.ts_icon_stop_video_slashonly:before {
  content: '\E08D';
}
.ts_icon_stop_ss_slashless:before {
  content: '\E08E';
}
.ts_icon_stop_ss_slashonly:before {
  content: '\E08F';
}
.ts_icon_video_camera:before {
  content: '\E090';
}
.ts_icon_stop_video:before {
  content: '\E091';
}
.ts_icon_phone:before {
  content: '\E092';
}
.ts_icon_unarchive:before {
  content: '\E093';
}
.ts_icon_smile_o:before {
  content: '\E094';
}
.ts_icon_share_screen:before {
  content: '\E095';
}
.ts_icon_stop_screen_sharing:before {
  content: '\E096';
}
.ts_icon_stop_screen_sharing_alt:before {
  content: '\E097';
}
.ts_icon_feedback:before {
  content: '\E098';
}
.ts_icon_paper_plane_alt:before {
  content: '\E099';
}
.ts_icon_pencil_up:before {
  content: '\E09A';
}
.ts_icon_pencil_up_slashless:before {
  content: '\E09B';
}
.ts_icon_pencil_up_slashonly:before {
  content: '\E09C';
}
.ts_icon_collab_screenshare_slashonly:before {
  content: '\E09D';
}
.ts_icon_collab_screenshare_slashless:before {
  content: '\E09E';
}
.ts_icon_cloud_offline:before {
  content: '\E0A0';
}
.ts_icon_cloud_offline_small:before {
  content: '\E0A1';
}
.ts_icon_filters:before {
  content: '\E0A2';
}
.ts_icon_lock_large_o:before {
  content: '\E0A3';
}
.ts_icon_checkbox_empty:before {
  content: '\E0A4';
}
.ts_icon_input_file:before {
  content: '\E0A5';
}
.ts_icon_input_fullscreen:before {
  content: '\E0A6';
}
.ts_icon_input_img:before {
  content: '\E0A7';
}
.ts_icon_input_integration:before {
  content: '\E0A8';
}
.ts_icon_draw_others:before {
  content: '\E0A9';
}
.ts_icon_draw_others_slashless:before {
  content: '\E0AA';
}
.ts_icon_draw_others_slash:before {
  content: '\E0AB';
}
.ts_icon_filters_bold:before {
  content: '\E0AC';
}
.ts_icon_share:before {
  content: '\E100';
}
.ts_icon_save:before {
  content: '\E101';
}
.ts_icon_message_notification:before {
  content: '\E102';
}
.ts_icon_list:before {
  content: '\E103';
}
.ts_icon_channel:before {
  content: '\E104';
}
.ts_icon_hash_large:before {
  content: '\E104';
}
.ts_icon_share_other_alt:before {
  content: '\E105';
}
.ts_icon_broadcast:before {
  content: '\E106';
}
.ts_icon_all_files_alt:before {
  content: '\E107';
}
.ts_icon_search_files:before {
  content: '\E108';
}
.ts_icon_add_user:before {
  content: '\E109';
}
.ts_icon_switch_team:before {
  content: '\E110';
}
.ts_icon_create_snippet:before {
  content: '\E111';
}
.ts_icon_create_post:before {
  content: '\E112';
}
.ts_icon_upload:before {
  content: '\E113';
}
.ts_icon_download:before {
  content: '\E114';
}
.ts_icon_share_email:before {
  content: '\E115';
}
.ts_icon_import_email:before {
  content: '\E116';
}
.ts_icon_ellipsis_o:before {
  content: '\E117';
}
.ts_icon_add_reaction:before {
  content: '\E118';
}
.ts_icon_happy_smile:before {
  content: '\E119';
}
.ts_icon_email_invite:before {
  content: '\E11A';
}
.ts_icon_quote_post:before {
  content: '\E120';
}
.ts_icon_camera:before {
  content: '\E121';
}
.ts_icon_phone_flat:before {
  content: '\E122';
}
.ts_icon_sparkles:before {
  content: '\E123';
}
.ts_icon_location_pin:before {
  content: '\E124';
}
.ts_icon_channel_pane_hash:before {
  content: '\E125';
}
.ts_icon_hash_small:before {
  content: '\E125';
}
.ts_icon_emoji_nature:before {
  content: '\E126';
}
.ts_icon_emoji_food:before {
  content: '\E127';
}
.ts_icon_emoji_celebration:before {
  content: '\E128';
}
.ts_icon_emoji_activities:before {
  content: '\E129';
}
.ts_icon_emoji_travel:before {
  content: '\E130';
}
.ts_icon_emoji_objects:before {
  content: '\E131';
}
.ts_icon_pause:before {
  content: '\E132';
}
.ts_icon_file_gdrive:before {
  content: '\E133';
}
.ts_icon_play:before {
  content: '\E134';
}
.ts_icon_stream:before {
  content: '\E135';
}
.ts_icon_field_text:before {
  content: '\E136';
}
.ts_icon_poo:before {
  content: '\E137';
}
.ts_icon_map:before {
  content: '\E138';
}
.ts_icon_share_android:before {
  content: '\E139';
}
.ts_icon_highlight:before {
  content: '\E140';
}
.ts_icon_flag:before {
  content: '\E141';
}
.ts_icon_grabby_patty:before {
  content: '\E142';
}
.ts_icon_backspace:before {
  content: '\E143';
}
.ts_icon_format:before {
  content: '\E144';
}
.ts_icon_side_panel:before {
  content: '\E145';
}
.ts_icon_search_small:before {
  content: '\E146';
}
.ts_icon_reload_small:before {
  content: '\E147';
}
.ts_icon_vertical_ellipsis:before {
  content: '\E148';
}
.ts_icon_disable:before {
  content: '\E149';
}
.ts_icon_hash_large_bold:before {
  content: '\E14A';
}
.ts_icon_hash_medium:before {
  content: '\E14B';
}
.ts_icon_hash_medium_bold:before {
  content: '\E14C';
}
.ts_icon_bold_hash_small:before {
  content: '\E150';
}
.ts_icon_hash_small_bold:before {
  content: '\E150';
}
.ts_icon_cart:before {
  content: '\E151';
}
.ts_icon_snooze_outline:before {
  content: '\E152';
}
.ts_icon_new_window:before {
  content: '\E153';
}
.ts_icon_h1:before {
  content: '\E154';
}
.ts_icon_h2:before {
  content: '\E155';
}
.ts_icon_h3:before {
  content: '\E156';
}
.ts_icon_bullet_list:before {
  content: '\E157';
}
.ts_icon_numbered_list:before {
  content: '\E158';
}
.ts_icon_menu:before {
  content: '\E159';
}
.ts_icon_check_list:before {
  content: '\E15A';
}
.ts_icon_code_block:before {
  content: '\E15B';
}
.ts_icon_codeblock:before {
  content: '\E15B';
}
.ts_icon_bold:before {
  content: '\E160';
}
.ts_icon_italic:before {
  content: '\E161';
}
.ts_icon_underline:before {
  content: '\E162';
}
.ts_icon_strikethrough:before {
  content: '\E163';
}
.ts_icon_tag:before {
  content: '\E164';
}
.ts_icon_org_shared_channel:before {
  content: '\E165';
}
.ts_icon_shared_channel:before {
  content: '\E166';
}
.ts_icon_call_declined:before {
  content: '\E167';
}
.ts_icon_call_missed:before {
  content: '\E168';
}
.ts_icon_small_calendar:before {
  content: '\E169';
}
.ts_icon_small_reaction:before {
  content: '\E170';
}
.ts_icon_small_reply:before {
  content: '\E171';
}
.ts_icon_small_ellipsis:before {
  content: '\E172';
}
.ts_icon_small_star:before {
  content: '\E173';
}
.ts_icon_small_quote:before {
  content: '\E174';
}
.ts_icon_keyboard:before {
  content: '\E175';
}
.ts_icon_share_action:before {
  content: '\E176';
}
.ts_icon_handset:before {
  content: '\E177';
}
.ts_icon_bluetooth_sound:before {
  content: '\E178';
}
.ts_icon_bluetooth:before {
  content: '\E179';
}
.ts_icon_gn_menu_small:before {
  content: '\E17A';
}
.ts_icon_bot:before {
  content: '\E180';
}
.ts_icon_globe_plus:before {
  content: '\E181';
}
.ts_icon_user_groups:before {
  content: '\E182';
}
.ts_icon_rocket:before {
  content: '\E183';
}
.ts_icon_mobile_notification:before {
  content: '\E184';
}
.ts_icon_desktop_notification:before {
  content: '\E185';
}
.ts_icon_collab_screenshare_on:before {
  content: '\E186';
}
.ts_icon_collab_screenshare_off:before {
  content: '\E187';
}
.ts_icon_thumbs_up:before {
  content: '\E188';
}
.ts_icon_thumbs_down:before {
  content: '\E189';
}
.ts_icon_reminder:before {
  content: '\E18A';
}
.ts_icon_bug:before {
  content: '\E190';
}
.ts_icon_mark_unread:before {
  content: '\E191';
}
.ts_icon_compose_dm:before {
  content: '\E192';
}
.ts_icon_invoice:before {
  content: '\E193';
}
.ts_icon_text:before {
  content: '\E194';
}
.ts_icon_bookmark:before {
  content: '\E195';
}
.ts_icon_expand:before {
  content: '\E200';
}
.ts_icon_reduce:before {
  content: '\E201';
}
.ts_icon_arrows_alt:before {
  content: '\E202';
}
.ts_icon_reduce_alt:before {
  content: '\E203';
}
.ts_icon_check_square_o:before {
  content: '\E204';
}
.ts_icon_check_circle_o:before {
  content: '\E205';
}
.ts_icon_check_circle_o_large:before {
  content: '\E206';
}
.ts_icon_question:before {
  content: '\E207';
}
.ts_icon_exclamation:before {
  content: '\E208';
}
.ts_icon_warning:before {
  content: '\E209';
}
.ts_icon_exclamation_circle:before {
  content: '\E210';
}
.ts_icon_question_circle:before {
  content: '\E211';
}
.ts_icon_plus_circle:before {
  content: '\E212';
}
.ts_icon_minus_circle:before {
  content: '\E213';
}
.ts_icon_times_circle:before {
  content: '\E214';
}
.ts_icon_arrow_circle_o_up:before {
  content: '\E215';
}
.ts_icon_arrow_circle_o_down:before {
  content: '\E216';
}
.ts_icon_arrow_circle_o_right:before {
  content: '\E217';
}
.ts_icon_arrow_circle_o_left:before {
  content: '\E218';
}
.ts_icon_chevron_circle_left:before {
  content: '\E219';
}
.ts_icon_chevron_circle_right:before {
  content: '\E220';
}
.ts_icon_chevron_circle_down:before {
  content: '\E221';
}
.ts_icon_chevron_circle_up:before {
  content: '\E222';
}
.ts_icon_plus_circle_small:before {
  content: '\E223';
}
.ts_icon_circle_small:before {
  content: '\E224';
}
.ts_icon_circle_large:before {
  content: '\E225';
}
.ts_icon_navigate:before {
  content: '\E226';
}
.ts_icon_times_circle_small:before {
  content: '\E227';
}
.ts_icon_plus_circle_medium:before {
  content: '\E228';
}
.ts_icon_times_circle_medium:before {
  content: '\E229';
}
.ts_icon_square_warning:before {
  content: '\E230';
}
.ts_icon_square_question:before {
  content: '\E231';
}
.ts_icon_plus_square_o:before {
  content: '\E232';
}
.ts_icon_minus_square_o:before {
  content: '\E233';
}
.ts_icon_square_times:before {
  content: '\E234';
}
.ts_icon_square_arrow_up:before {
  content: '\E235';
}
.ts_icon_square_arrow_down:before {
  content: '\E236';
}
.ts_icon_square_arrow_right:before {
  content: '\E237';
}
.ts_icon_square_arrow_left:before {
  content: '\E238';
}
.ts_icon_square_chevron_left:before {
  content: '\E239';
}
.ts_icon_square_chevron_right:before {
  content: '\E240';
}
.ts_icon_square_chevron_down:before {
  content: '\E241';
}
.ts_icon_square_chevron_up:before {
  content: '\E242';
}
.ts_icon_cmd:before {
  content: '\E24A';
}
.ts_icon_cmd_small:before {
  content: '\E24B';
}
.ts_icon_shift:before {
  content: '\E24C';
}
.ts_icon_shift_small:before {
  content: '\E24D';
}
.ts_icon_chevron_right:before {
  content: '\E250';
}
.ts_icon_chevron_left:before {
  content: '\E251';
}
.ts_icon_chevron_down:before {
  content: '\E252';
}
.ts_icon_chevron_up:before {
  content: '\E253';
}
.ts_icon_chevron_medium_right:before {
  content: '\E254';
}
.ts_icon_chevron_medium_left:before {
  content: '\E255';
}
.ts_icon_chevron_medium_down:before {
  content: '\E256';
}
.ts_icon_chevron_medium_up:before {
  content: '\E257';
}
.ts_icon_chevron_large_right:before {
  content: '\E258';
}
.ts_icon_chevron_large_left:before {
  content: '\E259';
}
.ts_icon_chevron_large_up:before {
  content: '\E260';
}
.ts_icon_chevron_large_down:before {
  content: '\E261';
}
.ts_icon_arrow_large_right:before {
  content: '\E262';
}
.ts_icon_arrow_large_left:before {
  content: '\E263';
}
.ts_icon_arrow_large_up:before {
  content: '\E264';
}
.ts_icon_arrow_large_down:before {
  content: '\E265';
}
.ts_icon_caret_outline_left:before {
  content: '\E266';
}
.ts_icon_caret_outline_right:before {
  content: '\E267';
}
.ts_icon_caret_outline_up:before {
  content: '\E268';
}
.ts_icon_caret_outline_down:before {
  content: '\E269';
}
.ts_icon_caret_up:before {
  content: '\E270';
}
.ts_icon_caret_down:before {
  content: '\E271';
}
.ts_icon_caret_right:before {
  content: '\E272';
}
.ts_icon_caret_left:before {
  content: '\E273';
}
.ts_icon_angle_arrow_down_left:before {
  content: '\E274';
}
.ts_icon_angle_arrow_down_right:before {
  content: '\E275';
}
.ts_icon_angle_arrow_up_right:before {
  content: '\E276';
}
.ts_icon_angle_arrow_up_left:before {
  content: '\E277';
}
.ts_icon_times:before {
  content: '\E278';
}
.ts_icon_plus:before {
  content: '\E279';
}
.ts_icon_minus:before {
  content: '\E280';
}
.ts_icon_plus_small:before {
  content: '\E281';
}
.ts_icon_minus_small:before {
  content: '\E282';
}
.ts_icon_exclamation_small:before {
  content: '\E283';
}
.ts_icon_question_small:before {
  content: '\E284';
}
.ts_icon_check_small:before {
  content: '\E285';
}
.ts_icon_arrow_right:before {
  content: '\E286';
}
.ts_icon_arrow_left:before {
  content: '\E287';
}
.ts_icon_arrow_up:before {
  content: '\E288';
}
.ts_icon_arrow_down:before {
  content: '\E289';
}
.ts_icon_arrow_right_medium:before {
  content: '\E290';
}
.ts_icon_arrow_left_medium:before {
  content: '\E291';
}
.ts_icon_arrow_up_medium:before {
  content: '\E292';
}
.ts_icon_arrow_down_medium:before {
  content: '\E293';
}
.ts_icon_times_small:before {
  content: '\E294';
}
.ts_icon_sync:before {
  content: '\E295';
}
.ts_icon_replies:before {
  content: '\E296';
}
.ts_icon_angle_arrow_down_right_alt:before {
  content: '\E297';
}
.ts_icon_angle_arrow_up_right_alt:before {
  content: '\E298';
}
.ts_icon_angle_arrow_up_left_alt:before {
  content: '\E299';
}
.ts_icon_angle_arrow_down_left_alt:before {
  content: '\E300';
}
.ts_icon_check_small_bold:before {
  content: '\E301';
}
.ts_icon_enter:before {
  content: '\E302';
}
.ts_icon_expand_vertical:before {
  content: '\E303';
}
.ts_icon_collapse_vertical:before {
  content: '\E304';
}
.ts_icon_android_upload:before {
  content: '\E305';
}
.ts_icon_plus_thick:before {
  content: '\E306';
}
.ts_icon_arrow_ne_large:before {
  content: '\E307';
}
.ts_icon_arrow_nw_large:before {
  content: '\E308';
}
.ts_icon_arrow_sw_large:before {
  content: '\E309';
}
.ts_icon_arrow_se_large:before {
  content: '\E310';
}
.ts_icon_arrow_ne_medium:before {
  content: '\E311';
}
.ts_icon_arrow_nw_medium:before {
  content: '\E312';
}
.ts_icon_arrow_sw_medium:before {
  content: '\E313';
}
.ts_icon_arrow_se_medium:before {
  content: '\E314';
}
.ts_icon_arrow_ne_small:before {
  content: '\E315';
}
.ts_icon_arrow_nw_small:before {
  content: '\E316';
}
.ts_icon_arrow_sw_small:before {
  content: '\E317';
}
.ts_icon_arrow_se_small:before {
  content: '\E318';
}
.ts_icon_check_large_bold:before {
  content: '\E319';
}
.ts_icon_sort:before {
  content: '\E31A';
}
.ts_icon_sort_bold:before {
  content: '\E31B';
}
.ts_icon_check_large:before {
  content: '\E320';
}
.ts_icon_times_medium:before {
  content: '\E321';
}
.ts_icon_real_checkbox_empty:before {
  content: '\E322';
}
.ts_icon_real_checkbox_checked:before {
  content: '\E323';
}
.ts_icon_real_checkbox_checked_o:before {
  content: '\E324';
}
.ts_icon_circle_checkbox_empty:before {
  content: '\E325';
}
.ts_icon_circle_checkbox_checked:before {
  content: '\E326';
}
.ts_icon_circle_checkbox_checked_o:before {
  content: '\E327';
}
.ts_icon_times_large:before {
  content: '\E328';
}
.ts_icon_radio_selected:before {
  content: '\E329';
}
.ts_icon_file_generic:before {
  content: '\E400';
}
.ts_icon_file_generic_small:before {
  content: '\E401';
}
.ts_icon_file_spaces:before {
  content: '\E402';
}
.ts_icon_file_spaces_small:before {
  content: '\E403';
}
.ts_icon_file_image:before {
  content: '\E404';
}
.ts_icon_file_image_small:before {
  content: '\E405';
}
.ts_icon_file_pdf:before {
  content: '\E406';
}
.ts_icon_file_pdf_small:before {
  content: '\E407';
}
.ts_icon_file_audio:before {
  content: '\E408';
}
.ts_icon_file_audio_small:before {
  content: '\E409';
}
.ts_icon_file_video:before {
  content: '\E410';
}
.ts_icon_file_video_small:before {
  content: '\E411';
}
.ts_icon_file_presentation:before {
  content: '\E412';
}
.ts_icon_file_presentation_small:before {
  content: '\E413';
}
.ts_icon_file_email:before {
  content: '\E414';
}
.ts_icon_file_email_small:before {
  content: '\E415';
}
.ts_icon_file_vector:before {
  content: '\E416';
}
.ts_icon_file_vector_small:before {
  content: '\E417';
}
.ts_icon_file_spreadsheet:before {
  content: '\E418';
}
.ts_icon_file_spreadsheet_small:before {
  content: '\E419';
}
.ts_icon_file_media_archive:before {
  content: '\E420';
}
.ts_icon_file_media_archive_small:before {
  content: '\E421';
}
.ts_icon_file_archive:before {
  content: '\E422';
}
.ts_icon_file_archive_small:before {
  content: '\E423';
}
.ts_icon_file_executable:before {
  content: '\E424';
}
.ts_icon_file_executable_small:before {
  content: '\E425';
}
.ts_icon_file_disk_image:before {
  content: '\E426';
}
.ts_icon_file_disk_image_small:before {
  content: '\E427';
}
.ts_icon_file_cad:before {
  content: '\E428';
}
.ts_icon_file_cad_small:before {
  content: '\E429';
}
.ts_icon_file_3d_graphic:before {
  content: '\E430';
}
.ts_icon_file_3d_graphic_small:before {
  content: '\E431';
}
.ts_icon_file_database:before {
  content: '\E432';
}
.ts_icon_file_database_small:before {
  content: '\E433';
}
.ts_icon_file_binary:before {
  content: '\E434';
}
.ts_icon_file_binary_small:before {
  content: '\E435';
}
.ts_icon_file_markdown:before {
  content: '\E436';
}
.ts_icon_file_markdown_small:before {
  content: '\E437';
}
.ts_icon_file_text_post:before {
  content: '\E438';
}
.ts_icon_file_text_post_small:before {
  content: '\E439';
}
.ts_icon_file_html:before {
  content: '\E440';
}
.ts_icon_file_html_small:before {
  content: '\E441';
}
.ts_icon_file_code:before {
  content: '\E442';
}
.ts_icon_file_code_small:before {
  content: '\E443';
}
.ts_icon_file_css:before {
  content: '\E444';
}
.ts_icon_file_css_small:before {
  content: '\E445';
}
.ts_icon_file_php:before {
  content: '\E446';
}
.ts_icon_file_php_small:before {
  content: '\E447';
}
.ts_icon_file_snippet:before {
  content: '\E448';
}
.ts_icon_file_snippet_small:before {
  content: '\E449';
}
.ts_icon_file_word:before {
  content: '\E450';
}
.ts_icon_file_word_small:before {
  content: '\E451';
}
.ts_icon_file_excel:before {
  content: '\E452';
}
.ts_icon_file_excel_small:before {
  content: '\E453';
}
.ts_icon_file_powerpoint:before {
  content: '\E454';
}
.ts_icon_file_powerpoint_small:before {
  content: '\E455';
}
.ts_icon_file_illustrator:before {
  content: '\E456';
}
.ts_icon_file_illustrator_small:before {
  content: '\E457';
}
.ts_icon_file_photoshop:before {
  content: '\E458';
}
.ts_icon_file_photoshop_small:before {
  content: '\E459';
}
.ts_icon_file_indesign:before {
  content: '\E460';
}
.ts_icon_file_indesign_small:before {
  content: '\E461';
}
.ts_icon_file_adobe_flash:before {
  content: '\E462';
}
.ts_icon_file_adobe_flash_small:before {
  content: '\E463';
}
.ts_icon_file_adobe_swf:before {
  content: '\E464';
}
.ts_icon_file_adobe_swf_small:before {
  content: '\E465';
}
.ts_icon_file_iphone_app:before {
  content: '\E466';
}
.ts_icon_file_iphone_app_small:before {
  content: '\E467';
}
.ts_icon_file_android_app:before {
  content: '\E468';
}
.ts_icon_file_android_app_small:before {
  content: '\E469';
}
.ts_icon_file_dropbox:before {
  content: '\E470';
}
.ts_icon_file_dropbox_small:before {
  content: '\E471';
}
.ts_icon_file_google:before {
  content: '\E472';
}
.ts_icon_file_google_document:before {
  content: '\E472';
}
.ts_icon_file_google_form:before {
  content: '\E472';
}
.ts_icon_file_google_presentation:before {
  content: '\E472';
}
.ts_icon_file_google_spreadsheet:before {
  content: '\E472';
}
.ts_icon_file_google_document_small:before {
  content: '\E473';
}
.ts_icon_file_google_form_small:before {
  content: '\E473';
}
.ts_icon_file_google_presentation_small:before {
  content: '\E473';
}
.ts_icon_file_google_small:before {
  content: '\E473';
}
.ts_icon_file_google_spreadsheet_small:before {
  content: '\E473';
}
.ts_icon_file_qtz:before {
  content: '\E474';
}
.ts_icon_file_qtz_small:before {
  content: '\E475';
}
.ts_icon_file_sketch:before {
  content: '\E476';
}
.ts_icon_file_sketch_small:before {
  content: '\E477';
}
.ts_icon_calls:before {
  content: '\E478';
}
.ts_icon_calls_small:before {
  content: '\E479';
}
.ts_icon_calls_ended:before {
  content: '\E480';
}
.ts_icon_calls_ended_small:before {
  content: '\E481';
}
.ts_icon_file_figma:before {
  content: '\E482';
}
.ts_icon_file_figma_small:before {
  content: '\E483';
}
.ts_icon_file_font:before {
  content: '\E484';
}
.ts_icon_file_font_small:before {
  content: '\E485';
}
.ts_icon_file_zoho:before {
  content: '\E486';
}
.ts_icon_file_zoho_small:before {
  content: '\E487';
}
.ts_icon_file_generic_tiny:before {
  content: '\E4A0';
}
.ts_icon_file_spaces_tiny:before {
  content: '\E4AA';
}
.ts_icon_file_image_tiny:before {
  content: '\E4AB';
}
.ts_icon_file_pdf_tiny:before {
  content: '\E4AC';
}
.ts_icon_file_audio_tiny:before {
  content: '\E4AD';
}
.ts_icon_file_video_tiny:before {
  content: '\E4AE';
}
.ts_icon_file_presentation_tiny:before {
  content: '\E4AF';
}
.ts_icon_file_email_tiny:before {
  content: '\E4BA';
}
.ts_icon_file_vector_tiny:before {
  content: '\E4BB';
}
.ts_icon_file_spreadsheet_tiny:before {
  content: '\E4BC';
}
.ts_icon_file_media_archive_tiny:before {
  content: '\E4BD';
}
.ts_icon_file_archive_tiny:before {
  content: '\E4BE';
}
.ts_icon_file_executable_tiny:before {
  content: '\E4BF';
}
.ts_icon_file_disk_image_tiny:before {
  content: '\E4CA';
}
.ts_icon_file_cad_tiny:before {
  content: '\E4CB';
}
.ts_icon_file_3d_graphic_tiny:before {
  content: '\E4CC';
}
.ts_icon_file_database_tiny:before {
  content: '\E4CD';
}
.ts_icon_file_binary_tiny:before {
  content: '\E4CE';
}
.ts_icon_file_markdown_tiny:before {
  content: '\E4CF';
}
.ts_icon_file_text_post_tiny:before {
  content: '\E4DA';
}
.ts_icon_file_html_tiny:before {
  content: '\E4DB';
}
.ts_icon_file_code_tiny:before {
  content: '\E4DC';
}
.ts_icon_file_css_tiny:before {
  content: '\E4DD';
}
.ts_icon_file_php_tiny:before {
  content: '\E4DE';
}
.ts_icon_file_snippet_tiny:before {
  content: '\E4DF';
}
.ts_icon_file_word_tiny:before {
  content: '\E4EA';
}
.ts_icon_file_excel_tiny:before {
  content: '\E4EB';
}
.ts_icon_file_powerpoint_tiny:before {
  content: '\E4EC';
}
.ts_icon_file_illustrator_tiny:before {
  content: '\E4ED';
}
.ts_icon_file_photoshop_tiny:before {
  content: '\E4EE';
}
.ts_icon_file_indesign_tiny:before {
  content: '\E4EF';
}
.ts_icon_file_adobe_flash_tiny:before {
  content: '\E4F0';
}
.ts_icon_file_adobe_swf_tiny:before {
  content: '\E4F1';
}
.ts_icon_file_iphone_app_tiny:before {
  content: '\E4F2';
}
.ts_icon_file_android_app_tiny:before {
  content: '\E4F3';
}
.ts_icon_file_dropbox_tiny:before {
  content: '\E4F4';
}
.ts_icon_file_google_document_tiny:before {
  content: '\E4F5';
}
.ts_icon_file_google_form_tiny:before {
  content: '\E4F5';
}
.ts_icon_file_google_presentation_tiny:before {
  content: '\E4F5';
}
.ts_icon_file_google_spreadsheet_tiny:before {
  content: '\E4F5';
}
.ts_icon_file_google_tiny:before {
  content: '\E4F5';
}
.ts_icon_file_qtz_tiny:before {
  content: '\E4F6';
}
.ts_icon_file_sketch_tiny:before {
  content: '\E4F7';
}
.ts_icon_file_figma_tiny:before {
  content: '\E4F8';
}
.ts_icon_file_font_tiny:before {
  content: '\E4F9';
}
.ts_icon_file_zoho_tiny:before {
  content: '\E4FA';
}
.ts_icon_star:before {
  content: '\E500';
}
.ts_icon_unstar:before {
  content: '\E501';
}
.ts_icon_bell:before {
  content: '\E502';
}
.ts_icon_lock:before {
  content: '\E503';
}
.ts_icon_external_link_small:before {
  content: '\E504';
}
.ts_icon_external_link_large:before {
  content: '\E505';
}
.ts_icon_presence_online:before {
  content: '\E506';
}
.ts_icon_presence_offline:before {
  content: '\E507';
}
.ts_icon_presence_dnd:before {
  content: '\E508';
}
.ts_icon_presence_external_online:before {
  content: '\E509';
}
.ts_icon_presence_ra_online:before {
  content: '\E509';
}
.ts_icon_restricted_user:before {
  content: '\E509';
}
.ts_icon_lock_medium:before {
  content: '\E50A';
}
.ts_icon_bell_slash_filled:before {
  content: '\E50B';
}
.ts_icon_presence_external_offline:before {
  content: '\E510';
}
.ts_icon_presence_ra_offline:before {
  content: '\E510';
}
.ts_icon_presence_external_dnd:before {
  content: '\E511';
}
.ts_icon_presence_ra_dnd:before {
  content: '\E511';
}
.ts_icon_presence_ura_online:before {
  content: '\E512';
}
.ts_icon_single_channel_guest:before {
  content: '\E512';
}
.ts_icon_presence_ura_offline:before {
  content: '\E513';
}
.ts_icon_presence_ura_dnd:before {
  content: '\E514';
}
.ts_icon_heart:before {
  content: '\E515';
}
.ts_icon_quote:before {
  content: '\E516';
}
.ts_icon_cog:before {
  content: '\E517';
}
.ts_icon_comment:before {
  content: '\E518';
}
.ts_icon_minus_circle_small:before {
  content: '\E519';
}
.ts_icon_times_circle_small:before {
  content: '\E520';
}
.ts_icon_times_circle_small_filled:before {
  content: '\E520';
}
.ts_icon_multiparty_dm_2:before {
  content: '\E521';
}
.ts_icon_multiparty_dm_3:before {
  content: '\E522';
}
.ts_icon_multiparty_dm_4:before {
  content: '\E523';
}
.ts_icon_multiparty_dm_5:before {
  content: '\E524';
}
.ts_icon_multiparty_dm_6:before {
  content: '\E525';
}
.ts_icon_multiparty_dm_7:before {
  content: '\E526';
}
.ts_icon_multiparty_dm_8:before {
  content: '\E527';
}
.ts_icon_multiparty_dm_9:before {
  content: '\E528';
}
.ts_icon_poo_filled:before {
  content: '\E529';
}
.ts_icon_channels_filled:before {
  content: '\E52A';
}
.ts_icon_dm_filled:before {
  content: '\E52B';
}
.ts_icon_more_filled:before {
  content: '\E52C';
}
.ts_icon_reorder_filled:before {
  content: '\E52D';
}
.ts_icon_circle_fill:before {
  content: '\E530';
}
.ts_icon_flag_filled:before {
  content: '\E531';
}
.ts_icon_refresh_small:before {
  content: '\E532';
}
.ts_icon_snooze_filled:before {
  content: '\E533';
}
.ts_icon_archived_channel:before {
  content: '\E534';
}
.ts_icon_presence_dnd_offline:before {
  content: '\E535';
}
.ts_icon_presence_external_dnd_offline:before {
  content: '\E536';
}
.ts_icon_presence_ra_dnd_offline:before {
  content: '\E536';
}
.ts_icon_presence_ura_dnd_offline:before {
  content: '\E537';
}
.ts_icon_presence_mobile_dnd:before {
  content: '\E538';
}
.ts_icon_play_filled:before {
  content: '\E539';
}
.ts_icon_broadcast_filled:before {
  content: '\E540';
}
.ts_icon_small_star_filled:before {
  content: '\E541';
}
.ts_icon_small_comment_filled:before {
  content: '\E542';
}
.ts_icon_paperplane_filled:before {
  content: '\E543';
}
.ts_icon_file_wo_filled:before {
  content: '\E544';
}
.ts_icon_file_large_wo_filled:before {
  content: '\E545';
}
.ts_icon_highlight_filled:before {
  content: '\E546';
}
.ts_icon_pin_filled:before {
  content: '\E547';
}
.ts_icon_thumb_tack_filled:before {
  content: '\E547';
}
.ts_icon_close_filled:before {
  content: '\E548';
}
.ts_icon_share_filled:before {
  content: '\E549';
}
.ts_icon_pencil_filled:before {
  content: '\E550';
}
.ts_icon_side_panel_filled:before {
  content: '\E551';
}
.ts_icon_add_reaction_filled:before {
  content: '\E552';
}
.ts_icon_mentions_filled:before {
  content: '\E553';
}
.ts_icon_small_reply_filled:before {
  content: '\E554';
}
.ts_icon_user_filled:before {
  content: '\E555';
}
.ts_icon_microphone_on:before {
  content: '\E556';
}
.ts_icon_camera_on:before {
  content: '\E557';
}
.ts_icon_screenshare_on:before {
  content: '\E558';
}
.ts_icon_shared_channels:before {
  content: '\E559';
}
.ts_icon_heart_large_filled:before {
  content: '\E560';
}
.ts_icon_thumbs_up_filled:before {
  content: '\E561';
}
.ts_icon_thumbs_down_filled:before {
  content: '\E562';
}
.ts_icon_slow_network:before {
  content: '\E563';
}
.ts_icon_sparkles_filled:before {
  content: '\E564';
}
.ts_icon_small_warning_filled:before {
  content: '\E565';
}
.ts_icon_deactivated_user:before {
  content: '\E566';
}
.ts_icon_lock_small:before {
  content: '\E567';
}
.ts_icon_sc_baseline:before {
  content: '\E568';
}
.ts_icon_shared_channels_baseline:before {
  content: '\E568';
}
.ts_icon_sc_pending:before {
  content: '\E569';
}
.ts_icon_shared_channels_pending:before {
  content: '\E569';
}
.ts_icon_sc_baseline_pending:before {
  content: '\E570';
}
.ts_icon_shared_channels_baseline_pending:before {
  content: '\E570';
}
.ts_icon_cloud_offline_filled:before {
  content: '\E571';
}
.ts_icon_cloud_offline_small_filled:before {
  content: '\E572';
}
.ts_icon_lock_large:before {
  content: '\E573';
}
.ts_icon_input_file_active:before {
  content: '\E574';
}
.ts_icon_input_img_active:before {
  content: '\E575';
}
.ts_icon_input_integration_active:before {
  content: '\E576';
}
.ts_icon_checkbox_full:before {
  content: '\E577';
}
.ts_icon_add_reaction_bg:before {
  content: '\E578';
}
.ts_icon_small_reaction_bg:before {
  content: '\E579';
}
.ts_icon_info_circle_filled:before {
  content: '\E580';
}
.ts_icon_exclamation_circle_filled:before {
  content: '\E581';
}
.ts_icon_missing_emoji:before {
  content: '\E582';
}
.ts_icon_warning_filled:before {
  content: '\E583';
}
.ts_icon_eye_filled:before {
  content: '\E584';
}
.ts_icon_circle_minus_filled:before {
  content: '\E585';
}
.ts_icon_bolt_filled:before {
  content: '\E586';
}
.ts_icon_snooze_filled_small:before {
  content: '\E587';
}
.ts_icon_bookmark_filled:before {
  content: '\E588';
}
.ts_icon_form_checkbox_empty:before {
  content: '\E700';
}
.ts_icon_form_checkbox_checked:before {
  content: '\E701';
}
.ts_icon_form_radio_empty:before {
  content: '\E702';
}
.ts_icon_form_radio_checked:before {
  content: '\E703';
}
.ts_icon_form_checkbox_check:before {
  content: '\E704';
}
.ts_icon_form_radio_circle:before {
  content: '\E705';
}
.ts_icon_form_checkbox_dash:before {
  content: '\E706';
}
.ts_icon_slack:before {
  content: '\E800';
}
.ts_icon_slack_pillow:before {
  content: '\E800';
}
.ts_icon_apple:before {
  content: '\E802';
}
.ts_icon_android:before {
  content: '\E803';
}
.ts_icon_twitter:before {
  content: '\E804';
}
.ts_icon_github:before {
  content: '\E805';
}
.ts_icon_dropbox:before {
  content: '\E806';
}
.ts_icon_google:before {
  content: '\E807';
}
.ts_icon_windows:before {
  content: '\E808';
}
.ts_icon_youtube:before {
  content: '\E809';
}
.ts_icon_google_drive:before {
  content: '\E810';
}
.ts_icon_skype:before {
  content: '\E811';
}
.ts_icon_rss:before {
  content: '\E812';
}
.ts_icon_facebook:before {
  content: '\E813';
}
.ts_icon_asana:before {
  content: '\E814';
}
.ts_icon_linkedin:before {
  content: '\E815';
}
.ts_icon_tumblr:before {
  content: '\E816';
}
.ts_icon_instagram:before {
  content: '\E817';
}
.ts_icon_google_plus:before {
  content: '\E818';
}
.ts_icon_soundcloud:before {
  content: '\E819';
}
.ts_icon_flickr:before {
  content: '\E820';
}
.ts_icon_pinterest:before {
  content: '\E821';
}
.ts_icon_tripit:before {
  content: '\E822';
}
.ts_icon_hangouts:before {
  content: '\E823';
}
.ts_icon_viber:before {
  content: '\E824';
}
.ts_icon_line:before {
  content: '\E825';
}
.ts_icon_facebook_messenger:before {
  content: '\E826';
}
.ts_icon_1password:before {
  content: '\E827';
}
.ts_icon_box:before {
  content: '\E828';
}
.ts_icon_box_square:before {
  content: '\E829';
}
.ts_icon_google_play:before {
  content: '\E830';
}
.ts_icon_spotify:before {
  content: '\E831';
}
.ts_icon_siriusxm:before {
  content: '\E832';
}
.ts_icon_stitcher:before {
  content: '\E833';
}
.ts_icon_pocket_casts:before {
  content: '\E834';
}
.ts_icon_onedrive:before {
  content: '\E835';
}
.ts_icon_zoho:before {
  content: '\E836';
}
@font-face {
  font-family: 'SlackMobile';
  src: url('https://a.slack-edge.com/436da/fonts/mobile/slack-mobile-icons.ttf?oct5') format('truetype');
  font-style: normal;
  font-weight: 400;
}
.mb_icon,
mb-icon {
  text-indent: 0px;
}
.mb_icon:before,
mb-icon:before {
  font-family: 'SlackMobile';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}
.mb_icon.mb_icon_inherit:before,
mb-icon.mb_icon_inherit:before {
  /* Add the class mb_icon_inherit to any icons that you want to inherit the font-size of their parent */
  font-size: inherit;
}
.mb_icon.mb_icon_align_bottom:before,
mb-icon.mb_icon_align_bottom:before {
  vertical-align: bottom;
}
h1 .mb_icon:not(.mb_icon_base_size):before,
h2 .mb_icon:not(.mb_icon_base_size):before,
h3 .mb_icon:not(.mb_icon_base_size):before,
h1 mb_icon:not(.mb_icon_base_size):before,
h2 mb_icon:not(.mb_icon_base_size):before,
h3 mb_icon:not(.mb_icon_base_size):before {
  font-size: inherit;
}
/* Mobile UI Icons */
.mb_icon_star_o:before {
  content: '\E001';
}
.mb_icon_user:before {
  content: '\E003';
}
.mb_icon_comment_alt:before {
  content: '\E004';
}
.mb_icon_mentions:before {
  content: '\E009';
}
.mb_icon_search:before {
  content: '\E010';
}
.mb_icon_bell_o:before {
  content: '\E015';
}
.mb_icon_bell_slash:before {
  content: '\E016';
}
.mb_icon_team_directory:before {
  content: '\E017';
}
.mb_icon_cloud_download:before {
  content: '\E019';
}
.mb_icon_cog_o:before {
  content: '\E020';
}
.mb_icon_pencil_edit:before {
  content: '\E024';
}
.mb_icon_lightbulb_o:before {
  content: '\E025';
}
.mb_icon_thumb_tack:before {
  content: '\E044';
}
.mb_icon_th_large:before {
  content: '\E048';
}
.mb_icon_heart_o:before {
  content: '\E056';
}
.mb_icon_ellipsis:before {
  content: '\E067';
}
.mb_icon_random:before {
  content: '\E071';
}
.mb_icon_share_square_o:before {
  content: '\E073';
}
.mb_icon_clock_o:before {
  content: '\E079';
}
.mb_icon_globe:before {
  content: '\E085';
}
.mb_icon_list:before {
  content: '\E103';
}
.mb_icon_all_files_alt:before {
  content: '\E107';
}
.mb_icon_add_user:before {
  content: '\E109';
}
.mb_icon_add_reaction:before {
  content: '\E118';
}
.mb_icon_happy_smile:before {
  content: '\E119';
}
.mb_icon_channel_pane_hash:before {
  content: '\E125';
}
.mb_icon_emoji_nature:before {
  content: '\E126';
}
.mb_icon_emoji_food:before {
  content: '\E127';
}
.mb_icon_emoji_activities:before {
  content: '\E129';
}
.mb_icon_emoji_travel:before {
  content: '\E130';
}
.mb_icon_channel_list:before {
  content: '\E138';
}
.mb_icon_flag:before {
  content: '\E141';
}
.mb_icon_vertical_ellipsis:before {
  content: '\E148';
}
.mb_icon_bold_hash_small:before {
  content: '\E150';
}
.mb_icon_snooze_outline:before {
  content: '\E152';
}
.mb_icon_org_shared_channel:before {
  content: '\E165';
}
.mb_icon_shared_channel:before {
  content: '\E166';
}
.mb_icon_external_channel:before {
  content: '\E168';
}
.mb_icon_external_channel_triangle:before {
  content: '\E169';
}
.mb_icon_warning:before {
  content: '\E209';
}
.mb_icon_exclamation_circle:before {
  content: '\E210';
}
.mb_icon_question_circle:before {
  content: '\E211';
}
.mb_icon_plus_circle:before {
  content: '\E212';
}
.mb_icon_chevron_right:before {
  content: '\E250';
}
.mb_icon_chevron_left:before {
  content: '\E251';
}
.mb_icon_chevron_down:before {
  content: '\E252';
}
.mb_icon_chevron_up:before {
  content: '\E253';
}
.mb_icon_chevron_medium_right:before {
  content: '\E254';
}
.mb_icon_chevron_medium_left:before {
  content: '\E255';
}
.mb_icon_chevron_medium_down:before {
  content: '\E256';
}
.mb_icon_chevron_medium_up:before {
  content: '\E257';
}
.mb_icon_arrow_large_right:before {
  content: '\E262';
}
.mb_icon_arrow_large_left:before {
  content: '\E263';
}
.mb_icon_arrow_large_up:before {
  content: '\E264';
}
.mb_icon_arrow_large_down:before {
  content: '\E265';
}
.mb_icon_caret_up:before {
  content: '\E270';
}
.mb_icon_caret_down:before {
  content: '\E271';
}
.mb_icon_caret_right:before {
  content: '\E272';
}
.mb_icon_caret_left:before {
  content: '\E273';
}
.mb_icon_times_large:before {
  content: '\E278';
}
.mb_icon_plus_large:before {
  content: '\E279';
}
.mb_icon_arrow_right:before {
  content: '\E286';
}
.mb_icon_arrow_left:before {
  content: '\E287';
}
.mb_icon_arrow_up:before {
  content: '\E288';
}
.mb_icon_arrow_down:before {
  content: '\E289';
}
.mb_icon_arrow_right_medium:before {
  content: '\E290';
}
.mb_icon_arrow_left_medium:before {
  content: '\E291';
}
.mb_icon_arrow_up_medium:before {
  content: '\E292';
}
.mb_icon_arrow_down_medium:before {
  content: '\E293';
}
.mb_icon_star:before {
  content: '\E500';
}
.mb_icon_external_link_large:before {
  content: '\E505';
}
.mb_icon_presence_online:before {
  content: '\E506';
}
.mb_icon_presence_offline:before {
  content: '\E507';
}
.mb_icon_presence_dnd:before {
  content: '\E508';
}
.mb_icon_presence_ra_online:before,
.mb_icon_presence_external_online:before {
  content: '\E509';
}
.mb_icon_restricted_user:before {
  content: '\E509';
}
.mb_icon_presence_ra_offline:before,
.mb_icon_presence_external_offline:before {
  content: '\E510';
}
.mb_icon_presence_ra_dnd:before,
.mb_icon_presence_external_dnd:before {
  content: '\E511';
}
.mb_icon_presence_ura_online:before {
  content: '\E512';
}
.mb_icon_single_channel_guest:before {
  content: '\E512';
}
.mb_icon_presence_ura_offline:before {
  content: '\E513';
}
.mb_icon_presence_ura_dnd:before {
  content: '\E514';
}
.mb_icon_heart:before {
  content: '\E515';
}
.mb_icon_quote:before {
  content: '\E516';
}
.mb_icon_times_circle_small:before {
  content: '\E520';
}
.mb_icon_multiparty_dm_2:before {
  content: '\E521';
}
.mb_icon_multiparty_dm_3:before {
  content: '\E522';
}
.mb_icon_multiparty_dm_4:before {
  content: '\E523';
}
.mb_icon_multiparty_dm_5:before {
  content: '\E524';
}
.mb_icon_multiparty_dm_6:before {
  content: '\E525';
}
.mb_icon_multiparty_dm_7:before {
  content: '\E526';
}
.mb_icon_multiparty_dm_8:before {
  content: '\E527';
}
.mb_icon_multiparty_dm_9:before {
  content: '\E528';
}
.mb_icon_presence_dnd_offline:before {
  content: '\E535';
}
.mb_icon_presence_ra_dnd_offline:before,
.mb_icon_presence_external_dnd_offline:before {
  content: '\E536';
}
.mb_icon_presence_ura_dnd_offline:before {
  content: '\E537';
}
.mb_icon_sliders:before {
  content: '\F001';
}
.mb_icon_pin_filled:before {
  content: '\F002';
}
.mb_icon_lock_o:before {
  content: '\F003';
}
.mb_icon_lock:before {
  content: '\F004';
}
.mb_icon_alphacase:before {
  content: '\F005';
}
.mb_icon_times:before {
  content: '\F006';
}
.mb_icon_cloud_upload:before {
  content: '\F007';
}
.mb_icon_attach_files:before {
  content: '\F008';
}
.mb_icon_image_gallery:before {
  content: '\F009';
}
.mb_icon_input_app:before {
  content: '\F010';
}
.mb_icon_alphacase_underline:before {
  content: '\F011';
}
.mb_icon_image_gallery_filled:before {
  content: '\F012';
}
.mb_icon_attach_files_filled:before {
  content: '\F013';
}
.mb_icon_input_app_filled:before {
  content: '\F014';
}
.mb_icon_mentions_2:before {
  content: '\F015';
}
.mb_icon_mentions_2_filled:before {
  content: '\F016';
}
.mb_icon_camera:before {
  content: '\F017';
}
.mb_icon_camera_filled:before {
  content: '\F018';
}
.mb_icon_resize:before {
  content: '\F019';
}
.mb_icon_happy_smile_o:before {
  content: '\F020';
}
.mb_icon_happy_smile_filled:before {
  content: '\F021';
}
.mb_icon_cloud_upload_filled:before {
  content: '\F022';
}
@font-face {
  font-family: "appleLogo";
  src: local("Lucida Grande");
  unicode-range: U+F8FF;
}
/* Double-quotes are required to get Helvetica Neue to load properly */
.lato {
  font-family: 'Lato', 'appleLogo', sans-serif;
}
.helvetica {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Tahoma, Arial, sans-serif;
}
.monospace {
  font-family: "Monaco", "Menlo", "Consolas", "Courier New", monospace !important;
}
/* Fonts */
body {
  font-family: 'Lato', 'appleLogo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2C2D30;
  font-size: 16.2px;
  line-height: 1.5rem;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.regular {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}
b.highlight {
  font-weight: 900;
  font-size: 16.1px;
  color: inherit;
}
h1 {
  font-weight: 900;
  font-size: 30px;
  color: #2C2D30;
  line-height: 60px;
  margin-bottom: 12px;
}
.col_1_of_1 {
  flex-basis: 100%;
}
.col_1_of_2 {
  flex-basis: 50%;
}
.col_2_of_2 {
  flex-basis: 100%;
}
.col_1_of_3 {
  flex-basis: 33.33333333%;
}
.col_2_of_3 {
  flex-basis: 66.66666667%;
}
.col_3_of_3 {
  flex-basis: 100%;
}
.col_1_of_4 {
  flex-basis: 25%;
}
.col_2_of_4 {
  flex-basis: 50%;
}
.col_3_of_4 {
  flex-basis: 75%;
}
.col_4_of_4 {
  flex-basis: 100%;
}
.col_1_of_5 {
  flex-basis: 20%;
}
.col_2_of_5 {
  flex-basis: 40%;
}
.col_3_of_5 {
  flex-basis: 60%;
}
.col_4_of_5 {
  flex-basis: 80%;
}
.col_5_of_5 {
  flex-basis: 100%;
}
.col_1_of_6 {
  flex-basis: 16.66666667%;
}
.col_2_of_6 {
  flex-basis: 33.33333333%;
}
.col_3_of_6 {
  flex-basis: 50%;
}
.col_4_of_6 {
  flex-basis: 66.66666667%;
}
.col_5_of_6 {
  flex-basis: 83.33333333%;
}
.col_6_of_6 {
  flex-basis: 100%;
}
.col_1_of_7 {
  flex-basis: 14.28571429%;
}
.col_2_of_7 {
  flex-basis: 28.57142857%;
}
.col_3_of_7 {
  flex-basis: 42.85714286%;
}
.col_4_of_7 {
  flex-basis: 57.14285714%;
}
.col_5_of_7 {
  flex-basis: 71.42857143%;
}
.col_6_of_7 {
  flex-basis: 85.71428571%;
}
.col_7_of_7 {
  flex-basis: 100%;
}
.col_1_of_8 {
  flex-basis: 12.5%;
}
.col_2_of_8 {
  flex-basis: 25%;
}
.col_3_of_8 {
  flex-basis: 37.5%;
}
.col_4_of_8 {
  flex-basis: 50%;
}
.col_5_of_8 {
  flex-basis: 62.5%;
}
.col_6_of_8 {
  flex-basis: 75%;
}
.col_7_of_8 {
  flex-basis: 87.5%;
}
.col_8_of_8 {
  flex-basis: 100%;
}
.col_1_of_9 {
  flex-basis: 11.11111111%;
}
.col_2_of_9 {
  flex-basis: 22.22222222%;
}
.col_3_of_9 {
  flex-basis: 33.33333333%;
}
.col_4_of_9 {
  flex-basis: 44.44444444%;
}
.col_5_of_9 {
  flex-basis: 55.55555556%;
}
.col_6_of_9 {
  flex-basis: 66.66666667%;
}
.col_7_of_9 {
  flex-basis: 77.77777778%;
}
.col_8_of_9 {
  flex-basis: 88.88888889%;
}
.col_9_of_9 {
  flex-basis: 100%;
}
.col_1_of_10 {
  flex-basis: 10%;
}
.col_2_of_10 {
  flex-basis: 20%;
}
.col_3_of_10 {
  flex-basis: 30%;
}
.col_4_of_10 {
  flex-basis: 40%;
}
.col_5_of_10 {
  flex-basis: 50%;
}
.col_6_of_10 {
  flex-basis: 60%;
}
.col_7_of_10 {
  flex-basis: 70%;
}
.col_8_of_10 {
  flex-basis: 80%;
}
.col_9_of_10 {
  flex-basis: 90%;
}
.col_10_of_10 {
  flex-basis: 100%;
}
.col_1_of_11 {
  flex-basis: 9.09090909%;
}
.col_2_of_11 {
  flex-basis: 18.18181818%;
}
.col_3_of_11 {
  flex-basis: 27.27272727%;
}
.col_4_of_11 {
  flex-basis: 36.36363636%;
}
.col_5_of_11 {
  flex-basis: 45.45454545%;
}
.col_6_of_11 {
  flex-basis: 54.54545455%;
}
.col_7_of_11 {
  flex-basis: 63.63636364%;
}
.col_8_of_11 {
  flex-basis: 72.72727273%;
}
.col_9_of_11 {
  flex-basis: 81.81818182%;
}
.col_10_of_11 {
  flex-basis: 90.90909091%;
}
.col_11_of_11 {
  flex-basis: 100%;
}
.col_1_of_12 {
  flex-basis: 8.33333333%;
}
.col_2_of_12 {
  flex-basis: 16.66666667%;
}
.col_3_of_12 {
  flex-basis: 25%;
}
.col_4_of_12 {
  flex-basis: 33.33333333%;
}
.col_5_of_12 {
  flex-basis: 41.66666667%;
}
.col_6_of_12 {
  flex-basis: 50%;
}
.col_7_of_12 {
  flex-basis: 58.33333333%;
}
.col_8_of_12 {
  flex-basis: 66.66666667%;
}
.col_9_of_12 {
  flex-basis: 75%;
}
.col_10_of_12 {
  flex-basis: 83.33333333%;
}
.col_11_of_12 {
  flex-basis: 91.66666667%;
}
.col_12_of_12 {
  flex-basis: 100%;
}
.col_padding {
  padding-left: 10px;
  padding-right: 10px;
}
.btn {
  background-color: #007a5a;
  display: inline-block;
  padding: 5px 10px;
  line-height: 47px;
  color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: none;
  box-shadow: none;
  text-align: center;
  white-space: nowrap;
  padding: 8px 14px 9px;
  font-size: 15px;
  position: relative;
}
.btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
/* Sizes */
.btn_large {
  padding: 13px 20px 15px;
  font-size: 17.1px;
  font-weight: 700;
}
.c-icon {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.c-icon:before {
  display: inline-block;
  font-family: 'Slack v2';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.c-icon--inline {
  width: 20px;
  height: auto;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.c-icon--inline:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
}
.c-icon--inline:after {
  content: '\200B';
}
.c-icon--inherit {
  width: 1em;
}
.c-icon--inherit:before {
  font-size: inherit;
}
.c-icon--spin:before {
  animation: 1s linear 0s infinite normal none c-icon--spin;
}
@keyframes c-icon--spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-icon--star-o:before {
  content: '\E001';
}
.c-icon--unstar-o:before {
  content: '\E002';
}
.c-icon--user:before {
  content: '\E003';
}
.c-icon--comment-alt:before {
  content: '\E004';
}
.c-icon--comment-o:before {
  content: '\E005';
}
.c-icon--home:before {
  content: '\E006';
}
.c-icon--info:before {
  content: '\E007';
}
.c-icon--channel-info:before {
  content: '\E008';
}
.c-icon--info-circle:before {
  content: '\E008';
}
.c-icon--mentions:before {
  content: '\E009';
}
.c-icon--gn-menu:before {
  content: '\E00A';
}
.c-icon--search:before {
  content: '\E010';
}
.c-icon--bolt:before {
  content: '\E011';
}
.c-icon--mobile:before {
  content: '\E012';
}
.c-icon--tablet:before {
  content: '\E013';
}
.c-icon--laptop:before {
  content: '\E014';
}
.c-icon--bell-o:before {
  content: '\E015';
}
.c-icon--bell-slash:before {
  content: '\E016';
}
.c-icon--team-directory:before {
  content: '\E017';
}
.c-icon--cloud-upload:before {
  content: '\E018';
}
.c-icon--cloud-download:before {
  content: '\E019';
}
.c-icon--bolt-add:before {
  content: '\E01A';
}
.c-icon--search-medium:before {
  content: '\E01B';
}
.c-icon--cog-o:before {
  content: '\E020';
}
.c-icon--cogs:before {
  content: '\E021';
}
.c-icon--key:before {
  content: '\E022';
}
.c-icon--calendar:before {
  content: '\E023';
}
.c-icon--pencil:before {
  content: '\E024';
}
.c-icon--lightbulb-o:before {
  content: '\E025';
}
.c-icon--magic:before {
  content: '\E026';
}
.c-icon--external-link:before {
  content: '\E027';
}
.c-icon--external-link-square:before {
  content: '\E028';
}
.c-icon--lock-o:before {
  content: '\E029';
}
.c-icon--unlock:before {
  content: '\E030';
}
.c-icon--folder:before {
  content: '\E031';
}
.c-icon--folder-open:before {
  content: '\E032';
}
.c-icon--archive:before {
  content: '\E033';
}
.c-icon--inbox:before {
  content: '\E034';
}
.c-icon--sitemap:before {
  content: '\E035';
}
.c-icon--book:before {
  content: '\E036';
}
.c-icon--envelope-o:before {
  content: '\E037';
}
.c-icon--image:before {
  content: '\E038';
}
.c-icon--building:before {
  content: '\E039';
}
.c-icon--plug:before {
  content: '\E040';
}
.c-icon--paper-plane:before {
  content: '\E041';
}
.c-icon--credit-card:before {
  content: '\E042';
}
.c-icon--life-ring:before {
  content: '\E043';
}
.c-icon--thumb-tack:before {
  content: '\E044';
}
.c-icon--trash:before {
  content: '\E045';
}
.c-icon--print:before {
  content: '\E046';
}
.c-icon--quote-o:before {
  content: '\E047';
}
.c-icon--th-large:before {
  content: '\E048';
}
.c-icon--eye:before {
  content: '\E049';
}
.c-icon--eye-closed:before {
  content: '\E050';
}
.c-icon--volume-off:before {
  content: '\E051';
}
.c-icon--volume-down:before {
  content: '\E052';
}
.c-icon--volume-medium:before {
  content: '\E053';
}
.c-icon--volume-up:before {
  content: '\E054';
}
.c-icon--volume-off-alt:before {
  content: '\E055';
}
.c-icon--heart-o:before {
  content: '\E056';
}
.c-icon--wrench:before {
  content: '\E057';
}
.c-icon--file:before {
  content: '\E058';
}
.c-icon--all-files:before {
  content: '\E059';
}
.c-icon--post-object:before {
  content: '\E05A';
}
.c-icon--calculator:before {
  content: '\E05B';
}
.c-icon--file-wo:before {
  content: '\E05C';
}
.c-icon--file-large-wo:before {
  content: '\E05D';
}
.c-icon--your-files:before {
  content: '\E060';
}
.c-icon--align-left:before {
  content: '\E061';
}
.c-icon--align-center:before {
  content: '\E062';
}
.c-icon--align-right:before {
  content: '\E063';
}
.c-icon--align-justify:before {
  content: '\E064';
}
.c-icon--paragraph:before {
  content: '\E065';
}
.c-icon--code:before {
  content: '\E066';
}
.c-icon--ellipsis:before {
  content: '\E067';
}
.c-icon--ellipsis-baseline:before {
  content: '\E068';
}
.c-icon--spinner:before {
  content: '\E069';
}
.c-icon--spiral:before {
  content: '\E070';
}
.c-icon--random:before {
  content: '\E071';
}
.c-icon--repeat:before {
  content: '\E072';
}
.c-icon--share-square-o:before {
  content: '\E073';
}
.c-icon--link:before {
  content: '\E074';
}
.c-icon--undo:before {
  content: '\E075';
}
.c-icon--history:before {
  content: '\E076';
}
.c-icon--hourglass-empty:before {
  content: '\E077';
}
.c-icon--hourglass:before {
  content: '\E078';
}
.c-icon--clock-o:before {
  content: '\E079';
}
.c-icon--dashboard:before {
  content: '\E080';
}
.c-icon--power-off:before {
  content: '\E081';
}
.c-icon--sign-in:before {
  content: '\E082';
}
.c-icon--sign-out:before {
  content: '\E083';
}
.c-icon--jump:before {
  content: '\E084';
}
.c-icon--globe:before {
  content: '\E085';
}
.c-icon--filter:before {
  content: '\E086';
}
.c-icon--microphone:before {
  content: '\E087';
}
.c-icon--microphone-slash:before {
  content: '\E088';
}
.c-icon--paperclip:before {
  content: '\E089';
}
.c-icon--microphone-slashless:before {
  content: '\E08A';
}
.c-icon--microphone-slashonly:before {
  content: '\E08B';
}
.c-icon--stop-video-slashless:before {
  content: '\E08C';
}
.c-icon--stop-video-slashonly:before {
  content: '\E08D';
}
.c-icon--stop-ss-slashless:before {
  content: '\E08E';
}
.c-icon--stop-ss-slashonly:before {
  content: '\E08F';
}
.c-icon--video-camera:before {
  content: '\E090';
}
.c-icon--stop-video:before {
  content: '\E091';
}
.c-icon--phone:before {
  content: '\E092';
}
.c-icon--unarchive:before {
  content: '\E093';
}
.c-icon--smile-o:before {
  content: '\E094';
}
.c-icon--share-screen:before {
  content: '\E095';
}
.c-icon--stop-screen-sharing:before {
  content: '\E096';
}
.c-icon--stop-screen-sharing-alt:before {
  content: '\E097';
}
.c-icon--feedback:before {
  content: '\E098';
}
.c-icon--paper-plane-alt:before {
  content: '\E099';
}
.c-icon--pencil-up:before {
  content: '\E09A';
}
.c-icon--pencil-up-slashless:before {
  content: '\E09B';
}
.c-icon--pencil-up-slashonly:before {
  content: '\E09C';
}
.c-icon--collab-screenshare-slashonly:before {
  content: '\E09D';
}
.c-icon--collab-screenshare-slashless:before {
  content: '\E09E';
}
.c-icon--cloud-offline:before {
  content: '\E0A0';
}
.c-icon--cloud-offline-small:before {
  content: '\E0A1';
}
.c-icon--filters:before {
  content: '\E0A2';
}
.c-icon--lock-large-o:before {
  content: '\E0A3';
}
.c-icon--checkbox-empty:before {
  content: '\E0A4';
}
.c-icon--input-file:before {
  content: '\E0A5';
}
.c-icon--input-fullscreen:before {
  content: '\E0A6';
}
.c-icon--input-img:before {
  content: '\E0A7';
}
.c-icon--input-integration:before {
  content: '\E0A8';
}
.c-icon--draw-others:before {
  content: '\E0A9';
}
.c-icon--draw-others-slashless:before {
  content: '\E0AA';
}
.c-icon--draw-others-slash:before {
  content: '\E0AB';
}
.c-icon--share:before {
  content: '\E100';
}
.c-icon--save:before {
  content: '\E101';
}
.c-icon--message-notification:before {
  content: '\E102';
}
.c-icon--list:before {
  content: '\E103';
}
.c-icon--channel:before {
  content: '\E104';
}
.c-icon--hash-large:before {
  content: '\E104';
}
.c-icon--share-other-alt:before {
  content: '\E105';
}
.c-icon--broadcast:before {
  content: '\E106';
}
.c-icon--all-files-alt:before {
  content: '\E107';
}
.c-icon--search-files:before {
  content: '\E108';
}
.c-icon--add-user:before {
  content: '\E109';
}
.c-icon--switch-team:before {
  content: '\E110';
}
.c-icon--create-snippet:before {
  content: '\E111';
}
.c-icon--create-post:before {
  content: '\E112';
}
.c-icon--upload:before {
  content: '\E113';
}
.c-icon--download:before {
  content: '\E114';
}
.c-icon--share-email:before {
  content: '\E115';
}
.c-icon--import-email:before {
  content: '\E116';
}
.c-icon--ellipsis-o:before {
  content: '\E117';
}
.c-icon--add-reaction:before {
  content: '\E118';
}
.c-icon--happy-smile:before {
  content: '\E119';
}
.c-icon--quote-post:before {
  content: '\E120';
}
.c-icon--camera:before {
  content: '\E121';
}
.c-icon--phone-flat:before {
  content: '\E122';
}
.c-icon--sparkles:before {
  content: '\E123';
}
.c-icon--location-pin:before {
  content: '\E124';
}
.c-icon--channel-pane-hash:before {
  content: '\E125';
}
.c-icon--hash-small:before {
  content: '\E125';
}
.c-icon--emoji-nature:before {
  content: '\E126';
}
.c-icon--emoji-food:before {
  content: '\E127';
}
.c-icon--emoji-celebration:before {
  content: '\E128';
}
.c-icon--emoji-activities:before {
  content: '\E129';
}
.c-icon--emoji-travel:before {
  content: '\E130';
}
.c-icon--emoji-objects:before {
  content: '\E131';
}
.c-icon--pause:before {
  content: '\E132';
}
.c-icon--file-gdrive:before {
  content: '\E133';
}
.c-icon--play:before {
  content: '\E134';
}
.c-icon--stream:before {
  content: '\E135';
}
.c-icon--field-text:before {
  content: '\E136';
}
.c-icon--poo:before {
  content: '\E137';
}
.c-icon--map:before {
  content: '\E138';
}
.c-icon--share-android:before {
  content: '\E139';
}
.c-icon--highlight:before {
  content: '\E140';
}
.c-icon--flag:before {
  content: '\E141';
}
.c-icon--grabby-patty:before {
  content: '\E142';
}
.c-icon--backspace:before {
  content: '\E143';
}
.c-icon--format:before {
  content: '\E144';
}
.c-icon--side-panel:before {
  content: '\E145';
}
.c-icon--search-small:before {
  content: '\E146';
}
.c-icon--reload-small:before {
  content: '\E147';
}
.c-icon--vertical-ellipsis:before {
  content: '\E148';
}
.c-icon--disable:before {
  content: '\E149';
}
.c-icon--hash-large-bold:before {
  content: '\E14A';
}
.c-icon--hash-medium:before {
  content: '\E14B';
}
.c-icon--hash-medium-bold:before {
  content: '\E14C';
}
.c-icon--bold-hash-small:before {
  content: '\E150';
}
.c-icon--hash-small-bold:before {
  content: '\E150';
}
.c-icon--cart:before {
  content: '\E151';
}
.c-icon--snooze-outline:before {
  content: '\E152';
}
.c-icon--new-window:before {
  content: '\E153';
}
.c-icon--h1:before {
  content: '\E154';
}
.c-icon--h2:before {
  content: '\E155';
}
.c-icon--h3:before {
  content: '\E156';
}
.c-icon--bullet-list:before {
  content: '\E157';
}
.c-icon--numbered-list:before {
  content: '\E158';
}
.c-icon--check-list:before {
  content: '\E15A';
}
.c-icon--code-block:before {
  content: '\E15B';
}
.c-icon--codeblock:before {
  content: '\E15B';
}
.c-icon--bold:before {
  content: '\E160';
}
.c-icon--italic:before {
  content: '\E161';
}
.c-icon--underline:before {
  content: '\E162';
}
.c-icon--strikethrough:before {
  content: '\E163';
}
.c-icon--tag:before {
  content: '\E164';
}
.c-icon--org-shared-channel:before {
  content: '\E165';
}
.c-icon--shared-channel:before {
  content: '\E166';
}
.c-icon--call-declined:before {
  content: '\E167';
}
.c-icon--call-missed:before {
  content: '\E168';
}
.c-icon--small-reaction:before {
  content: '\E170';
}
.c-icon--small-reply:before {
  content: '\E171';
}
.c-icon--small-ellipsis:before {
  content: '\E172';
}
.c-icon--small-star:before {
  content: '\E173';
}
.c-icon--small-quote:before {
  content: '\E174';
}
.c-icon--keyboard:before {
  content: '\E175';
}
.c-icon--share-action:before {
  content: '\E176';
}
.c-icon--handset:before {
  content: '\E177';
}
.c-icon--bluetooth-sound:before {
  content: '\E178';
}
.c-icon--bluetooth:before {
  content: '\E179';
}
.c-icon--bot:before {
  content: '\E180';
}
.c-icon--globe-plus:before {
  content: '\E181';
}
.c-icon--user-groups:before {
  content: '\E182';
}
.c-icon--rocket:before {
  content: '\E183';
}
.c-icon--mobile-notification:before {
  content: '\E184';
}
.c-icon--desktop-notification:before {
  content: '\E185';
}
.c-icon--collab-screenshare-on:before {
  content: '\E186';
}
.c-icon--collab-screenshare-off:before {
  content: '\E187';
}
.c-icon--thumbs-up:before {
  content: '\E188';
}
.c-icon--thumbs-down:before {
  content: '\E189';
}
.c-icon--bug:before {
  content: '\E190';
}
.c-icon--mark-unread:before {
  content: '\E191';
}
.c-icon--compose-dm:before {
  content: '\E192';
}
.c-icon--invoice:before {
  content: '\E193';
}
.c-icon--text:before {
  content: '\E194';
}
.c-icon--expand:before {
  content: '\E200';
}
.c-icon--reduce:before {
  content: '\E201';
}
.c-icon--arrows-alt:before {
  content: '\E202';
}
.c-icon--reduce-alt:before {
  content: '\E203';
}
.c-icon--check-square-o:before {
  content: '\E204';
}
.c-icon--check-circle-o:before {
  content: '\E205';
}
.c-icon--check-circle-o-large:before {
  content: '\E206';
}
.c-icon--question:before {
  content: '\E207';
}
.c-icon--exclamation:before {
  content: '\E208';
}
.c-icon--warning:before {
  content: '\E209';
}
.c-icon--exclamation-circle:before {
  content: '\E210';
}
.c-icon--question-circle:before {
  content: '\E211';
}
.c-icon--plus-circle:before {
  content: '\E212';
}
.c-icon--minus-circle:before {
  content: '\E213';
}
.c-icon--times-circle:before {
  content: '\E214';
}
.c-icon--arrow-circle-o-up:before {
  content: '\E215';
}
.c-icon--arrow-circle-o-down:before {
  content: '\E216';
}
.c-icon--arrow-circle-o-right:before {
  content: '\E217';
}
.c-icon--arrow-circle-o-left:before {
  content: '\E218';
}
.c-icon--chevron-circle-left:before {
  content: '\E219';
}
.c-icon--chevron-circle-right:before {
  content: '\E220';
}
.c-icon--chevron-circle-down:before {
  content: '\E221';
}
.c-icon--chevron-circle-up:before {
  content: '\E222';
}
.c-icon--plus-circle-small:before {
  content: '\E223';
}
.c-icon--circle-small:before {
  content: '\E224';
}
.c-icon--circle-large:before {
  content: '\E225';
}
.c-icon--navigate:before {
  content: '\E226';
}
.c-icon--times-circle-small:before {
  content: '\E520';
}
.c-icon--plus-circle-medium:before {
  content: '\E228';
}
.c-icon--times-circle-medium:before {
  content: '\E229';
}
.c-icon--square-warning:before {
  content: '\E230';
}
.c-icon--square-question:before {
  content: '\E231';
}
.c-icon--plus-square-o:before {
  content: '\E232';
}
.c-icon--minus-square-o:before {
  content: '\E233';
}
.c-icon--square-times:before {
  content: '\E234';
}
.c-icon--square-arrow-up:before {
  content: '\E235';
}
.c-icon--square-arrow-down:before {
  content: '\E236';
}
.c-icon--square-arrow-right:before {
  content: '\E237';
}
.c-icon--square-arrow-left:before {
  content: '\E238';
}
.c-icon--square-chevron-left:before {
  content: '\E239';
}
.c-icon--square-chevron-right:before {
  content: '\E240';
}
.c-icon--square-chevron-down:before {
  content: '\E241';
}
.c-icon--square-chevron-up:before {
  content: '\E242';
}
.c-icon--chevron-right:before {
  content: '\E250';
}
.c-icon--chevron-left:before {
  content: '\E251';
}
.c-icon--chevron-down:before {
  content: '\E252';
}
.c-icon--chevron-up:before {
  content: '\E253';
}
.c-icon--chevron-medium-right:before {
  content: '\E254';
}
.c-icon--chevron-medium-left:before {
  content: '\E255';
}
.c-icon--chevron-medium-down:before {
  content: '\E256';
}
.c-icon--chevron-medium-up:before {
  content: '\E257';
}
.c-icon--chevron-large-right:before {
  content: '\E258';
}
.c-icon--chevron-large-left:before {
  content: '\E259';
}
.c-icon--chevron-large-up:before {
  content: '\E260';
}
.c-icon--chevron-large-down:before {
  content: '\E261';
}
.c-icon--arrow-large-right:before {
  content: '\E262';
}
.c-icon--arrow-large-left:before {
  content: '\E263';
}
.c-icon--arrow-large-up:before {
  content: '\E264';
}
.c-icon--arrow-large-down:before {
  content: '\E265';
}
.c-icon--caret-outline-left:before {
  content: '\E266';
}
.c-icon--caret-outline-right:before {
  content: '\E267';
}
.c-icon--caret-outline-up:before {
  content: '\E268';
}
.c-icon--caret-outline-down:before {
  content: '\E269';
}
.c-icon--caret-up:before {
  content: '\E270';
}
.c-icon--caret-down:before {
  content: '\E271';
}
.c-icon--caret-right:before {
  content: '\E272';
}
.c-icon--caret-left:before {
  content: '\E273';
}
.c-icon--angle-arrow-down-left:before {
  content: '\E274';
}
.c-icon--angle-arrow-down-right:before {
  content: '\E275';
}
.c-icon--angle-arrow-up-right:before {
  content: '\E276';
}
.c-icon--angle-arrow-up-left:before {
  content: '\E277';
}
.c-icon--times:before {
  content: '\E278';
}
.c-icon--plus:before {
  content: '\E279';
}
.c-icon--minus:before {
  content: '\E280';
}
.c-icon--plus-small:before {
  content: '\E281';
}
.c-icon--minus-small:before {
  content: '\E282';
}
.c-icon--exclamation-small:before {
  content: '\E283';
}
.c-icon--question-small:before {
  content: '\E284';
}
.c-icon--check-small:before {
  content: '\E285';
}
.c-icon--arrow-right:before {
  content: '\E286';
}
.c-icon--arrow-left:before {
  content: '\E287';
}
.c-icon--arrow-up:before {
  content: '\E288';
}
.c-icon--arrow-down:before {
  content: '\E289';
}
.c-icon--arrow-right-medium:before {
  content: '\E290';
}
.c-icon--arrow-left-medium:before {
  content: '\E291';
}
.c-icon--arrow-up-medium:before {
  content: '\E292';
}
.c-icon--arrow-down-medium:before {
  content: '\E293';
}
.c-icon--times-small:before {
  content: '\E294';
}
.c-icon--sync:before {
  content: '\E295';
}
.c-icon--replies:before {
  content: '\E296';
}
.c-icon--angle-arrow-down-right-alt:before {
  content: '\E297';
}
.c-icon--angle-arrow-up-right-alt:before {
  content: '\E298';
}
.c-icon--angle-arrow-up-left-alt:before {
  content: '\E299';
}
.c-icon--angle-arrow-down-left-alt:before {
  content: '\E300';
}
.c-icon--check-small-bold:before {
  content: '\E301';
}
.c-icon--enter:before {
  content: '\E302';
}
.c-icon--expand-vertical:before {
  content: '\E303';
}
.c-icon--collapse-vertical:before {
  content: '\E304';
}
.c-icon--android-upload:before {
  content: '\E305';
}
.c-icon--plus-thick:before {
  content: '\E306';
}
.c-icon--arrow-ne-large:before {
  content: '\E307';
}
.c-icon--arrow-nw-large:before {
  content: '\E308';
}
.c-icon--arrow-sw-large:before {
  content: '\E309';
}
.c-icon--arrow-se-large:before {
  content: '\E310';
}
.c-icon--arrow-ne-medium:before {
  content: '\E311';
}
.c-icon--arrow-nw-medium:before {
  content: '\E312';
}
.c-icon--arrow-sw-medium:before {
  content: '\E313';
}
.c-icon--arrow-se-medium:before {
  content: '\E314';
}
.c-icon--arrow-ne-small:before {
  content: '\E315';
}
.c-icon--arrow-nw-small:before {
  content: '\E316';
}
.c-icon--arrow-sw-small:before {
  content: '\E317';
}
.c-icon--arrow-se-small:before {
  content: '\E318';
}
.c-icon--check-large-bold:before {
  content: '\E319';
}
.c-icon--check-large:before {
  content: '\E320';
}
.c-icon--times-medium:before {
  content: '\E321';
}
.c-icon--real-checkbox-empty:before {
  content: '\E322';
}
.c-icon--real-checkbox-checked:before {
  content: '\E323';
}
.c-icon--real-checkbox-checked-o:before {
  content: '\E324';
}
.c-icon--circle-checkbox-empty:before {
  content: '\E325';
}
.c-icon--circle-checkbox-checked:before {
  content: '\E326';
}
.c-icon--circle-checkbox-checked-o:before {
  content: '\E327';
}
.c-icon--times-large:before {
  content: '\E328';
}
.c-icon--file-generic:before {
  content: '\E400';
}
.c-icon--file-generic-small:before {
  content: '\E401';
}
.c-icon--file-spaces:before {
  content: '\E402';
}
.c-icon--file-spaces-small:before {
  content: '\E403';
}
.c-icon--file-image:before {
  content: '\E404';
}
.c-icon--file-image-small:before {
  content: '\E405';
}
.c-icon--file-pdf:before {
  content: '\E406';
}
.c-icon--file-pdf-small:before {
  content: '\E407';
}
.c-icon--file-audio:before {
  content: '\E408';
}
.c-icon--file-audio-small:before {
  content: '\E409';
}
.c-icon--file-video:before {
  content: '\E410';
}
.c-icon--file-video-small:before {
  content: '\E411';
}
.c-icon--file-presentation:before {
  content: '\E412';
}
.c-icon--file-presentation-small:before {
  content: '\E413';
}
.c-icon--file-email:before {
  content: '\E414';
}
.c-icon--file-email-small:before {
  content: '\E415';
}
.c-icon--file-vector:before {
  content: '\E416';
}
.c-icon--file-vector-small:before {
  content: '\E417';
}
.c-icon--file-spreadsheet:before {
  content: '\E418';
}
.c-icon--file-spreadsheet-small:before {
  content: '\E419';
}
.c-icon--file-media-archive:before {
  content: '\E420';
}
.c-icon--file-media-archive-small:before {
  content: '\E421';
}
.c-icon--file-archive:before {
  content: '\E422';
}
.c-icon--file-archive-small:before {
  content: '\E423';
}
.c-icon--file-executable:before {
  content: '\E424';
}
.c-icon--file-executable-small:before {
  content: '\E425';
}
.c-icon--file-disk-image:before {
  content: '\E426';
}
.c-icon--file-disk-image-small:before {
  content: '\E427';
}
.c-icon--file-cad:before {
  content: '\E428';
}
.c-icon--file-cad-small:before {
  content: '\E429';
}
.c-icon--file-3d-graphic:before {
  content: '\E430';
}
.c-icon--file-3d-graphic-small:before {
  content: '\E431';
}
.c-icon--file-database:before {
  content: '\E432';
}
.c-icon--file-database-small:before {
  content: '\E433';
}
.c-icon--file-binary:before {
  content: '\E434';
}
.c-icon--file-binary-small:before {
  content: '\E435';
}
.c-icon--file-markdown:before {
  content: '\E436';
}
.c-icon--file-markdown-small:before {
  content: '\E437';
}
.c-icon--file-text-post:before {
  content: '\E438';
}
.c-icon--file-text-post-small:before {
  content: '\E439';
}
.c-icon--file-html:before {
  content: '\E440';
}
.c-icon--file-html-small:before {
  content: '\E441';
}
.c-icon--file-code:before {
  content: '\E442';
}
.c-icon--file-code-small:before {
  content: '\E443';
}
.c-icon--file-css:before {
  content: '\E444';
}
.c-icon--file-css-small:before {
  content: '\E445';
}
.c-icon--file-php:before {
  content: '\E446';
}
.c-icon--file-php-small:before {
  content: '\E447';
}
.c-icon--file-snippet:before {
  content: '\E448';
}
.c-icon--file-snippet-small:before {
  content: '\E449';
}
.c-icon--file-word:before {
  content: '\E450';
}
.c-icon--file-word-small:before {
  content: '\E451';
}
.c-icon--file-excel:before {
  content: '\E452';
}
.c-icon--file-excel-small:before {
  content: '\E453';
}
.c-icon--file-powerpoint:before {
  content: '\E454';
}
.c-icon--file-powerpoint-small:before {
  content: '\E455';
}
.c-icon--file-illustrator:before {
  content: '\E456';
}
.c-icon--file-illustrator-small:before {
  content: '\E457';
}
.c-icon--file-photoshop:before {
  content: '\E458';
}
.c-icon--file-photoshop-small:before {
  content: '\E459';
}
.c-icon--file-indesign:before {
  content: '\E460';
}
.c-icon--file-indesign-small:before {
  content: '\E461';
}
.c-icon--file-adobe-flash:before {
  content: '\E462';
}
.c-icon--file-adobe-flash-small:before {
  content: '\E463';
}
.c-icon--file-adobe-swf:before {
  content: '\E464';
}
.c-icon--file-adobe-swf-small:before {
  content: '\E465';
}
.c-icon--file-iphone-app:before {
  content: '\E466';
}
.c-icon--file-iphone-app-small:before {
  content: '\E467';
}
.c-icon--file-android-app:before {
  content: '\E468';
}
.c-icon--file-android-app-small:before {
  content: '\E469';
}
.c-icon--file-dropbox:before {
  content: '\E470';
}
.c-icon--file-dropbox-small:before {
  content: '\E471';
}
.c-icon--file-google:before {
  content: '\E472';
}
.c-icon--file-google-document:before {
  content: '\E472';
}
.c-icon--file-google-form:before {
  content: '\E472';
}
.c-icon--file-google-presentation:before {
  content: '\E472';
}
.c-icon--file-google-spreadsheet:before {
  content: '\E472';
}
.c-icon--file-google-document-small:before {
  content: '\E473';
}
.c-icon--file-google-form-small:before {
  content: '\E473';
}
.c-icon--file-google-presentation-small:before {
  content: '\E473';
}
.c-icon--file-google-small:before {
  content: '\E473';
}
.c-icon--file-google-spreadsheet-small:before {
  content: '\E473';
}
.c-icon--file-qtz:before {
  content: '\E474';
}
.c-icon--file-qtz-small:before {
  content: '\E475';
}
.c-icon--file-sketch:before {
  content: '\E476';
}
.c-icon--file-sketch-small:before {
  content: '\E477';
}
.c-icon--calls:before {
  content: '\E478';
}
.c-icon--calls-small:before {
  content: '\E479';
}
.c-icon--calls-ended:before {
  content: '\E480';
}
.c-icon--calls-ended-small:before {
  content: '\E481';
}
.c-icon--file-figma:before {
  content: '\E482';
}
.c-icon--file-figma-small:before {
  content: '\E483';
}
.c-icon--file-font-small:before {
  content: '\E485';
}
.c-icon--file-generic-tiny:before {
  content: '\E4A0';
}
.c-icon--file-spaces-tiny:before {
  content: '\E4AA';
}
.c-icon--file-image-tiny:before {
  content: '\E4AB';
}
.c-icon--file-pdf-tiny:before {
  content: '\E4AC';
}
.c-icon--file-audio-tiny:before {
  content: '\E4AD';
}
.c-icon--file-video-tiny:before {
  content: '\E4AE';
}
.c-icon--file-presentation-tiny:before {
  content: '\E4AF';
}
.c-icon--file-email-tiny:before {
  content: '\E4BA';
}
.c-icon--file-vector-tiny:before {
  content: '\E4BB';
}
.c-icon--file-spreadsheet-tiny:before {
  content: '\E4BC';
}
.c-icon--file-media-archive-tiny:before {
  content: '\E4BD';
}
.c-icon--file-archive-tiny:before {
  content: '\E4BE';
}
.c-icon--file-executable-tiny:before {
  content: '\E4BF';
}
.c-icon--file-disk-image-tiny:before {
  content: '\E4CA';
}
.c-icon--file-cad-tiny:before {
  content: '\E4CB';
}
.c-icon--file-3d-graphic-tiny:before {
  content: '\E4CC';
}
.c-icon--file-database-tiny:before {
  content: '\E4CD';
}
.c-icon--file-binary-tiny:before {
  content: '\E4CE';
}
.c-icon--file-markdown-tiny:before {
  content: '\E4CF';
}
.c-icon--file-text-post-tiny:before {
  content: '\E4DA';
}
.c-icon--file-html-tiny:before {
  content: '\E4DB';
}
.c-icon--file-code-tiny:before {
  content: '\E4DC';
}
.c-icon--file-css-tiny:before {
  content: '\E4DD';
}
.c-icon--file-php-tiny:before {
  content: '\E4DE';
}
.c-icon--file-snippet-tiny:before {
  content: '\E4DF';
}
.c-icon--file-word-tiny:before {
  content: '\E4EA';
}
.c-icon--file-excel-tiny:before {
  content: '\E4EB';
}
.c-icon--file-powerpoint-tiny:before {
  content: '\E4EC';
}
.c-icon--file-illustrator-tiny:before {
  content: '\E4ED';
}
.c-icon--file-photoshop-tiny:before {
  content: '\E4EE';
}
.c-icon--file-indesign-tiny:before {
  content: '\E4EF';
}
.c-icon--file-adobe-flash-tiny:before {
  content: '\E4F0';
}
.c-icon--file-adobe-swf-tiny:before {
  content: '\E4F1';
}
.c-icon--file-iphone-app-tiny:before {
  content: '\E4F2';
}
.c-icon--file-android-app-tiny:before {
  content: '\E4F3';
}
.c-icon--file-dropbox-tiny:before {
  content: '\E4F4';
}
.c-icon--file-google-document-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-form-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-presentation-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-spreadsheet-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-tiny:before {
  content: '\E4F5';
}
.c-icon--file-qtz-tiny:before {
  content: '\E4F6';
}
.c-icon--file-sketch-tiny:before {
  content: '\E4F7';
}
.c-icon--file-figma-tiny:before {
  content: '\E4F8';
}
.c-icon--star:before {
  content: '\E500';
}
.c-icon--unstar:before {
  content: '\E501';
}
.c-icon--bell:before {
  content: '\E502';
}
.c-icon--lock:before {
  content: '\E503';
}
.c-icon--external-link-small:before {
  content: '\E504';
}
.c-icon--external-link-large:before {
  content: '\E505';
}
.c-icon--presence-online:before {
  content: '\E506';
}
.c-icon--presence-offline:before {
  content: '\E507';
}
.c-icon--presence-dnd:before {
  content: '\E508';
}
.c-icon--presence-external-online:before {
  content: '\E509';
}
.c-icon--presence-ra-online:before {
  content: '\E509';
}
.c-icon--restricted-user:before {
  content: '\E509';
}
.c-icon--lock-medium:before {
  content: '\E50A';
}
.c-icon--presence-external-offline:before {
  content: '\E510';
}
.c-icon--presence-ra-offline:before {
  content: '\E510';
}
.c-icon--presence-external-dnd:before {
  content: '\E511';
}
.c-icon--presence-ra-dnd:before {
  content: '\E511';
}
.c-icon--presence-ura-online:before {
  content: '\E512';
}
.c-icon--single-channel-guest:before {
  content: '\E512';
}
.c-icon--presence-ura-offline:before {
  content: '\E513';
}
.c-icon--presence-ura-dnd:before {
  content: '\E514';
}
.c-icon--heart:before {
  content: '\E515';
}
.c-icon--quote:before {
  content: '\E516';
}
.c-icon--cog:before {
  content: '\E517';
}
.c-icon--comment:before {
  content: '\E518';
}
.c-icon--minus-circle-small:before {
  content: '\E519';
}
.c-icon--times-circle-small:before {
  content: '\E520';
}
.c-icon--times-circle-small-filled:before {
  content: '\E520';
}
.c-icon--multiparty-dm-2:before {
  content: '\E521';
}
.c-icon--multiparty-dm-3:before {
  content: '\E522';
}
.c-icon--multiparty-dm-4:before {
  content: '\E523';
}
.c-icon--multiparty-dm-5:before {
  content: '\E524';
}
.c-icon--multiparty-dm-6:before {
  content: '\E525';
}
.c-icon--multiparty-dm-7:before {
  content: '\E526';
}
.c-icon--multiparty-dm-8:before {
  content: '\E527';
}
.c-icon--multiparty-dm-9:before {
  content: '\E528';
}
.c-icon--poo-filled:before {
  content: '\E529';
}
.c-icon--circle-fill:before {
  content: '\E530';
}
.c-icon--flag-filled:before {
  content: '\E531';
}
.c-icon--refresh-small:before {
  content: '\E532';
}
.c-icon--snooze-filled:before {
  content: '\E533';
}
.c-icon--archived-channel:before {
  content: '\E534';
}
.c-icon--presence-dnd-offline:before {
  content: '\E535';
}
.c-icon--presence-external-dnd-offline:before {
  content: '\E536';
}
.c-icon--presence-ra-dnd-offline:before {
  content: '\E536';
}
.c-icon--presence-ura-dnd-offline:before {
  content: '\E537';
}
.c-icon--presence-mobile-dnd:before {
  content: '\E538';
}
.c-icon--play-filled:before {
  content: '\E539';
}
.c-icon--broadcast-filled:before {
  content: '\E540';
}
.c-icon--small-star-filled:before {
  content: '\E541';
}
.c-icon--small-comment-filled:before {
  content: '\E542';
}
.c-icon--paperplane-filled:before {
  content: '\E543';
}
.c-icon--file-wo-filled:before {
  content: '\E544';
}
.c-icon--file-large-wo-filled:before {
  content: '\E545';
}
.c-icon--highlight-filled:before {
  content: '\E546';
}
.c-icon--pin-filled:before {
  content: '\E547';
}
.c-icon--thumb-tack-filled:before {
  content: '\E547';
}
.c-icon--close-filled:before {
  content: '\E548';
}
.c-icon--share-filled:before {
  content: '\E549';
}
.c-icon--pencil-filled:before {
  content: '\E550';
}
.c-icon--side-panel-filled:before {
  content: '\E551';
}
.c-icon--add-reaction-filled:before {
  content: '\E552';
}
.c-icon--mentions-filled:before {
  content: '\E553';
}
.c-icon--small-reply-filled:before {
  content: '\E554';
}
.c-icon--user-filled:before {
  content: '\E555';
}
.c-icon--microphone-on:before {
  content: '\E556';
}
.c-icon--camera-on:before {
  content: '\E557';
}
.c-icon--screenshare-on:before {
  content: '\E558';
}
.c-icon--shared-channels:before {
  content: '\E559';
}
.c-icon--heart-large-filled:before {
  content: '\E560';
}
.c-icon--thumbs-up-filled:before {
  content: '\E561';
}
.c-icon--thumbs-down-filled:before {
  content: '\E562';
}
.c-icon--slow-network:before {
  content: '\E563';
}
.c-icon--sparkles-filled:before {
  content: '\E564';
}
.c-icon--small-warning-filled:before {
  content: '\E565';
}
.c-icon--deactivated-user:before {
  content: '\E566';
}
.c-icon--lock-small:before {
  content: '\E567';
}
.c-icon--sc-baseline:before {
  content: '\E568';
}
.c-icon--shared-channels-baseline:before {
  content: '\E568';
}
.c-icon--sc-pending:before {
  content: '\E569';
}
.c-icon--shared-channels-pending:before {
  content: '\E569';
}
.c-icon--sc-baseline-pending:before {
  content: '\E570';
}
.c-icon--shared-channels-baseline-pending:before {
  content: '\E570';
}
.c-icon--cloud-offline-filled:before {
  content: '\E571';
}
.c-icon--cloud-offline-small-filled:before {
  content: '\E572';
}
.c-icon--lock-large:before {
  content: '\E573';
}
.c-icon--input-file-active:before {
  content: '\E574';
}
.c-icon--input-img-active:before {
  content: '\E575';
}
.c-icon--input-integration-active:before {
  content: '\E576';
}
.c-icon--checkbox-full:before {
  content: '\E577';
}
.c-icon--add-reaction-bg:before {
  content: '\E578';
}
.c-icon--small-reaction-bg:before {
  content: '\E579';
}
.c-icon--info-circle-filled:before {
  content: '\E580';
}
.c-icon--exclamation-circle-filled:before {
  content: '\E581';
}
.c-icon--missing-emoji:before {
  content: '\E582';
}
.c-icon--warning-filled:before {
  content: '\E583';
}
.c-icon--eye-filled:before {
  content: '\E584';
}
.c-icon--circle-minus-filled:before {
  content: '\E585';
}
.c-icon--bolt-filled:before {
  content: '\E586';
}
.c-icon--form-checkbox-empty:before {
  content: '\E700';
}
.c-icon--form-checkbox-checked:before {
  content: '\E701';
}
.c-icon--form-radio-empty:before {
  content: '\E702';
}
.c-icon--form-radio-checked:before {
  content: '\E703';
}
.c-icon--form-checkbox-check:before {
  content: '\E704';
}
.c-icon--form-radio-circle:before {
  content: '\E705';
}
.c-icon--form-checkbox-dash:before {
  content: '\E706';
}
.c-icon--slack:before {
  content: '\E800';
}
.c-icon--slack-pillow:before {
  content: '\E800';
}
.c-icon--apple:before {
  content: '\E802';
}
.c-icon--android:before {
  content: '\E803';
}
.c-icon--twitter:before {
  content: '\E804';
}
.c-icon--github:before {
  content: '\E805';
}
.c-icon--dropbox:before {
  content: '\E806';
}
.c-icon--google:before {
  content: '\E807';
}
.c-icon--windows:before {
  content: '\E808';
}
.c-icon--youtube:before {
  content: '\E809';
}
.c-icon--google-drive:before {
  content: '\E810';
}
.c-icon--skype:before {
  content: '\E811';
}
.c-icon--rss:before {
  content: '\E812';
}
.c-icon--facebook:before {
  content: '\E813';
}
.c-icon--asana:before {
  content: '\E814';
}
.c-icon--linkedin:before {
  content: '\E815';
}
.c-icon--tumblr:before {
  content: '\E816';
}
.c-icon--instagram:before {
  content: '\E817';
}
.c-icon--google-plus:before {
  content: '\E818';
}
.c-icon--soundcloud:before {
  content: '\E819';
}
.c-icon--flickr:before {
  content: '\E820';
}
.c-icon--pinterest:before {
  content: '\E821';
}
.c-icon--tripit:before {
  content: '\E822';
}
.c-icon--hangouts:before {
  content: '\E823';
}
.c-icon--viber:before {
  content: '\E824';
}
.c-icon--line:before {
  content: '\E825';
}
.c-icon--facebook-messenger:before {
  content: '\E826';
}
.c-icon--1password:before {
  content: '\E827';
}
.c-icon--box:before {
  content: '\E828';
}
.c-icon--box-square:before {
  content: '\E829';
}
.c-icon--google-play:before {
  content: '\E830';
}
.c-icon--spotify:before {
  content: '\E831';
}
.c-icon--siriusxm:before {
  content: '\E832';
}
.c-icon--stitcher:before {
  content: '\E833';
}
.c-icon--pocket-casts:before {
  content: '\E834';
}
.c-icon--onedrive:before {
  content: '\E835';
}
.c-icon--filetype {
  width: 50px;
}
.c-icon--filetype:before {
  content: '\E400';
  color: #3aa3e3;
}
.c-icon--filetype:after {
  background-color: #3aa3e3;
}
.c-icon--filetype:before {
  font-size: 50px;
}
.c-icon--filetype-small {
  width: 40px;
}
.c-icon--filetype-small:before {
  content: '\E401';
  color: #3aa3e3;
}
.c-icon--filetype-small:after {
  background-color: #3aa3e3;
}
.c-icon--filetype-small:before {
  font-size: 40px;
}
.c-icon--filetype-tiny {
  width: 20px;
}
.c-icon--filetype-tiny:before {
  content: '\E4A0';
  color: #3aa3e3;
}
.c-icon--filetype-tiny:after {
  background-color: #3aa3e3;
}
.c-icon--filetype-tiny:before {
  font-size: 20px;
}
.c-icon--star-o:before {
  content: '\E001';
}
.c-icon--unstar-o:before {
  content: '\E002';
}
.c-icon--user:before {
  content: '\E003';
}
.c-icon--comment-alt:before {
  content: '\E004';
}
.c-icon--comment-o:before {
  content: '\E005';
}
.c-icon--home:before {
  content: '\E006';
}
.c-icon--info:before {
  content: '\E007';
}
.c-icon--channel-info:before {
  content: '\E008';
}
.c-icon--info-circle:before {
  content: '\E008';
}
.c-icon--mentions:before {
  content: '\E009';
}
.c-icon--gn-menu:before {
  content: '\E00A';
}
.c-icon--clear:before {
  content: '\E00B';
}
.c-icon--channels:before {
  content: '\E00C';
}
.c-icon--dm:before {
  content: '\E00D';
}
.c-icon--more:before {
  content: '\E00E';
}
.c-icon--search:before {
  content: '\E010';
}
.c-icon--bolt:before {
  content: '\E011';
}
.c-icon--mobile:before {
  content: '\E012';
}
.c-icon--tablet:before {
  content: '\E013';
}
.c-icon--laptop:before {
  content: '\E014';
}
.c-icon--bell-o:before {
  content: '\E015';
}
.c-icon--bell-slash:before {
  content: '\E016';
}
.c-icon--team-directory:before {
  content: '\E017';
}
.c-icon--cloud-upload:before {
  content: '\E018';
}
.c-icon--cloud-download:before {
  content: '\E019';
}
.c-icon--bolt-add:before {
  content: '\E01A';
}
.c-icon--search-medium:before {
  content: '\E01B';
}
.c-icon--move-to-inspector:before {
  content: '\E01C';
}
.c-icon--move-to-page:before {
  content: '\E01D';
}
.c-icon--cog-o:before {
  content: '\E020';
}
.c-icon--cogs:before {
  content: '\E021';
}
.c-icon--key:before {
  content: '\E022';
}
.c-icon--calendar:before {
  content: '\E023';
}
.c-icon--pencil:before {
  content: '\E024';
}
.c-icon--lightbulb-o:before {
  content: '\E025';
}
.c-icon--magic:before {
  content: '\E026';
}
.c-icon--external-link:before {
  content: '\E027';
}
.c-icon--external-link-square:before {
  content: '\E028';
}
.c-icon--lock-o:before {
  content: '\E029';
}
.c-icon--unlock:before {
  content: '\E030';
}
.c-icon--folder:before {
  content: '\E031';
}
.c-icon--folder-open:before {
  content: '\E032';
}
.c-icon--archive:before {
  content: '\E033';
}
.c-icon--inbox:before {
  content: '\E034';
}
.c-icon--sitemap:before {
  content: '\E035';
}
.c-icon--book:before {
  content: '\E036';
}
.c-icon--envelope-o:before {
  content: '\E037';
}
.c-icon--image:before {
  content: '\E038';
}
.c-icon--building:before {
  content: '\E039';
}
.c-icon--plug:before {
  content: '\E040';
}
.c-icon--paper-plane:before {
  content: '\E041';
}
.c-icon--credit-card:before {
  content: '\E042';
}
.c-icon--life-ring:before {
  content: '\E043';
}
.c-icon--thumb-tack:before {
  content: '\E044';
}
.c-icon--trash:before {
  content: '\E045';
}
.c-icon--print:before {
  content: '\E046';
}
.c-icon--quote-o:before {
  content: '\E047';
}
.c-icon--th-large:before {
  content: '\E048';
}
.c-icon--eye:before {
  content: '\E049';
}
.c-icon--eye-closed:before {
  content: '\E050';
}
.c-icon--volume-off:before {
  content: '\E051';
}
.c-icon--volume-down:before {
  content: '\E052';
}
.c-icon--volume-medium:before {
  content: '\E053';
}
.c-icon--volume-up:before {
  content: '\E054';
}
.c-icon--volume-off-alt:before {
  content: '\E055';
}
.c-icon--heart-o:before {
  content: '\E056';
}
.c-icon--wrench:before {
  content: '\E057';
}
.c-icon--file:before {
  content: '\E058';
}
.c-icon--all-files:before {
  content: '\E059';
}
.c-icon--post-object:before {
  content: '\E05A';
}
.c-icon--calculator:before {
  content: '\E05B';
}
.c-icon--file-wo:before {
  content: '\E05C';
}
.c-icon--file-large-wo:before {
  content: '\E05D';
}
.c-icon--your-files:before {
  content: '\E060';
}
.c-icon--align-left:before {
  content: '\E061';
}
.c-icon--align-center:before {
  content: '\E062';
}
.c-icon--align-right:before {
  content: '\E063';
}
.c-icon--align-justify:before {
  content: '\E064';
}
.c-icon--paragraph:before {
  content: '\E065';
}
.c-icon--code:before {
  content: '\E066';
}
.c-icon--ellipsis:before {
  content: '\E067';
}
.c-icon--ellipsis-baseline:before {
  content: '\E068';
}
.c-icon--spinner:before {
  content: '\E069';
}
.c-icon--spiral:before {
  content: '\E070';
}
.c-icon--random:before {
  content: '\E071';
}
.c-icon--repeat:before {
  content: '\E072';
}
.c-icon--share-square-o:before {
  content: '\E073';
}
.c-icon--link:before {
  content: '\E074';
}
.c-icon--undo:before {
  content: '\E075';
}
.c-icon--history:before {
  content: '\E076';
}
.c-icon--hourglass-empty:before {
  content: '\E077';
}
.c-icon--hourglass:before {
  content: '\E078';
}
.c-icon--clock-o:before {
  content: '\E079';
}
.c-icon--dashboard:before {
  content: '\E080';
}
.c-icon--power-off:before {
  content: '\E081';
}
.c-icon--sign-in:before {
  content: '\E082';
}
.c-icon--sign-out:before {
  content: '\E083';
}
.c-icon--jump:before {
  content: '\E084';
}
.c-icon--globe:before {
  content: '\E085';
}
.c-icon--filter:before {
  content: '\E086';
}
.c-icon--microphone:before {
  content: '\E087';
}
.c-icon--microphone-slash:before {
  content: '\E088';
}
.c-icon--paperclip:before {
  content: '\E089';
}
.c-icon--microphone-slashless:before {
  content: '\E08A';
}
.c-icon--microphone-slashonly:before {
  content: '\E08B';
}
.c-icon--stop-video-slashless:before {
  content: '\E08C';
}
.c-icon--stop-video-slashonly:before {
  content: '\E08D';
}
.c-icon--stop-ss-slashless:before {
  content: '\E08E';
}
.c-icon--stop-ss-slashonly:before {
  content: '\E08F';
}
.c-icon--video-camera:before {
  content: '\E090';
}
.c-icon--stop-video:before {
  content: '\E091';
}
.c-icon--phone:before {
  content: '\E092';
}
.c-icon--unarchive:before {
  content: '\E093';
}
.c-icon--smile-o:before {
  content: '\E094';
}
.c-icon--share-screen:before {
  content: '\E095';
}
.c-icon--stop-screen-sharing:before {
  content: '\E096';
}
.c-icon--stop-screen-sharing-alt:before {
  content: '\E097';
}
.c-icon--feedback:before {
  content: '\E098';
}
.c-icon--paper-plane-alt:before {
  content: '\E099';
}
.c-icon--pencil-up:before {
  content: '\E09A';
}
.c-icon--pencil-up-slashless:before {
  content: '\E09B';
}
.c-icon--pencil-up-slashonly:before {
  content: '\E09C';
}
.c-icon--collab-screenshare-slashonly:before {
  content: '\E09D';
}
.c-icon--collab-screenshare-slashless:before {
  content: '\E09E';
}
.c-icon--cloud-offline:before {
  content: '\E0A0';
}
.c-icon--cloud-offline-small:before {
  content: '\E0A1';
}
.c-icon--filters:before {
  content: '\E0A2';
}
.c-icon--lock-large-o:before {
  content: '\E0A3';
}
.c-icon--checkbox-empty:before {
  content: '\E0A4';
}
.c-icon--input-file:before {
  content: '\E0A5';
}
.c-icon--input-fullscreen:before {
  content: '\E0A6';
}
.c-icon--input-img:before {
  content: '\E0A7';
}
.c-icon--input-integration:before {
  content: '\E0A8';
}
.c-icon--draw-others:before {
  content: '\E0A9';
}
.c-icon--draw-others-slashless:before {
  content: '\E0AA';
}
.c-icon--draw-others-slash:before {
  content: '\E0AB';
}
.c-icon--filters-bold:before {
  content: '\E0AC';
}
.c-icon--share:before {
  content: '\E100';
}
.c-icon--save:before {
  content: '\E101';
}
.c-icon--message-notification:before {
  content: '\E102';
}
.c-icon--list:before {
  content: '\E103';
}
.c-icon--channel:before {
  content: '\E104';
}
.c-icon--hash-large:before {
  content: '\E104';
}
.c-icon--share-other-alt:before {
  content: '\E105';
}
.c-icon--broadcast:before {
  content: '\E106';
}
.c-icon--all-files-alt:before {
  content: '\E107';
}
.c-icon--search-files:before {
  content: '\E108';
}
.c-icon--add-user:before {
  content: '\E109';
}
.c-icon--switch-team:before {
  content: '\E110';
}
.c-icon--create-snippet:before {
  content: '\E111';
}
.c-icon--create-post:before {
  content: '\E112';
}
.c-icon--upload:before {
  content: '\E113';
}
.c-icon--download:before {
  content: '\E114';
}
.c-icon--share-email:before {
  content: '\E115';
}
.c-icon--import-email:before {
  content: '\E116';
}
.c-icon--ellipsis-o:before {
  content: '\E117';
}
.c-icon--add-reaction:before {
  content: '\E118';
}
.c-icon--happy-smile:before {
  content: '\E119';
}
.c-icon--email-invite:before {
  content: '\E11A';
}
.c-icon--quote-post:before {
  content: '\E120';
}
.c-icon--camera:before {
  content: '\E121';
}
.c-icon--phone-flat:before {
  content: '\E122';
}
.c-icon--sparkles:before {
  content: '\E123';
}
.c-icon--location-pin:before {
  content: '\E124';
}
.c-icon--channel-pane-hash:before {
  content: '\E125';
}
.c-icon--hash-small:before {
  content: '\E125';
}
.c-icon--emoji-nature:before {
  content: '\E126';
}
.c-icon--emoji-food:before {
  content: '\E127';
}
.c-icon--emoji-celebration:before {
  content: '\E128';
}
.c-icon--emoji-activities:before {
  content: '\E129';
}
.c-icon--emoji-travel:before {
  content: '\E130';
}
.c-icon--emoji-objects:before {
  content: '\E131';
}
.c-icon--pause:before {
  content: '\E132';
}
.c-icon--file-gdrive:before {
  content: '\E133';
}
.c-icon--play:before {
  content: '\E134';
}
.c-icon--stream:before {
  content: '\E135';
}
.c-icon--field-text:before {
  content: '\E136';
}
.c-icon--poo:before {
  content: '\E137';
}
.c-icon--map:before {
  content: '\E138';
}
.c-icon--share-android:before {
  content: '\E139';
}
.c-icon--highlight:before {
  content: '\E140';
}
.c-icon--flag:before {
  content: '\E141';
}
.c-icon--grabby-patty:before {
  content: '\E142';
}
.c-icon--backspace:before {
  content: '\E143';
}
.c-icon--format:before {
  content: '\E144';
}
.c-icon--side-panel:before {
  content: '\E145';
}
.c-icon--search-small:before {
  content: '\E146';
}
.c-icon--reload-small:before {
  content: '\E147';
}
.c-icon--vertical-ellipsis:before {
  content: '\E148';
}
.c-icon--disable:before {
  content: '\E149';
}
.c-icon--hash-large-bold:before {
  content: '\E14A';
}
.c-icon--hash-medium:before {
  content: '\E14B';
}
.c-icon--hash-medium-bold:before {
  content: '\E14C';
}
.c-icon--bold-hash-small:before {
  content: '\E150';
}
.c-icon--hash-small-bold:before {
  content: '\E150';
}
.c-icon--cart:before {
  content: '\E151';
}
.c-icon--snooze-outline:before {
  content: '\E152';
}
.c-icon--new-window:before {
  content: '\E153';
}
.c-icon--h1:before {
  content: '\E154';
}
.c-icon--h2:before {
  content: '\E155';
}
.c-icon--h3:before {
  content: '\E156';
}
.c-icon--bullet-list:before {
  content: '\E157';
}
.c-icon--numbered-list:before {
  content: '\E158';
}
.c-icon--menu:before {
  content: '\E159';
}
.c-icon--check-list:before {
  content: '\E15A';
}
.c-icon--code-block:before {
  content: '\E15B';
}
.c-icon--codeblock:before {
  content: '\E15B';
}
.c-icon--bold:before {
  content: '\E160';
}
.c-icon--italic:before {
  content: '\E161';
}
.c-icon--underline:before {
  content: '\E162';
}
.c-icon--strikethrough:before {
  content: '\E163';
}
.c-icon--tag:before {
  content: '\E164';
}
.c-icon--org-shared-channel:before {
  content: '\E165';
}
.c-icon--shared-channel:before {
  content: '\E166';
}
.c-icon--call-declined:before {
  content: '\E167';
}
.c-icon--call-missed:before {
  content: '\E168';
}
.c-icon--small-calendar:before {
  content: '\E169';
}
.c-icon--small-reaction:before {
  content: '\E170';
}
.c-icon--small-reply:before {
  content: '\E171';
}
.c-icon--small-ellipsis:before {
  content: '\E172';
}
.c-icon--small-star:before {
  content: '\E173';
}
.c-icon--small-quote:before {
  content: '\E174';
}
.c-icon--keyboard:before {
  content: '\E175';
}
.c-icon--share-action:before {
  content: '\E176';
}
.c-icon--handset:before {
  content: '\E177';
}
.c-icon--bluetooth-sound:before {
  content: '\E178';
}
.c-icon--bluetooth:before {
  content: '\E179';
}
.c-icon--gn-menu-small:before {
  content: '\E17A';
}
.c-icon--bot:before {
  content: '\E180';
}
.c-icon--globe-plus:before {
  content: '\E181';
}
.c-icon--user-groups:before {
  content: '\E182';
}
.c-icon--rocket:before {
  content: '\E183';
}
.c-icon--mobile-notification:before {
  content: '\E184';
}
.c-icon--desktop-notification:before {
  content: '\E185';
}
.c-icon--collab-screenshare-on:before {
  content: '\E186';
}
.c-icon--collab-screenshare-off:before {
  content: '\E187';
}
.c-icon--thumbs-up:before {
  content: '\E188';
}
.c-icon--thumbs-down:before {
  content: '\E189';
}
.c-icon--reminder:before {
  content: '\E18A';
}
.c-icon--bug:before {
  content: '\E190';
}
.c-icon--mark-unread:before {
  content: '\E191';
}
.c-icon--compose-dm:before {
  content: '\E192';
}
.c-icon--invoice:before {
  content: '\E193';
}
.c-icon--text:before {
  content: '\E194';
}
.c-icon--bookmark:before {
  content: '\E195';
}
.c-icon--expand:before {
  content: '\E200';
}
.c-icon--reduce:before {
  content: '\E201';
}
.c-icon--arrows-alt:before {
  content: '\E202';
}
.c-icon--reduce-alt:before {
  content: '\E203';
}
.c-icon--check-square-o:before {
  content: '\E204';
}
.c-icon--check-circle-o:before {
  content: '\E205';
}
.c-icon--check-circle-o-large:before {
  content: '\E206';
}
.c-icon--question:before {
  content: '\E207';
}
.c-icon--exclamation:before {
  content: '\E208';
}
.c-icon--warning:before {
  content: '\E209';
}
.c-icon--exclamation-circle:before {
  content: '\E210';
}
.c-icon--question-circle:before {
  content: '\E211';
}
.c-icon--plus-circle:before {
  content: '\E212';
}
.c-icon--minus-circle:before {
  content: '\E213';
}
.c-icon--times-circle:before {
  content: '\E214';
}
.c-icon--arrow-circle-o-up:before {
  content: '\E215';
}
.c-icon--arrow-circle-o-down:before {
  content: '\E216';
}
.c-icon--arrow-circle-o-right:before {
  content: '\E217';
}
.c-icon--arrow-circle-o-left:before {
  content: '\E218';
}
.c-icon--chevron-circle-left:before {
  content: '\E219';
}
.c-icon--chevron-circle-right:before {
  content: '\E220';
}
.c-icon--chevron-circle-down:before {
  content: '\E221';
}
.c-icon--chevron-circle-up:before {
  content: '\E222';
}
.c-icon--plus-circle-small:before {
  content: '\E223';
}
.c-icon--circle-small:before {
  content: '\E224';
}
.c-icon--circle-large:before {
  content: '\E225';
}
.c-icon--navigate:before {
  content: '\E226';
}
.c-icon--times-circle-small:before {
  content: '\E520';
}
.c-icon--plus-circle-medium:before {
  content: '\E228';
}
.c-icon--times-circle-medium:before {
  content: '\E229';
}
.c-icon--square-warning:before {
  content: '\E230';
}
.c-icon--square-question:before {
  content: '\E231';
}
.c-icon--plus-square-o:before {
  content: '\E232';
}
.c-icon--minus-square-o:before {
  content: '\E233';
}
.c-icon--square-times:before {
  content: '\E234';
}
.c-icon--square-arrow-up:before {
  content: '\E235';
}
.c-icon--square-arrow-down:before {
  content: '\E236';
}
.c-icon--square-arrow-right:before {
  content: '\E237';
}
.c-icon--square-arrow-left:before {
  content: '\E238';
}
.c-icon--square-chevron-left:before {
  content: '\E239';
}
.c-icon--square-chevron-right:before {
  content: '\E240';
}
.c-icon--square-chevron-down:before {
  content: '\E241';
}
.c-icon--square-chevron-up:before {
  content: '\E242';
}
.c-icon--cmd:before {
  content: '\E24A';
}
.c-icon--cmd-small:before {
  content: '\E24B';
}
.c-icon--shift:before {
  content: '\E24C';
}
.c-icon--shift-small:before {
  content: '\E24D';
}
.c-icon--chevron-right:before {
  content: '\E250';
}
.c-icon--chevron-left:before {
  content: '\E251';
}
.c-icon--chevron-down:before {
  content: '\E252';
}
.c-icon--chevron-up:before {
  content: '\E253';
}
.c-icon--chevron-medium-right:before {
  content: '\E254';
}
.c-icon--chevron-medium-left:before {
  content: '\E255';
}
.c-icon--chevron-medium-down:before {
  content: '\E256';
}
.c-icon--chevron-medium-up:before {
  content: '\E257';
}
.c-icon--chevron-large-right:before {
  content: '\E258';
}
.c-icon--chevron-large-left:before {
  content: '\E259';
}
.c-icon--chevron-large-up:before {
  content: '\E260';
}
.c-icon--chevron-large-down:before {
  content: '\E261';
}
.c-icon--arrow-large-right:before {
  content: '\E262';
}
.c-icon--arrow-large-left:before {
  content: '\E263';
}
.c-icon--arrow-large-up:before {
  content: '\E264';
}
.c-icon--arrow-large-down:before {
  content: '\E265';
}
.c-icon--caret-outline-left:before {
  content: '\E266';
}
.c-icon--caret-outline-right:before {
  content: '\E267';
}
.c-icon--caret-outline-up:before {
  content: '\E268';
}
.c-icon--caret-outline-down:before {
  content: '\E269';
}
.c-icon--caret-up:before {
  content: '\E270';
}
.c-icon--caret-down:before {
  content: '\E271';
}
.c-icon--caret-right:before {
  content: '\E272';
}
.c-icon--caret-left:before {
  content: '\E273';
}
.c-icon--angle-arrow-down-left:before {
  content: '\E274';
}
.c-icon--angle-arrow-down-right:before {
  content: '\E275';
}
.c-icon--angle-arrow-up-right:before {
  content: '\E276';
}
.c-icon--angle-arrow-up-left:before {
  content: '\E277';
}
.c-icon--times:before {
  content: '\E278';
}
.c-icon--plus:before {
  content: '\E279';
}
.c-icon--minus:before {
  content: '\E280';
}
.c-icon--plus-small:before {
  content: '\E281';
}
.c-icon--minus-small:before {
  content: '\E282';
}
.c-icon--exclamation-small:before {
  content: '\E283';
}
.c-icon--question-small:before {
  content: '\E284';
}
.c-icon--check-small:before {
  content: '\E285';
}
.c-icon--arrow-right:before {
  content: '\E286';
}
.c-icon--arrow-left:before {
  content: '\E287';
}
.c-icon--arrow-up:before {
  content: '\E288';
}
.c-icon--arrow-down:before {
  content: '\E289';
}
.c-icon--arrow-right-medium:before {
  content: '\E290';
}
.c-icon--arrow-left-medium:before {
  content: '\E291';
}
.c-icon--arrow-up-medium:before {
  content: '\E292';
}
.c-icon--arrow-down-medium:before {
  content: '\E293';
}
.c-icon--times-small:before {
  content: '\E294';
}
.c-icon--sync:before {
  content: '\E295';
}
.c-icon--replies:before {
  content: '\E296';
}
.c-icon--angle-arrow-down-right-alt:before {
  content: '\E297';
}
.c-icon--angle-arrow-up-right-alt:before {
  content: '\E298';
}
.c-icon--angle-arrow-up-left-alt:before {
  content: '\E299';
}
.c-icon--angle-arrow-down-left-alt:before {
  content: '\E300';
}
.c-icon--check-small-bold:before {
  content: '\E301';
}
.c-icon--enter:before {
  content: '\E302';
}
.c-icon--expand-vertical:before {
  content: '\E303';
}
.c-icon--collapse-vertical:before {
  content: '\E304';
}
.c-icon--android-upload:before {
  content: '\E305';
}
.c-icon--plus-thick:before {
  content: '\E306';
}
.c-icon--arrow-ne-large:before {
  content: '\E307';
}
.c-icon--arrow-nw-large:before {
  content: '\E308';
}
.c-icon--arrow-sw-large:before {
  content: '\E309';
}
.c-icon--arrow-se-large:before {
  content: '\E310';
}
.c-icon--arrow-ne-medium:before {
  content: '\E311';
}
.c-icon--arrow-nw-medium:before {
  content: '\E312';
}
.c-icon--arrow-sw-medium:before {
  content: '\E313';
}
.c-icon--arrow-se-medium:before {
  content: '\E314';
}
.c-icon--arrow-ne-small:before {
  content: '\E315';
}
.c-icon--arrow-nw-small:before {
  content: '\E316';
}
.c-icon--arrow-sw-small:before {
  content: '\E317';
}
.c-icon--arrow-se-small:before {
  content: '\E318';
}
.c-icon--check-large-bold:before {
  content: '\E319';
}
.c-icon--sort:before {
  content: '\E31A';
}
.c-icon--sort-bold:before {
  content: '\E31B';
}
.c-icon--check-large:before {
  content: '\E320';
}
.c-icon--times-medium:before {
  content: '\E321';
}
.c-icon--real-checkbox-empty:before {
  content: '\E322';
}
.c-icon--real-checkbox-checked:before {
  content: '\E323';
}
.c-icon--real-checkbox-checked-o:before {
  content: '\E324';
}
.c-icon--circle-checkbox-empty:before {
  content: '\E325';
}
.c-icon--circle-checkbox-checked:before {
  content: '\E326';
}
.c-icon--circle-checkbox-checked-o:before {
  content: '\E327';
}
.c-icon--times-large:before {
  content: '\E328';
}
.c-icon--radio-selected:before {
  content: '\E329';
}
.c-icon--file-generic:before {
  content: '\E400';
}
.c-icon--file-generic-small:before {
  content: '\E401';
}
.c-icon--file-spaces:before {
  content: '\E402';
}
.c-icon--file-spaces-small:before {
  content: '\E403';
}
.c-icon--file-image:before {
  content: '\E404';
}
.c-icon--file-image-small:before {
  content: '\E405';
}
.c-icon--file-pdf:before {
  content: '\E406';
}
.c-icon--file-pdf-small:before {
  content: '\E407';
}
.c-icon--file-audio:before {
  content: '\E408';
}
.c-icon--file-audio-small:before {
  content: '\E409';
}
.c-icon--file-video:before {
  content: '\E410';
}
.c-icon--file-video-small:before {
  content: '\E411';
}
.c-icon--file-presentation:before {
  content: '\E412';
}
.c-icon--file-presentation-small:before {
  content: '\E413';
}
.c-icon--file-email:before {
  content: '\E414';
}
.c-icon--file-email-small:before {
  content: '\E415';
}
.c-icon--file-vector:before {
  content: '\E416';
}
.c-icon--file-vector-small:before {
  content: '\E417';
}
.c-icon--file-spreadsheet:before {
  content: '\E418';
}
.c-icon--file-spreadsheet-small:before {
  content: '\E419';
}
.c-icon--file-media-archive:before {
  content: '\E420';
}
.c-icon--file-media-archive-small:before {
  content: '\E421';
}
.c-icon--file-archive:before {
  content: '\E422';
}
.c-icon--file-archive-small:before {
  content: '\E423';
}
.c-icon--file-executable:before {
  content: '\E424';
}
.c-icon--file-executable-small:before {
  content: '\E425';
}
.c-icon--file-disk-image:before {
  content: '\E426';
}
.c-icon--file-disk-image-small:before {
  content: '\E427';
}
.c-icon--file-cad:before {
  content: '\E428';
}
.c-icon--file-cad-small:before {
  content: '\E429';
}
.c-icon--file-3d-graphic:before {
  content: '\E430';
}
.c-icon--file-3d-graphic-small:before {
  content: '\E431';
}
.c-icon--file-database:before {
  content: '\E432';
}
.c-icon--file-database-small:before {
  content: '\E433';
}
.c-icon--file-binary:before {
  content: '\E434';
}
.c-icon--file-binary-small:before {
  content: '\E435';
}
.c-icon--file-markdown:before {
  content: '\E436';
}
.c-icon--file-markdown-small:before {
  content: '\E437';
}
.c-icon--file-text-post:before {
  content: '\E438';
}
.c-icon--file-text-post-small:before {
  content: '\E439';
}
.c-icon--file-html:before {
  content: '\E440';
}
.c-icon--file-html-small:before {
  content: '\E441';
}
.c-icon--file-code:before {
  content: '\E442';
}
.c-icon--file-code-small:before {
  content: '\E443';
}
.c-icon--file-css:before {
  content: '\E444';
}
.c-icon--file-css-small:before {
  content: '\E445';
}
.c-icon--file-php:before {
  content: '\E446';
}
.c-icon--file-php-small:before {
  content: '\E447';
}
.c-icon--file-snippet:before {
  content: '\E448';
}
.c-icon--file-snippet-small:before {
  content: '\E449';
}
.c-icon--file-word:before {
  content: '\E450';
}
.c-icon--file-word-small:before {
  content: '\E451';
}
.c-icon--file-excel:before {
  content: '\E452';
}
.c-icon--file-excel-small:before {
  content: '\E453';
}
.c-icon--file-powerpoint:before {
  content: '\E454';
}
.c-icon--file-powerpoint-small:before {
  content: '\E455';
}
.c-icon--file-illustrator:before {
  content: '\E456';
}
.c-icon--file-illustrator-small:before {
  content: '\E457';
}
.c-icon--file-photoshop:before {
  content: '\E458';
}
.c-icon--file-photoshop-small:before {
  content: '\E459';
}
.c-icon--file-indesign:before {
  content: '\E460';
}
.c-icon--file-indesign-small:before {
  content: '\E461';
}
.c-icon--file-adobe-flash:before {
  content: '\E462';
}
.c-icon--file-adobe-flash-small:before {
  content: '\E463';
}
.c-icon--file-adobe-swf:before {
  content: '\E464';
}
.c-icon--file-adobe-swf-small:before {
  content: '\E465';
}
.c-icon--file-iphone-app:before {
  content: '\E466';
}
.c-icon--file-iphone-app-small:before {
  content: '\E467';
}
.c-icon--file-android-app:before {
  content: '\E468';
}
.c-icon--file-android-app-small:before {
  content: '\E469';
}
.c-icon--file-dropbox:before {
  content: '\E470';
}
.c-icon--file-dropbox-small:before {
  content: '\E471';
}
.c-icon--file-google:before {
  content: '\E472';
}
.c-icon--file-google-document:before {
  content: '\E472';
}
.c-icon--file-google-form:before {
  content: '\E472';
}
.c-icon--file-google-presentation:before {
  content: '\E472';
}
.c-icon--file-google-spreadsheet:before {
  content: '\E472';
}
.c-icon--file-google-document-small:before {
  content: '\E473';
}
.c-icon--file-google-form-small:before {
  content: '\E473';
}
.c-icon--file-google-presentation-small:before {
  content: '\E473';
}
.c-icon--file-google-small:before {
  content: '\E473';
}
.c-icon--file-google-spreadsheet-small:before {
  content: '\E473';
}
.c-icon--file-qtz:before {
  content: '\E474';
}
.c-icon--file-qtz-small:before {
  content: '\E475';
}
.c-icon--file-sketch:before {
  content: '\E476';
}
.c-icon--file-sketch-small:before {
  content: '\E477';
}
.c-icon--calls:before {
  content: '\E478';
}
.c-icon--calls-small:before {
  content: '\E479';
}
.c-icon--calls-ended:before {
  content: '\E480';
}
.c-icon--calls-ended-small:before {
  content: '\E481';
}
.c-icon--file-figma:before {
  content: '\E482';
}
.c-icon--file-figma-small:before {
  content: '\E483';
}
.c-icon--file-font:before {
  content: '\E484';
}
.c-icon--file-font-small:before {
  content: '\E485';
}
.c-icon--file-zoho:before {
  content: '\E486';
}
.c-icon--file-zoho-small:before {
  content: '\E487';
}
.c-icon--file-generic-tiny:before {
  content: '\E4A0';
}
.c-icon--file-spaces-tiny:before {
  content: '\E4AA';
}
.c-icon--file-image-tiny:before {
  content: '\E4AB';
}
.c-icon--file-pdf-tiny:before {
  content: '\E4AC';
}
.c-icon--file-audio-tiny:before {
  content: '\E4AD';
}
.c-icon--file-video-tiny:before {
  content: '\E4AE';
}
.c-icon--file-presentation-tiny:before {
  content: '\E4AF';
}
.c-icon--file-email-tiny:before {
  content: '\E4BA';
}
.c-icon--file-vector-tiny:before {
  content: '\E4BB';
}
.c-icon--file-spreadsheet-tiny:before {
  content: '\E4BC';
}
.c-icon--file-media-archive-tiny:before {
  content: '\E4BD';
}
.c-icon--file-archive-tiny:before {
  content: '\E4BE';
}
.c-icon--file-executable-tiny:before {
  content: '\E4BF';
}
.c-icon--file-disk-image-tiny:before {
  content: '\E4CA';
}
.c-icon--file-cad-tiny:before {
  content: '\E4CB';
}
.c-icon--file-3d-graphic-tiny:before {
  content: '\E4CC';
}
.c-icon--file-database-tiny:before {
  content: '\E4CD';
}
.c-icon--file-binary-tiny:before {
  content: '\E4CE';
}
.c-icon--file-markdown-tiny:before {
  content: '\E4CF';
}
.c-icon--file-text-post-tiny:before {
  content: '\E4DA';
}
.c-icon--file-html-tiny:before {
  content: '\E4DB';
}
.c-icon--file-code-tiny:before {
  content: '\E4DC';
}
.c-icon--file-css-tiny:before {
  content: '\E4DD';
}
.c-icon--file-php-tiny:before {
  content: '\E4DE';
}
.c-icon--file-snippet-tiny:before {
  content: '\E4DF';
}
.c-icon--file-word-tiny:before {
  content: '\E4EA';
}
.c-icon--file-excel-tiny:before {
  content: '\E4EB';
}
.c-icon--file-powerpoint-tiny:before {
  content: '\E4EC';
}
.c-icon--file-illustrator-tiny:before {
  content: '\E4ED';
}
.c-icon--file-photoshop-tiny:before {
  content: '\E4EE';
}
.c-icon--file-indesign-tiny:before {
  content: '\E4EF';
}
.c-icon--file-adobe-flash-tiny:before {
  content: '\E4F0';
}
.c-icon--file-adobe-swf-tiny:before {
  content: '\E4F1';
}
.c-icon--file-iphone-app-tiny:before {
  content: '\E4F2';
}
.c-icon--file-android-app-tiny:before {
  content: '\E4F3';
}
.c-icon--file-dropbox-tiny:before {
  content: '\E4F4';
}
.c-icon--file-google-document-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-form-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-presentation-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-spreadsheet-tiny:before {
  content: '\E4F5';
}
.c-icon--file-google-tiny:before {
  content: '\E4F5';
}
.c-icon--file-qtz-tiny:before {
  content: '\E4F6';
}
.c-icon--file-sketch-tiny:before {
  content: '\E4F7';
}
.c-icon--file-figma-tiny:before {
  content: '\E4F8';
}
.c-icon--file-font-tiny:before {
  content: '\E4F9';
}
.c-icon--file-zoho-tiny:before {
  content: '\E4FA';
}
.c-icon--star:before {
  content: '\E500';
}
.c-icon--unstar:before {
  content: '\E501';
}
.c-icon--bell:before {
  content: '\E502';
}
.c-icon--lock:before {
  content: '\E503';
}
.c-icon--external-link-small:before {
  content: '\E504';
}
.c-icon--external-link-large:before {
  content: '\E505';
}
.c-icon--presence-online:before {
  content: '\E506';
}
.c-icon--presence-offline:before {
  content: '\E507';
}
.c-icon--presence-dnd:before {
  content: '\E508';
}
.c-icon--presence-external-online:before {
  content: '\E509';
}
.c-icon--presence-ra-online:before {
  content: '\E509';
}
.c-icon--restricted-user:before {
  content: '\E509';
}
.c-icon--lock-medium:before {
  content: '\E50A';
}
.c-icon--bell-slash-filled:before {
  content: '\E50B';
}
.c-icon--presence-external-offline:before {
  content: '\E510';
}
.c-icon--presence-ra-offline:before {
  content: '\E510';
}
.c-icon--presence-external-dnd:before {
  content: '\E511';
}
.c-icon--presence-ra-dnd:before {
  content: '\E511';
}
.c-icon--presence-ura-online:before {
  content: '\E512';
}
.c-icon--single-channel-guest:before {
  content: '\E512';
}
.c-icon--presence-ura-offline:before {
  content: '\E513';
}
.c-icon--presence-ura-dnd:before {
  content: '\E514';
}
.c-icon--heart:before {
  content: '\E515';
}
.c-icon--quote:before {
  content: '\E516';
}
.c-icon--cog:before {
  content: '\E517';
}
.c-icon--comment:before {
  content: '\E518';
}
.c-icon--minus-circle-small:before {
  content: '\E519';
}
.c-icon--times-circle-small:before {
  content: '\E520';
}
.c-icon--times-circle-small-filled:before {
  content: '\E520';
}
.c-icon--multiparty-dm-2:before {
  content: '\E521';
}
.c-icon--multiparty-dm-3:before {
  content: '\E522';
}
.c-icon--multiparty-dm-4:before {
  content: '\E523';
}
.c-icon--multiparty-dm-5:before {
  content: '\E524';
}
.c-icon--multiparty-dm-6:before {
  content: '\E525';
}
.c-icon--multiparty-dm-7:before {
  content: '\E526';
}
.c-icon--multiparty-dm-8:before {
  content: '\E527';
}
.c-icon--multiparty-dm-9:before {
  content: '\E528';
}
.c-icon--poo-filled:before {
  content: '\E529';
}
.c-icon--channels-filled:before {
  content: '\E52A';
}
.c-icon--dm-filled:before {
  content: '\E52B';
}
.c-icon--more-filled:before {
  content: '\E52C';
}
.c-icon--reorder-filled:before {
  content: '\E52D';
}
.c-icon--circle-fill:before {
  content: '\E530';
}
.c-icon--flag-filled:before {
  content: '\E531';
}
.c-icon--refresh-small:before {
  content: '\E532';
}
.c-icon--snooze-filled:before {
  content: '\E533';
}
.c-icon--archived-channel:before {
  content: '\E534';
}
.c-icon--presence-dnd-offline:before {
  content: '\E535';
}
.c-icon--presence-external-dnd-offline:before {
  content: '\E536';
}
.c-icon--presence-ra-dnd-offline:before {
  content: '\E536';
}
.c-icon--presence-ura-dnd-offline:before {
  content: '\E537';
}
.c-icon--presence-mobile-dnd:before {
  content: '\E538';
}
.c-icon--play-filled:before {
  content: '\E539';
}
.c-icon--broadcast-filled:before {
  content: '\E540';
}
.c-icon--small-star-filled:before {
  content: '\E541';
}
.c-icon--small-comment-filled:before {
  content: '\E542';
}
.c-icon--paperplane-filled:before {
  content: '\E543';
}
.c-icon--file-wo-filled:before {
  content: '\E544';
}
.c-icon--file-large-wo-filled:before {
  content: '\E545';
}
.c-icon--highlight-filled:before {
  content: '\E546';
}
.c-icon--pin-filled:before {
  content: '\E547';
}
.c-icon--thumb-tack-filled:before {
  content: '\E547';
}
.c-icon--close-filled:before {
  content: '\E548';
}
.c-icon--share-filled:before {
  content: '\E549';
}
.c-icon--pencil-filled:before {
  content: '\E550';
}
.c-icon--side-panel-filled:before {
  content: '\E551';
}
.c-icon--add-reaction-filled:before {
  content: '\E552';
}
.c-icon--mentions-filled:before {
  content: '\E553';
}
.c-icon--small-reply-filled:before {
  content: '\E554';
}
.c-icon--user-filled:before {
  content: '\E555';
}
.c-icon--microphone-on:before {
  content: '\E556';
}
.c-icon--camera-on:before {
  content: '\E557';
}
.c-icon--screenshare-on:before {
  content: '\E558';
}
.c-icon--shared-channels:before {
  content: '\E559';
}
.c-icon--heart-large-filled:before {
  content: '\E560';
}
.c-icon--thumbs-up-filled:before {
  content: '\E561';
}
.c-icon--thumbs-down-filled:before {
  content: '\E562';
}
.c-icon--slow-network:before {
  content: '\E563';
}
.c-icon--sparkles-filled:before {
  content: '\E564';
}
.c-icon--small-warning-filled:before {
  content: '\E565';
}
.c-icon--deactivated-user:before {
  content: '\E566';
}
.c-icon--lock-small:before {
  content: '\E567';
}
.c-icon--sc-baseline:before {
  content: '\E568';
}
.c-icon--shared-channels-baseline:before {
  content: '\E568';
}
.c-icon--sc-pending:before {
  content: '\E569';
}
.c-icon--shared-channels-pending:before {
  content: '\E569';
}
.c-icon--sc-baseline-pending:before {
  content: '\E570';
}
.c-icon--shared-channels-baseline-pending:before {
  content: '\E570';
}
.c-icon--cloud-offline-filled:before {
  content: '\E571';
}
.c-icon--cloud-offline-small-filled:before {
  content: '\E572';
}
.c-icon--lock-large:before {
  content: '\E573';
}
.c-icon--input-file-active:before {
  content: '\E574';
}
.c-icon--input-img-active:before {
  content: '\E575';
}
.c-icon--input-integration-active:before {
  content: '\E576';
}
.c-icon--checkbox-full:before {
  content: '\E577';
}
.c-icon--add-reaction-bg:before {
  content: '\E578';
}
.c-icon--small-reaction-bg:before {
  content: '\E579';
}
.c-icon--info-circle-filled:before {
  content: '\E580';
}
.c-icon--exclamation-circle-filled:before {
  content: '\E581';
}
.c-icon--missing-emoji:before {
  content: '\E582';
}
.c-icon--warning-filled:before {
  content: '\E583';
}
.c-icon--eye-filled:before {
  content: '\E584';
}
.c-icon--circle-minus-filled:before {
  content: '\E585';
}
.c-icon--bolt-filled:before {
  content: '\E586';
}
.c-icon--snooze-filled-small:before {
  content: '\E587';
}
.c-icon--bookmark-filled:before {
  content: '\E588';
}
.c-icon--form-checkbox-empty:before {
  content: '\E700';
}
.c-icon--form-checkbox-checked:before {
  content: '\E701';
}
.c-icon--form-radio-empty:before {
  content: '\E702';
}
.c-icon--form-radio-checked:before {
  content: '\E703';
}
.c-icon--form-checkbox-check:before {
  content: '\E704';
}
.c-icon--form-radio-circle:before {
  content: '\E705';
}
.c-icon--form-checkbox-dash:before {
  content: '\E706';
}
.c-icon--slack:before {
  content: '\E800';
}
.c-icon--slack-pillow:before {
  content: '\E800';
}
.c-icon--apple:before {
  content: '\E802';
}
.c-icon--android:before {
  content: '\E803';
}
.c-icon--twitter:before {
  content: '\E804';
}
.c-icon--github:before {
  content: '\E805';
}
.c-icon--dropbox:before {
  content: '\E806';
}
.c-icon--google:before {
  content: '\E807';
}
.c-icon--windows:before {
  content: '\E808';
}
.c-icon--youtube:before {
  content: '\E809';
}
.c-icon--google-drive:before {
  content: '\E810';
}
.c-icon--skype:before {
  content: '\E811';
}
.c-icon--rss:before {
  content: '\E812';
}
.c-icon--facebook:before {
  content: '\E813';
}
.c-icon--asana:before {
  content: '\E814';
}
.c-icon--linkedin:before {
  content: '\E815';
}
.c-icon--tumblr:before {
  content: '\E816';
}
.c-icon--instagram:before {
  content: '\E817';
}
.c-icon--google-plus:before {
  content: '\E818';
}
.c-icon--soundcloud:before {
  content: '\E819';
}
.c-icon--flickr:before {
  content: '\E820';
}
.c-icon--pinterest:before {
  content: '\E821';
}
.c-icon--tripit:before {
  content: '\E822';
}
.c-icon--hangouts:before {
  content: '\E823';
}
.c-icon--viber:before {
  content: '\E824';
}
.c-icon--line:before {
  content: '\E825';
}
.c-icon--facebook-messenger:before {
  content: '\E826';
}
.c-icon--1password:before {
  content: '\E827';
}
.c-icon--box:before {
  content: '\E828';
}
.c-icon--box-square:before {
  content: '\E829';
}
.c-icon--google-play:before {
  content: '\E830';
}
.c-icon--spotify:before {
  content: '\E831';
}
.c-icon--siriusxm:before {
  content: '\E832';
}
.c-icon--stitcher:before {
  content: '\E833';
}
.c-icon--pocket-casts:before {
  content: '\E834';
}
.c-icon--onedrive:before {
  content: '\E835';
}
.c-icon--zoho:before {
  content: '\E836';
}
body {
  overflow-x: hidden;
}
.unscrollable {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.hidden {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
}
.align_center {
  text-align: center;
}
* {
  box-sizing: border-box;
}
.image--size-5 {
  width: 5%;
}
.image--size-10 {
  width: 10%;
}
.image--size-15 {
  width: 15%;
}
.image--size-20 {
  width: 20%;
}
.image--size-25 {
  width: 25%;
}
.image--size-30 {
  width: 30%;
}
.image--size-35 {
  width: 35%;
}
.image--size-40 {
  width: 40%;
}
.image--size-45 {
  width: 45%;
}
.image--size-50 {
  width: 50%;
}
.image--size-55 {
  width: 55%;
}
.image--size-60 {
  width: 60%;
}
.image--size-65 {
  width: 65%;
}
.image--size-70 {
  width: 70%;
}
.image--size-75 {
  width: 75%;
}
.image--size-80 {
  width: 80%;
}
.image--size-85 {
  width: 85%;
}
.image--size-90 {
  width: 90%;
}
.image--size-95 {
  width: 95%;
}
.image--size-100 {
  width: 100%;
}
.image--border-round {
  border-radius: 8px;
}
.header {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 14px;
}
@media print {
  .header {
    display: none;
  }
}
.header .header_to_slack {
  color: #FFFFFF;
  padding: 0 15px;
}
.header .header_loc .language_switcher_icon {
  display: none;
  color: #FFFFFF;
}
@media (max-width: 560px) {
  .header .header_loc .language_switcher_local_name {
    display: none;
  }
  .header .header_loc .language_switcher_icon {
    display: inline-block;
  }
}
.header .header_search {
  width: 300px;
  margin-right: 15px;
}
.header .header_search .search {
  display: none;
}
@media (max-width: 1250px) {
  .header .header_search {
    display: none;
  }
}
.header .header_search.fs_search {
  width: 100%;
}
.header .header_logo {
  margin-left: 10px;
  float: left;
  height: 40px;
}
.header .header_logo img {
  width: 106px;
  height: 31px;
  display: block;
  margin-right: 15px;
  margin-top: 5px;
}
.header .header_logo * {
  display: inline-block;
  vertical-align: top;
}
.header #logo_w {
  display: block;
}
.header #logo_b {
  display: none;
}
.header .close_search {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 30px;
  color: #89898B;
  font-weight: 300;
  cursor: pointer;
}
.header .header_title {
  font-family: 'CircularPro', 'appleLogo', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
  margin-top: 8px;
}
@media (max-width: 880px) {
  .header .header_title {
    display: none;
  }
}
.header:not(.header_white) .header_loc .dropdown dt a {
  background: transparent;
  border: 2px solid transparent;
  color: #FFFFFF;
}
.header:not(.header_white) .header_loc .dropdown dt a:after {
  color: #FFFFFF;
}
.header:not(.header_white) .header_loc .dropdown dt a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header:not(.header_white) .header_loc .dropdown .items:not(.shown) ul {
  background: transparent;
  border: 2px solid #FFFFFF;
}
@media screen and (min-width: 751px) {
  .header:not(.header_white) .header_loc .dropdown .items ul {
    top: -42px;
  }
}
.header .header_nav {
  padding-right: 3px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 76%;
}
@media (max-width: 1250px) {
  .header .header_nav {
    width: auto;
  }
  .header .header_nav .submit-a-request,
  .header .header_nav .create-workspace {
    display: none;
  }
  .header .header_nav .loc > .dropdown {
    margin-right: 0px;
  }
}
.header .menu_nav {
  float: right;
  display: none;
  align-items: center;
  height: 40px;
}
@media (max-width: 1250px) {
  .header .menu_nav {
    display: block;
  }
}
.header .submit-a-request,
.header .open_menu,
.header .create-workspace {
  font-weight: 700;
  display: inline-block;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 38px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 15px;
  box-sizing: border-box;
}
.header .submit-a-request:hover,
.header .open_menu:hover,
.header .create-workspace:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.header .create-workspace {
  margin-left: 15px;
}
.header .open_search {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
  display: inline-block;
  background-image: url(/hc/theming_assets/01HZKXK1S8DHH6CP106H9YG1Y0);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1.0;
  text-decoration: none;
  display: none;
}
.notification {
  position: absolute;
  z-index: 9000;
}
.header_white {
  position: fixed;
  top: 0;
  /* play nicely with ZD admin bar */
  transition: top 0.3s ease-in-out;
  /* */
  height: 66px;
  z-index: 3000;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  padding-top: 12px;
  padding-bottom: 12px;
}
.header_white.offset {
  top: 46px;
}
@media (max-width: 800px) {
  .header_white.category_header {
    position: absolute;
  }
}
.header_white .header_to_slack {
  color: #555459;
}
.header_white .header_title {
  color: #555459;
  border-color: rgba(85, 84, 89, 0.5);
}
.header_white #logo_w {
  display: none;
}
.header_white #logo_b {
  display: block;
}
.header_white .header_search .search {
  display: block;
}
.header_white .create-workspace,
.header_white .submit-a-request {
  display: inline-block;
  padding: 5px 10px;
  line-height: 47px;
  color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: none;
  box-shadow: none;
  text-align: center;
  white-space: nowrap;
  padding: 8px 14px 9px;
  font-size: 15px;
  position: relative;
  background-color: #007a5a;
  text-shadow: none;
  box-sizing: border-box;
  font-size: 16.2px;
  font-weight: 700;
  padding: 9px 16px 9px;
  margin-top: -1px;
}
.header_white .create-workspace:hover,
.header_white .submit-a-request:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.header_white .create-workspace:hover,
.header_white .submit-a-request:hover {
  text-decoration: none;
  background-color: #2ab27b;
  box-shadow: 0px 2px 0px #20865d;
}
.header_white.fs_search .header_logo {
  display: none;
}
.header_white.fs_search .header_nav {
  width: 100%;
}
.header_white .open_menu {
  border: 2px solid #89898B;
  line-height: 36px;
  color: #555459;
  box-sizing: border-box;
}
.header_white .open_menu:hover {
  border-color: #555459;
}
.header_white .open_search {
  display: inline-block;
  background-image: url(/hc/theming_assets/01HZKXK9QCTBNPZZ8N6XA4AMYY);
  opacity: 0.6;
}
.header_white .open_search:hover {
  opacity: 0.8;
}
.header_white .header_loc .language_switcher_icon {
  color: #555459;
}
body.maintenance {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background: #2986BE;
  background: linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background-image: url(/hc/theming_assets/01HZKXK7NDNJMYGQHB18SQJGV6);
  background-size: cover;
  background-position: center bottom;
}
div.maint_mode {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
div.maint_mode:before {
  display: block;
  content: '';
  background-image: url(/hc/theming_assets/01HZKXKFZ62TWWX175WQC773Z4);
  background-size: 282px 155px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 155px;
}
div.maint_mode h1 {
  margin: 0px;
  color: inherit;
}
.banner {
  z-index: 1;
  position: relative;
  height: 310px;
  background-image: linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background: #2986BE;
  background: linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background-image: url(/hc/theming_assets/01HZKXK7NDNJMYGQHB18SQJGV6);
  background-size: cover;
  background-position: center bottom;
  padding-top: 121px;
}
@media screen and (max-width: 800px) {
  .banner {
    height: 270px;
  }
}
@media print {
  .banner {
    padding: 20px 0px;
    height: auto;
  }
}
.banner .banner_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.banner.banner_search_results {
  padding-top: 101px;
  padding-bottom: 15px;
}
.banner.banner_search_results .banner_container {
  max-width: 640px;
}
.banner.banner_search_results .banner_container .search_container {
  width: 100%;
  max-width: 620px;
}
.banner .banner_title {
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 100%;
  font-weight: 900;
  color: #FFFFFF;
  font-size: 45px;
  line-height: 60px;
  margin: 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 700px) {
  .banner .banner_title {
    font-size: 9.8vw;
    line-height: 10vw;
  }
}
@media print {
  .banner .banner_title {
    color: black;
  }
}
@media screen and (max-width: 700px) {
  .banner.videos .banner_title {
    font-size: 8.4vw;
    line-height: 10vw;
  }
}
.banner p,
.banner .search-results-heading {
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 100%;
  color: #FFFFFF;
  margin: 0;
  font-size: 22px;
  line-height: 27px;
  padding-bottom: 15px;
}
@media screen and (max-width: 800px) {
  .banner p,
  .banner .search-results-heading {
    font-size: 18px;
    line-height: 27px;
  }
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-150deg, #3C3C3C, #000000);
  opacity: 0;
  transition: opacity 2s;
  z-index: -1;
}
.banner.special::before {
  opacity: 1;
}
.hero_banner {
  background-image: linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background: #2986BE;
  background: linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background-image: url(/hc/theming_assets/01HZKXK7NDNJMYGQHB18SQJGV6);
  background-size: cover;
  background-position: center bottom;
  background-image: url(/hc/theming_assets/01HZKXK4GWVCYPR7QSXB1V3EV2);
  justify-content: center;
  padding-top: 65px;
}
.hero_banner .search_container {
  width: 100%;
  max-width: 620px;
  margin: 0px auto;
  padding-top: 75px;
  padding-bottom: 110px;
}
.hero_banner a {
  color: #FFFFFF;
  text-decoration: underline;
}
.hero_banner a:hover {
  color: #FFFFFF;
  opacity: 0.68;
}
.no_scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.fs_menu {
  overflow-y: auto;
  -webkit-opacity: 0.99;
  -moz-opacity: 0.99;
  opacity: 0.99;
  background-color: #492D78;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 4000;
}
.fs_menu .fs_logo {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  width: 106px;
  height: 31px;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
  cursor: pointer;
}
.fs_menu .close_menu {
  position: fixed;
  right: 13px;
  height: 80px;
  color: #FFFFFF;
  font-size: 30px;
  margin-right: 20px;
  margin-top: 20px;
  line-height: 30px;
  z-index: 9000;
  padding: 8px;
  transition-propery: all;
  transition-duration: 500ms;
  transform-origin: 25px 25px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.fs_menu .close_menu.rotated {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fs_menu ul {
  padding: 0px;
  margin-bottom: 50px;
  margin-top: 125px;
  margin-left: 45px;
  list-style: none;
}
.fs_menu ul li a {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 20vw;
  text-decoration: none;
}
@media (max-width: 480px) {
  .fs_menu ul li a {
    font-size: 8.3vw;
  }
}
@media screen and (min-width: 600px) {
  .fs_menu ul li a {
    line-height: 90px;
  }
}
.fs_menu .get_help {
  display: block;
  padding: 20px 24px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #FFFFFF;
  font-size: 26px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  margin: 0px 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
@media (max-width: 480px) {
  .fs_menu .get_help {
    font-size: 6.0vw;
  }
}
.fs_menu .get_help:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 700px) {
  .search_container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner_search_results .search_container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.search {
  /* specific to big search */
  /* specific to small search */
  /* mobile fullscreen search */
  /* shared styles */
  width: 100%;
}
.search_container .search {
  position: relative;
  margin-bottom: 30px;
}
.search_container .search:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background-image: url(/hc/theming_assets/01HZKXK9QCTBNPZZ8N6XA4AMYY);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  opacity: 0.7;
  transition-property: all;
  transition-duration: 120ms;
}
.search_container .search.focused:before {
  opacity: 1.0;
}
.search_container .search #query {
  border: 0px;
  padding: 20px 20px 20px 60px;
  line-height: 22px;
  font-size: 17.1px;
  box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition-property: all;
  transition-duration: 120ms;
  color: #2C2D30;
}
.search_container .search #query:focus {
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.25);
}
.header_search .search {
  max-width: 300px;
  width: 100%;
  position: relative;
}
.header_search .search:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(/hc/theming_assets/01HZKXK9QCTBNPZZ8N6XA4AMYY);
  background-position: left 12px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.3;
  transition-property: all;
  transition-duration: 120ms;
}
.header_search .search #query {
  border: 1px solid #E5E5E5;
  padding: 9px 10px 8px 45px;
  line-height: 21px;
  font-size: 1rem;
  border-radius: 6px;
}
.header_search .search #query::-ms-clear {
  display: none;
}
.header_search .search #query::-webkit-input-placeholder {
  text-indent: 20px;
}
.header_search .search #query:-moz-placeholder {
  text-indent: 20px;
}
.header_search .search #query::-moz-placeholder {
  text-indent: 20px;
}
.header_search .search #query:-ms-input-placeholder {
  text-indent: 20px;
}
.header_search .search #query:focus::-webkit-input-placeholder {
  text-indent: 0px;
}
.header_search .search #query:focus:-moz-placeholder {
  text-indent: 0px;
}
.header_search .search #query:focus::-moz-placeholder {
  text-indent: 0px;
}
.header_search .search #query:focus:-ms-input-placeholder {
  text-indent: 0px;
}
.header_search .search.focused:before {
  opacity: 0.5;
}
.fs_search .search {
  max-width: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.fs_search .search:before {
  background-size: 26px 26px;
  background-position: left center;
  opacity: 1.0;
}
.fs_search .search.focused:before {
  opacity: 1.0;
}
.fs_search .search #query {
  position: absolute;
  left: 40px;
  right: 40px;
  padding: 7px;
  border: none;
  border-radius: 0px;
  font-size: 20px;
}
.fs_search .search #query::-webkit-input-placeholder {
  padding-top: 3px;
  padding-left: 0px;
}
.fs_search .search #query:-moz-placeholder {
  padding-top: 3px;
  padding-left: 0px;
}
.fs_search .search #query::-moz-placeholder {
  padding-top: 3px;
  padding-left: 0px;
}
.fs_search .search #query:-ms-input-placeholder {
  padding-top: 3px;
  padding-left: 0px;
}
.search #query {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  text-align: left;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query::-webkit-input-placeholder {
  color: #89898B;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:-moz-placeholder {
  color: #89898B;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query::-moz-placeholder {
  color: #89898B;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:-ms-input-placeholder {
  color: #89898B;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-webkit-input-placeholder {
  color: #A0A0A2;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus:-moz-placeholder {
  color: #A0A0A2;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus::-moz-placeholder {
  color: #A0A0A2;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus:-ms-input-placeholder {
  color: #A0A0A2;
  transition-property: all;
  transition-duration: 120ms;
}
.search #query:focus {
  outline: none;
}
.search [type="submit"] {
  display: none;
}
.search_title {
  font-size: 58px;
  text-align: center;
  color: #FFFFFF;
  line-height: 69px;
  margin: 0 0 24px;
  font-weight: 900;
}
@media screen and (max-width: 700px) {
  .search_title {
    font-size: 39px;
    line-height: 43px;
  }
}
.search_topics {
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.intro_cards {
  background-color: #F4F7FA;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 50px;
}
@media screen and (max-width: 845px) {
  .intro_cards {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 700px) {
  .intro_cards {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .intro_cards {
    margin-bottom: 0px;
  }
}
.intro_cards .intro_cards_container {
  max-width: 1024px;
  margin: 0px auto;
}
@media screen and (min-width: 701px) {
  .intro_cards .intro_cards_container {
    background: url($assets-thinLine-png) no-repeat 50% center/1px 90%, url($assets-thinLine-png) no-repeat center 33.3%/90% 1px, url($assets-thinLine-png) no-repeat center 66.6%/90% 1px;
  }
}
@media screen and (min-width: 846px) {
  .intro_cards .intro_cards_container {
    background: url($assets-thinLine-png) no-repeat 33.3% center/1px 90%, url($assets-thinLine-png) no-repeat 66.6% center/1px 90%, url($assets-thinLine-png) no-repeat center center/90% 1px;
  }
}
.intro_cards .intro_card_container {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.0%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1px;
  margin-top: 1px;
}
@media screen and (max-width: 845px) {
  .intro_cards .intro_card_container {
    width: 49.6%;
  }
}
@media screen and (max-width: 700px) {
  .intro_cards .intro_card_container {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    width: 100%;
  }
}
.intro_cards .card {
  z-index: 2;
  padding: 36px 20px 0px;
  position: relative;
  transition-property: all;
  transition-duration: 170ms;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 701px) {
  .intro_cards .card {
    background-color: #F4F7FA;
    min-height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .intro_cards .card {
    padding-top: 20px;
  }
}
.intro_cards .card .tile {
  color: #2C2D30;
  text-decoration: none;
  z-index: 1;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .intro_cards .card .tile {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px;
    width: 100%;
  }
}
.intro_cards .card:hover {
  z-index: 3;
}
@media screen and (min-width: 701px) {
  .intro_cards .card:hover {
    -webkit-transform: scale(1.075) rotate(0.0001deg);
    -moz-transform: scale(1.075) rotate(0.0001deg);
    -ms-transform: scale(1.075) rotate(0.0001deg);
    -o-transform: scale(1.075) rotate(0.0001deg);
    transform: scale(1.075) rotate(0.0001deg);
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
.intro_cards .card_title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0;
  color: inherit;
  font-weight: 900;
}
.intro_cards .card_description {
  font-size: 16.1px;
  line-height: 25px;
  padding: 0;
  margin: 4px auto 0px;
  max-width: 340px;
}
.intro_cards .card_image {
  width: auto;
  height: 84px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.resource_categories {
  margin-bottom: 55px;
  overflow: hidden;
}
.resource_categories .rc_container {
  max-width: 960px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 12px;
}
.resource_categories .rc_container .rc_category {
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 12px;
  position: relative;
  cursor: pointer;
  text-align: center;
  font-size: 17.1px;
  /* camera outline */
  /* building outline */
}
.resource_categories .rc_container .rc_category b {
  font-weight: 900;
}
.resource_categories .rc_container .rc_category a .ts_icon_arrow_right {
  position: relative;
  text-indent: -3px;
  -webkit-transition: all 100ms ease-out 0.0000001ms;
  -moz-transition: all 100ms ease-out 0.0000001ms;
  transition: all 100ms ease-out 0.0000001ms;
}
.resource_categories .rc_container .rc_category a .ts_icon_arrow_right:before {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  left: 0px;
  font-size: 28px;
  vertical-align: bottom;
  margin-bottom: 1px;
}
@media screen and (max-width: 560px) {
  .resource_categories .rc_container .rc_category a .ts_icon_arrow_right {
    display: none;
  }
}
.resource_categories .rc_container .rc_category:hover a {
  text-decoration: underline;
}
.resource_categories .rc_container .rc_category:hover a .ts_icon_arrow_right {
  text-indent: 0px;
}
.resource_categories .rc_container .rc_category:hover a .ts_icon_arrow_right:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  left: 3px;
}
.resource_categories .rc_container .rc_category b:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 24px;
  vertical-align: bottom;
  margin-right: 10px;
}
.resource_categories .rc_container .rc_category.guides b:before {
  content: '';
  vertical-align: bottom;
  display: inline-block;
  width: 22px;
  height: 24px;
  margin-right: 14px;
  background-image: url(/hc/theming_assets/01HZKXK8GSYWWPTP14B1A1KCWC);
  background-repeat: no-repeat;
  background-size: 19px 22px;
  background-position: center center;
}
.resource_categories .rc_container .rc_category.videos b:before {
  content: '\E090';
  color: #e32072;
}
.resource_categories .rc_container .rc_category.enterprise b:before {
  content: '\E039';
  color: #e32072;
}
.resource_categories .rc_container .rc_category.guides {
  margin-bottom: 18px;
}
@media screen and (max-width: 700px) {
  .resource_categories .rc_container {
    padding-right: 1px;
  }
  .resource_categories .rc_container .rc_category {
    text-align: left;
    padding: 40px 0px 40px 56px;
    border: 0px;
    border-bottom: 1px solid #E3E3E3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .resource_categories .rc_container .rc_category.guides {
    margin-bottom: 0px;
  }
  .resource_categories .rc_container .rc_category b {
    display: block;
  }
  .resource_categories .rc_container .rc_category b:before {
    position: absolute;
    left: 6px;
    top: 51px;
    font-size: 40px;
  }
  .resource_categories .rc_container .rc_category.guides b:before {
    background-size: 32px 37px;
    width: 32px;
    height: 37px;
    top: 45px;
    left: 9px;
    background-image: url(/hc/theming_assets/01HZKXK6KM1QP15S0Q027MZFF7);
  }
}
.promoted-articles {
  max-width: 960px;
  margin: 0px auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
}
.promoted-articles h3 {
  margin-bottom: 16px;
  line-height: 32px;
}
.promoted-articles h3:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  width: 25px;
  height: 22px;
  background-image: url(/hc/theming_assets/01HZKXK4B2JF9509VXHDFJ1KWC);
  background-size: 23px 17px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.promoted-articles ul {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  margin-left: 10px;
}
.promoted-articles li {
  display: none;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 33%;
  max-height: 22px;
  overflow: hidden;
  padding-left: 24px;
  position: relative;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 18px;
  padding-right: 10px;
}
.promoted-articles li:before {
  display: block;
  content: '•';
  position: absolute;
  left: 0;
}
@media (max-width: 800px) {
  .promoted-articles li {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .promoted-articles li {
    width: 100%;
    line-height: 26px;
  }
}
.promoted-articles li:not(:nth-last-child(-n+9)) {
  display: inline-block;
}
.separator {
  max-width: 920px;
  margin: 0px auto;
  height: 20px;
  border-top: 1px solid #E3E3E3;
}
@media screen and (max-width: 950px) {
  .separator {
    margin: 0px 20px;
  }
}
.slack_tips .slack_tips_container {
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 960px;
  margin-top: 40px;
  margin-bottom: 70px;
}
.slack_tips .slack_tips_container h3 {
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 100%;
}
.slack_tips .slack_tips_container h3:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0px;
  width: 25px;
  height: 22px;
  background-image: url(/hc/theming_assets/01HZKXJZX99VMS8P2THFD6KRRX);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.slack_tips .slack_tips_list {
  margin: 0;
  padding: 0;
}
.slack_tips .slack_tips_item {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  width: 33%;
  display: inline-block;
  list-style: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 860px) {
  .slack_tips .slack_tips_item {
    width: 100% !important;
  }
}
.slack_tips .slack_tips_item_content {
  position: relative;
  padding: 20px 16px 20px 68px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}
.slack_tips .slack_tips_item_content p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  .slack_tips .slack_tips_item_content {
    border: 0px;
    padding-left: 58px;
    padding-bottom: 0px;
    padding-right: 10px;
  }
}
.slack_tips .slack_tips_icon {
  position: absolute;
  width: 50px;
  left: 7px;
  height: 100%;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .slack_tips .slack_tips_icon {
    background-position: left center;
    top: 10px;
  }
}
.slack_tips .slack_tips_icon_switcher {
  background-image: url(/hc/theming_assets/01HZKXJYTMBB4GT6M7AZM5N2YY);
  background-size: 32px 24px;
  left: 9px;
}
.slack_tips .slack_tips_icon_search {
  background-image: url(/hc/theming_assets/01HZKXK1MWPHWWW75D1FBZX5Z4);
  background-size: 25px 26px;
}
.slack_tips .slack_tips_icon_up_arrow {
  background-image: url(/hc/theming_assets/01HZKXK70N0M03J3CZBVV72N7W);
  background-size: 19px 22px;
}
.site_footer {
  border-top: 1px solid #E3E3E3;
  padding-bottom: 0px;
  position: absolute;
  background-color: #fff;
  width: 100%;
}
.site_footer_container {
  max-width: 960px;
  margin: 0px auto;
  vertical-align: top;
}
.footer_nav {
  padding-left: 10px;
  overflow: visible;
  text-align: left;
}
@media (max-width: 1000px) {
  .footer_nav {
    text-align: left;
    padding-left: 21px;
  }
}
.powered-by-zendesk {
  display: none;
}
.footer_logo {
  float: left;
  display: block;
  cursor: pointer;
  height: 31px;
  width: 31px;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: -1px;
  background-image: url(/hc/theming_assets/01HZKXKHZAXH5CED08HPVHCMZA);
  background-size: 30px 31px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .footer_logo {
    display: block;
    height: 40px;
    width: 40px;
    background-size: 40px 40px;
    margin-bottom: 30px;
    margin-top: 10px;
    float: none;
  }
}
.footer_items {
  width: 100%;
  padding: 12px 0px;
}
@media screen and (max-width: 1000px) {
  .footer_items {
    display: block;
  }
}
.footer_nav_item {
  list-style: none;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  line-height: 40px;
}
.footer_nav_item:first-child {
  padding-left: 0;
  font-weight: 900;
  border-right: 1px solid #E3E3E3;
}
.footer_nav_item:nth-last-child(1) {
  padding-right: 0px;
}
.footer_nav_item a {
  color: #89898B;
}
.footer_nav_item.tw:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: '\E804';
  vertical-align: bottom;
  margin-right: 2px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  .footer_items .footer_nav_item {
    padding-left: 0px;
    padding-right: 15px;
  }
  .footer_items .footer_nav_item:first-child {
    padding-right: 20px;
  }
  .footer_items .footer_nav_item:nth-child(2) {
    padding-left: 15px;
  }
}
@media screen and (max-width: 780px) {
  .footer_items {
    padding: 0px;
  }
  .footer_items .footer_nav {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
  }
  .footer_items .footer_nav_item {
    width: 100%;
    height: 40px;
    padding: 10px 0px 10px 30px;
    padding-left: 30px;
    height: auto;
    display: none;
    border-bottom: 1px solid #E3E3E3;
  }
  .footer_items .footer_nav_item:nth-child(2) {
    padding-left: 30px;
  }
  .footer_items .footer_nav_item:first-child {
    display: block;
    border-right: none;
    cursor: pointer;
  }
  .footer_items .footer_nav_item:first-child:after {
    display: block;
    content: '\E279';
    font-family: 'Slack';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 11px;
  }
  .footer_items .footer_nav_item:last-child {
    display: block;
  }
  .footer_items .footer_nav_item:last-child .dropdown {
    display: block;
  }
  .footer_items .footer_nav.open .footer_nav_item {
    display: block;
  }
  .footer_items .footer_nav.open .footer_nav_item:first-child:after {
    content: '\E280';
  }
}
.slack_footer {
  background-color: #f8f8f8;
  overflow: hidden;
  height: 50px;
}
.slack_footer a {
  color: #89898B;
}
.slack_footer a:hover {
  text-decoration: none;
}
.slack_footer a.contact_us {
  font-size: 14px;
}
.slack_footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
.slack_footer ul li {
  display: inline-block;
  list-style: none;
  margin-right: 0.7rem;
  float: left;
  line-height: 50px;
}
.slack_footer ul li.yt {
  margin-right: 0px;
}
.slack_footer .ts_icon_slack_pillow {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #89898B;
  padding-left: 10px;
}
.slack_footer .ts_icon_slack_pillow:hover {
  color: #8C8C94;
}
.slack_footer .ts_icon_slack_pillow:before {
  font-size: 28px;
  line-height: 48px;
}
.slack_footer .ts_icon_twitter:hover {
  color: #4FA9F1;
}
.slack_footer .ts_icon_youtube:hover {
  color: #D11F10;
}
/* language picker */
#language_switcher {
  display: none;
}
.dropdown {
  margin: 0px;
  padding: 0px;
  margin-right: 14px;
  margin-top: 0px;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .dropdown {
    margin-left: 0px;
  }
}
.dropdown dt,
.dropdown ul,
.dropdown .items {
  margin: 0px;
  padding: 0px;
}
.dropdown a {
  text-decoration: none;
  outline: none;
}
.dropdown a:hover {
  color: #2D9EE0;
  text-decoration: none;
}
.dropdown .items.shown ul {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
}
.dropdown .items {
  position: relative;
  display: none;
}
.dropdown .items ul {
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: 0px;
  position: absolute;
  top: -40px;
  width: auto;
  min-width: 210px;
  list-style: none;
  background: #FFFFFF;
}
.dropdown .items ul li {
  line-height: 38px;
}
.dropdown .items ul li a {
  display: block;
}
.dropdown .items ul li a:hover {
  background-color: #EBF6FD;
}
.dropdown .items ul li a.selected {
  color: #2D9EE0;
}
.dropdown .items ul li a.selected:after {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin-left: 5px;
  content: '\E285';
  vertical-align: bottom;
}
.dropdown .items ul li:first-child a {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.dropdown .items ul li:last-child a {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 750px) {
  .dropdown .items {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3002;
    background-color: #FFFFFF;
  }
  .dropdown .items .close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .dropdown .items .close:after {
    width: 40px;
    font-family: 'Slack';
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    content: '\E278';
    font-size: 30px;
    text-align: center;
  }
  .dropdown .items ul {
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    border: none;
    width: 100%;
  }
  .dropdown .items ul li {
    line-height: 60px;
    font-size: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown .items ul li a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .dropdown .items ul li a:before {
    margin-left: 20px;
    margin-right: 20px;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
  }
  .dropdown .items ul li a.selected:after {
    font-size: 32px;
  }
}
.dropdown dt a {
  background: #FFFFFF;
  line-height: 38px;
  display: block;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown dt a:hover {
  border: 1px solid rgba(137, 137, 139, 0.5);
}
.dropdown dt a:after {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: '\E271';
  color: #89898B;
  float: right;
  font-size: 17px;
  margin-right: 8px;
}
@media screen and (max-width: 750px) {
  .dropdown dt a {
    border: 0px;
    width: 100%;
    padding-right: 5px;
  }
  .dropdown dt a[data-locale]:hover {
    border: 0px;
  }
}
@media screen and (max-width: 1470px) {
  .dropdown dt a {
    overflow: hidden;
    position: relative;
  }
}
html[lang="de"] .dropdown dt a {
  overflow: hidden;
  position: relative;
}
.dropdown a[data-locale] {
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
  body.dd_open {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  #navbar-container ~ footer .dropdown .items {
    top: 48px;
  }
}
.category_page {
  position: relative;
}
.category_page .category_container {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 65px;
  display: table;
}
@media (max-width: 800px) {
  .category_page .category_container {
    padding-top: 105px;
  }
}
.category_page .category_trees {
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
}
.category_page .category_list {
  padding-left: 10px;
  padding-right: 10px;
  width: 255px;
  display: none;
  padding-top: 10px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .category_page .category_list {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    display: table-cell;
  }
}
.section-tree-with-article,
.section_page {
  margin-bottom: 100px;
}
.section-tree-with-article ul,
.section_page ul {
  margin: 0px;
  padding: 0px;
}
.section-tree-with-article .section,
.section_page .section {
  list-style: none;
  padding-bottom: 45px;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 35px;
}
.section-tree-with-article .section h2,
.section_page .section h2 {
  font-weight: 900;
  color: #2C2D30;
  font-size: 30px;
  line-height: 45px;
  margin: 0px 0px 12px;
  padding: 0px;
}
.section-tree-with-article .section h2 a,
.section_page .section h2 a {
  color: inherit;
}
@media (max-width: 460px) {
  .section-tree-with-article .section h2,
  .section_page .section h2 {
    font-size: 7vw;
    line-height: 9vw;
  }
}
.section-tree-with-article .section .article-list,
.section_page .section .article-list {
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 610px) {
  .section-tree-with-article .section .article-list,
  .section_page .section .article-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.section-tree-with-article .section .article-list li,
.section_page .section .article-list li {
  font-size: 1rem;
  line-height: 21px;
  padding-bottom: 12px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-left: 28px;
  list-style: disc;
}
@media (max-width: 610px) {
  .section-tree-with-article .section .article-list li,
  .section_page .section .article-list li {
    line-height: 28px;
  }
}
.section-tree-with-article .section .article-list li span,
.section_page .section .article-list li span {
  display: none;
}
.section-tree-with-article .section .article-list li a b,
.section_page .section .article-list li a b {
  font-weight: 900;
}
.section-tree-with-article .section:first-child,
.section_page .section:first-child {
  padding-top: 0px;
}
.section-tree-with-article .section:last-child,
.section_page .section:last-child {
  border-bottom: 0px;
}
.banner {
  position: relative;
}
.banner.videos {
  height: 530px;
}
.banner.videos .banner_container .video_is {
  position: absolute;
  width: 660px;
  height: 283px;
  bottom: 0;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 660px 283px;
  background-image: url(/hc/theming_assets/01HZKXK0KZ4AMV8C32RZCR79VQ);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .banner.videos .banner_container .video_is {
    background-image: url(/hc/theming_assets/01HZKXKD68BDHDZFMTTDKWRJBP);
  }
}
@media screen and (max-width: 660px) {
  .banner.videos .banner_container .video_is {
    background-image: url(/hc/theming_assets/01HZKXK9VETFQHVASVMW6P37KN?);
    background-size: contain;
    height: 100vw;
    max-height: 490px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 660px), (min-resolution: 192dpi) and (max-width: 660px) {
  .banner.videos .banner_container .video_is {
    background-image: url(/hc/theming_assets/01HZKXKC33XRRKFKY6GKHWBQB4?);
  }
}
.banner.videos .banner_container .video_is:after {
  top: 56%;
}
.banner.videos .banner_container .video_is:active:after {
  top: 56.5%;
}
.banner.videos .banner_title {
  text-align: center;
  margin-bottom: 1rem;
}
.banner.videos .banner_desc {
  text-align: center;
}
@media screen and (max-width: 660px) {
  .banner.videos {
    height: 730px;
  }
}
@media screen and (max-width: 430px) {
  .banner.videos {
    height: 670px;
  }
}
@media screen and (max-width: 360px) {
  .banner.videos {
    height: 600px;
  }
}
.section_container .video_page {
  margin-bottom: -100px;
  margin-top: 30px;
}
.video_page {
  width: 100%;
}
.video_page h2 {
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 900;
}
.video_page p.video_desc {
  margin: 0px auto;
  margin-bottom: 4rem;
  text-align: center;
  max-width: 620px;
  color: #555459;
  font-size: 17.1px;
  line-height: 26px;
  padding: 0px 1rem;
}
.video_page .video_grid {
  overflow: hidden;
}
.video_page .video_grid .video_cell {
  width: 32.3%;
  margin: 0.5%;
  /* width + margins = 33.3% */
  float: left;
  height: 230px;
  background-color: #F7F7F7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  cursor: pointer;
  /* mouse over tile */
}
@media screen and (max-width: 840px) {
  .video_page .video_grid .video_cell {
    width: 48.5%;
  }
}
@media screen and (max-width: 620px) {
  .video_page .video_grid .video_cell {
    width: 100%;
    margin: 0px;
    margin-bottom: 6px;
  }
}
.video_page .video_grid .video_cell h1 {
  font-weight: 700;
  color: #2C2D30;
  font-size: 20px;
  text-align: center;
  line-height: 1.8rem;
  display: block;
  position: absolute;
  width: 100%;
  top: 22px;
}
.video_page .video_grid .video_cell h1:before {
  color: #F7F7F7;
  background-color: #2C2D30;
  font-size: 15px;
  line-height: 23px;
  padding-top: 2px;
  width: 24px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 1px;
  margin-right: 8px;
}
.video_page .video_grid .video_cell .img {
  display: block;
  margin: 0px auto;
  margin-top: 85px;
  max-width: 100%;
  height: 115px;
}
.video_page .video_grid .video_cell .hoverlay {
  -webkit-transition: all 150ms ease-out 0.0000001ms;
  -moz-transition: all 150ms ease-out 0.0000001ms;
  transition: all 150ms ease-out 0.0000001ms;
  position: absolute;
  top: 0;
  opacity: 0;
  display: table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
.video_page .video_grid .video_cell .hoverlay span {
  color: #FFFFFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 20px;
  padding-top: 20px;
  font-size: 20px;
}
.video_page .video_grid .video_cell:hover .hoverlay {
  opacity: 1;
}
.video_page .video_grid .video_cell:hover .img {
  -webkit-transition: all 150ms ease-out 0.0000001ms;
  -moz-transition: all 150ms ease-out 0.0000001ms;
  transition: all 150ms ease-out 0.0000001ms;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.video_page .video_grid .video_cell:hover h1 {
  color: #FFFFFF;
}
.video_page .video_grid .video_cell:hover h1:before {
  background-color: #FFFFFF;
  color: #959595;
}
.video_page .tidbit {
  padding: 0px 1rem;
  margin: 5rem 0;
}
.video_page .tidbit h3,
.video_page .tidbit a {
  text-align: center;
  display: block;
  margin-bottom: 0px;
}
.video_page .tidbit a {
  font-size: 17.1px;
  margin-right: 3px;
  margin-left: 18px;
  -webkit-transition: all 100ms ease-out 0.0000001ms;
  -moz-transition: all 100ms ease-out 0.0000001ms;
  transition: all 100ms ease-out 0.0000001ms;
}
.video_page .tidbit a:after {
  margin-left: -3px;
  -webkit-transition: all 100ms ease-out 0.0000001ms;
  -moz-transition: all 100ms ease-out 0.0000001ms;
  transition: all 100ms ease-out 0.0000001ms;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: '\E286';
  font-size: 28px;
  vertical-align: bottom;
  margin-bottom: 1px;
}
.video_page .tidbit a:hover {
  margin-right: 0px;
}
.video_page .tidbit a:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-left: 0px;
}
.video_page .tidbit h3:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  color: #DFA941;
  font-size: 28px;
  content: '\E025';
  margin-right: 2px;
  vertical-align: bottom;
}
.video_page .video_cell.g1 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 231px 92px;
  background-image: url(/hc/theming_assets/01HZKXK2JF6CG7Q4GHW6P5BGD5);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .video_page .video_cell.g1 .img {
    background-image: url(/hc/theming_assets/01HZKXKB1X6DMBZ03SE4J14788);
  }
}
.video_page .video_cell.g2 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 215px 61px;
  background-image: url(/hc/theming_assets/01HZKXKCR32S82DV1WE3BWNGJ0);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .video_page .video_cell.g2 .img {
    background-image: url(/hc/theming_assets/01HZKXKCZT4QPDZEJGXN3C08WB);
  }
}
.video_page .video_cell.g3 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 131px 111px;
  background-image: url(/hc/theming_assets/01HZKXKG5GJH2MJEFY4MD7MFV9);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .video_page .video_cell.g3 .img {
    background-image: url(/hc/theming_assets/01HZKXKDP4A878HCKVKPSXEXPR);
  }
}
.video_page .video_cell.g4 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 168px 93px;
  background-image: url(/hc/theming_assets/01HZKXJYQ0KYCEZH1F42REFDVJ);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .video_page .video_cell.g4 .img {
    background-image: url(/hc/theming_assets/01HZKXKG9B363F6MTB15XG4VTN);
  }
}
.video_page .video_cell.g5 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 227px 70px;
  background-image: url(/hc/theming_assets/01HZKXK66NEW4YSYHS4CBNKS1G);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .video_page .video_cell.g5 .img {
    background-image: url(/hc/theming_assets/01HZKXK7YMWV4E0JJ1JEXDT74Y);
  }
}
.video_page .video_cell.g6 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 95px 95px;
  background-image: url(/hc/theming_assets/01HZKXK62BPPF0658HD52NZMK5);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .video_page .video_cell.g6 .img {
    background-image: url(/hc/theming_assets/01HZKXK1CS44HPHTQYD3F8VMEH);
  }
}
.guides_page.category_container,
.guides_page.section_container {
  max-width: 870px !important;
  padding-top: 35px;
}
@media screen and (max-width: 800px) {
  .guides_page.category_container,
  .guides_page.section_container {
    padding-top: 75px;
  }
}
.guides_page div.section_list {
  display: none;
}
.guides_page .section h2 {
  display: block;
  padding-left: 0px;
  padding-top: 46px;
  position: relative;
  margin-bottom: 45px;
  min-height: 115px;
}
.guides_page .section h2:before {
  display: block;
  content: '';
  width: 102px;
  height: 129px;
  position: absolute;
  left: 0;
  top: 0;
}
.guides_page .section h2:after {
  content: attr(data-desc);
  white-space: pre-line;
  display: block;
  font-size: 17.1px;
  color: #555459;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 575px) {
  .guides_page .section h2:after {
    white-space: normal;
  }
}
.guides_page .section h2[data-desc] {
  padding-left: 120px;
  padding-top: 19px;
}
@media screen and (max-width: 480px) {
  .guides_page .section h2 {
    padding-top: 10px !important;
    margin-bottom: 30px;
    font-size: 5.4vw;
  }
  .guides_page .section h2:before {
    width: 72px;
    height: 90px;
    background-size: 72px 90px !important;
    margin-top: 0px;
  }
  .guides_page .section h2[data-desc] {
    padding-left: 80px;
  }
}
.guides_page .section h2 a {
  text-decoration: none;
}
.guides_page .section h2[title="Getting Started"],
.guides_page .section h2[data-id="203952597"] {
  color: #4B6BC6;
}
.guides_page .section h2[title="Getting Started"]:before,
.guides_page .section h2[data-id="203952597"]:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 102px 129px;
  background-image: url(/hc/theming_assets/01HZKXKDCMAENSC4FWCRS80FXY);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .guides_page .section h2[title="Getting Started"]:before,
  .guides_page .section h2[data-id="203952597"]:before {
    background-image: url(/hc/theming_assets/01HZKXKAFZ5NB632RPV5KYEGR2);
  }
}
.guides_page .section h2[title*="Getting More"],
.guides_page .section h2[data-id="203989088"] {
  color: #F8B82C;
}
.guides_page .section h2[title*="Getting More"]:before,
.guides_page .section h2[data-id="203989088"]:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 102px 129px;
  background-image: url(/hc/theming_assets/01HZKXKE85QS1FPGBN2GGAKY2D);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .guides_page .section h2[title*="Getting More"]:before,
  .guides_page .section h2[data-id="203989088"]:before {
    background-image: url(/hc/theming_assets/01HZKXK6G3EZHY94025A198JDZ);
  }
}
.guides_page .section h2[title*="Department Playbooks"],
.guides_page .section h2[data-id="204093697"] {
  color: #49C19A;
}
.guides_page .section h2[title*="Department Playbooks"]:before,
.guides_page .section h2[data-id="204093697"]:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 102px 129px;
  background-image: url(/hc/theming_assets/01HZKXKHNBHZMG5K8NK3SV17VC);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .guides_page .section h2[title*="Department Playbooks"]:before,
  .guides_page .section h2[data-id="204093697"]:before {
    background-image: url(/hc/theming_assets/01HZKXK4T767TAWFEPCK10WHG6);
  }
}
@media screen and (max-width: 780px) {
  .guides_page .section h2[title*="Department Playbooks"]:after,
  .guides_page .section h2[data-id="204093697"]:after {
    white-space: normal;
  }
}
.guides_page .section-tree-with-article,
.guides_page .section-tree {
  margin-bottom: 0px;
}
.guides_page .section-tree-with-article > ul > li,
.guides_page .section-tree > ul > li {
  overflow: hidden;
}
.guides_page .section-tree-with-article .article-list,
.guides_page .section-tree .article-list {
  /* columns generated manually via articleList.js for guides page */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.guides_page .section-tree-with-article .article-list.columned,
.guides_page .section-tree .article-list.columned {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  width: 49%;
  float: left;
}
.guides_page .section-tree-with-article .article-list.columned:last-child,
.guides_page .section-tree .article-list.columned:last-child {
  float: right;
}
.guides_page .section-tree-with-article .article-list li,
.guides_page .section-tree .article-list li {
  position: relative;
  list-style: none;
  display: block;
  margin-left: 0px;
  cursor: pointer;
  padding-bottom: 0px;
  min-height: 54px;
  margin-bottom: 18px;
}
.guides_page .section-tree-with-article .article-list li:after,
.guides_page .section-tree .article-list li:after {
  -webkit-transition: all 90ms ease-out 0.0000001ms;
  -moz-transition: all 90ms ease-out 0.0000001ms;
  transition: all 90ms ease-out 0.0000001ms;
  color: #2D9EE0;
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: '\E258';
  position: absolute;
  right: 12px;
  top: 18px;
  background: none;
  margin-right: 0px;
  display: block;
}
.guides_page .section-tree-with-article .article-list li:hover:after,
.guides_page .section-tree .article-list li:hover:after {
  right: 8px;
}
.guides_page .section-tree-with-article .article-list li a,
.guides_page .section-tree .article-list li a {
  display: block;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 16px 30px 16px 20px;
  position: relative;
  text-decoration: none;
  color: #555459;
}
@media screen and (max-width: 360px) {
  .guides_page .section-tree-with-article .article-list li a,
  .guides_page .section-tree .article-list li a {
    padding-right: 37px;
  }
}
.guides_page .section-tree-with-article .article-list li a .highlight,
.guides_page .section-tree .article-list li a .highlight {
  font-weight: 400;
}
.guides_page .section-tree-with-article .article-list li a:hover,
.guides_page .section-tree .article-list li a:hover {
  border-color: #2D9EE0;
}
.guides_page .section-tree-with-article .article-list li.article-promoted a,
.guides_page .section-tree .article-list li.article-promoted a {
  /*&:before {
						color: @aussie_yellow;
						.slack-icon;
						content: '\E500';
						font-size: 16px;
						vertical-align: bottom;
						margin-right: 7px;
					}*/
  font-weight: 400;
}
.guides_page .section-tree-with-article .article-list li.article-promoted a:after,
.guides_page .section-tree .article-list li.article-promoted a:after {
  display: none;
}
.guides_page .section-tree-with-article .article-list li.article-promoted a .highlight,
.guides_page .section-tree .article-list li.article-promoted a .highlight {
  font-weight: 400;
}
@media screen and (max-width: 870px) {
  .guides_page .section-tree-with-article .article-list,
  .guides_page .section-tree .article-list {
    width: 100%;
  }
  .guides_page .section-tree-with-article .article-list.columned,
  .guides_page .section-tree .article-list.columned {
    width: 100%;
    float: none;
  }
  .guides_page .section-tree-with-article .article-list.columned:last-child,
  .guides_page .section-tree .article-list.columned:last-child {
    float: none;
  }
  .guides_page .section-tree-with-article .article-list li,
  .guides_page .section-tree .article-list li {
    height: auto;
    margin-bottom: 18px;
  }
}
.guides_page .tidbit {
  padding: 0px 1rem;
  margin: 5rem 0;
}
.guides_page .tidbit h3,
.guides_page .tidbit a {
  text-align: center;
  display: block;
  margin-bottom: 0px;
}
.guides_page .tidbit a {
  font-size: 17.1px;
  margin-right: 3px;
  margin-left: 18px;
  -webkit-transition: all 100ms ease-out 0.0000001ms;
  -moz-transition: all 100ms ease-out 0.0000001ms;
  transition: all 100ms ease-out 0.0000001ms;
}
.guides_page .tidbit a:after {
  margin-left: -3px;
  -webkit-transition: all 100ms ease-out 0.0000001ms;
  -moz-transition: all 100ms ease-out 0.0000001ms;
  transition: all 100ms ease-out 0.0000001ms;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: '\E286';
  font-size: 28px;
  vertical-align: bottom;
  margin-bottom: 1px;
}
.guides_page .tidbit a:hover {
  margin-right: 0px;
}
.guides_page .tidbit a:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  margin-left: 0px;
}
.guides_page .tidbit h3:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  color: #e32072;
  font-size: 28px;
  content: '\E090';
  margin-right: 6px;
  vertical-align: bottom;
}
.section_page {
  position: relative;
}
.section_page .section_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 35px;
}
.section_page .section_container .section:last-child {
  border-bottom: none;
}
.section_page .section_breadcrumbs_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}
@media (max-width: 800px) {
  .section_page .section_breadcrumbs_container {
    padding-top: 84px;
  }
}
.section_page .section_title {
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 100%;
}
.section_page .section_title h1 {
  margin-top: 0;
}
.section_page .section_breadcrumb_title {
  font-size: 15px;
  display: inline-block;
  color: #7D7D7D;
}
.section_page .section_breadcrumb_title:before {
  content: ">";
  color: #CACACA;
  padding: 0 3px;
}
.section_page .section_trees {
  padding-left: 10px;
  padding-right: 10px;
  flex: 1;
}
.section_page .category_list {
  padding-left: 10px;
  padding-right: 10px;
  width: 255px;
  display: none;
  padding-top: 10px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .section_page .category_list {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
    display: table-cell;
  }
}
.section-list {
  margin: 0;
}
.section-list.stick {
  position: fixed;
  flex: none;
  min-width: 242px;
  max-height: 75vh;
  overflow-y: auto;
}
@media screen and (min-width: 801px) {
  .section-list.stick {
    max-width: 242px;
  }
}
.section-list .close {
  display: none;
}
.section-list li {
  list-style: none;
}
.section-list li a {
  border-radius: 4px;
  margin-bottom: 4px;
  display: block;
  color: #2C2D30;
  text-decoration: none;
  padding: 5px 10px 6px;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid transparent;
}
.section-list li a:hover {
  background-color: #EBF6FD;
  border: 1px solid #dcf0fb;
}
.section-list li a.active {
  background-color: #2D9EE0;
  color: #FFFFFF;
  padding: 3px 10px 4px;
  line-height: 22px;
  border: 1px solid transparent;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.section-list li.sep {
  height: 16px;
}
@media (max-width: 800px) {
  .section-list {
    overflow: hidden;
  }
  .section-list li.sep {
    height: 0px;
    display: none;
  }
  .section-list li a {
    text-shadow: none !important;
  }
}
.section-list.compact {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  background-color: #F4F7FA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 53px;
}
@media (max-width: 320px) {
  .section-list.compact {
    height: 49px;
  }
}
.section-list.compact.stick {
  width: 100%;
  top: 0px;
}
.section-list.compact li a {
  display: none;
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 1rem 2rem;
  background-color: #F4F7FA;
  color: #2C2D30;
  font-size: 16.1px;
  line-height: 21px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media (max-width: 320px) {
  .section-list.compact li a {
    line-height: 16px;
  }
}
.section-list.compact li a.active,
.section-list.compact li a:first-child .section-list.compact li a {
  font-weight: 700;
  display: block;
  color: #2D9EE0;
}
.section-list.compact .close {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  display: block;
  right: 10px;
  top: 10px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  font-weight: 300;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.section-list.compact .close:before {
  content: '\E212';
  font-family: 'Slack';
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 5px;
  color: #555459;
  top: 5px;
}
.section-list.compact.open {
  z-index: 2000;
  height: auto;
}
.section-list.compact.open li a {
  display: block;
}
.section-list.compact.open li a:hover {
  background-color: rgba(229, 229, 229, 0.5);
}
.section-list.compact.open .close {
  z-index: 2001;
  opacity: 1;
}
.section-list.compact.open .close:before {
  color: #555459;
  content: '\E214';
}
.section_menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .section_menu {
    display: none;
  }
}
.section_menu > ul {
  max-width: 960px;
  list-style: none;
  text-align: left;
  padding: 0px 10px;
  margin: 0px auto;
  font-size: 0px;
}
.section_menu li {
  text-align: left;
  display: inline-block;
  font-size: 17px;
}
.section_menu a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  width: 100%;
  line-height: 40px;
  min-height: 40px;
}
.section_menu > ul > li > a {
  position: relative;
  z-index: 2;
}
.section_menu > ul > li:hover > ul {
  display: block;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.14);
  border: 1px solid #ccc;
  border-top: 0px;
  margin-left: -1px;
}
.section_menu > ul > li:hover > a {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.section_menu > ul > li.selected a {
  background-color: #ffffff;
  color: #2C2D30;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.section_menu ul > li > ul {
  padding: 0px;
  position: absolute;
  display: none;
  width: inherit;
  background-color: #FFFFFF;
  z-index: 3;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.section_menu ul > li > ul > li {
  display: block;
  padding-right: 0px;
}
.section_menu ul > li > ul > li > a {
  font-weight: normal;
  font-size: 15px;
  color: #2C2D30;
  text-decoration: none;
}
.section_menu ul > li > ul > li > a:after {
  content: '';
  width: 3px;
  height: 1px;
}
.section_menu ul > li > ul > li > a:hover {
  background-color: #EBF6FD;
  color: #2C2D30;
  font-weight: normal;
}
.section_menu ul > li > ul > li > a:hover:after {
  display: none;
}
.search-results-column .search-results-subheading {
  display: none;
}
.search-results-column .search-result {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 17.1px;
  line-height: 26px;
  margin-bottom: 28px;
  color: #2C2D30;
}
.search-results-column time {
  display: none;
}
.search-results-column .search-result-link {
  order: 1;
}
.search-results-column .search-result-meta {
  order: 3;
  color: #89898B;
}
.search-results-column .search-result-description {
  order: 2;
}
.search-results-column .search-result-description em {
  font-style: normal;
}
.search-results-column .search-result-votes {
  display: none;
}
.banner .search-results-heading > .search_result.invisible {
  visibility: hidden;
  opacity: 0;
}
.search_page.category_list {
  display: none;
}
@media screen and (max-width: 800px) {
  .search_page.category_list {
    display: block;
    height: 53px;
  }
}
.search_results {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 640px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
.search_results .search_results_container {
  width: 100%;
}
.search_results .search-result-meta {
  color: #FFFFFF;
}
.search_results .search-result-meta a {
  text-transform: uppercase;
  font-size: 13.1px;
  color: #89898B;
  /*
			&[href*="Using-Slack"]:before {
				content:'\E800';
				color: @clear_blue;
				margin-bottom: 1px;
			}

			&[href*="Video-Guides"]:before {
				content:'\E090';
				color: @miami_pink;
			}

			&[href*="Slack-Guides"]:before {
				content:'\E036';
				color: @captain_blue;
			}

			&[href*="Team-Administration"]:before {
				content:'\E020';
				color: @mustard_yellow;
			}
			*/
}
.search_results .search-result-meta a:before {
  font-family: 'Slack';
  font-size: 16px;
  vertical-align: bottom;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin-right: 4px;
}
.search_results .search-result-meta a[target="_zendesk_lotus"] {
  display: none;
}
.search_results .search-result-meta a.video:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  font-size: 18px;
  content: '\E090';
  vertical-align: bottom;
  color: #e32072;
  margin-right: 5px;
  margin-bottom: 0px;
}
.search_results .search-result-meta a.grid:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url(/hc/theming_assets/01HZKXKBWHDTSNXXHXNCK47AJT);
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 3px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .search_results .search-result-meta a.grid:before {
    background-image: url(/hc/theming_assets/01HZKXKAWXKQEBXH77A0XWZ3JW);
  }
}
.search_results .highlight {
  font-weight: 900;
  color: inherit;
  background-color: #FFF3B8;
  padding-left: 3px;
  padding-right: 3px;
}
body .ui-autocomplete {
  border: 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.28);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 2px;
}
body .ui-autocomplete .highlight {
  font-weight: bold;
}
body .ui-autocomplete .ui-menu-item {
  font-family: 'CircularPro', 'appleLogo', sans-serif;
  margin: 10px;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
body .ui-autocomplete .ui-menu-item:last-child {
  font-weight: bold;
}
body .ui-autocomplete .ui-menu-item a {
  color: #2C2D30;
  display: block;
  position: relative;
}
body .ui-autocomplete .ui-menu-item a.draft:after {
  display: block;
  content: 'DRAFT';
  font-size: 10px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
body .ui-autocomplete .ui-state-focus {
  background: none;
  background-color: #2D9EE0;
}
body .ui-autocomplete .ui-state-focus a {
  color: #FFFFFF;
}
.survey_banner,
.purple_banner,
.purple_banner_style {
  z-index: 2200;
  height: 84px;
  width: 100%;
  background-color: #573D82;
  position: fixed;
  bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.survey_banner .first_row,
.purple_banner .first_row,
.purple_banner_style .first_row {
  display: inline-block;
  line-height: 84px;
}
@media screen and (max-width: 960px) {
  .survey_banner .first_row,
  .purple_banner .first_row,
  .purple_banner_style .first_row {
    display: block;
    line-height: 30px;
    max-width: 95%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 680px) {
  .survey_banner .first_row,
  .purple_banner .first_row,
  .purple_banner_style .first_row {
    line-height: normal;
    margin-top: 20px;
    text-align: left;
    margin-left: 20px;
  }
}
.survey_banner .second_row,
.purple_banner .second_row,
.purple_banner_style .second_row {
  display: inline-block;
  line-height: 84px;
}
@media screen and (max-width: 960px) {
  .survey_banner .second_row,
  .purple_banner .second_row,
  .purple_banner_style .second_row {
    display: block;
    line-height: normal;
  }
}
@media screen and (max-width: 960px) {
  .survey_banner,
  .purple_banner,
  .purple_banner_style {
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .survey_banner,
  .purple_banner,
  .purple_banner_style {
    height: 150px;
  }
}
.survey_banner span,
.purple_banner span,
.purple_banner_style span {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 480px) {
  .survey_banner span,
  .purple_banner span,
  .purple_banner_style span {
    display: block;
    margin-bottom: 18px;
    padding-right: 20px;
  }
}
.survey_banner i.wave,
.purple_banner i.wave,
.purple_banner_style i.wave {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/hc/theming_assets/01HZKXK1H63RYRFT96AB3NBWP2);
  background-size: 20px 20px;
  background-position: top left;
  vertical-align: text-bottom;
  transition-propery: all;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  /* Safari and Chrome */
  transition-timing-function: ease-in-out;
  /* The real code */
}
.survey_banner i.wave.rotated,
.purple_banner i.wave.rotated,
.purple_banner_style i.wave.rotated {
  -webkit-transform: rotate(10deg);
  /* Chrome, Safari 3.1+ */
  -moz-transform: rotate(10deg);
  /* Firefox 3.5-15 */
  -ms-transform: rotate(10deg);
  /* IE 9 */
  -o-transform: rotate(10deg);
  /* Opera 10.50-12.00 */
  transform: rotate(10deg);
  /* Firefox 16+, IE 10+, Opera 12.10+ */
  transform-origin: 16px 19px;
}
.survey_banner .btn,
.purple_banner .btn,
.purple_banner_style .btn {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 15px;
  background: none;
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.survey_banner .btn:hover,
.purple_banner .btn:hover,
.purple_banner_style .btn:hover {
  color: #573D82;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .survey_banner .btn,
  .purple_banner .btn,
  .purple_banner_style .btn {
    line-height: 1.5rem;
  }
  .survey_banner .btn:nth-child(1),
  .purple_banner .btn:nth-child(1),
  .purple_banner_style .btn:nth-child(1) {
    margin-left: 0px;
  }
}
.survey_banner button.close_purple,
.purple_banner button.close_purple,
.purple_banner_style button.close_purple {
  position: absolute;
  right: 40px;
  top: 22px;
  background: none;
  border: none;
}
@media screen and (max-width: 960px) {
  .survey_banner button.close_purple,
  .purple_banner button.close_purple,
  .purple_banner_style button.close_purple {
    top: 10px;
    right: 10px;
  }
}
.survey_banner button.close_purple:before,
.purple_banner button.close_purple:before,
.purple_banner_style button.close_purple:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
}
@media screen and (max-width: 700px) {
  .survey_banner button.close_purple,
  .purple_banner button.close_purple,
  .purple_banner_style button.close_purple {
    padding: 6px;
  }
  .survey_banner button.close_purple:before,
  .purple_banner button.close_purple:before,
  .purple_banner_style button.close_purple:before {
    font-size: 22px;
  }
}
.survey_banner button.close_purple:hover:before,
.purple_banner button.close_purple:hover:before,
.purple_banner_style button.close_purple:hover:before {
  color: #FFFFFF;
}
.survey_banner button.close_purple:focus,
.purple_banner button.close_purple:focus,
.purple_banner_style button.close_purple:focus {
  outline: none;
}
.locale_banner {
  width: 100%;
  background-color: #573D82;
  position: relative;
  padding: 8px 60px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.locale_banner span {
  color: #FFFFFF;
}
.locale_banner a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 1;
  display: inline-block;
}
.locale_banner button.close_loc {
  position: absolute;
  right: 10px;
  top: 53%;
  transform: translateY(-50%);
  padding: 2px;
  background: none;
  border: none;
}
.locale_banner button.close_loc:before {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}
.locale_banner button.close_loc:hover:before {
  color: #FFFFFF;
}
.locale_banner button.close_loc:focus {
  outline: none;
}
.article_page {
  position: relative;
  padding-bottom: 50px;
}
.article_page #cat_list {
  display: none;
}
@media screen and (max-width: 800px) {
  .article_page #cat_list {
    display: block;
  }
  .article_page #nav_list {
    display: none;
  }
}
.article_page .article_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  max-width: 660px;
  font-size: 17.1px;
  line-height: 26px;
}
.article_page .article_container .category_list {
  display: none;
}
@media screen and (max-width: 660px) {
  .article_page .article_container {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .article_page .content_col {
    min-width: 640px;
  }
}
.article_page.has_sidenav .article_container {
  display: table;
  width: 100%;
  max-width: 960px;
}
@media (max-width: 800px) {
  .article_page.has_sidenav .article_container {
    display: block;
  }
}
.article_page.has_sidenav .article_container .content_col {
  display: table-cell;
}
@media (max-width: 800px) {
  .article_page.has_sidenav .article_container .content_col {
    display: block;
  }
}
.article_page.has_sidenav .article_container .category_list {
  padding-left: 10px;
  padding-right: 10px;
  width: 320px;
  display: table-cell;
  padding-top: 10px;
  padding-left: 48px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .article_page.has_sidenav .article_container .category_list {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
  }
}
@media print {
  .article_page.has_sidenav .article_container .category_list {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .article_page.has_sidenav .article_container {
    max-width: 660px !important;
  }
  .article_page.has_sidenav .article_breadcrumbs {
    padding-top: 50px;
  }
}
.article_page .article_breadcrumbs_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  visibility: hidden;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.article_page .article_title {
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 40px;
}
.article_page .article_breadcrumb_title {
  font-size: 15px;
  display: none;
  color: #7D7D7D;
}
.article_page .article_breadcrumb_title:before {
  content: ">";
  color: #CACACA;
  padding: 0 3px;
}
.article_page .article_body {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}
.article_page .article_body a[href] {
  text-decoration: underline;
}
.article_page .article_body p {
  margin-bottom: 12px;
  margin-top: 0;
}
.article_page .article_body p.option {
  margin-bottom: 0px;
}
.article_page .article_body .side_by_side {
  overflow: hidden;
  text-align: center;
}
.article_page .article_body .side_by_side > img {
  width: 47%;
}
.article_page .article_body .side_by_side > div {
  width: 49%;
  text-align: left;
}
.article_page .article_body .side_by_side > div.flexfit {
  display: flex;
  flex-direction: column;
}
.article_page .article_body .side_by_side > div.flexfit p:nth-last-child(2) {
  flex-grow: 1;
}
.article_page .article_body .side_by_side > img,
.article_page .article_body .side_by_side > div {
  float: left;
}
.article_page .article_body .side_by_side > img:first-child,
.article_page .article_body .side_by_side > div:first-child {
  margin-right: 2%;
}
.article_page .article_body .side_by_side > img:last-child,
.article_page .article_body .side_by_side > div:last-child {
  float: right;
}
.article_page .article_body .side_by_side.three > img {
  width: 30%;
}
.article_page .article_body .side_by_side.three > div {
  width: 32%;
}
@media screen and (max-width: 600px) {
  .article_page .article_body .side_by_side > img,
  .article_page .article_body .side_by_side > div,
  .article_page .article_body .side_by_side.three > img,
  .article_page .article_body .side_by_side.three > div {
    float: none !important;
    width: auto;
    margin-right: 0;
  }
}
.article_page .article_body pre {
  text-indent: 0;
}
.article_page .article_body code,
.article_page .article_body .code_modifier {
  font-family: Consolas, monaco, "Ubuntu Mono", courier, monospace !important;
  white-space: pre-wrap;
  display: block;
  border-color: #D4D4D4;
  background-color: #F7F7F7;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 3px 7px;
  font-size: 13.1px;
  margin: 18px 0px;
  text-indent: 0;
}
.article_page .article_body .badge_modifier {
  display: inline-block;
  color: #FFFFFF;
  background-color: #F75769;
  font-weight: bold;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: 0;
  font-size: 13.6px;
  padding: 0px 8px ;
  line-height: 18px;
  margin-bottom: 4px;
  vertical-align: bottom;
}
.article_page .article_body .code_modifier {
  display: inline;
  padding: 1px 4px 2px;
}
.article_page .article_body td p {
  margin-top: 6px;
  margin-bottom: 6px;
}
.article_page .article_body ul,
.article_page .article_body ol {
  padding-left: 30px;
  color: inherit;
}
.article_page .article_body li {
  margin-bottom: 10px;
  line-height: 24px;
}
.article_page .article_body li kbd,
.article_page .article_body li .key {
  text-indent: 0px;
}
.article_page .article_body .boxed,
.article_page .article_body img,
.article_page .article_body br + img {
  border: 1px solid #DEDEDE;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  max-width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .article_page .article_body .boxed,
  .article_page .article_body img,
  .article_page .article_body br + img {
    width: 100%;
  }
}
.article_page .article_body .boxed.small,
.article_page .article_body img.small,
.article_page .article_body br + img.small,
.article_page .article_body .boxed.noborder,
.article_page .article_body img.noborder,
.article_page .article_body br + img.noborder,
.article_page .article_body .boxed.emoji,
.article_page .article_body img.emoji,
.article_page .article_body br + img.emoji {
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.article_page .article_body img {
  margin-top: 16px;
  margin-bottom: 16px;
}
.article_page .article_body p > img:last-child {
  margin-bottom: 0px;
}
.article_page .article_body li img {
  margin-bottom: 0px;
  margin-top: 12px;
}
.article_page .article_body br + img {
  margin-top: 23px;
  margin-bottom: 23px;
}
.article_page .article_body input[type=checkbox] {
  margin-right: 4px;
}
.article_page .article_body input.email {
  padding: 10px;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.article_page .article_body input.btn[name=subscribe] {
  padding: 12px 27px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .article_page .article_body img.undersized {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .article_page .article_body img.oversized {
    max-width: 112%;
    width: 112%;
    margin-left: -6%;
  }
  .article_page .article_body .boxed img.oversized {
    margin-left: auto;
  }
}
.article_page .article_body img.small {
  margin-top: 0px !important;
  margin-bottom: 1px  !important;
}
.article_page .article_body img.emoji {
  width: 22px;
  height: 22px;
  vertical-align: text-bottom;
  margin-top: 0px !important;
  margin-bottom: 1px  !important;
}
.article_page .article_body .load_more {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.article_page .article_body section.autoload {
  padding: 0;
  margin: 0;
  border-top: none;
  display: block;
  transition: opacity 1.5s;
}
.article_page .article_body section.autoload.invisible {
  opacity: 0;
}
.article_page .article_body a.previous {
  text-decoration: none;
  float: left;
  position: relative;
  min-width: 155px;
  max-width: 290px;
  padding-left: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_page .article_body a.previous:before {
  position: absolute;
  left: 0;
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1px;
  margin-right: 3px;
  margin-left: 3px;
  visibility: visible;
  content: '\E291';
  color: #2D9EE0;
  -webkit-transition: all 110ms ease-out 0.0000001ms;
  -moz-transition: all 110ms ease-out 0.0000001ms;
  transition: all 110ms ease-out 0.0000001ms;
}
.article_page .article_body a.previous:hover {
  text-decoration: underline;
}
.article_page .article_body a.previous:hover:before {
  margin-left: 0px;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .article_page .article_body a.previous {
    visibility: hidden;
    overflow: hidden;
    height: 27px;
    width: 155px;
  }
  .article_page .article_body a.previous:after {
    visibility: visible;
    content: 'Previous';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 28px;
  }
  .article_page .article_body a.previous[data-title]:after {
    content: attr(data-title) !important;
  }
}
.article_page .article_body a.next {
  text-decoration: none;
  float: right;
  position: relative;
  min-width: 160px;
  max-width: 290px;
  padding-right: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_page .article_body a.next:after {
  position: absolute;
  right: 0;
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1px;
  visibility: visible;
  margin-left: 3px;
  margin-right: 3px;
  content: '\E290';
  color: #2D9EE0;
  -webkit-transition: all 110ms ease-out 0.0000001ms;
  -moz-transition: all 110ms ease-out 0.0000001ms;
  transition: all 110ms ease-out 0.0000001ms;
}
.article_page .article_body a.next:hover {
  text-decoration: underline;
}
.article_page .article_body a.next:hover:after {
  margin-right: 0px;
  margin-left: 6px;
}
@media screen and (max-width: 640px) {
  .article_page .article_body a.next {
    visibility: hidden;
    overflow: hidden;
    height: 27px;
    max-width: 150px;
    min-width: 150px;
  }
  .article_page .article_body a.next:before {
    visibility: visible;
    content: 'Next';
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 28px;
  }
  .article_page .article_body a.next[data-title]:before {
    content: attr(data-title) !important;
  }
  .article_page .article_body a.next:after {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
.article_page .article_body [data-show-locales]:not(.show) {
  display: none;
}
.article_page .article_body .boxed {
  padding: 25px;
  padding-top: 22px;
}
.article_page .article_body .boxed img {
  box-shadow: none;
}
.article_page .article_body .boxed h1:first-child,
.article_page .article_body .boxed h2:first-child,
.article_page .article_body .boxed h3:first-child,
.article_page .article_body .boxed .wysiwyg-font-size-large:first-child {
  margin-top: 0px;
}
.article_page .article_body .boxed a.zd_anchor:first-child + h1.anchor {
  margin-top: 0px;
}
.article_page .article_body .boxed ol {
  margin-bottom: 4px;
}
.article_page .article_body .boxed ol:last-child li:last-child {
  margin-bottom: 0px;
}
.article_page .article_body .boxed + p {
  margin-top: 22px;
}
.article_page .article_body .boxed > ul:first-child,
.article_page .article_body .boxed > ol:first-child {
  margin-top: 0px;
}
.article_page .article_body .boxed > .wysiwyg-font-size-large:first-child {
  margin-top: 0px;
}
.article_page .article_body .boxed p:last-child {
  margin-bottom: 0px;
}
.article_page .article_body .inline {
  display: inline;
}
.article_page .article_body .inline_block {
  display: inline-block;
}
.article_page .article_body .roles {
  padding: 16px 18px;
  font-size: 15px;
}
.article_page .article_body .roles:first-child {
  margin-bottom: 36px;
}
.article_page .article_body .roles b,
.article_page .article_body .roles strong {
  font-weight: 900;
}
.article_page .article_body .roles ul:last-child {
  margin-bottom: 0px;
  margin-top: 7px;
}
.article_page .article_body .roles ul:last-child li {
  margin-bottom: 2px;
}
.article_page .article_body .roles ul:last-child li b,
.article_page .article_body .roles ul:last-child li strong {
  color: #007a5a;
}
.article_page .article_body .roles ul:last-child li.ts_icon {
  list-style-type: none;
  position: relative;
}
.article_page .article_body .roles ul:last-child li.ts_icon:before {
  position: absolute;
  left: -28px;
  color: #89898B;
}
.article_page .article_body .roles ul:last-child li.ts_icon.ts_icon_channel_list:before {
  top: 1px;
}
.article_page .article_body blockquote,
.article_page .article_body .wysiwyg-indent1 {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 25px;
}
.article_page .article_body blockquote:before,
.article_page .article_body .wysiwyg-indent1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  border-radius: 2px;
  height: 100%;
  background-color: #007a5a;
}
.article_page .article_body h1,
.article_page .article_body .wysiwyg-font-size-x-large {
  font-weight: 700;
  font-size: 22px;
  color: #2C2D30;
  line-height: 27px;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.article_page .article_body h1 .wysiwyg-font-size-x-large {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article_page .article_body h2,
.article_page .article_body .wysiwyg-font-size-large {
  font-weight: 700;
  font-size: 20px;
  color: #2C2D30;
  line-height: 25px;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.article_page .article_body h3,
.article_page .article_body .wysiwyg-font-size-medium {
  font-size: small;
}
.article_page .article_body h4,
.article_page .article_body .wysiwyg-font-size-small {
  font-size: 15px;
  line-height: 26px;
  display: block;
}
.article_page .article_body .wysiwyg-color-black50 {
  color: gray;
}
.article_page .article_body .wysiwyg-text-align-center {
  text-align: center;
}
.article_page .article_body ol:not(.takeaway) {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0px;
}
.article_page .article_body ol:not(.takeaway) li {
  text-indent: -40px;
  margin-left: 40px;
  counter-increment: list;
}
.article_page .article_body ol:not(.takeaway) li:before {
  background-color: #007a5a;
  width: 24px;
  text-indent: 8px;
  padding-left: 0px;
  height: 24px;
  line-height: 24px;
  vertical-align: top;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  content: counter(list);
  margin-right: 15px;
  font-size: 14px;
}
@media print {
  .article_page .article_body ol:not(.takeaway) li:before {
    color: #ccc;
    background-color: none;
    border: 1px solid #ddd;
  }
}
.article_page .article_body ol:not(.takeaway) li:nth-child(10):before {
  text-indent: 4px;
}
.article_page .article_body ol:not(.takeaway) li:nth-child(11):before {
  text-indent: 4px;
}
.article_page .article_body ol:not(.takeaway) li:nth-child(12):before {
  text-indent: 4px;
}
.article_page .article_body ol:not(.takeaway) li:nth-child(13):before {
  text-indent: 4px;
}
.article_page .article_body ol:not(.takeaway) li:nth-child(14):before {
  text-indent: 4px;
}
.article_page .article_body ol:not(.takeaway) li:nth-child(15):before {
  text-indent: 4px;
}
.article_page .article_body ol.takeaway,
.article_page .article_body ul.takeaway {
  list-style-type: none;
  padding-left: 0px;
}
.article_page .article_body ol.takeaway li,
.article_page .article_body ul.takeaway li {
  text-indent: -40px;
  margin-left: 40px;
}
.article_page .article_body ol.takeaway li:before,
.article_page .article_body ul.takeaway li:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #007a5a;
  text-indent: -1px;
  content: '\E205';
  vertical-align: bottom;
  padding-left: 0px;
  padding-bottom: 1px;
  height: 24px;
  display: inline-block;
  margin-right: 15px;
  font-size: 25px;
}
.article_page .article_body kbd,
.article_page .article_body .key,
.article_page .article_body p kbd,
.article_page .article_body p .key {
  display: inline;
  display: inline-block;
  min-width: 1em;
  padding: .5em .6em .4em .6em;
  margin: 2px;
  font-weight: normal;
  font-size: 0.85rem;
  font-family: 'CircularPro', 'appleLogo', sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 0.6rem;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
  border: none;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #ffffff;
  border: 1px solid #ccc;
}
.article_page .article_body td .key,
.article_page .article_body td kbd {
  line-height: 0.95rem;
  border: 1px solid #ccc;
  /*
			border: 0px;
			-moz-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(200, 200, 200), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
			-webkit-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
			box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(200, 200, 200), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
			*/
}
.article_page .article_body .tip,
.article_page .article_body .note,
.article_page .article_body .bug,
.article_page .article_body .file {
  display: block;
  padding: 12px 18px 12px 65px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px;
  border-style: solid;
  line-height: 1.5rem;
  margin-top: 18px;
  margin-bottom: 18px;
  position: relative;
}
.article_page .article_body .tip b,
.article_page .article_body .note b,
.article_page .article_body .bug b,
.article_page .article_body .file b,
.article_page .article_body .tip strong,
.article_page .article_body .note strong,
.article_page .article_body .bug strong,
.article_page .article_body .file strong {
  font-weight: 900;
}
.article_page .article_body .tip:before,
.article_page .article_body .note:before,
.article_page .article_body .bug:before,
.article_page .article_body .file:before {
  content: '\E005';
  font-family: 'Slack';
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 22px;
  vertical-align: middle;
}
.article_page .article_body .tip.multiline:before,
.article_page .article_body .note.multiline:before,
.article_page .article_body .bug.multiline:before,
.article_page .article_body .file.multiline:before {
  top: 15px;
}
.article_page .article_body .tip.singleline:before,
.article_page .article_body .note.singleline:before,
.article_page .article_body .bug.singleline:before,
.article_page .article_body .file.singleline:before {
  top: 11px;
}
.article_page .article_body .tip + .wysiwyg-font-size-x-large,
.article_page .article_body .note + .wysiwyg-font-size-x-large,
.article_page .article_body .bug + .wysiwyg-font-size-x-large,
.article_page .article_body .file + .wysiwyg-font-size-x-large,
.article_page .article_body .tip + .wysiwyg-font-size-large,
.article_page .article_body .note + .wysiwyg-font-size-large,
.article_page .article_body .bug + .wysiwyg-font-size-large,
.article_page .article_body .file + .wysiwyg-font-size-large,
.article_page .article_body .tip + .wysiwyg-font-size-small,
.article_page .article_body .note + .wysiwyg-font-size-small,
.article_page .article_body .bug + .wysiwyg-font-size-small,
.article_page .article_body .file + .wysiwyg-font-size-small,
.article_page .article_body .tip + h1,
.article_page .article_body .note + h1,
.article_page .article_body .bug + h1,
.article_page .article_body .file + h1,
.article_page .article_body .tip + h2,
.article_page .article_body .note + h2,
.article_page .article_body .bug + h2,
.article_page .article_body .file + h2,
.article_page .article_body .tip + h4,
.article_page .article_body .note + h4,
.article_page .article_body .bug + h4,
.article_page .article_body .file + h4 {
  padding-top: 22px;
}
.article_page .article_body p:first-child {
  margin-top: 0px !important;
}
.article_page .article_body ins {
  text-decoration: none;
}
.article_page .article_body .note {
  border-color: #007a5a;
  background-color: #E7F6F0;
}
.article_page .article_body .note:before {
  content: '\E024';
  color: #007a5a;
}
.article_page .article_body .note.singleline:before {
  top: 12px;
}
.article_page .article_body .tip {
  border-color: #2D9EE0;
  background-color: #F0F7FB;
}
.article_page .article_body .tip:before {
  content: '\E026';
  color: #2D9EE0;
}
.article_page .article_body .bug {
  border-color: #EDB431;
  background-color: #FDF7E8;
}
.article_page .article_body .bug:before {
  content: '\E210';
  color: #EDB431;
}
.article_page .article_body .bug.singleline:before {
  top: 12px;
}
.article_page .article_body .file {
  cursor: pointer;
  border-color: #2D9EE0;
  background-color: #F0F7FB;
}
.article_page .article_body .file:before {
  content: '\E114';
  color: #2D9EE0;
  font-size: 24px;
  top: 20px;
}
.article_page .article_body .file.multiline:before {
  top: 20px;
}
.article_page .article_body .file a {
  font-weight: 900;
}
.article_page .article_body .file:hover a {
  text-decoration: underline;
}
.article_page .article_body .search_modifier {
  border-color: #007a5a;
  background-color: #E7F6F0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1px 4px 2px;
}
.article_page .article_body .blue_headline {
  font-weight: 700;
  color: #2D9EE0;
  font-size: 19.1px;
  line-height: 30px;
}
.article_page .article_body hr {
  height: 1px;
  border: none;
  color: #E5E5E5;
  background-color: #E5E5E5;
  margin: 30px auto;
}
.article_page .article_body hr.break {
  width: 60%;
  margin: 60px auto;
}
.article_page .article_body hr.break.thin {
  margin: 30px auto;
}
.article_page .article_body table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.article_page .article_body td,
.article_page .article_body th {
  border-color: #F7F7F7;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  padding: 8px 12px;
  font-size: 1rem;
}
.article_page .article_body tr:nth-child(odd) td {
  background-color: #F7F7F7;
}
.article_page .article_body tr:nth-child(odd) td:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.article_page .article_body tr:nth-child(odd) td:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.article_page .article_body tr.white td {
  background: none;
}
.article_page .article_body tr.grey td {
  background-color: #F7F7F7;
}
.article_page .article_body th {
  border-width: 1px 0;
  color: #BBB;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
}
.article_page .article_body td {
  border-width: 0 0 0px 0;
}
.article_page .article_body td.noborder {
  border-width: 0 0 0 0;
  vertical-align: top;
}
.article_page .article_footer {
  padding-left: 10px;
  padding-right: 10px;
  flex-basis: 100%;
}
.article_page .article_bottom {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
.article_page .article_bottom .article_related,
.article_page .article_bottom .article_recent {
  padding-left: 10px;
  padding-right: 10px;
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 24px;
}
.article_page .article_bottom .article_related .recent-articles h3,
.article_page .article_bottom .article_recent .recent-articles h3,
.article_page .article_bottom .article_related .related-articles h3,
.article_page .article_bottom .article_recent .related-articles h3 {
  display: none;
}
@media screen and (max-width: 610px) {
  .article_page .article_bottom .article_related,
  .article_page .article_bottom .article_recent {
    width: 100%;
  }
}
@media screen and (max-width: 610px) {
  .article_page .article_bottom .article_related {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .article_page.videos_page .article_body a.next:before {
    content: 'Next Video';
  }
  .article_page.videos_page .article_body a.previous:after {
    content: 'Previous Video';
  }
  .article_page.guide_page .article_body a.next:before {
    content: 'Next Guide';
  }
  .article_page.guide_page .article_body a.previous:after {
    content: 'Previous Guide';
  }
}
.article_page .animated_gif .still {
  transition: opacity 0.2s ease-in;
  background-color: #FFFFFF;
  position: absolute;
  opacity: 1;
}
.article_page .animated_gif .still:hover {
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .article_page .animated_gif .still {
    opacity: 0;
  }
}
.article_body .tabs {
  margin-bottom: 16px;
}
.article_body .tabs.enclosed section {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
}
.article_body .tabs.enclosed section.first_content {
  border-top-left-radius: 0px;
}
.article_body .option {
  margin: 0px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 5px 30px 4px 30px;
  color: #89898B;
}
.article_body .option.large_tab {
  padding-left: 14px;
  padding-right: 14px;
}
.article_body .option.active {
  color: #1264a3;
  border: 1px solid #E8E8E8;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #FFFFFF;
}
.article_body .option:not(.active):hover {
  color: #88919B;
}
@media screen and (max-width: 560px) {
  .article_body .option {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 380px) {
  .article_body .option {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.9rem;
    display: table-cell;
  }
}
.article_body section {
  display: block;
  border-top: 1px solid #E8E8E8;
  padding-top: 16px;
  margin-top: -1px;
  padding: 30px;
}
.article_body section ol:first-child,
.article_body section ul:first-child {
  margin-top: 0px;
}
.article_body section ol:last-child,
.article_body section ul:last-child {
  margin-bottom: 0px;
}
.article_body section ol li:last-child,
.article_body section ul li:last-child {
  margin-bottom: 0px;
}
.article_body section p:last-child {
  margin-bottom: 0px;
}
html[class*="slackhc"] .article_body section {
  display: none;
}
html[class*="slackhc"] .article_body section.active {
  display: block;
}
.article-vote {
  padding: 35px 0 45px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.article-vote .article-vote-question {
  font-weight: 700;
  text-align: center;
  display: block;
  opacity: 0;
  margin-bottom: 25px;
}
.article-vote .article-vote-question:before {
  font-family: 'Slack';
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  content: '\E024';
  vertical-align: bottom;
  margin-bottom: 1px;
  width: 25px;
  height: 25px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.article-vote .article-vote-controls {
  text-align: center;
  justify-content: center;
}
.article-vote .article-vote-controls a {
  display: inline-block;
}
.article-vote .article-feedback-form {
  display: none;
  margin-top: 30px;
  text-align: right;
}
.article-vote .article-feedback-form textarea {
  width: 100%;
  border: 1px solid #E5E5E5;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: inherit;
  line-height: 24px;
  transition-property: all;
  transition-duration: 160ms;
}
.article-vote .article-feedback-form textarea:focus {
  outline: none;
  border: 1px solid #2D9EE0;
}
.article-vote .article-feedback-form textarea:focus::-webkit-input-placeholder {
  color: #c9c9c9;
}
.article-vote .article-feedback-form textarea:focus:-moz-placeholder {
  color: #c9c9c9;
}
.article-vote .article-feedback-form textarea:focus::-moz-placeholder {
  color: #c9c9c9;
}
.article-vote .article-feedback-form textarea:focus:-ms-input-placeholder {
  color: #c9c9c9;
}
.article-vote .article-feedback-form #char_num {
  color: #aaa;
  font-size: 14px;
  float: left;
}
.article-vote .vote-err {
  display: none;
  text-align: center;
  font-size: smaller;
  margin-bottom: 0px;
}
.article-vote .vote-err i {
  vertical-align: middle;
  font-size: 20px;
}
.article-vote .vote-thanks,
.article-vote .feedback-thanks {
  display: none;
  text-align: center;
}
.article-vote .vote-thanks p,
.article-vote .feedback-thanks p {
  margin-top: 3px;
  margin-bottom: 25px;
}
.article-vote .vote-thanks p:nth-child(2),
.article-vote .feedback-thanks p:nth-child(2) {
  margin-bottom: 8px;
}
.article-vote .vote-thanks i,
.article-vote .feedback-thanks i {
  vertical-align: middle;
}
.article-vote .article-vote-up,
.article-vote .article-vote-down,
.article-vote .article-send-feedback {
  cursor: pointer;
  height: 44px;
  display: block;
  min-width: 125px;
  border: 2px solid #007a5a;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #007a5a;
  text-decoration: none;
  margin: 0 10px;
}
.article-vote .article-vote-up:after,
.article-vote .article-vote-down:after,
.article-vote .article-send-feedback:after {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 7px 0;
}
@media screen and (max-width: 480px) {
  .article-vote .article-vote-up,
  .article-vote .article-vote-down,
  .article-vote .article-send-feedback {
    width: 42%;
    height: 50px;
    line-height: 31px;
  }
}
.article-vote .article-vote-up:hover,
.article-vote .article-vote-down:hover,
.article-vote .article-send-feedback:hover {
  border: 0px;
  color: #FFFFFF;
  background-color: #007a5a;
}
.article-vote .article-vote-up:hover:after,
.article-vote .article-vote-down:hover:after,
.article-vote .article-send-feedback:hover:after {
  padding: 9px 0;
}
.article-vote .article-vote-up.article-voted,
.article-vote .article-vote-down.article-voted,
.article-vote .article-send-feedback.article-voted {
  background-color: #007a5a;
  color: #FFFFFF;
}
.article-vote .article-send-feedback {
  display: inline-block;
  min-width: 180px;
  padding: 0px 12px;
  margin-right: 0px;
  margin-top: 20px;
  color: #89898B;
  border-color: #BABBBF;
}
.article-vote .article-send-feedback:hover {
  color: #88919B;
  background-color: #FFFFFF;
  border: 2px solid #BABBBF;
}
.article-vote .article-send-feedback:hover:after {
  padding: 7px 0;
}
.article-vote .article-send-feedback:after {
  content: attr(data-caption);
}
.article-vote .article-send-feedback.allowed {
  background-color: #2D9EE0;
  color: #FFFFFF;
  border: 0px;
}
.article-vote .article-send-feedback.allowed:after {
  padding: 9px 0;
}
.article-vote .article-send-feedback.allowed:hover {
  border: none;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.25);
}
.article-vote .article-vote-up:after,
.article-vote .article-vote-down:after {
  content: attr(data-caption);
}
.article-vote .get-support {
  text-align: left;
}
.article-vote .article-vote-count {
  display: none;
}
.recent-articles h3 {
  margin: 0 0 10px;
  text-transform: capitalize;
}
.recent-articles ul {
  margin: 0;
  padding-left: 20px;
}
.recent-articles li {
  line-height: 21px;
  margin-bottom: 12px;
}
.related-articles h3 {
  margin: 0 0 10px;
  text-transform: capitalize;
}
.related-articles ul {
  margin: 0;
  padding-left: 20px;
}
.related-articles li {
  line-height: 21px;
  margin-bottom: 12px;
}
.breadcrumbs {
  margin: 0;
  margin-right: 1px;
  list-style: none;
  padding: 0;
  display: inline-block;
}
.breadcrumbs li:first-child:before {
  content: none;
  padding: 0;
}
.breadcrumbs li {
  color: #7D7D7D;
  font-size: 15px;
  display: inline-block;
}
.breadcrumbs li:before {
  content: ">";
  color: #CACACA;
  padding: 0 0px;
}
.breadcrumbs li:nth-child(3) {
  display: none;
}
.article_breadcrumbs_container .breadcrumbs li:nth-child(3) {
  display: inline-block;
}
body.yt_noscroll {
  overflow-y: hidden;
}
*[data-yt] {
  cursor: pointer;
  position: relative;
}
*[data-yt]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  max-width: 167px;
  max-height: 166px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/hc/theming_assets/01HZKXK6BNBMZV6YJSD3339NN4);
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  *[data-yt]:after {
    background-image: url(/hc/theming_assets/01HZKXKAQ9BF88E18GRAPRSNYJ);
  }
}
*[data-yt].video_is:after {
  width: 167px;
  height: 166px;
}
*[data-yt]:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media screen and (min-width: 700px) {
  *[data-yt]:active:after {
    top: 51.5%;
  }
}
#yt_player {
  display: none;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
}
#yt_player #yt_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  cursor: pointer;
  text-align: center;
  font-size: 0.8rem;
}
#yt_player #yt_close:hover {
  background-color: #E8E8E8;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#yt_player #yt_close:before {
  margin-top: 22px;
  line-height: 8px;
  font-size: 30px;
  display: block;
}
#yt_player.theme_dark {
  background-color: #000;
}
#yt_player.theme_dark #yt_close {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  color: #fff;
}
#yt_player.theme_dark #yt_close:before {
  color: #fff;
}
#yt_player.theme_dark #yt_close:hover {
  -webkit-opacity: 0.23;
  -moz-opacity: 0.23;
  opacity: 0.23;
  color: #000;
}
#yt_player.theme_dark #yt_close:hover:before {
  color: #000;
}
#yt_player.theme_grey {
  background-color: #f5f5f5;
}
#yt_player .letter_box_holder {
  width: 85%;
  padding-bottom: 47.8125%;
  height: 0;
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #yt_player .letter_box_holder {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
#yt_player .letter_box_holder iframe,
#yt_player .letter_box_holder object,
#yt_player .letter_box_holder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error_page .error_container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
  padding-bottom: 25px;
}
@media screen and (max-width: 470px) {
  .error_page .error_container {
    display: block;
  }
}
.error_page .category_list {
  display: none;
}
@media screen and (max-width: 800px) {
  .error_page .category_list {
    display: block;
    height: 53px;
  }
}
.error_page .slackbot_error {
  flex: none;
  min-width: 281px;
  min-height: 287px;
  margin-right: 20px;
  background-image: url(/hc/theming_assets/01HZKXKDVFN9NAAA3X37DEEWVE);
  background-size: contain;
  background-position: 0px 60px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .error_page .slackbot_error {
    min-width: auto;
    margin-right: 0px;
    width: 30%;
  }
}
@media screen and (max-width: 470px) {
  .error_page .slackbot_error {
    display: block;
    min-height: 120px;
    width: 100%;
    background-position: top center;
  }
}
.error_page .slackbot_says {
  flex: 1;
  font-size: 17.1px;
  line-height: 29px;
  padding: 20px;
}
.error_page .submit-a-request {
  margin-top: 10px;
  font-weight: 700;
  background-color: #2ab27b;
  display: inline-block;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 17px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 15px;
}
.error_page .submit-a-request:hover {
  text-decoration: none;
}
.error_page .promoted-articles {
  padding: 0px;
  margin-top: 30px;
}
.error_page .promoted-articles ul {
  border-bottom: 0px;
}
.error_page .promoted-articles li {
  float: left;
  width: 50%;
  list-style-position: inside;
  max-height: 22px;
  overflow: hidden;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 18px;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .error_page .promoted-articles li {
    width: 100%;
  }
}
.pagination {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 620px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.pagination .pagination_container {
  margin: 0px auto;
}
.pagination * {
  display: inline-block;
}
.pagination li {
  border-radius: 6px;
  min-width: 26px;
  height: 26px;
}
.pagination li:hover {
  background-color: #EBF6FD;
}
.pagination li a,
.pagination li span {
  color: inherit;
  font-size: 1rem;
  color: #555459;
  text-decoration: none;
  min-width: 26px;
}
.pagination li a:hover,
.pagination li span:hover {
  text-decoration: none;
  border-radius: 7px;
}
.pagination li.pagination-current {
  background-color: #2D9EE0;
  color: #FFFFFF;
}
.pagination li.pagination-current a,
.pagination li.pagination-current span {
  color: #FFFFFF;
}
.pagination li.pagination-current a:hover,
.pagination li.pagination-current span:hover {
  background-color: #2D9EE0;
}
.pagination li.pagination-next a,
.pagination li.pagination-last a,
.pagination li.pagination-first a,
.pagination li.pagination-prev a {
  margin-top: -2px;
  font-family: 'Slack';
  font-size: 17.1px;
}
/* add ts_icons to specific sections */
.section-tree i.ts_icon,
.section-tree-with-article i.ts_icon {
  color: #4A4A4A;
}
.section-tree i.trending,
.section-tree-with-article i.trending {
  margin-left: 5px;
}
.section-tree i.trending:before,
.section-tree-with-article i.trending:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 8px;
  width: 25px;
  height: 22px;
  background-image: url(/hc/theming_assets/01HZKXK4B2JF9509VXHDFJ1KWC);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.section-tree i.trending:before,
.section-tree-with-article i.trending:before {
  top: 3px;
  height: 16px;
}
.section-tree .article-promoted a,
.section-tree-with-article .article-promoted a {
  padding-right: 30px;
  display: inline-table;
}
.section-tree .article-promoted a:after,
.section-tree-with-article .article-promoted a:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 8px;
  width: 25px;
  height: 22px;
  background-image: url(/hc/theming_assets/01HZKXK4B2JF9509VXHDFJ1KWC);
  background-size: 18px 14px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.section-tree .article-promoted a:after,
.section-tree-with-article .article-promoted a:after {
  height: 15px;
  top: 3px;
  margin-right: -30px;
}
.section-tree h2,
.section-tree-with-article h2 {
  /* ---- Old Icons ----- */
  /* Account */
  /* Messages */
  /* Channels */
  /* Notifications */
  /* Apps */
  /* Files */
  /* Tools */
  /* App Directory */
  /* Policies */
  /* Team */
  /* Access */
  /* Members */
  /* Impors */
  /* Billing */
  /* Extras */
  /* Additional */
  /* Known */
  /* Getting Started Icons (New) */
  /* Intro to slack */
  /* Explore plans & features */
  /* Create a new workspace */
  /* Join an existing workspace */
  /* Understand roles & permissions */
  /* Download the Slack app */
  /* Using Slack Section Icons (new) */
  /* Work in channels */
  /* Send messages */
  /* Make calls &amp; share your screen */
  /* Share files & images */
  /* Search in Slack */
  /* Shortcuts & commands */
  /* Your Profile and Preferences Section Icons (new) */
  /* Access your account */
  /* Manage your profile */
  /* Set your preferences */
  /* Adjust your notifications  */
  /* Add tools section icons (new) */
  /* Get to know the App Directory */
  /* Automate tasks in Slack */
  /* Connect apps & services */
  /* Build custom tools */
  /* Team Administration Section Icons (new) */
  /* Adjust settings & permissions */
  /* Customize your workspace */
  /* Manage members */
  /* Configure access & security */
  /* Manage billing, payments, & plans */
  /* Understand exports & data */
  /* Tips & tricks Section Icons (new) */
  /* Tips & tricks */
  /* Success Strategies */
  /* Launch Enterprise Grid to your company  */
  /* Role-based Slack strategies */
}
.section-tree h2:before,
.section-tree-with-article h2:before,
.section-tree h2 a:before,
.section-tree-with-article h2 a:before {
  font-family: 'Slack';
  font-size: 28px;
  /* icon has been designed for a base font-size of 20px */
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  margin-right: 8px;
}
.section-tree h2[title*="Account"]:before,
.section-tree-with-article h2[title*="Account"]:before,
.section-tree h2[data-id="200340986"]:before,
.section-tree-with-article h2[data-id="200340986"]:before {
  content: '\E003';
  color: #2D9EE0;
}
.section-tree h2[title*="Messages"]:before,
.section-tree-with-article h2[title*="Messages"]:before,
.section-tree h2[data-id="200986157"]:before,
.section-tree-with-article h2[data-id="200986157"]:before {
  content: '\E004';
  color: #2ab27b;
  margin-top: 1px;
  vertical-align: top;
}
.section-tree h2[title*="Channels"]:before,
.section-tree-with-article h2[title*="Channels"]:before,
.section-tree h2[data-id="200332146"]:before,
.section-tree-with-article h2[data-id="200332146"]:before {
  content: '\E047';
  color: #DFA941;
}
.section-tree h2[title*="Notifications"]:before,
.section-tree-with-article h2[title*="Notifications"]:before,
.section-tree h2[data-id="200331823"]:before,
.section-tree-with-article h2[data-id="200331823"]:before {
  content: '\E034';
  color: #eb4d5c;
}
.section-tree h2[title*="Apps"]:before,
.section-tree-with-article h2[title*="Apps"]:before,
.section-tree h2[data-id="200986167"]:before,
.section-tree-with-article h2[data-id="200986167"]:before {
  content: '\E013';
  color: #7D60C5;
}
.section-tree h2[title*="Files"]:before,
.section-tree-with-article h2[title*="Files"]:before,
.section-tree h2[data-id="200986177"]:before,
.section-tree-with-article h2[data-id="200986177"]:before {
  content: '\E059';
  color: #2D9EE0;
}
.section-tree h2[title*="Tools"]:before,
.section-tree-with-article h2[title*="Tools"]:before,
.section-tree h2[data-id="201005238"]:before,
.section-tree-with-article h2[data-id="201005238"]:before {
  content: '\E057';
  color: #2ab27b;
}
.section-tree h2[title*="App Directory"]:before,
.section-tree-with-article h2[title*="App Directory"]:before,
.section-tree h2[data-id="200330106"]:before,
.section-tree-with-article h2[data-id="200330106"]:before {
  content: '\E040';
  color: #DFA941;
}
.section-tree h2[title*="Policies"]:before,
.section-tree-with-article h2[title*="Policies"]:before,
.section-tree h2[data-id="200320248"]:before,
.section-tree-with-article h2[data-id="200320248"]:before {
  content: '\E112';
  color: #eb4d5c;
}
.section-tree h2[title*="Team"]:before,
.section-tree-with-article h2[title*="Team"]:before,
.section-tree h2[data-id="200320067"]:before,
.section-tree-with-article h2[data-id="200320067"]:before {
  content: '\E020';
  color: #2D9EE0;
}
.section-tree h2[title*="Access"]:before,
.section-tree-with-article h2[title*="Access"]:before,
.section-tree h2[data-id="203730277"]:before,
.section-tree-with-article h2[data-id="203730277"]:before {
  content: '\E029';
  color: #7D60C5;
}
.section-tree h2[title*="Members"]:before,
.section-tree-with-article h2[title*="Members"]:before,
.section-tree h2[data-id="200677536"]:before,
.section-tree-with-article h2[data-id="200677536"]:before {
  content: '\E017';
  color: #2ab27b;
}
.section-tree h2[title*="Imports"]:before,
.section-tree-with-article h2[title*="Imports"]:before,
.section-tree h2[data-id="201005328"]:before,
.section-tree-with-article h2[data-id="201005328"]:before {
  content: '\E101';
  color: #DFA941;
}
.section-tree h2[title*="Billing"]:before,
.section-tree-with-article h2[title*="Billing"]:before,
.section-tree h2[data-id="200677526"]:before,
.section-tree-with-article h2[data-id="200677526"]:before {
  content: '\E042';
  color: #eb4d5c;
}
.section-tree h2[title*="Additional"]:before,
.section-tree-with-article h2[title*="Additional"]:before,
.section-tree h2[data-id="203606107"]:before,
.section-tree-with-article h2[data-id="203606107"]:before {
  content: '\E007';
  color: #2D9EE0;
}
.section-tree h2[title*="Known"]:before,
.section-tree-with-article h2[title*="Known"]:before,
.section-tree h2[data-id="203770778"]:before,
.section-tree-with-article h2[data-id="203770778"]:before {
  content: '\E024';
  color: #2ab27b;
}
.section-tree h2[title^="Intro"]:before,
.section-tree-with-article h2[title^="Intro"]:before,
.section-tree h2[data-id="360000110083"]:before,
.section-tree-with-article h2[data-id="360000110083"]:before {
  font-family: 'Slack v2';
  content: '\E80A';
  color: #2D9EE0;
}
.section-tree h2[title^="Explore"]:before,
.section-tree-with-article h2[title^="Explore"]:before,
.section-tree h2[data-id="360000110103"]:before,
.section-tree-with-article h2[data-id="360000110103"]:before {
  content: '\E123';
  color: #2ab27b;
}
.section-tree h2[title^="Create"]:before,
.section-tree-with-article h2[title^="Create"]:before,
.section-tree h2[data-id="360000111026"]:before,
.section-tree-with-article h2[data-id="360000111026"]:before {
  content: '\E183';
  color: #DFA941;
}
.section-tree h2[title^="Join"]:before,
.section-tree-with-article h2[title^="Join"]:before,
.section-tree h2[data-id="360000111046"]:before,
.section-tree-with-article h2[data-id="360000111046"]:before {
  content: '\E006';
  color: #eb4d5c;
}
.section-tree h2[title*="roles"]:before,
.section-tree-with-article h2[title*="roles"]:before,
.section-tree h2[data-id="360000111066"]:before,
.section-tree-with-article h2[data-id="360000111066"]:before {
  content: '\E035';
  color: #7D60C5;
}
.section-tree h2[title^="Download"]:before,
.section-tree-with-article h2[title^="Download"]:before,
.section-tree h2[data-id="360000110123"]:before,
.section-tree-with-article h2[data-id="360000110123"]:before {
  content: '\E019';
  color: #2D9EE0;
}
.section-tree h2[title^="Work"]:before,
.section-tree-with-article h2[title^="Work"]:before,
.section-tree h2[data-id="360000110143"]:before,
.section-tree-with-article h2[data-id="360000110143"]:before {
  content: '\E047';
  color: #2D9EE0;
}
.section-tree h2[title^="Send"]:before,
.section-tree-with-article h2[title^="Send"]:before,
.section-tree h2[data-id="360000111086"]:before,
.section-tree-with-article h2[data-id="360000111086"]:before {
  content: '\E004';
  color: #2ab27b;
}
.section-tree h2[title^="Make"]:before,
.section-tree-with-article h2[title^="Make"]:before,
.section-tree h2[data-id="360000111106"]:before,
.section-tree-with-article h2[data-id="360000111106"]:before {
  content: '\E092';
  color: #DFA941;
}
.section-tree h2[title^="Share"]:before,
.section-tree-with-article h2[title^="Share"]:before,
.section-tree h2[data-id="360000110163"]:before,
.section-tree-with-article h2[data-id="360000110163"]:before {
  content: '\E038';
  color: #eb4d5c;
}
.section-tree h2[title^="Search"]:before,
.section-tree-with-article h2[title^="Search"]:before,
.section-tree h2[data-id="360000110183"]:before,
.section-tree-with-article h2[data-id="360000110183"]:before {
  content: '\E010';
  color: #7D60C5;
}
.section-tree h2[title^="Shortcuts"]:before,
.section-tree-with-article h2[title^="Shortcuts"]:before,
.section-tree h2[data-id="360000779752"]:before,
.section-tree-with-article h2[data-id="360000779752"]:before {
  content: '\E175';
  color: #2D9EE0;
}
.section-tree h2[title^="Access"]:before,
.section-tree-with-article h2[title^="Access"]:before,
.section-tree h2[data-id="360000110223"]:before,
.section-tree-with-article h2[data-id="360000110223"]:before {
  content: '\E022';
  color: #2D9EE0;
}
.section-tree h2[title^="Manage"]:before,
.section-tree-with-article h2[title^="Manage"]:before,
.section-tree h2[data-id="360000111146"]:before,
.section-tree-with-article h2[data-id="360000111146"]:before {
  content: '\E003';
  color: #2ab27b;
}
.section-tree h2[title^="Set"]:before,
.section-tree-with-article h2[title^="Set"]:before,
.section-tree h2[data-id="360000111166"]:before,
.section-tree-with-article h2[data-id="360000111166"]:before {
  content: '\E021';
  color: #DFA941;
}
.section-tree h2[title^="Adjust"]:before,
.section-tree-with-article h2[title^="Adjust"]:before,
.section-tree h2[data-id="360000110243"]:before,
.section-tree-with-article h2[data-id="360000110243"]:before {
  content: '\E015';
  color: #eb4d5c;
}
.section-tree h2[title^="Get"]:before,
.section-tree-with-article h2[title^="Get"]:before,
.section-tree h2[data-id="360000111186"]:before,
.section-tree-with-article h2[data-id="360000111186"]:before {
  content: '\E036';
  color: #2D9EE0;
}
.section-tree h2[title^="Automate"]:before,
.section-tree-with-article h2[title^="Automate"]:before,
.section-tree h2[data-id="360000111206"]:before,
.section-tree-with-article h2[data-id="360000111206"]:before {
  content: '\E011';
  color: #2ab27b;
}
.section-tree h2[title^="Connect"]:before,
.section-tree-with-article h2[title^="Connect"]:before,
.section-tree h2[data-id="360000110263"]:before,
.section-tree-with-article h2[data-id="360000110263"]:before {
  content: '\E074';
  color: #DFA941;
}
.section-tree h2[title^="Build"]:before,
.section-tree-with-article h2[title^="Build"]:before,
.section-tree h2[data-id="360000111226"]:before,
.section-tree-with-article h2[data-id="360000111226"]:before {
  content: '\E057';
  color: #eb4d5c;
}
.section-tree h2[title^="Adjust"]:before,
.section-tree-with-article h2[title^="Adjust"]:before,
.section-tree h2[data-id="360000110283"]:before,
.section-tree-with-article h2[data-id="360000110283"]:before {
  content: '\E185';
  color: #2D9EE0;
}
.section-tree h2[title^="Customize"]:before,
.section-tree-with-article h2[title^="Customize"]:before,
.section-tree h2[data-id="360000777951"]:before,
.section-tree-with-article h2[data-id="360000777951"]:before {
  content: '\E094';
  color: #2ab27b;
}
.section-tree h2[title*="members"]:before,
.section-tree-with-article h2[title*="members"]:before,
.section-tree h2[data-id="360000110303"]:before,
.section-tree-with-article h2[data-id="360000110303"]:before {
  content: '\E017';
  color: #DFA941;
}
.section-tree h2[title^="Configure"]:before,
.section-tree-with-article h2[title^="Configure"]:before,
.section-tree h2[data-id="360000110323"]:before,
.section-tree-with-article h2[data-id="360000110323"]:before {
  content: '\E029';
  color: #eb4d5c;
}
.section-tree h2[title*="billing"]:before,
.section-tree-with-article h2[title*="billing"]:before,
.section-tree h2[data-id="360000111266"]:before,
.section-tree-with-article h2[data-id="360000111266"]:before {
  content: '\E042';
  color: #7D60C5;
}
.section-tree h2[title*="exports"]:before,
.section-tree-with-article h2[title*="exports"]:before,
.section-tree h2[data-id="360000110343"]:before,
.section-tree-with-article h2[data-id="360000110343"]:before {
  content: '\E080';
  color: #2D9EE0;
}
.section-tree h2[title^="Tips"]:before,
.section-tree-with-article h2[title^="Tips"]:before,
.section-tree h2[data-id="360000110363"]:before,
.section-tree-with-article h2[data-id="360000110363"]:before {
  content: '\E026';
  color: #2D9EE0;
}
.section-tree h2[title^="Success"]:before,
.section-tree-with-article h2[title^="Success"]:before,
.section-tree h2[data-id="360000777491"]:before,
.section-tree-with-article h2[data-id="360000777491"]:before {
  content: '\E141';
  color: #2ab27b;
}
.section-tree h2[title*="Enterprise"]:before,
.section-tree-with-article h2[title*="Enterprise"]:before,
.section-tree h2[data-id="360000110383"]:before,
.section-tree-with-article h2[data-id="360000110383"]:before {
  content: '\E183';
  color: #DFA941;
}
.section-tree h2[title^="Role"]:before,
.section-tree-with-article h2[title^="Role"]:before,
.section-tree h2[data-id="360000110403"]:before,
.section-tree-with-article h2[data-id="360000110403"]:before {
  content: '\E001';
  color: #eb4d5c;
}
h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 33px;
}
ul,
ol {
  padding-left: 0;
  color: #89898B;
}
a {
  text-decoration: none;
  color: #1264a3;
}
a:hover {
  text-decoration: underline;
  color: #1264a3;
}
.zEWidget-launcher {
  display: none;
}
html[lang^="en"] .zEWidget-launcher {
  display: block;
}
/*
	WARNING:
	A lot of what you read below was taken from various files in webapp.
	The reason for this is many:
	1) There is no shared CSS module that we can pull down and use right now.
		It'd be great in the future to make this happen.
	2) There's a bit of a time crunch to get the rebrand stuff finished.
	3) As part of the rebrand effort, it was asked of us that we make the HC footer match the .com footer,
		and the fastest way to do that is to copy/paste/tweak.
*/
.larsseit {
  font-family: 'Larsseit', 'CircularPro', 'appleLogo', sans-serif;
}
.circular {
  font-family: 'CircularPro', 'appleLogo', sans-serif;
}
body {
  font-family: 'CircularPro', 'appleLogo', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #454245;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Larsseit', 'CircularPro', 'appleLogo', sans-serif;
  color: #1d1c1d;
}
p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 700px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
/* Specific text color overrides */
.intro_cards .card .tile {
  color: #1d1c1d;
}
.intro_cards .card .tile .card_description {
  color: #454245;
}
.intro_cards .card_title {
  color: #1d1c1d;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 700px) {
  .intro_cards .card_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.section-tree-with-article .section h2,
.section_page .section h2 {
  color: #1d1c1d;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 700px) {
  .section-tree-with-article .section h2,
  .section_page .section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.article_page .article_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
@media screen and (max-width: 700px) {
  .article_page .article_title {
    font-size: 28px;
    line-height: 32px;
  }
}
.article_page .article_body h1,
.article_page .article_body h2,
.article_page .article_body .wysiwyg-font-size-large,
.article_page .article_body .wysiwyg-font-size-x-large {
  color: #1d1c1d;
}
.article_page .article_body .wysiwyg-font-size-large {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 700px) {
  .article_page .article_body .wysiwyg-font-size-large {
    font-size: 18px;
    line-height: 24px;
  }
}
.article_page .article_body .wysiwyg-font-size-x-large {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 700px) {
  .article_page .article_body .wysiwyg-font-size-x-large {
    font-size: 20px;
    line-height: 24px;
  }
}
.article_page .article_body .roles {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 700px) {
  .article_page .article_body .roles {
    font-size: 16px;
    line-height: 26px;
  }
}
.article_page .article_container {
  font-size: 16px;
}
.article_page .article_container .article_body ul li,
.article_page .article_container .article_body ol li {
  font-size: 16px;
}
.video_page h2 {
  color: #1d1c1d;
}
.video_page .video_grid .video_cell h1 {
  color: #1d1c1d;
}
.slack_tips ul.slack_tips_list {
  color: #696969;
}
.slack_tips .slack_tips_item_content p {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 700px) {
  .slack_tips .slack_tips_item_content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.search_title {
  font-weight: 700;
  font-size: 56px;
  line-height: 62px;
}
@media screen and (max-width: 700px) {
  .search_title {
    font-size: 32px;
    line-height: 36px;
  }
}
.banner .banner_title {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
}
@media screen and (max-width: 700px) {
  .banner .banner_title {
    font-size: 32px;
    line-height: 36px;
  }
}
.banner .banner_desc {
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 700px) {
  .banner .banner_desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.breadcrumbs li {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 700px) {
  .breadcrumbs li {
    font-size: 14px;
    line-height: 20px;
  }
}
.section_menu li,
.section-list li {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 700px) {
  .section_menu li,
  .section-list li {
    font-size: 16px;
    line-height: 26px;
  }
}
.header .header_title {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  border-color: #fff;
}
.header.header_white .header_title {
  color: #1d1c1d;
  border-color: #454245;
}
.search-results-column .search-result {
  font-size: 16px;
}
.search-results-column .search-result-description {
  color: #454245;
}
.btn {
  background-color: #007a5a;
}
.o-content-container {
  margin: 0 auto;
  padding: 0 8vw;
}
@media screen and (min-width: 48rem) {
  .o-content-container {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 84.875rem) {
  .o-content-container {
    padding: 0;
  }
}
@media screen and (min-width: 84.875rem) {
  .o-content-container {
    max-width: 76.875rem;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .o-content-container.v--only-desktop {
    padding: 0;
  }
}
@media screen and (min-width: 84.875rem) {
  .o-content-container.v--only-desktop {
    max-width: 76.875rem;
  }
}
.v--centered {
  align-items: center;
}
.c-slackhash {
  margin-top: 0;
}
.c-nav--footer__listitem.english-only {
  display: none;
}
.c-nav--footer__listitem.english-only[data-locale='en-us'] {
  display: list-item;
}
.c-footer--wrap {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
@supports (display: grid) and (grid-template-columns: repeat(3, 1fr)) and (grid-row-gap: 1%) and (grid-gap: 1%) and (grid-column-gap: 1%) {
  .c-footer--wrap {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  @media screen and (min-width: 48rem) {
    .c-footer--wrap {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
@media screen and (min-width: 48rem) {
  .c-footer--wrap {
    flex-direction: row;
    width: 82.92682927%;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 64rem) {
  .c-footer--wrap {
    width: 65.85365854%;
  }
}
.c-footer--wrap:lang(en) {
  flex-wrap: wrap;
  flex-direction: row;
}
@supports (display: grid) and (grid-template-columns: repeat(3, 1fr)) and (grid-row-gap: 1%) and (grid-gap: 1%) and (grid-column-gap: 1%) {
  .c-footer--wrap:lang(en) {
    grid-template-columns: repeat(2, 1fr);
  }
  @media screen and (min-width: 48rem) {
    .c-footer--wrap:lang(en) {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.c-nav {
  width: 100%;
  padding: 0;
}
.c-nav.v--sticky.is-stuck {
  position: fixed;
  z-index: 999;
  top: 70px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: none;
}
.c-nav--footer {
  border-top: 1px solid #ebeaeb;
}
.c-nav--footer a {
  color: #696969;
  border: none;
}
.c-nav--footer a:hover {
  color: #1264a3;
}
.c-nav--footer a:hover .c-nav--footer__svgicon {
  fill: #1264a3;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-nav--footer__menu {
  padding: 2rem 0;
}
@media screen and (min-width: 64rem) {
  .c-nav--footer__menu {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.c-nav--footer__block {
  flex: 1 1 50%;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__block {
    flex: 1 1 auto;
  }
}
.c-nav--footer__metasocial {
  background-color: #f5f5f5;
  clear: both;
  text-align: center;
}
.c-nav--footer__metasocial:after {
  content: '';
  clear: both;
  display: table;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__metasocial {
    text-align: left;
  }
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__metasocial > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-nav--footer__metasocial .c-nav__list {
  width: 100%;
  font-size: 0;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__metasocial .c-nav__list {
    width: auto;
    margin-left: 0;
  }
}
.c-nav--footer__metasocial .c-nav__list:last-child {
  float: left;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__metasocial .c-nav__list:last-child {
    margin-top: 0;
    margin-right: 0;
    float: right;
  }
}
.c-nav--footer__list {
  list-style: none;
  margin: 0;
}
.c-nav--footer__listheader,
.c-nav--footer__listitem a {
  display: inline-block;
  padding: 0.75rem 0;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__listheader,
  .c-nav--footer__listitem a {
    padding: 0.55rem 0;
  }
}
.c-nav--footer__listitem {
  font-family: 'CircularPro', 'appleLogo', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1rem;
}
@media screen and (min-width: 25rem) {
  .c-nav--footer__listitem {
    font-size: calc(1rem + (-2 * (100vw - 400px) / 624));
  }
}
@media screen and (min-width: 64rem) {
  .c-nav--footer__listitem {
    font-size: 0.875rem;
  }
}
.c-nav--footer__listitem--meta,
.c-nav--footer__listitem--social {
  display: inline-block;
  padding: 1rem 0;
}
.c-nav--footer__listitem--meta a,
.c-nav--footer__listitem--social a {
  color: #454245;
  border: none;
  vertical-align: middle;
}
.v--left .c-nav--footer__listitem--meta a:first-child,
.v--left .c-nav--footer__listitem--social a:first-child {
  padding-left: 0;
}
.v--right .c-nav--footer__listitem--meta a:last-child,
.v--right .c-nav--footer__listitem--social a:last-child {
  padding-right: 0;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__listitem--meta,
  .c-nav--footer__listitem--social {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.c-nav--footer__listitem--meta {
  margin-right: 1rem;
}
.c-nav--footer__listitem--meta:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__listitem--meta {
    margin-bottom: 0;
  }
}
.c-nav--footer__listitem--meta.v--center:lang(fr),
.c-nav--footer__listitem--meta.v--center:lang(de),
.c-nav--footer__listitem--meta.v--center:lang(es) {
  margin-right: 0;
  padding: 1rem;
  display: block;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__listitem--meta.v--center:lang(fr),
  .c-nav--footer__listitem--meta.v--center:lang(de),
  .c-nav--footer__listitem--meta.v--center:lang(es) {
    display: inline-block;
    padding: 2rem 0;
    margin-right: 1rem;
  }
}
.c-nav--footer__listitem--meta a {
  font-family: 'CircularPro', 'appleLogo', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1rem;
}
@media screen and (min-width: 25rem) {
  .c-nav--footer__listitem--meta a {
    font-size: calc(1rem + (-2 * (100vw - 400px) / 624));
  }
}
@media screen and (min-width: 64rem) {
  .c-nav--footer__listitem--meta a {
    font-size: 0.875rem;
  }
}
.c-nav--footer__listitem--social {
  margin-left: 1rem;
}
.c-nav--footer__listitem--social:first-child {
  margin-left: 0;
}
.c-nav--footer__listitem--social:first-child a {
  padding-left: 0;
}
@media screen and (min-width: 48rem) {
  .c-nav--footer__listitem--social:first-child a {
    padding-left: 1.5rem;
  }
}
.c-nav--footer__listheader {
  font-family: 'CircularPro', 'appleLogo', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 1rem;
  text-transform: uppercase;
  color: #454245;
}
@media screen and (min-width: 25rem) {
  .c-nav--footer__listheader {
    font-size: calc(1rem + (-2 * (100vw - 400px) / 624));
  }
}
@media screen and (min-width: 64rem) {
  .c-nav--footer__listheader {
    font-size: 0.875rem;
  }
}
.c-nav--footer__listheader,
.c-nav--footer__listheader:lang(de),
.c-nav--footer__listheader:lang(ja) {
  margin: 0;
}
.c-nav--footer__svgicon {
  fill: #454245;
}
@media screen and (min-width: 64rem) {
  .c-nav--footer.v--minimal .c-nav--footer__menu {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c-nav--footer.v--minimal .c-nav--footer__row {
  display: flex;
  justify-content: space-between;
}
.c-nav--footer.v--minimal .c-nav__list {
  display: inline;
  font-size: 0;
  margin: 0;
}
.c-nav--footer.v--minimal .c-nav--footer__listitem--social {
  padding: 1.5rem 0;
}
html[lang^="fr"] .search_title {
  font-size: 38px;
}
html[lang^="fr"] .intro_cards .card_description {
  max-width: 355px;
}
html[lang^="fr"] .article_page .article_bottom h3 {
  font-size: 21px;
}
@media screen and (max-width: 940px) {
  html[lang^="fr"] .banner {
    padding-top: 85px;
  }
  html[lang^="fr"] .banner .banner_title {
    font-size: 45px;
  }
}
html[lang^="fr"] .video_page .video_cell.g5 .img {
  background-position: top 30px center;
}
html[lang^="fr"] .video_page .video_cell.g5 .hoverlay {
  padding-top: 40px;
}
html[lang^="fr"] .header_search #query::-webkit-input-placeholder {
  tex-indent: 56px;
}
html[lang^="fr"] .header_search #query:-moz-placeholder {
  tex-indent: 56px;
}
html[lang^="fr"] .header_search #query::-moz-placeholder {
  tex-indent: 56px;
}
html[lang^="fr"] .header_search #query:-ms-input-placeholder {
  tex-indent: 56px;
}
html[lang^="fr"] .related-articles h3 {
  text-transform: none;
}
html[lang^="fr"] .recent-articles h3 {
  text-transform: none;
}
html[lang^="fr"] .slack_tips_list .slack_tips_item:nth-child(1) {
  width: 32%;
}
html[lang^="fr"] .slack_tips_list .slack_tips_item:nth-child(2) {
  width: 32%;
}
html[lang^="fr"] .slack_tips_list .slack_tips_item:nth-child(3) {
  width: 35%;
}
html[lang^="fr"] .header {
  /* Logo and text consume too much space for french on the left */
}
html[lang^="fr"] .header .header_nav {
  width: 72%;
}
@media (max-width: 1250px) {
  html[lang^="fr"] .header .header_nav {
    width: auto;
  }
}
html[lang="de"] .search_title {
  font-size: 40px;
}
html[lang="de"] .article_page .article_bottom h3 {
  font-size: 21px;
}
html[lang="de"] .header_search #query::-webkit-input-placeholder {
  text-indent: 0px;
}
html[lang="de"] .header_search #query:-moz-placeholder {
  text-indent: 0px;
}
html[lang="de"] .header_search #query::-moz-placeholder {
  text-indent: 0px;
}
html[lang="de"] .header_search #query:-ms-input-placeholder {
  text-indent: 0px;
}
html[lang="de"] .related-articles h3 {
  text-transform: none;
}
html[lang="de"] .recent-articles h3 {
  text-transform: none;
}
html[lang="de"] .slack_tips_list .slack_tips_item:nth-child(1) {
  width: 29%;
}
html[lang="de"] .slack_tips_list .slack_tips_item:nth-child(2) {
  width: 33%;
}
html[lang="de"] .slack_tips_list .slack_tips_item:nth-child(3) {
  width: 37%;
}
html[lang="de"] .banner .banner_title {
  font-size: 45px;
}
@media (max-width: 1287px) {
  html[lang="de"] .header .header_search {
    display: none;
  }
}
@media (max-width: 1287px) {
  html[lang="de"] .header .header_nav {
    width: auto;
  }
  html[lang="de"] .header .header_nav .submit-a-request,
  html[lang="de"] .header .header_nav .create-workspace {
    display: none;
  }
  html[lang="de"] .header .header_nav .loc > .dropdown {
    margin-right: 0px;
  }
}
@media (max-width: 1287px) {
  html[lang="de"] .header .menu_nav {
    display: block;
  }
}
html[lang^="ja"] .search_title {
  font-size: 50px;
  line-height: 60px;
}
html[lang^="ja"] .banner .banner_title {
  font-size: 45px;
}
html[lang^="ja"] .header_search #query::-webkit-input-placeholder {
  text-indent: 5px;
}
html[lang^="ja"] .header_search #query:-moz-placeholder {
  text-indent: 5px;
}
html[lang^="ja"] .header_search #query::-moz-placeholder {
  text-indent: 5px;
}
html[lang^="ja"] .header_search #query:-ms-input-placeholder {
  text-indent: 5px;
}
html[lang="es"] .search_title {
  font-size: 39px;
  line-height: 50px;
}
html[lang="es"] .search_topics strong {
  display: block;
}
html[lang="es"] .article_page .article_bottom h3 {
  font-size: 21px;
}
html[lang="es"] .card_description {
  max-width: 320px;
}
html[lang="es"] .banner .banner_title {
  font-size: 45px;
}
@media screen and (max-width: 940px) {
  html[lang="es"] .banner {
    padding-top: 85px;
  }
  html[lang="es"] .banner .banner_title {
    font-size: 5.5vw !important;
  }
}
html[lang="es"] .header_search #query::-webkit-input-placeholder {
  text-indent: 0px;
}
html[lang="es"] .header_search #query:-moz-placeholder {
  text-indent: 0px;
}
html[lang="es"] .header_search #query::-moz-placeholder {
  text-indent: 0px;
}
html[lang="es"] .header_search #query:-ms-input-placeholder {
  text-indent: 0px;
}
html[lang="es"] .related-articles h3 {
  text-transform: none;
}
html[lang="es"] .recent-articles h3 {
  text-transform: none;
}
html[lang="es"] .slack_tips_list .slack_tips_item:nth-child(1) {
  width: 29%;
}
html[lang="es"] .slack_tips_list .slack_tips_item:nth-child(2) {
  width: 35%;
}
html[lang="es"] .slack_tips_list .slack_tips_item:nth-child(3) {
  width: 35%;
}
@media (max-width: 1070px) {
  html[lang="es"] header .header_search {
    display: none;
  }
}
html[lang="es"] .rc_category .ts_icon_arrow_right {
  display: none;
}
html[lang="es-419"] .search_title {
  font-size: 39px;
  line-height: 50px;
}
html[lang="pt-BR"] .search_title {
  font-size: 45px;
  line-height: 50px;
}
