/*! 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: #2DB27C;
}
/* 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';
  /* url('@{asset_path}/dnu/slack-icons-Regular.woff') format('woff'), */
  src: url('https://slack.com/fonts/slack-icons-Regular.eot');
  /* IE9 Compat Modes */
  src: url('https://slack.com/fonts/slack-icons-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://slack.com/fonts/slack-icons-Regular.woff') format('woff'), /* Modern Browsers */ url('https://slack.com/fonts/slack-icons-Regular.ttf') format('truetype'), url('https://slack.com/fonts/slack-icons-Regular.svg#Slack') format('svg');
  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;
}
/*
Copy and paste this block to add a new icon.

.ts_icon_:before {
	content: '\E';
}
*/
/* UI Icons */
.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,
.ts_icon_info_circle:before {
  content: '\E008';
}
.ts_icon_mentions:before {
  content: '\E009';
}
.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_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_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_video_camera:before {
  content: '\E090';
}
.ts_icon_stop_video:before {
  content: '\E091';
}
.ts_icon_phone:before {
  content: '\E092';
}
.ts_icon_end_call: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_share:before {
  content: '\E100';
}
.ts_icon_save:before {
  content: '\E101';
}
.ts_icon_message_notification:before {
  content: '\E102';
}
.ts_icon_share_other:before {
  content: '\E103';
}
.ts_icon_channel:before {
  content: '\E104';
}
.ts_icon_share_other_alt:before {
  content: '\E105';
}
.ts_icon_mobile_home_channel: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_mark_unread:before {
  content: '\E120';
}
.ts_icon_camera:before {
  content: '\E121';
}
.ts_icon_phone_flat:before {
  content: '\E122';
}
.ts_icon_phone_flat_slash:before {
  content: '\E123';
}
.ts_icon_location_pin:before {
  content: '\E124';
}
.ts_icon_channel_pane_hash: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_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_channel_list: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_android_keyboard: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_bold_hash_small: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_text_format_menu:before {
  content: '\E159';
}
.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_external_channel:before {
  content: '\E167';
}
.ts_icon_restricted_user:before {
  content: '\E168';
}
.ts_icon_single_channel_guest: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_mark_all_read:before {
  content: '\E175';
}
.ts_icon_share_action:before {
  content: '\E176';
}
.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_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_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_times_small:before {
  content: '\E294';
}
.ts_icon_sync:before {
  content: '\E295';
}
.ts_icon_replies:before {
  content: '\E296';
}
.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_check_large:before {
  content: '\E319';
}
.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_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_ra_online:before {
  content: '\E509';
}
.ts_icon_presence_ra_offline:before {
  content: '\E510';
}
.ts_icon_presence_ra_dnd:before {
  content: '\E511';
}
.ts_icon_presence_ura_online: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_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_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_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_reply: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_filebg_large_filled:before {
  content: '\E544';
}
.ts_icon_filebg_small_filled:before {
  content: '\E545';
}
.ts_icon_highlight_filled:before {
  content: '\E546';
}
.ts_icon_pin_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';
}
/* Arrows */
.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_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_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_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_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_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';
}
/* Services */
.ts_icon_slack:before {
  content: '\E800';
}
.ts_icon_slack_pillow:before {
  content: '\E801';
}
.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';
}
/* Filetypes */
.ts_icon_file_generic:before {
  content: '\E400';
  font-size: 50px;
}
.ts_icon_file_generic_small:before {
  content: '\E401';
  font-size: 40px;
}
.ts_icon_file_spaces:before {
  content: '\E402';
  font-size: 50px;
  color: #66C79E;
}
.ts_icon_file_spaces_small:before {
  content: '\E403';
  font-size: 40px;
  color: #66C79E;
}
.ts_icon_file_image:before {
  content: '\E404';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_image_small:before {
  content: '\E405';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_pdf:before {
  content: '\E406';
  font-size: 50px;
  color: #db4437;
}
.ts_icon_file_pdf_small:before {
  content: '\E407';
  font-size: 40px;
  color: #db4437;
}
.ts_icon_file_audio:before {
  content: '\E408';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_audio_small:before {
  content: '\E409';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_video:before {
  content: '\E410';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_video_small:before {
  content: '\E411';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_presentation:before {
  content: '\E412';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_presentation_small:before {
  content: '\E413';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_email:before {
  content: '\E414';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_email_small:before {
  content: '\E415';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_vector:before {
  content: '\E416';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_vector_small:before {
  content: '\E417';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_spreadsheet:before {
  content: '\E418';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_spreadsheet_small:before {
  content: '\E419';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_media_archive:before {
  content: '\E420';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_media_archive_small:before {
  content: '\E421';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_archive:before {
  content: '\E422';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_archive_small:before {
  content: '\E423';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_executable:before {
  content: '\E424';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_executable_small:before {
  content: '\E425';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_disk_image:before {
  content: '\E426';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_disk_image_small:before {
  content: '\E427';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_cad:before {
  content: '\E428';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_cad_small:before {
  content: '\E429';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_3d_graphic:before {
  content: '\E430';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_3d_graphic_small:before {
  content: '\E431';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_database:before {
  content: '\E432';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_database_small:before {
  content: '\E433';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_binary:before {
  content: '\E434';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_binary_small:before {
  content: '\E435';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_markdown:before {
  content: '\E436';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_markdown_small:before {
  content: '\E437';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_text_post:before {
  content: '\E438';
  font-size: 50px;
  color: #66C79E;
}
.ts_icon_file_text_post_small:before {
  content: '\E439';
  font-size: 40px;
  color: #66C79E;
}
.ts_icon_file_html:before {
  content: '\E440';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_html_small:before {
  content: '\E441';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_code:before {
  content: '\E442';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_code_small:before {
  content: '\E443';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_css:before {
  content: '\E444';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_css_small:before {
  content: '\E445';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_php:before {
  content: '\E446';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_php_small:before {
  content: '\E447';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_snippet:before {
  content: '\E448';
  font-size: 50px;
  color: #4D394B;
}
.ts_icon_file_snippet_small:before {
  content: '\E449';
  font-size: 40px;
  color: #4D394B;
}
.ts_icon_file_word:before {
  content: '\E450';
  font-size: 50px;
  color: #2C4098;
}
.ts_icon_file_word_small:before {
  content: '\E451';
  font-size: 40px;
  color: #2C4098;
}
.ts_icon_file_excel:before {
  content: '\E452';
  font-size: 50px;
  color: #377437;
}
.ts_icon_file_excel_small:before {
  content: '\E453';
  font-size: 40px;
  color: #377437;
}
.ts_icon_file_powerpoint:before {
  content: '\E454';
  font-size: 50px;
  color: #E05A30;
}
.ts_icon_file_powerpoint_small:before {
  content: '\E455';
  font-size: 40px;
  color: #E05A30;
}
.ts_icon_file_illustrator:before {
  content: '\E456';
  font-size: 50px;
  color: #F4993C;
}
.ts_icon_file_illustrator_small:before {
  content: '\E457';
  font-size: 40px;
  color: #F4993C;
}
.ts_icon_file_photoshop:before {
  content: '\E458';
  font-size: 50px;
  color: #56B6DE;
}
.ts_icon_file_photoshop_small:before {
  content: '\E459';
  font-size: 40px;
  color: #56B6DE;
}
.ts_icon_file_indesign:before {
  content: '\E460';
  font-size: 50px;
  color: #EB81AB;
}
.ts_icon_file_indesign_small:before {
  content: '\E461';
  font-size: 40px;
  color: #EB81AB;
}
.ts_icon_file_adobe_flash:before {
  content: '\E462';
  font-size: 50px;
  color: #A72428;
}
.ts_icon_file_adobe_flash_small:before {
  content: '\E463';
  font-size: 40px;
  color: #A72428;
}
.ts_icon_file_adobe_swf:before {
  content: '\E464';
  font-size: 50px;
  color: #A72428;
}
.ts_icon_file_adobe_swf_small:before {
  content: '\E465';
  font-size: 40px;
  color: #A72428;
}
.ts_icon_file_iphone_app:before {
  content: '\E466';
  font-size: 50px;
  color: #9EA0A7;
}
.ts_icon_file_iphone_app_small:before {
  content: '\E467';
  font-size: 40px;
  color: #9EA0A7;
}
.ts_icon_file_android_app:before {
  content: '\E468';
  font-size: 50px;
  color: #A4CA3A;
}
.ts_icon_file_android_app_small:before {
  content: '\E469';
  font-size: 40px;
  color: #A4CA3A;
}
.ts_icon_file_dropbox:before {
  content: '\E470';
  font-size: 50px;
  color: #007ee5;
}
.ts_icon_file_dropbox_small:before {
  content: '\E471';
  font-size: 40px;
  color: #007ee5;
}
.ts_icon_file_google_presentation:before {
  content: '\E472';
  font-size: 50px;
  color: #f4b400;
}
.ts_icon_file_google_presentation_small:before {
  content: '\E473';
  font-size: 40px;
  color: #f4b400;
}
.ts_icon_file_google_spreadsheet:before {
  content: '\E472';
  font-size: 50px;
  color: #0f9d58;
}
.ts_icon_file_google_spreadsheet_small:before {
  content: '\E473';
  font-size: 40px;
  color: #0f9d58;
}
.ts_icon_file_google_document:before {
  content: '\E472';
  font-size: 50px;
  color: #4285f4;
}
.ts_icon_file_google_document_small:before {
  content: '\E473';
  font-size: 40px;
  color: #4285f4;
}
.ts_icon_file_google_form:before {
  content: '\E472';
  font-size: 50px;
  color: #db4437;
}
.ts_icon_file_google_form_small:before {
  content: '\E473';
  font-size: 40px;
  color: #db4437;
}
.ts_icon_file_qtz:before {
  content: '\E474';
  font-size: 50px;
  color: #2D9EE0;
}
.ts_icon_file_qtz_small:before {
  content: '\E475';
  font-size: 40px;
  color: #2D9EE0;
}
.ts_icon_file_sketch:before {
  content: '\E476';
  font-size: 50px;
  color: #F4993C;
}
.ts_icon_file_sketch_small:before {
  content: '\E477';
  font-size: 40px;
  color: #F4993C;
}
/* Presence indicators */
.ts_icon_presence:before {
  content: '\E506';
}
.away > .ts_icon_presence:before {
  content: '\E507';
}
.dnd > .ts_icon_presence:before {
  content: '\E508';
}
.dnd.away > .ts_icon_presence:before {
  content: '\E535';
}
.ts_icon_presence_ra:before {
  content: '\E509';
}
.away > .ts_icon_presence_ra:before {
  content: '\E510';
}
.dnd > .ts_icon_presence_ra:before {
  content: '\E511';
}
.dnd.away > .ts_icon_presence_ra:before {
  content: '\E536';
}
.ts_icon_presence_ura:before {
  content: '\E512';
}
.away > .ts_icon_presence_ura:before {
  content: '\E513';
}
.dnd > .ts_icon_presence_ura:before {
  content: '\E514';
}
.dnd.away > .ts_icon_presence_ura:before {
  content: '\E537';
}
@font-face {
  font-family: 'SlackMobile';
  src: url(https://slack.com/fonts/mobile/slack-mobile-icons.ttf) 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: #2DB27C;
  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;
}
.btn:hover {
  text-decoration: none;
  color: #FFFFFF;
}
/* Sizes */
.btn_large {
  padding: 13px 20px 15px;
  font-size: 17.1px;
  font-weight: 700;
}
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;
}
.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_search {
  width: 300px;
  margin: 0px auto;
}
.header .header_search .search {
  display: none;
}
@media (max-width: 1039px) {
  .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-weight: 900;
  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 .header_nav {
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header_nav {
    display: none;
  }
}
.header .menu_nav {
  float: right;
  display: none;
  align-items: center;
  height: 40px;
}
@media (max-width: 768px) {
  .header .menu_nav {
    display: block;
  }
}
.header .submit-a-request,
.header .open_menu {
  font-weight: 700;
  display: inline-block;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 34px;
  -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 {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.header .open_search {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 20px;
  display: inline-block;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_search_white.png');
  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 .submit-a-request {
  border: 2px solid #2ab27b;
  border-bottom: 0px;
  box-shadow: 0px 2px 0px #2ab27b;
  background-color: #2DB27C;
  line-height: 36px;
  box-sizing: border-box;
}
.header_white .submit-a-request:hover {
  text-decoration: none;
  background-color: #2ab27b;
  box-shadow: 0px 2px 0px #20865d;
}
.header_white.fs_search .header_nav,
.header_white.fs_search .header_logo {
  display: none;
}
.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('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_search_black.png');
  opacity: 0.6;
}
.header_white .open_search:hover {
  opacity: 0.8;
}
.banner {
  height: 270px;
  overflow: hidden;
  background: #2986BE;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//pattern_transparent.png'), linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background-size: 380px,
		contain;
  padding-top: 121px;
  padding-bottom: 35px;
}
@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;
}
.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: 58px;
  line-height: 69px;
  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;
  }
}
.hero_banner {
  background: #2986BE;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//pattern_transparent.png'), linear-gradient(-150deg, #00C1B6 0%, #136EB5 97%);
  background-size: 380px,
		contain;
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_search_black.png');
  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: 300px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.header_search .search:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_search_black.png');
  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: 2px solid #E5E5E5;
  padding: 9px 10px 8px 45px;
  line-height: 18px;
  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: 700px) {
  .intro_cards {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 560px) {
  .intro_cards {
    margin-bottom: 0px;
  }
}
.intro_cards .intro_cards_container {
  max-width: 1024px;
  margin: 0px auto;
  background-position: 49.8%;
  background-repeat: no-repeat;
  background-size: 1px 85%;
}
@media screen and (min-width: 701px) {
  .intro_cards .intro_cards_container {
    background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//thinLine.png');
  }
}
.intro_cards .intro_card_container {
  padding-left: 10px;
  padding-right: 10px;
  width: 49.6%;
  display: inline-block;
}
.intro_cards .intro_card_container:nth-child(1) {
  -webkit-transform: translate(2px, 0px);
  -moz-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  -o-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}
.intro_cards .intro_card_container:nth-child(2) {
  -webkit-transform: translate(-3px, 0px);
  -moz-transform: translate(-3px, 0px);
  -ms-transform: translate(-3px, 0px);
  -o-transform: translate(-3px, 0px);
  transform: translate(-3px, 0px);
}
@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 {
  padding: 36px 20px 54px;
  position: relative;
  transition-property: all;
  transition-duration: 220ms;
  -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;
  }
}
@media screen and (max-width: 700px) {
  .intro_cards .card:nth-child(1) {
    background-color: #F4F7FA;
    margin-bottom: 30px;
  }
}
.intro_cards .card .btn {
  padding: 15px 22px 15px;
  border-bottom: 0px;
  box-shadow: 0px 2px 0px #2ab27b;
  line-height: 1rem;
}
.intro_cards .card .btn:hover {
  box-shadow: 0px 2px 0px #20865d;
}
@media screen and (max-width: 700px) {
  .intro_cards .card .btn {
    width: 100%;
  }
}
@media screen and (min-width: 701px) {
  .intro_cards .card:hover {
    -webkit-transform: scale(1.045) rotate(0.0001deg);
    -moz-transform: scale(1.045) rotate(0.0001deg);
    -ms-transform: scale(1.045) rotate(0.0001deg);
    -o-transform: scale(1.045) rotate(0.0001deg);
    transform: scale(1.045) rotate(0.0001deg);
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
.intro_cards .card:hover .btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro_cards .card_title {
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 900;
}
.intro_cards .card_description {
  font-size: 17.1px;
  line-height: 26px;
  padding: 0;
  margin: 4px auto 24px;
  max-width: 340px;
}
.intro_cards .card_image {
  height: 155px;
  width: 268px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
}
.intro_cards .card_image_team_admin {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//team-admin-illustration.png');
  background-size: 250px 162px;
  background-position: center 25px;
  height: 185px;
}
.intro_cards .card_image_using_slack {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//using-slack-illustration_new.png');
  background-size: 282px 155px;
  background-position: center 30px;
  height: 185px;
}
.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('//p6.zdassets.com/hc/theme_assets/138842/200037786//guide-icon_2x.png');
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//guide-icon_mobile.png');
  }
}
.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('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_trending.png');
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_magicwand.png');
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_quick_switcher.png');
  background-size: 32px 24px;
  left: 9px;
}
.slack_tips .slack_tips_icon_search {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_search.png');
  background-size: 25px 26px;
}
.slack_tips .slack_tips_icon_up_arrow {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_up_arrow.png');
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//hash.png');
  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.loc {
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}
@media screen and (max-width: 970px) {
  .footer_nav_item.loc {
    padding-right: 10px;
  }
}
.footer_nav_item:nth-last-child(2) {
  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: 750px) {
  .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;
}
.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 {
  position: relative;
  display: none;
}
.dropdown .items ul {
  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;
  right: 0px;
  position: absolute;
  bottom: 0px;
  width: auto;
  min-width: 200px;
  list-style: none;
  background: #FFFFFF;
}
.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;
}
@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;
  display: block;
  width: 200px;
  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;
}
.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: '\E270';
  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] {
    padding-left: 0px;
  }
  .dropdown dt a[data-locale]:hover {
    border: 0px;
  }
  .dropdown dt a[data-locale]:before {
    margin-left: 0px;
  }
}
.dropdown a[data-locale] {
  padding-left: 5px;
}
.dropdown a[data-locale]:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  content: '';
  margin-left: 8px;
  margin-right: 10px;
  vertical-align: text-top;
}
.dropdown a[data-locale='en-us']:before {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//flag_en-us.png');
}
.dropdown a[data-locale='fr-fr']:before {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//flag_fr-fr.png');
}
.dropdown a[data-locale='es']:before {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//flag_sp.png');
}
.dropdown a[data-locale='de']:before {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//flag_de.png');
}
.dropdown a[data-locale='ja']:before {
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//flag_jp.png');
}
@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;
}
.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: table-cell;
  padding-top: 10px;
  vertical-align: top;
}
@media (max-width: 800px) {
  .category_page .category_list {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px;
  }
}
.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,
.section-tree-with-article .section h3,
.section_page .section h3 {
  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,
.section-tree-with-article .section h3 a,
.section_page .section h3 a {
  color: inherit;
}
@media (max-width: 460px) {
  .section-tree-with-article .section h2,
  .section_page .section h2,
  .section-tree-with-article .section h3,
  .section_page .section h3 {
    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('//p6.zdassets.com/hc/theme_assets/138842/200037786//video-preview.png');
}
@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('//p6.zdassets.com/hc/theme_assets/138842/200037786//video-preview_2x.png');
  }
}
@media screen and (max-width: 660px) {
  .banner.videos .banner_container .video_is {
    background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//video-preview-mobile.png?');
    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('//p6.zdassets.com/hc/theme_assets/138842/200037786//video-preview-mobile_2x.png?');
  }
}
.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('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile1_1x.png');
}
@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('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile1_2x.png');
  }
}
.video_page .video_cell.g2 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 215px 61px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile11_1x.png');
}
@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('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile11_2x.png');
  }
}
.video_page .video_cell.g3 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 131px 111px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile5_1x.png');
}
@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('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile5_2x.png');
  }
}
.video_page .video_cell.g4 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 168px 93px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile9_1x.png');
}
@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('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile9_2x.png');
  }
}
.video_page .video_cell.g5 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 227px 70px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile7_1x.png');
}
@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('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile7_2x.png');
  }
}
.video_page .video_cell.g6 .img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 95px 95px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile6_1x.png');
}
@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('//p6.zdassets.com/hc/theme_assets/138842/200037786//bg_tile6_2x.png');
  }
}
.guides_page.category_container,
.guides_page.section_container {
  max-width: 870px !important;
  padding-top: 35px;
}
.guides_page #nav_holder {
  display: none;
}
.guides_page div.section_list {
  display: none;
}
.guides_page .section h2,
.guides_page .section h3 {
  display: block;
  padding-left: 0px;
  padding-top: 46px;
  position: relative;
  margin-bottom: 45px;
}
.guides_page .section h2:before,
.guides_page .section h3:before {
  display: block;
  content: '';
  width: 102px;
  height: 129px;
  position: absolute;
  left: 0;
  top: 0;
}
.guides_page .section h2:after,
.guides_page .section h3: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,
  .guides_page .section h3:after {
    white-space: normal;
  }
}
.guides_page .section h2[data-desc],
.guides_page .section h3[data-desc] {
  padding-left: 120px;
  padding-top: 19px;
}
@media screen and (max-width: 480px) {
  .guides_page .section h2,
  .guides_page .section h3 {
    padding-top: 10px !important;
    margin-bottom: 30px;
    font-size: 5.4vw;
  }
  .guides_page .section h2:before,
  .guides_page .section h3:before {
    width: 72px;
    height: 90px;
    background-size: 72px 90px !important;
    margin-top: 0px;
  }
  .guides_page .section h2[data-desc],
  .guides_page .section h3[data-desc] {
    padding-left: 80px;
  }
}
.guides_page .section h2 a,
.guides_page .section h3 a {
  text-decoration: none;
}
.guides_page .section h2[title="Getting Started"],
.guides_page .section h3[title="Getting Started"],
.guides_page .section h2[data-id="203952597"],
.guides_page .section h3[data-id="203952597"] {
  color: #4B6BC6;
}
.guides_page .section h2[title="Getting Started"]:before,
.guides_page .section h3[title="Getting Started"]:before,
.guides_page .section h2[data-id="203952597"]:before,
.guides_page .section h3[data-id="203952597"]:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 102px 129px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_book.png');
}
@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 h3[title="Getting Started"]:before,
  .guides_page .section h2[data-id="203952597"]:before,
  .guides_page .section h3[data-id="203952597"]:before {
    background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_book_2x.png');
  }
}
.guides_page .section h2[title*="Getting More"],
.guides_page .section h3[title*="Getting More"],
.guides_page .section h2[data-id="203989088"],
.guides_page .section h3[data-id="203989088"] {
  color: #F8B82C;
}
.guides_page .section h2[title*="Getting More"]:before,
.guides_page .section h3[title*="Getting More"]:before,
.guides_page .section h2[data-id="203989088"]:before,
.guides_page .section h3[data-id="203989088"]:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 102px 129px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon-get-more.png');
}
@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 h3[title*="Getting More"]:before,
  .guides_page .section h2[data-id="203989088"]:before,
  .guides_page .section h3[data-id="203989088"]:before {
    background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon-get-more_2x.png');
  }
}
.guides_page .section h2[title*="Department Playbooks"],
.guides_page .section h3[title*="Department Playbooks"],
.guides_page .section h2[data-id="204093697"],
.guides_page .section h3[data-id="204093697"] {
  color: #49C19A;
}
.guides_page .section h2[title*="Department Playbooks"]:before,
.guides_page .section h3[title*="Department Playbooks"]:before,
.guides_page .section h2[data-id="204093697"]:before,
.guides_page .section h3[data-id="204093697"]:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 102px 129px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon-playbooks.png');
}
@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 h3[title*="Department Playbooks"]:before,
  .guides_page .section h2[data-id="204093697"]:before,
  .guides_page .section h3[data-id="204093697"]:before {
    background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon-playbooks_2x.png');
  }
}
@media screen and (max-width: 780px) {
  .guides_page .section h2[title*="Department Playbooks"]:after,
  .guides_page .section h3[title*="Department Playbooks"]:after,
  .guides_page .section h2[data-id="204093697"]:after,
  .guides_page .section h3[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;
}
.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 .section_list {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 255px;
  padding-top: 10px;
}
@media (max-width: 800px) {
  .section_page .section_list {
    display: none;
  }
}
.section-list {
  margin: 0;
}
.section-list.stick {
  position: fixed;
  flex: none;
  min-width: 242px;
}
@media screen and (min-width: 801px) {
  .section-list.stick {
    max-width: 242px;
  }
}
.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: #FFFFFF;
  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: #FFFFFF;
  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:not(.open) li a.active:after {
  content: '\E212';
  font-family: 'Slack';
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  width: 22px;
  height: 22px;
  font-weight: 300;
  color: #555459;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.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: #EBF6FD;
}
.section-list.compact.open li a:after {
  color: #2C2D30;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.section-list.compact.open li a.active:after {
  top: 18px;
}
.section-list.compact.open li:first-child a:after {
  content: '\E214';
  font-family: 'Slack';
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  width: 22px;
  height: 22px;
  font-weight: 300;
  color: #555459;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.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_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('//p6.zdassets.com/hc/theme_assets/138842/200037786//enterprise_grid_icon.png');
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//enterprise_grid_icon_2x.png');
  }
}
.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: 'Lato', '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;
}
.slackbot_helper {
  display: none;
  width: 190px;
  height: 190px;
  position: absolute;
  right: 0;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//slackbot_helper.png');
  background-size: 186.2px 190px;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.slackbot_helper.fixed {
  position: fixed;
}
.slackbot_helper .help_text {
  margin-top: 22px;
  margin-left: 15px;
  line-height: 21px;
  font-size: 1rem;
  width: 130px;
}
.slackbot_helper i.ts_icon {
  float: right;
  margin-right: 48px;
  margin-top: 3px;
  color: #2D9EE0;
  cursor: pointer;
}
.purple_banner {
  z-index: 2200;
  height: 84px;
  width: 100%;
  background-color: #573D82;
  position: fixed;
  bottom: 0;
  color: #FFFFFF;
  text-align: center;
}
.purple_banner .first_row {
  display: inline-block;
  line-height: 84px;
}
@media screen and (max-width: 910px) {
  .purple_banner .first_row {
    display: block;
    line-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .purple_banner .first_row {
    line-height: normal;
    margin-top: 20px;
    text-align: left;
    margin-left: 20px;
  }
}
.purple_banner .second_row {
  display: inline-block;
  line-height: 84px;
}
@media screen and (max-width: 910px) {
  .purple_banner .second_row {
    display: block;
    line-height: normal;
  }
}
@media screen and (max-width: 910px) {
  .purple_banner {
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  .purple_banner {
    height: 150px;
  }
}
.purple_banner span {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 480px) {
  .purple_banner span {
    display: block;
    margin-bottom: 18px;
    padding-right: 20px;
  }
}
.purple_banner i.wave {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//hand_wave_emoji.png');
  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 */
}
.purple_banner 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;
}
.purple_banner .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);
}
.purple_banner .btn:hover {
  color: #573D82;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .purple_banner .btn {
    line-height: 1.5rem;
    width: 43%;
  }
  .purple_banner .btn:nth-child(1) {
    margin-left: 0px;
  }
}
.purple_banner button.close_purple {
  position: absolute;
  right: 40px;
  top: 22px;
  background: none;
  border: none;
}
@media screen and (max-width: 910px) {
  .purple_banner button.close_purple {
    top: 10px;
    right: 10px;
  }
}
.purple_banner button.close_purple:before {
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
}
@media screen and (max-width: 700px) {
  .purple_banner button.close_purple {
    padding: 6px;
  }
  .purple_banner button.close_purple:before {
    font-size: 22px;
  }
}
.purple_banner button.close_purple:hover:before {
  color: #FFFFFF;
}
.purple_banner 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 .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:nth-child(1),
.article_page .article_body .side_by_side > div:nth-child(1) {
  float: left;
}
.article_page .article_body .side_by_side > img:nth-child(2),
.article_page .article_body .side_by_side > div:nth-child(2) {
  float: right;
}
@media screen and (max-width: 600px) {
  .article_page .article_body .side_by_side > img,
  .article_page .article_body .side_by_side > div {
    float: none !important;
    width: auto;
  }
}
.article_page .article_body code,
.article_page .article_body .code_modifier {
  font-family: Consolas, monaco, "Ubuntu Mono", courier, monospace !important;
  white-space: pre;
  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 .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: #2ab27b;
}
.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: #2ab27b;
}
.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 .wysiwyg-font-size-x-large {
  font-size: x-large;
}
.article_page .article_body .wysiwyg-font-size-large {
  font-size: large;
}
.article_page .article_body .wysiwyg-font-size-medium {
  font-size: small;
}
.article_page .article_body .wysiwyg-font-size-small {
  font-size: x-small;
}
.article_page .article_body .wysiwyg-color-black50 {
  color: gray;
}
.article_page .article_body .wysiwyg-text-align-center {
  text-align: center;
}
.article_page .article_body h1 {
  line-height: 40px;
}
.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 .wysiwyg-font-size-small {
  font-size: 15px;
  line-height: 26px;
  display: block;
}
.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: #2ab27b;
  width: 24px;
  text-indent: 8px;
  padding-left: 0px;
  height: 24px;
  line-height: 23px;
  -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: #2ab27b;
  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: 'Lato', '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 {
  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: #2ab27b;
  background-color: #E7F6F0;
}
.article_page .article_body .note:before {
  content: '\E024';
  color: #2ab27b;
}
.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: #2ab27b;
  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_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: #2D9EE0;
  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;
  }
}
.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 #2ab27b;
  -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: #2ab27b;
  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: #2ab27b;
}
.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: #2ab27b;
  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 .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('//p6.zdassets.com/hc/theme_assets/138842/200037786//play_button.png');
  -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('//p6.zdassets.com/hc/theme_assets/138842/200037786//play_button_2x.png');
  }
}
*[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 .slackbot_error {
  flex: none;
  min-width: 281px;
  min-height: 287px;
  margin-right: 20px;
  background-image: url('//p6.zdassets.com/hc/theme_assets/138842/200037786//img-slackbot-worried.png');
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_trending.png');
  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('//p6.zdassets.com/hc/theme_assets/138842/200037786//icon_trending.png');
  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 h3,
.section-tree-with-article h3,
.section-tree h2,
.section-tree-with-article h2 {
  /* Using Slack Section Icons */
  /* Account */
  /* Messages */
  /* Channels */
  /* Notifications */
  /* Apps */
  /* Files */
  /* Tools */
  /* App Directory */
  /* Policies */
  /* Team Admin Section icons */
  /* Team */
  /* Access */
  /* Members */
  /* Impors */
  /* Billing */
  /* Extras */
  /* Additional */
  /* Known */
}
.section-tree h3:before,
.section-tree-with-article h3:before,
.section-tree h2:before,
.section-tree-with-article h2:before,
.section-tree h3 a:before,
.section-tree-with-article h3 a: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 h3[title*="Account"]:before,
.section-tree-with-article h3[title*="Account"]:before,
.section-tree h2[title*="Account"]:before,
.section-tree-with-article h2[title*="Account"]:before,
.section-tree h3[data-id="200340986"]:before,
.section-tree-with-article h3[data-id="200340986"]:before,
.section-tree h2[data-id="200340986"]:before,
.section-tree-with-article h2[data-id="200340986"]:before {
  content: '\E003';
  color: #2D9EE0;
}
.section-tree h3[title*="Messages"]:before,
.section-tree-with-article h3[title*="Messages"]:before,
.section-tree h2[title*="Messages"]:before,
.section-tree-with-article h2[title*="Messages"]:before,
.section-tree h3[data-id="200986157"]:before,
.section-tree-with-article h3[data-id="200986157"]: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 h3[title*="Channels"]:before,
.section-tree-with-article h3[title*="Channels"]:before,
.section-tree h2[title*="Channels"]:before,
.section-tree-with-article h2[title*="Channels"]:before,
.section-tree h3[data-id="200332146"]:before,
.section-tree-with-article h3[data-id="200332146"]:before,
.section-tree h2[data-id="200332146"]:before,
.section-tree-with-article h2[data-id="200332146"]:before {
  content: '\E047';
  color: #DFA941;
}
.section-tree h3[title*="Notifications"]:before,
.section-tree-with-article h3[title*="Notifications"]:before,
.section-tree h2[title*="Notifications"]:before,
.section-tree-with-article h2[title*="Notifications"]:before,
.section-tree h3[data-id="200331823"]:before,
.section-tree-with-article h3[data-id="200331823"]:before,
.section-tree h2[data-id="200331823"]:before,
.section-tree-with-article h2[data-id="200331823"]:before {
  content: '\E034';
  color: #eb4d5c;
}
.section-tree h3[title*="Apps"]:before,
.section-tree-with-article h3[title*="Apps"]:before,
.section-tree h2[title*="Apps"]:before,
.section-tree-with-article h2[title*="Apps"]:before,
.section-tree h3[data-id="200986167"]:before,
.section-tree-with-article h3[data-id="200986167"]:before,
.section-tree h2[data-id="200986167"]:before,
.section-tree-with-article h2[data-id="200986167"]:before {
  content: '\E013';
  color: #7D60C5;
}
.section-tree h3[title*="Files"]:before,
.section-tree-with-article h3[title*="Files"]:before,
.section-tree h2[title*="Files"]:before,
.section-tree-with-article h2[title*="Files"]:before,
.section-tree h3[data-id="200986177"]:before,
.section-tree-with-article h3[data-id="200986177"]:before,
.section-tree h2[data-id="200986177"]:before,
.section-tree-with-article h2[data-id="200986177"]:before {
  content: '\E059';
  color: #2D9EE0;
}
.section-tree h3[title*="Tools"]:before,
.section-tree-with-article h3[title*="Tools"]:before,
.section-tree h2[title*="Tools"]:before,
.section-tree-with-article h2[title*="Tools"]:before,
.section-tree h3[data-id="201005238"]:before,
.section-tree-with-article h3[data-id="201005238"]:before,
.section-tree h2[data-id="201005238"]:before,
.section-tree-with-article h2[data-id="201005238"]:before {
  content: '\E057';
  color: #2ab27b;
}
.section-tree h3[title*="App Directory"]:before,
.section-tree-with-article h3[title*="App Directory"]:before,
.section-tree h2[title*="App Directory"]:before,
.section-tree-with-article h2[title*="App Directory"]:before,
.section-tree h3[data-id="200330106"]:before,
.section-tree-with-article h3[data-id="200330106"]:before,
.section-tree h2[data-id="200330106"]:before,
.section-tree-with-article h2[data-id="200330106"]:before {
  content: '\E040';
  color: #DFA941;
}
.section-tree h3[title*="Policies"]:before,
.section-tree-with-article h3[title*="Policies"]:before,
.section-tree h2[title*="Policies"]:before,
.section-tree-with-article h2[title*="Policies"]:before,
.section-tree h3[data-id="200320248"]:before,
.section-tree-with-article h3[data-id="200320248"]:before,
.section-tree h2[data-id="200320248"]:before,
.section-tree-with-article h2[data-id="200320248"]:before {
  content: '\E112';
  color: #eb4d5c;
}
.section-tree h3[title*="Team"]:before,
.section-tree-with-article h3[title*="Team"]:before,
.section-tree h2[title*="Team"]:before,
.section-tree-with-article h2[title*="Team"]:before,
.section-tree h3[data-id="200320067"]:before,
.section-tree-with-article h3[data-id="200320067"]:before,
.section-tree h2[data-id="200320067"]:before,
.section-tree-with-article h2[data-id="200320067"]:before {
  content: '\E020';
  color: #2D9EE0;
}
.section-tree h3[title*="Access"]:before,
.section-tree-with-article h3[title*="Access"]:before,
.section-tree h2[title*="Access"]:before,
.section-tree-with-article h2[title*="Access"]:before,
.section-tree h3[data-id="203730277"]:before,
.section-tree-with-article h3[data-id="203730277"]:before,
.section-tree h2[data-id="203730277"]:before,
.section-tree-with-article h2[data-id="203730277"]:before {
  content: '\E029';
  color: #7D60C5;
}
.section-tree h3[title*="Members"]:before,
.section-tree-with-article h3[title*="Members"]:before,
.section-tree h2[title*="Members"]:before,
.section-tree-with-article h2[title*="Members"]:before,
.section-tree h3[data-id="200677536"]:before,
.section-tree-with-article h3[data-id="200677536"]:before,
.section-tree h2[data-id="200677536"]:before,
.section-tree-with-article h2[data-id="200677536"]:before {
  content: '\E017';
  color: #2ab27b;
}
.section-tree h3[title*="Imports"]:before,
.section-tree-with-article h3[title*="Imports"]:before,
.section-tree h2[title*="Imports"]:before,
.section-tree-with-article h2[title*="Imports"]:before,
.section-tree h3[data-id="201005328"]:before,
.section-tree-with-article h3[data-id="201005328"]:before,
.section-tree h2[data-id="201005328"]:before,
.section-tree-with-article h2[data-id="201005328"]:before {
  content: '\E101';
  color: #DFA941;
}
.section-tree h3[title*="Billing"]:before,
.section-tree-with-article h3[title*="Billing"]:before,
.section-tree h2[title*="Billing"]:before,
.section-tree-with-article h2[title*="Billing"]:before,
.section-tree h3[data-id="200677526"]:before,
.section-tree-with-article h3[data-id="200677526"]:before,
.section-tree h2[data-id="200677526"]:before,
.section-tree-with-article h2[data-id="200677526"]:before {
  content: '\E042';
  color: #eb4d5c;
}
.section-tree h3[title*="Additional"]:before,
.section-tree-with-article h3[title*="Additional"]:before,
.section-tree h2[title*="Additional"]:before,
.section-tree-with-article h2[title*="Additional"]:before,
.section-tree h3[data-id="203606107"]:before,
.section-tree-with-article h3[data-id="203606107"]:before,
.section-tree h2[data-id="203606107"]:before,
.section-tree-with-article h2[data-id="203606107"]:before {
  content: '\E007';
  color: #2D9EE0;
}
.section-tree h3[title*="Known"]:before,
.section-tree-with-article h3[title*="Known"]:before,
.section-tree h2[title*="Known"]:before,
.section-tree-with-article h2[title*="Known"]:before,
.section-tree h3[data-id="203770778"]:before,
.section-tree-with-article h3[data-id="203770778"]:before,
.section-tree h2[data-id="203770778"]:before,
.section-tree-with-article h2[data-id="203770778"]:before {
  content: '\E024';
  color: #2ab27b;
}
h3 {
  font-weight: 900;
  font-size: 22px;
  line-height: 33px;
}
ul,
ol {
  padding-left: 0;
  color: #89898B;
}
a {
  text-decoration: none;
  color: #178CCC;
}
a:hover {
  text-decoration: underline;
  color: #007AB8;
}
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: 840px) {
  html[lang^="fr"] .banner {
    padding-top: 85px;
  }
  html[lang^="fr"] .banner .banner_title {
    font-size: 6.8vw !important;
  }
}
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="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%;
}
@media (max-width: 1070px) {
  html[lang="de"] header .header_search {
    display: none;
  }
}
html[lang^="ja"] .search_title {
  font-size: 50px;
  line-height: 60px;
}
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"] .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;
}
