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

html {
  background-color: #FFFFFF;
  scroll-behavior: smooth;
}

body {
  
  color: rgba(0, 0, 0, .84);
  font: 400 17px/1.618em -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  background: #fffefc;
  position: relative;
  -webkit-font-smoothing: auto;
}

:target {
  scroll-margin-top: 80px;
}

a {
  color: rgba(3, 95, 199, 1);
  text-decoration: none;
}

/* Table */
table:not(.hljs-ln):not(.request-table) {
	max-width: 100% !important;
  overflow: auto;
  border: 1px solid #ddd !important;
  box-shadow: 0 15px 60px -24px rgba(8,57,102,0.14);
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  line-height: 1.8em;
}

table:not(.hljs-ln):not(.request-table) td {
  border: 1px dotted #dbe2eb;
  padding: 1.1em;
}

table:not(.hljs-ln):not(.request-table):not(.first-row-no-bg) tr:first-child td {
  background: #f4f6f9;
  font-weight: 600;
}

table:not(.hljs-ln):not(.request-table) ul {
  margin: 0 !important;
}

table:not(.hljs-ln):not(.request-table) li {
  color: #6a7a84;
  margin-left: 0.7em;
}

figure.wysiwyg-table>table th {
    border: 1px dotted #dbe2eb;
    background: #e8e8e8;
}

.comment-list table,
.comment-list table td,
.comment-list table tr:first-child td
{
  all: unset !important;
}

/* Responsive */
table:not(.hljs-ln):not(.request-table) td:first-of-type {
  position: sticky;
  left: 0;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  line-height: 1.5em !important;
}

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

/*
 * Forms
 */
label {
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}

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

input, textarea {
  border: 1px solid #DBDBDB;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px;
  vertical-align: middle;
}

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

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

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

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

/*
 * Buttons
 */
button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border: 1px solid #D1D1D1;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  box-shadow: inset 0 -2px #F6F6F6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  color: rgba(3, 95, 199, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

input[type=submit] {
  background: #444;
  border-color: transparent;
  box-shadow: inset 0 -2px #222;
  color: #FFF;
}

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

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

.clearfix:after {
  clear: both;
}

/*
 * Column size
 */
.main-column {
  float: left;
  width: 70%;
}

.main-column h1 {
  font-size: 1.4em;
}

.side-column {
  float: right;
  width: 25%;
}

/*
 * Dropdown carets
 */
.dropdown-toggle {
  display: inline-block;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #B4B4B4;
  color: rgba(0, 0, 0, 0.3);
  content: "\25BC";
  font-size: .65em;
  margin-left: 5px;
}

/*
 * Visibility: Category, Section and Article
 */
.visibility-internal:before {
  content: "\1F512";
  font-family: "entypo";
  font-size: .9em;
  margin-right: 5px;
}

/*
 * Form fields
 */
.form-field + .form-field {
  margin-top: 25px;
}

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

/* ====================================================
   Content frame
   ==================================================== */
main, .header-inner, .footer-inner, .help-center-name {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 10px;
}

.header-inner {
  width: 95%;
}

/* ====================================================
   Header
   ==================================================== */
.header {
  background-color: #ffffff;
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 1000000;
  box-shadow: 0 0 3px #c3c3c3;
  font-size: 13px;
}

.logo {
  float: left;
}

.logo a {
  display: inline-block;
  line-height: 50px;
}

.logo img {
  vertical-align: middle;
  max-height: 29px;
  width: 160px;
}

.user-nav {
  float: right;
  margin-top: 12px;
}

.user-nav > a:not(.login) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.nav-sup, .nav-sup li {
  display: inline-block;
}

.nav-sup li a {
  color: #444;
}

.nav-sup li + li {
  margin-left: 1em;
}

.login {
  margin-left: 20px;
}

.user-info {
  display: inline-block;
  margin-left: 30px;
}

.language-selector {
  display: inline-block;
}

.user-avatar {
  left: -5px;
  max-height: 20px;
  position: relative;
  top: -1px;
}

/* ====================================================
   Home
   ==================================================== */
  
#section-stripe-container {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 1em;
}

.home-stripe {
  margin-top: 2em !important;
}

#image-grid a {
  width: 300px;
  height: 275px;
  margin-right: 25px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  float: left;
  position: relative;
  background-color: #FFF;
}

#image-grid a:hover {
  border-color: #16946E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#image-grid a:nth-child(3) {
  margin-right: 0px;
}

#image-grid a:nth-child(6) {
  margin-right: 0px;
}

#image-grid img {
  width: 298px;
}

#image-grid i.fa {
  margin-left: 40%;
  margin-top: 33%;
  /*  color: #98D17e;*/
  color: #BBEA74;
}

.image-grid-info {
  height: 40px;
  bottom: 0px;
  line-height: 20px;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  font-size: 18px;
  color: #fff;
  padding: 14px 14px 0;
  background: #000;
  background-color: rgba(0,0,0,0.35);
  width: 298px;
}

.image-grid-info.headline {
  top: 5px;
  text-align: center;
  background: #fff;
  color: #000;
  width: 100%;
  margin-bottom: 5%;
  font-size: 28px;
  line-height: 30px;
}

.image-grid-info.desc {
  width: 100%;
  left: 0px;
  background-color: #fff;
  color: #0e1e25;
  font-size: 0.9em;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 5px;
  text-align: center;
  bottom: 15px;
}

#section-stripe {
  margin: 0 auto;
  font-size: 15px;
}

#section-stripe h2 {
  font-size: 1.8em;
  line-height: 1.3;
  margin: 0;
}

.hero-unit {
  background: url("https://www.shareaholic.com/assets/homepage/shareaholic_avatars2.jpg") top center repeat;
  height: 220px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.help-center-name {
  color: #fff;
  font: 600 32px/1em "open sans","helvetica neue", helvetica, arial, sans-serif;
}

#known-issues {
  float: left;
  width: 300px;
  margin-right: 30px;
}

#known-issues h2 {
  font-size: 1.2em;
  margin: 10px 0 15px;
}

#known-issues ul li {
  margin-bottom: 10px;
}

#common-questions {
  float: left;
  width: 300px;
}

#common-questions h2 {
  font-size: 1.2em;
  margin: 10px 0 15px;
}

#common-questions ul li {
  margin-bottom: 10px;
}

#popular-topics {
  float: left;
  width: 100%;
  margin: 10px 30px -45px 0;
  border: 2px solid #ccc;
  padding: 10px;
}

#popular-topics h2 {
  font-size: 1.8em;
  margin: 15px 0 0px;
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  padding-left: 19px;
  font-family: 'Open Sans';
}

#popular-topics ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: stretch;
  -webkit-align-content: stretch;
  height: 250px;
}

#popular-topics ul li {
  margin-bottom: 10px;
  height: 45px;
  max-width: 70%;
  font-weight: 900;
}

/* ====================================================
   Parsed markdown
   ==================================================== */
.markdown {
  word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 13px;
  font-size: 13px;
}

.markdown img {
  display: block;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
  margin-bottom: 10px;
}

.markdown p {
  margin-bottom: 10px;
}

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

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

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

.markdown ul > ul,
.markdown ol > ol {
  margin: 0 0 0 10px;
}

.markdown pre {
  background: #FBFBFB;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  margin-bottom: 10px;
}

.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #8E8E8E;
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}

.markdown hr {
  margin-bottom: 10px;
  height: 2px;
  background-color: #ECECEC;
}

/* ====================================================
   Search
   ==================================================== */
/*
 * Main search component on the home page
 */
 
#help-center-search-container {
  display: flex;
  flex-direction: column;
	justify-content: center;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

#help-center-search-container p {
  font-size: 1.2em;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #ddd;
}

.hero-unit .search {
  display: block;
  width: 100%;
  max-width: 850px;
  font-size: 1.6em;
  position: relative;
}
 
.search {
  margin: 0 auto;
  width: 980px;
}

.popular-topics-search {
  color: #fff;
  font-weight: 500;
  padding: 0.5em 0;
}

.popular-topics-search a {
  color: rgb(110 172 243 / 70%);
  font-weight: 400;
}

.search:before {
  width: 60px;
}

.search:before, .search-small:before {
  color: #333333;
  content: "\1F50D";
  font-family: "entypo";
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.search input[type=submit],
.search input[type=search] {
  height: 90px;
}

.search input[type=submit] {
  display: none;
}

.search input[type=search] {
  border-radius: 20px;
  height: 50px;
  padding: 16px 12px 16px 55px;
  width: 100%;
  background: #FFF;
  border-top-color: #BFBFBF;
  font-weight: lighter;
}

.search input:focus,
.search input[type=search]:active {
  border: 1px solid transparent;
  box-shadow: #1264a3 0px 0px 0px 1px, rgba(29,155,209,0.4) 0px 0px 0px 5px;
  outline: none;
  -webkit-appearance: none;
}


/*
 * Secondary smaller search component on model pages
 */
.search-small {
  position: relative;
  display: flex;
  align-items: center;
}

.search-small:before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 16px;
  left: 10px;
  position: absolute;
}

.search-small input[type=search] {
  padding: 6px 10px 6px 35px;
  width: 270px;
}

.search-small input[type=search]:focus {
  outline: none;
}

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */

.category-tree-with-article h2 {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 15px;
  font-weight: bold;
  margin: 25px 0;
  padding-bottom: 18px;
}

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

.category-tree-with-article .section h3 {
  font-size: 15px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}


.category-tree .category {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-tree .category h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px 0 15px;
}

.category-tree .category .section {
  flex: 0 0 auto;
	padding: 1em 0;
  border-top: 1px solid #ddd;
  width: 30%;
}

.category-tree .category .section .title {
  font-weight: 700;
}

.category-tree .category .section .description {
  font-size: 0.9em;
  color: #484848;
}

.section-tree .section {
}

.category h2 {
  margin: 25px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}

.category h3 {
  font-size: 1.2em;
  font-weight: 600;
}

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

.article-list {
  margin-bottom: 30px;
  display: block !important;
}

.article-list .see-all-articles {
  border: none;
}

.related-articles-section .see-all-articles:before,
.article-list .see-all-articles:before {
	display: inline-block;
	font-family: "entypo";
	content: '\2b';
}

.article-list .see-all-articles a {
  font-weight: 600;
}

.article-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.8em 0 0.433em 0;
  margin-left: 0.5em;
  width: 90%;
}

.article-promoted span {
  cursor: default;
  margin-right: 5px;
  position: relative;
  display: none;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

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

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

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

.category-description, .section-description {
  color: #616161;
  margin-bottom: 1.5em;
}

.section-subscribe, .section-unsubscribe {
  float: right;
  margin-top: 5px;
  display: none;
}

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

/* ====================================================
   Subnav
   ==================================================== */

.sub-nav-container {
  width: 850px;
  margin: 0 auto;
  max-width: 95%;
}

.sub-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 30px 0;
}

.sub-nav .breadcrumbs {
  font-size: 13px;
}

.requests .sub-nav {
  font-size: 14px;
  border-bottom: none;
  padding: 0;
}

/* ====================================================
   Breadcrumbs
   ==================================================== */
.breadcrumbs li {
  display: inline-block;
  letter-spacing: -0.1px;
}

.breadcrumbs li + li:before {
  font-family: "entypo";
  content: '\e75e';
  /* content: ">"; */
}

.breadcrumbs li:first-child a:before {
	display: inline-block;
	font-family: "entypo";
	content: '\2302';
	padding-right: 5px;
}

.search-result-breadcrumbs a {
  color: #596b7f;
}

.breadcrumbs.search-result-breadcrumbs li:first-child a:before {
	content: unset;
	padding-right: 0px;
}

/* ====================================================
   Article
   ==================================================== */

.article {
}

.article-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.article-header h1 {
	font-size: 34px;
  color: #0d2b3e;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2em !important;
}

.article-author {
  font-weight: bold;
  display: none;
}

.article-metadata {
  float: left;
  padding-left: 55px;
  position: relative;
}

.article-avatar {
  left: 0;
  position: absolute;
  top: 0;
}

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

.article-updated {
  color: #8E8E8E;
  font-size: 12px;
}

.article-subscribe, .article-unsubscribe {
  float: right;
}

.article-body {
  line-height: 1.8em;
  word-wrap: break-word;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body pre {
    page-break-inside: avoid;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
  	font-size: 0.9em;
}

.article-body code {
    font-family: Consolas, Menlo, sans-serif !important;
}

/* nohighlight only */
.article-body pre.nohighlight {
 background: darken($background_color, 3%);
 border: 1px solid #ddd;
 border-radius: 3px;
 padding: 10px 15px;
 overflow: auto;
 white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #8E8E8E;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 5px 0 5px 20px;
  list-style-position: outside;
}

.article-body ul > ul,
.article-body ol > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

 /* Custom */

.article-body a.anchor {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(/hc/theming_assets/01HZP8WS4TJNFZQGGTX1TJDPC0);
    background-size: 100% 100%;
    margin-left: 4px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.article-body h1 a.anchor {
    width: 18px;
    height: 18px;
}

.article-body h2 a.anchor {
    width: 16px;
    height: 16px;
}

.article-body h3 a.anchor {
    width: 16px;
    height: 16px;
}

.article-body h3:hover a.anchor,.article-body h2:hover a.anchor,.article-body h1:hover a.anchor {
    opacity: 1;
}

.article-body ol {
  list-style-type: none;
  margin: 1.65em 0 0 1.65em;
  padding: 0;
  counter-reset: section;
}

.article-body ol > li{
  position: relative;
  margin-bottom: 20px;
  min-height: 3em;
}

.article-body ol > li:before {
  position: absolute;
  top: 0;
  left: -2.1em;
  width: 1.2em;
  height: 1.2em;
  padding: 0.15em;
  
  font-size: 1.55em;
  text-align: center;
  color: #f5f5f5;
 
  border-radius: 50%;
  background-color: #A5B2BD;
  content: counters(section, ".") " ";
  counter-increment: section;
}

.article-body ol li ol li:before {
	  padding: 0;
    width: 26px;
    background: #A5B2BD;
    height: 26px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
}

.article-body hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 30px 0 30px 0;
}

.article-body .callout {
  background: #eeeeee;
  border-color: #cfcfcf;
  border-left: 1px solid;
  color: #009688;
  margin-bottom: 2em;
  padding: 10px 25px 25px 30px;
}

.article-body .callout p {
  font-size:  14px;
  line-height: 1.4em;
}

.article-body .callout ul {
    position: relative;
    margin: 1em 0 0;
    padding: 0 0 0 1em;
    animation: fadein 1s;
}

.article-body .callout ul li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 0 0 17px;
    font-size: 13px;
}

/* Sub-order list style */

.article-body .callout ul li ul {
    margin: 0.3em 0 0;
    padding: 0;
}

.article-body .callout ul li ul li:before {
    content: '';
    position: absolute;
    border-right: 2px solid #aad0bd;
    border-bottom: 2px solid #aad0bd;
    width: 4px;
    height: 4px;
    top: calc(50% - 0px);
    left: 2px;
    transform: translateY(-50%) rotate(-45deg);
    background: none;
    border-radius: inherit;
    border-left: none;
    border-top: none;
}

.article-body .callout ul li ul li:after {
    display: none;
}

/* End Sub-order list style */

@keyframes fadein {
  from { opacity: 0;}
  to   { opacity: 1;}
}

.article-body .callout ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -6px;
    width: 10px;
    height: 10px;
    z-index: 1;
    border-radius: 50%;
    background: #00988b;
    font-size: .85em;
    font-weight: 700;
    border: 2px solid #eeeeee;
}

.article-body .callout ul li:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 10px;
    left: -1px;
    bottom: 7px;
    border-left: 4px solid #d6e0db;
}

.article-body .callout ul li:first-child:after {
  bottom: -7px;
}


.article-body .callout a {
    color: #379d69;
    text-decoration: none;
}

.article-body .callout a:hover {
    text-decoration: underline;
}

.article-body h3 {
	margin: 1.8em 0 0.3em;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 500;
}

/* End Custom */

.article-body li {
  font-size: 14px;
  margin-left: 20px;
}

.article-body p {
	color: rgba(0, 0, 0, .84);
  font-weight: 400;
}

.article-footer {
  margin: 4em 0 2em 0;
  padding: 1em;
  border: 2px solid #E5E9EC;
}

.article-footer .share {
  float: right;
}

.article-footer .article-vote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.article-vote.sidebar {
  margin: 15% 0;
  float: left;
  position: relative;
  min-width: 270px;
  padding: 20px 15px;
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 5px;
}

.article-vote small {
  color: #8E8E8E;
  display: block;
  margin-top: 5px;
}

.article-vote a:hover {
  text-decoration: none;
}

.sidebar .article-vote-controls {
  right: 12px;
  top: 17px;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
		border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(193,203,212,.5);
    transition: all .2s ease-in-out;
}

.article-vote-up:hover, .article-vote-down:hover {
    outline: 0;
    background: #ffe8b5;
    box-shadow: 0 4px 7px 0 rgba(193,203,212,.6);
    transform: scale(1.2);
}

.article-vote-up:before {
  content: "\2713";  
  color: #009933;
}

.article-vote-down:before {
  content: "\2715";
  color: #cc0000;
}

.article-voted {
  opacity: 1;
  background: #ffe8b5;
}

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

.article-more-questions {
  margin-bottom: 30px;
}

.recent-articles, .related-articles-section {
  font-size: 0.9em;
  line-height: 1.5;
  background: #eeeeee;
  border-color: #cfcfcf;
  padding: 0.1em 1em;
  margin: 1.5em 0;
  border-radius: 3px;
}

.recent-articles ul,
.related-articles ul {
  list-style: initial;
}

.recent-articles li.see-all-articles,
.related-articles li.see-all-articles{
  list-style: none;
  font-weight: 600;
}

.related-articles h3 {
	font-weight: 600;
  line-height: 1em;
}

.article-comments {
  margin-top: 50px;
}

.recent-articles li, .related-articles li {
  margin-bottom: 1em;
  margin-left: 2em;
  font-size: 1em;
}

table.share-count-recovery-ex td {
  padding: 10px;
}

.code-formatted {
  background: #fff; 
  border-radius: 3px; 
  border: 1px solid rgba(0,0,0,0.07); 
  padding: 10px 15px;
}
/* ====================================================
   Social share links
   ==================================================== */
/* Common styles */
.share li {
  display: inline-block;
}

.share a, .share a:before {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
}

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

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

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

/* Community questions and answers only */
.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #CCC;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

/* ====================================================
   Attachments/Screencasts
   ==================================================== */
.attachments, .screencasts {
  font-size: 11px;
}

.attachments span, .screencasts span {
  color: #8E8E8E;
}

.attachments li, .screencasts li {
  margin-bottom: 10px;
}

.attachments li:before, .screencasts li:before {
  background: #F2F2F2;
  border-radius: 3px;
  color: #8E8E8E;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachments li:before {
  content: "\1F4CE";
}

.screencasts li:before {
  content: "\1F4BB";
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  min-height: 100px;
  margin-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

.comment-container {
  margin-left: 70px;
}

.comment-avatar {
  position: absolute;
  display: inline-block;
}

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

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZP8WR1F1BF4AKJ3V5CGM5G2");
  background-image: url("/hc/theming_assets/01HZP8WRADEMBRPJVDYPN7P1N1");
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: -5px;
  right: -3px;
  content: " ";
}

.comment-author {
  display: inline-block;
  margin-bottom: 15px;
}

.comment-published, .comment-delete {
  float: right;
  font-size: 11px;
}

.comment-published {
  color: #8E8E8E;
}

.comment-body {
  margin-bottom: 30px;
  white-space: pre-line;
}

.comment-body p:first-child {
  margin-top: 0px;
}

.comment-delete {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  margin-left: 5px;
  padding-left: 5px;
}

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

.comment-attachments {
  border-color: #DBDBDB;
  border-color: rgba(0, 0, 0, 0.13);
  border-style: solid;
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
  padding: 10px;
}

.comment-form {
  padding-top: 30px;
}

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

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

.comment-screencasts {
  float: left;
  margin-top: 3px;
}

/* ====================================================
   Requests
   ==================================================== */
/*
 * Shared
 */
.request-follow-up {
  text-align: center;
  background: #FFF9C4;
  margin: 40px;
  padding: 1em;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  font-size: 13px;
  margin-top: 13px;
}

.request-actions .selected {
  font-weight: 800;
  color: #15762e;
}

.request-actions .selected:after {
  content: "  \2b05";
  font-family: "entypo";
  margin-right: 3px;
}

.request-actions, .request-details, .subscriptions-menu {
  margin: 30px 0 30px;
  padding: 15px 20px;
  font-size: 13px;
}

.request-actions li + li, .request-details li + li {
  margin-top: 10px;
}

.request-actions, .request-details, .subscriptions-menu, .form {
  background: #FBFBFB;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}

/*
 * Open requests
 */
.request {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px 30px 30px;
}

.request:first-child {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.request-status {
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
}

.request .request-status {
  float: right;
  margin-top: 18px;
}

.request-subject {
  margin-bottom: 3px;
}

.request-published {
  color: #8E8E8E;
  font-size: 12px;
  margin-bottom: 20px;
}

.request-link {
  border: 1px solid #D1D1D1;
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  margin-top: 25px;
  padding: 3px 15px;
}

/*
 * Request lists
 */
.status-selection {
  display: inline-block;
  margin-left: 5px;
}

.status-selection > button {
  font-weight: bold;
}

/*
 * All requests list
 */
.requests-search {
  outline: none;
  padding: 5px 15px;
}

.request-table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  text-align: left;
  font-size: 13px;
}

.request-table th {
  color: #555555;
  font-size: 12px;
  font-weight: 600;
}

.request-table td, .request-table th {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-width: 1px 0;
  padding: 12px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.request-table td:nth-child(1) {
  max-width: 50px;
}

.request-table td:nth-child(2) {
  max-width: 250px;
}

.request-table td:nth-child(3) {
  max-width: 60px;
}

.request-table td:nth-child(4) {
  max-width: 80px;
}

.request-table td:nth-child(5) {
  max-width: 80px;
}

/*
 * Request page
 */
.request-id {
  color: #8E8E8E;
  display: block;
  font-size: 13px;
}

.request-details {
  font-size: 12px;
}

.request-details dt ~ dt {
  margin-top: 15px;
}

.request-details dd {
  font-weight: bold;
  margin: 2px 0 0;
}

/*
 * Request statuses
 */
.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

/*
 * Subscriptions
 */
.subscription {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px 30px;
}

.subscription:first-child {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.subscription-options {
  float: right;
}

/* View Request */

.request-item .comment-list {
 font-size: 12px; 
}

.request-item .main-column {
 background: white;
 padding: 0 1em;
}

/* ====================================================
   Search results
   ==================================================== */
.search-results-heading {
  color: #70757a;
  font-size: 14px;
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 1em;
}

.search-results-column:nth-of-type(1) {
  width: 650px;
  /* width: 48%; */
  /* float: left; */
}

.search-results-column:nth-of-type(2) {
  width: 650px;
  /* width: 48%; */
  /*  float: right; */
}

.search-result {
  margin: 0;
  padding: 20px 0;
}

.search-result + .search-result {
  border-top: none;
}

.search-results-list {
  font-family: Roboto, arial, sans-serif;
  margin: 0;
}

.search-result-link {
  color: rgb(26, 13, 171);
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.search-result-description {
  color: rgb(77, 81, 86);
  font-size: 14px;
  font-weight: 400;
  line-height: 22.12px;
}

.search-result-description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: 600;
  background-color: #fff3ca;
  border-radius: 3px;
}

.search-result-meta {
  color: rgb(77, 81, 86);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 10px 0;
}

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

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

/* ====================================================
   Forms
   ==================================================== */
.form {
  overflow: hidden;
  padding: 40px 55px;
}

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

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

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

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

.form-field textarea, .form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}

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

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

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

.searchbox-suggestions {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border: solid 1px #ccc;
  padding: 10px 20px;
  max-height: 200px;
}

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

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01HZP8WRMGKZHY6YGHPF6CYGZA") 99% 50% no-repeat;
}

.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

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

/* ====================================================
   Footer
   ==================================================== */
.footer {
/*   padding: 50px 0; */
  width: 100%;
  margin: 0 auto;
  background: #fffefc;
  font-size: 15px;
  position: relative;
}

.footer-inner {
  padding: 50px 0;
  text-align: center;
  margin-bottom: 75px;
}

cta-footer {
  margin-top: 5%;
}

.banner-triangle {
  margin-top: -75px;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  max-height: 7.625rem;
  overflow: hidden;
}

.banner-triangle svg {
  width: 100%;
  min-width: 80rem;
  margin: 0 auto;
  display: block;
}

.account_promo {
  background: linear-gradient(135deg, #56ccf2 0, #56acee 42.49%, #2f80ed 100%);
}

.account_promo_inner {
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.account_promo_inner .cta-title {
  color: #fff;
  font: 700 32px/1.6 'Open Sans', 'helvetica neue', Geneva, Arial, sans-serif;
}

.account_promo_inner .cta-subtitle {
  color: #fff;
  font: 400 20px/1.6 'Open Sans', 'helvetica neue', Geneva, Arial, sans-serif;
  font-style: italic;
  letter-spacing: 0.005em;
}

.account_promo_inner .cta {
  padding-top: 35px;
  padding-bottom: 75px;
}

.account_promo_inner p.cta-button.outline a {
  background: #3ecf8e;
  border: solid 1px transparent;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}

.account_promo_inner p.cta-button.outline a:hover {
  border: solid 1px #fff;
  text-shadow: 0 1px 3px rgba(36, 180, 126, .4);
  color: #fff;
}

.cta-button.outline a {
  border-radius: 3px;
  color: #fff;
  font: 700 14px/1.6 'Open Sans', 'helvetica neue', Geneva, Arial, sans-serif;
  padding: 12px 12px 10px;
  letter-spacing: 0.125em;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

#footer-link-wrapper {
/*   position: absolute; */
  bottom: 0;
  height: auto;
  left: 0;
  font: 400 12px/1.8 'Open Sans', 'helvetica neue', Geneva, Arial, sans-serif;
  padding: 25px 0 0 0;
  background-color: #f7f7f7;
}

#footer-link-wrapper #footer-content {
  margin: 0 auto;
  max-width: 1014px;
}

#footer-link-wrapper #footer-content ul.sections {
  float: left;
  list-style: none;
  margin: 0;
  position: relative;
  width: 100%;
}

#footer-link-wrapper #footer-content ul.sections > li {
  float: left;
  overflow: hidden;
  margin: 0 2.5% 24px 0;
  position: relative;
  width: 14.58333333333%;
}

#footer-link-wrapper #footer-content ul.sections > li:last-child {
  margin: 0;
}

#footer-content ul.sections > li a {
  color: #777;
  text-decoration: none;
}

#footer-content ul.sections > li a:hover {
  color: #444;
  text-decoration: none;
}

#footer-content ul.sections > li a:active {
  color: #000;
}

#footer-link-wrapper #footer-content ul.sections > li .title {
  color: #555;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 2px 0;
}

#footer-link-wrapper .logo-mask {
  display: inline-block;
  background: none;
  overflow: hidden;
  position: relative;
  top: 4px;
  width: 154px;
  height: 40px;
}

#footer-link-wrapper .logo-mask a.logo {
  top: 0 !important;
  background-image: url(/hc/theming_assets/01HZP8WS0DE1MF0M6JHSYK2YTA);
}

#footer-link-wrapper .copyright-section {
  background: #2c3440;
  border-bottom: none;
  padding-bottom: 20px;
}

#footer-link-wrapper .copyright-section .copyright {
  max-width: 1014px;
  margin: 0 auto;
}

#footer-link-wrapper .copyright-section .copyright a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

#footer-link-wrapper .copyright-section .copyright a.logo {
    margin: 0 7px;
    z-index: 900;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 40px;
    width: 120px;
    display: inline-block;
    position: relative;
    top: 4px;
}





/* ====================================================
   Error pages
   ==================================================== */
.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
  padding-bottom: 10%;
}

.error-page h1 {
  font-size: 4em;
  margin-bottom: 0;
}

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

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

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
}

.pagination li {
  float: left;
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.pagination li + li {
  border-left: none;
}

.pagination a, .pagination span {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #F6F6F6;
  background-color: rgba(0, 0, 0, 0.03);
  color: #AAA;
}

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

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

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

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

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

.chat-available {
  bottom: 0;
}

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

/* ====================================================
   Community
   ==================================================== */
/*
 * Navigation
 */
.community-heading {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.community-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 55px;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  padding-right: 30px;
}

.community-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

.community-nav li:last-child a {
  color: #158EC2;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.community-sub-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
}

.community-sub-nav li {
  display: inline-block;
  margin-right: 30px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

/*
 * Topics, Questions and Answers
 */
.topic {
  display: inline-block;
  width: 49.5%;
  padding: 20px 30px 20px 0;
  vertical-align: top;
}

.topic-header, .question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}

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

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

.topic-heading {
  font-size: 18px;
}

.topic-questions {
  margin-top: 45px;
}

.question, .answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  position: relative;
}

.question-avatar, .answer-avatar {
  float: left;
  margin-right: 10px;
  min-width: 40px;
}

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

.question-body, .answer-body {
  display: table-cell;
  width: 10000px;
  word-break: break-all;
}

.question-body p, .answer-body p {
  margin: 0 0 5px;
}

.question-body p img, .answer-body p img {
  max-width: 470px;
}

.question-body .question-meta, .answer-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #CCC;
  display: inline-block;
  font-size: 11px;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
  font-size: 15px;
}

.question-title a, .topic-title a {
  font-weight: lighter;
}

.question-meta, .answer-meta, .topic-meta {
  color: #CCC;
  font-size: 11px;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  font-size: 10px;
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

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

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

.answer-official-heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}

.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions h3 {
  font-size: 13px;
}

.related-questions li {
  margin-bottom: 10px;
}

/*
 * Vote widget: question and answer
 */
.vote {
  float: left;
  margin-left: 15px;
  margin-right: 10px;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-size: 15px;
  font-weight: bold;
  min-width: 45px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "entypo";
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

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

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

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

/*
 * Accept widget
 */
.answer-accept {
  color: #BBB;
  font-size: 15px;
  left: 0;
  margin-top: 7px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 15px;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

/*
 * Admin controls
 */
.topic-controls, .question-controls, .answer-controls {
  float: right;
  font-size: 11px;
}

.topic-delete, .question-delete, .answer-delete {
  color: #CCC;
  margin-right: 25px;
}

.topic-delete:after, .question-delete:after, .answer-delete:after {
  content: "\2022";
  font-size: 10px;
  margin-left: 10px;
  pointer-events: none;
  position: absolute;
}



/* =================================
CUSTOM CLASSES FOR INDIVIDUAL PAGES
===================================== */
/*======= PRO ICON BADGE =======*/

.pro {
  border-radius: 3px;
  background-color: #ea6b5f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 24px;
  padding: 2px 8px;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 10px;
  font-weight: normal !important;
  text-decoration: none !important;
}

.pro:hover {
  text-decoration: none !important;
}

.article-callout-container {
    margin: 15px 0;
    border: 1px solid black;
    border-radius: 3px;
    width: 100%;
    position: relative;
    box-shadow: 0 1px 2px rgba(43,42,51,.05);
}

.article-info-callout-blue {
    padding: 10px 15px;
    min-height: 0;
    border-color: #cdcdcd;
    background-color: #F5FBFE;
    border-left: 10px solid #0085f2;
}

.article-note-callout-yellow {
    padding: 10px 15px;
    min-height: 0;
    border-color: #FEF79E;
    background-color: #FFFCD9;
    border-left: 10px solid #FEF79E;
}


/*=======SIDEBAR NAV========*/

#nav-wrapper {
  transition: all 0.4s ease 0s;
  position: relative;
}

#sidebar-wrapper {
/*  margin-left: -10%; */
  left: -10%;
  width: 300px;
  background: #fafafa;
  position: absolute;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#nav-wrapper.active {
  padding-left: 0;
}

#nav-wrapper.active #sidebar-wrapper {
  left: 0;
}

.sidebar-nav {
/*  position: absolute;*/
  top: 35%;
  max-width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
}

.sidebar-nav li a {
  font-family: 'Open Sans';
  color: #167d1a;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #01750b;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.nav>li>a:focus {
    background: rgba(85,209,96,0.1);
}

.sidebar-nav li a:hover {
  border-radius: 5px;
  color: #01750b;
  background: rgba(71,173,79,0.1);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #01750b;
}

.sidebar-nav > .sidebar-brand a:hover,
.sidebar-nav > .sidebar-brand a:active,
.sidebar-nav > .sidebar-brand a:focus {
  color: #01750b;
  background: none;
}

.sidebar-nav li.active {
  color: #fff !important;
  background: rgba(71, 173, 79, 1) !important;
  border-radius: 5px;
}

.sidebar-nav li.active a {
  color: #fff;
}

.small-logo {
  width: 20%;
  display: block;
  margin: 10px auto;
  border: 0px solid #fafafa;
}

#page-content-wrapper {
  width: 100%;
  margin-left: 235px;
}

.affix-top {
  position: relative;
  width: 250px;
}

.affix {
  top: 35px;
  width: 250px;
}

.affix-bottom {
  position: absolute;
  width: 250px;
  top: auto;
/*  bottom: 20px;*/
}



/*=====CUSTOM HOMEPAGE STYLING======*/

.flexcontainer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-inner {
  cursor: pointer;
  width: 190px;
  border-radius: 8px;
  box-shadow: 0 0 13px 0 rgba(0,0,0,.13);
  background-color: #fff;
  margin: 0.5em;
  padding: 1em;
  text-align: center;
  transition: all .3s;
  flex: 1 1 auto;
}

.flex-inner:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.26);
}

.flex-inner a:hover,
.flex-inner a:active,
.flex-inner a:focus {
  text-decoration: none;
}

.flex-inner i.fa {
  display: block;
  margin-top: 0.2em;
  color: #167d1a;
}

span.grid-info {
  font-size: 1.3em;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 1em;
  font-weight: 600;
  margin-top: 5px;
  color: #15762e;
}

span.grid-info.desc {
  font-size: 0.9em;
  color: #0e1e25;
  padding-bottom: 5px;
  font-weight: normal;
  line-height: 1.6em;
  padding: 5px;
}

#popular-topics .table td {
  width: 470px;
  padding: 20px !important;
  border-bottom: 1px solid #ccc;
}

#popular-topics .table td:hover {
  background-color: #f1f1f1;
}

#popular-topics .table td:first-child {
  border-right: 1px solid #ccc;
}

.main-category-list h2 {
	margin: 1em 0 0px !important;
  padding-bottom: 1em;
  font-size: 1.6em !important;
}

.main-category-list .table td {
  height: 75px;
  padding: 30px;
}

.main-category-list a {
  color: #428bca;
  font-size: 1.2em;
}

.main-category-list a:hover {
  color: rgba(3, 95, 199, 1);
}

.gold {
  color: #ffb300 !important;
}

/*======== CUSTOM ARTICLE CLASSES =========*/
.getting-started-header {
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px solid #fff;
}

.faq-header {
  margin-bottom: 30px !important;
  padding-bottom: 0px !important;
  margin-left: 0px;
  border-bottom: 0px solid #fff;
}
  

.config-header {
  margin-bottom: 10px !important;
  padding-bottom: 0px !important;
  border-bottom: 0px solid #fff;
}

.getting-started-header h1,
.faq-header h1,
.config-header h1 {
  font-family: 'Open Sans';
  text-align: center;
  margin-bottom: 20px;
}

.getting-started-header h1 {
  font-weight: 600;
  font-size: 40px;
  color: #009D6F;
}

#getting-started p.legend {
	color: #009D6F;
  font-weight: 600;
}

.faq-header h1 {
  font-size: 35px;
  font-weight: 600;
  color: #167d1a;
}

#faq p.legend {
  font-weight: bold;
  font-style: italic;
  line-height: 1.8em;
  border-bottom: 0px solid #fff;
}


.config-header h1 {
  font-size: 35px;
  font-weight: 600;
  color: #009D6F;
}
/* ====== CUSTOM ARTICLE FORMATTING ===== */

.custom-article {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  border: 0px solid #fff !important;
  display: block;
  position: relative;
}

.custom-article p {
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 1em;
  max-width: 635px;
}

.custom-article p.emphasis {
  font-size: 22px;
  text-align: center;
  line-height: 2em;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.custom-article p.legend {
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.custom-article .legend.category-legend {
  width: 660px;
  border-bottom: 0px solid #fff;
  margin-left: 45px;
  font-style: italic;
  margin-bottom: -15px;
}

.custom-article .button-container {
  width: 100%;
  display: flex;
}

.well {
  background-color: #fff;
  margin-bottom: 60px;
  box-shadow: none;
  border: none;
}

.well h3 {
  color: #167d1a;
  cursor: pointer;
  margin-bottom: 1.5em;
  font-weight: 700;
  font-family: 'Open Sans';
  text-decoration: underline;
}

.link-block {
  margin-bottom: 20px;
}

.inner-container {
  box-sizing: border-box;
  border: 1px solid #8c8c8c;
  box-shadow: 0 5px 15px rgb(204, 204, 204);
  border-radius: 10px;
  padding: 10px;
  min-height: 250px;
}

.link-list li {
  margin: 20px auto;
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
}

.link-list li.title {
  list-style: none;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: -15px;
  border-bottom: 1px solid #f1f1f1;
  font-style: italic;
}

.accordion-container {
  display: block;
}

.accordion {
  width: 80%;
  box-sizing: border-box;
}

.accordion p.a {
  font-size: 14px;
  margin-left: 25px;
  margin-bottom: 30px;
}

.accordion h3 {
  font-weight: bold;
  font-size: 15px;
  color: #2A6494;
  text-decoration: underline;
  margin-left: 15px;
  line-height: 1.8em;
}

.accordion h3:hover {
  color: #428bca;
  text-decoration: none;
}

.table-bordered.category-table {
  border: 10px solid #ddd;
}

.table-bordered.category-table>tbody>tr>td {
  border: 3px solid #ddd;
}

.category-table {
  width: auto;
  text-align: center;
}

.category-table tbody>tr>td {
  width: 220px;
  vertical-align: middle;
  text-align: center;
  height: 225px;
}

.category-table tbody>tr>td:hover {
	background-color: rgba(242, 242, 242, 0.2);
}

.category-table tbody>tr>td p {
  margin-top: 10px;
  font-size: 18px;
}


.divider {
  height: 1px;
  border-bottom: 1px solid #eeeeee;
}


svg {
  display: block;
  margin: auto;
  position: relative;
}

/*=====TOP TABBED PANEL======*/

.nav-tabs.top-tab {
  border-bottom: 0px;
}

ul.top-tab {
  margin: 20px 0px 20px 0px !important;
}

ul.top-tab  > li {
  margin-left: 80px !important;
}

.top-tab.panel-body {
  min-height: 400px;
  border: 1px solid #ddd;
  margin-top: -20px;
  border-radius: 5px;
}

.top-tab p {
  font-size: 14px;
  line-height: 1.5em;
  color: #737373;
  width: 80%;
  margin: 10px auto;
  font-style: italic;
  padding-top: 18px;
  text-align: center;
}

/*========== SIDE-TABBED PANEL ==========*/

.tabs-right { 
  margin-top: 3rem;
  max-width: 635px;
  margin-bottom: 2rem;
}

.tabs-right .nav.nav-tabs {
  float: right;
  border-bottom: 0;
  margin: 90px 0 0px 0px !important;

}

.tabs-right .nav.nav-tabs li {
  float: none; 
  margin: 0;
}

.tabs-right .nav-tabs li>a {
  margin-left: 0;
  border: 1px solid #ccc;
  border-radius: 0px 0px 0px 0px;
  color: #b1b1b1;
  padding: 20px 15px;
  font-size: 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f1f1f1;
  z-index: 99;
}

.tabs-right .nav-tabs li>a:hover {
  background-color: #fff;
  color: rgba(44, 109, 50, 1);
}

.tabs-right .nav-tabs>li.active>a, 
.tabs-right .nav-tabs>li.active>a:hover, 
.tabs-right .nav-tabs>li.active>a:focus {
  background-color: #fff;
  color: #666;
  border: 1px solid #737373;
  border-left-color: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.2), 0px -3px 4px 0px rgba(0,0,0,0.1);
}

.tabs-right .nav-tabs>li.active>a {
  font-weight: 600;
  z-index: 1000;
}

.tabs-right .nav-tabs>li.active>a:after {
  content: '';
  position: absolute;
  height: 103%;
  width: 4px;
  left: -5px;
  top: -1px;
  background: inherit;
  box-shadow: 0px 0px 0px 0px;
}

.tabs-right .tab-content {
  margin-right: 45px;
}

.tabs-right .tab-content .tab-pane {
  display: none;
  background-color: #fff;
  padding: 1.6rem;
  overflow-y: auto;
  border: 1px solid #a6a6a6;
  height: 650px;
  border-radius: 6px;
}

.tabs-right .tab-content .tab-pane p {
    padding: 5px 30px;
    font-size: 13px;
    line-height: 2.5em;
}

.tabs-right .tab-content .active {
  display: block;
}

/* PROFILES */
.user-profile-page {
  padding-top: 48px; }

.profile-header {
  margin-bottom: 24px;
  color: #fff;
  text-align: center; }

.profile-header__avatar {
  display: inline-block;
  margin-bottom: 12px; }

.profile-header__name {
  margin-bottom: 12px;
  font-size: 24px; }
  @media (min-width: 768px) {
    .profile-header__name {
      font-size: 34px; } }
  .profile-header__name a {
    color: #fff; }

.profile-header__options [data-action="edit-profile"] {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .profile-header__options [data-action="edit-profile"]:hover, .profile-header__options [data-action="edit-profile"]:focus, .profile-header__options [data-action="edit-profile"]:active {
    color: #e0e0e0;
    background-color: transparent;
    border-color: #e0e0e0; }
  .profile-header__options [data-action="edit-profile"]:active {
    background-image: none; }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #107cd5; }

.profile-header__description {
  word-break: break-all;
  word-break: break-word; }

.profile-stats {
  margin-bottom: 12px;
  padding-left: 0;
  color: #979797;
  list-style: none;
  font-size: 14px; }

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: 6px;
  color: #fff; }
  @media (max-width: 767px) {
    .profile-stats__stat {
      display: block; }
      .profile-stats__stat:before {
        display: none; } }

.profile-stats__label {
  margin-right: 6px; }

.profile-stats__value {
  color: #fff; }

.profile-nav {
  overflow: hidden;
  margin-bottom: 48px;
  border-radius: 4px;
  background-color: #dee2e6;
  font-weight: 600;
  font-size: 14px; }

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.profile-nav__item {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .profile-nav__item {
      display: inline-block;
      vertical-align: middle; } }
  .profile-nav__item a {
    display: block;
    color: #2c2d30; }
  .profile-nav__item.is-active {
    background-color: #107cd5;
    color: #fff; }
  .profile-nav__item.is-active,
  .profile-nav__item a {
    padding: 16px 12px;
    line-height: 1; }
  .profile-nav__item:after {
    right: 12px !important; }

.profile-section {
  width: 100%; }

.profile-section__header {
  margin-bottom: 24px; }

.profile-section__title {
  margin-bottom: 12px;
  font-size: 24px; }

.profile-section__description {
  color: #979797;
  font-size: 14px; }
  @media (min-width: 768px) {
    .profile-section__description {
      padding-bottom: 0; } }

.profile-section-sorter {
  font-size: 14px; }
  @media (min-width: 768px) {
    .profile-section-sorter {
      display: table;
      width: 100%; } }
  @media (min-width: 768px) {
    .profile-section-sorter {
      padding-top: 0;
      border-top: 0; } }
  .profile-section-sorter .dropdown {
    display: inline-block; }

@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle; } }

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: 12px; } }

@media (min-width: 768px) {
  .profile-section-sorter__col--main {
    padding-right: 12px; } }

@media (min-width: 768px) {
  .profile-section-sorter__col--btn {
    text-align: right; } }

.profile-contribution {
  position: relative;
  padding: 12px 15px;
  border-radius: 4px;
  background-color: #e7eaed;
  word-wrap: break-word; }

.profile-contribution__header {
  margin-bottom: 6px; }

.profile-contribution__status {
  margin-bottom: 6px; }

.profile-contribution__title {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px; }

.profile-contribution__body {
  margin-bottom: 12px; }

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px; }

.profile-contribution__breadcrumbs {
  margin-bottom: 12px;
  padding: 0;
  font-size: 14px; }

.profile__no-activity,
.profile__private-activity {
  color: #979797;
  text-align: center; }

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

.profile-activity {
  position: relative;
  margin-bottom: 36px; }

.profile-activity__header {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px; }
  .profile-activity__header:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px; }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 6px; }

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f0f6'; }

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f0e6'; }

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f0e5'; }

/*============ MODALS ===========*/

.thumb-image {
  cursor: pointer;
}

.thumb-image:hover {
  text-decoration: underline;
}

/*===== MEDIA QUERIES for SIDEBAR & FOOTER ===========*/

@media only screen and (max-width: 1025px) {
  #sidebar-wrapper {
    display: none;
  }
  
  #page-content-wrapper {
    margin-left: 0px
  }
  
  .accordion {
    width: 90%
  }
  
  #google_translate_element {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  
	.hero-unit .search {
  	width: 95%;
	}
  
  .category-tree .category .section {
    width: 100%;
  }

  
  .main,
	.search-results-column:nth-of-type(1),
	.search-results-column:nth-of-type(2){
  	max-width: 98%;
	}

  .request-item .side-column,
  .requests .side-column {
    width: 100%;
  }
  
  .request-item .main-column,
  .requests .main-column {
    width: 100%;
  }
  
  .requests #request-filter {
    display: none;
  }
  
  .article-header h1 {
    font-size: 1.8em;
    line-height: 1.3em !important;
	}
  
  .article-body h3 {
    font-size: 1.6em;
  }
  
  .header #google_translate_element,
  .header .knowledgebase,
  .header .submit-a-request,
  .header .home {
    display: none;
  }
  
  .sub-nav {
    padding: 10px 0;
    flex-direction: column;
  }
  
  #section-stripe-container {
    max-width: 95%;
    padding: 10px 0;
  }
  
  .search-small {
  	width: 100%;
    padding: 10px 0;
	}
  
  .search-small  input[type=search] {
    width: 100%;
  }
  
  #user-name {
    width: 60px;
  }
  
	.footer-inner, .help-center-name {
  	width: 90%;
	}

	.header-inner {
  	width: 95%;
	}
  
  .account_promo_inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  
  .account_promo_inner .cta-title {
    font: 700 24px/1.6 'Open Sans', 'helvetica neue', Geneva, Arial, sans-serif;
  }
  
  .account_promo_inner .cta-subtitle {
    font: 400 15px/1.6 'Open Sans', 'helvetica neue', Geneva, Arial, sans-serif;
  }
  
  .account_promo_inner .cta {
    padding-bottom: 35px;
  }
  
  .account_promo_inner .cta-button.outline a {
    font: 700 14px/1.6 'Open Sans', 'helvetica neue', Geneva, Arial, sans-serif;
  }
  
  #footer-link-wrapper {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
  }
  
  #footer-link-wrapper #footer-content ul.sections > li {
    text-align: center;
    width: 31.6666666666667%;
  }
  
  #footer-link-wrapper #footer-content ul.sections > li:nth-child(3) {
    margin-right: 0;
  }
  
  .logo-mask {
    width: 30px;
  }
  
  
}

