/*!
 * Author: Customer Support Theme
 * Website: http://customersupporttheme.com/
 * Copyright: © 2016 Customer Support Theme
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700');
*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.helpcenter-enable {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  	background:#fcfcfc; /* #f4f6f8 */
}
main {
  	display:flex!important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
body img,
body iframe {
    max-width: 100%;
    vertical-align: middle;
}
img[width],
img[height] {
    max-width: none;
}
figure > img {
    display: block;
}
body a,
body a:hover,
body a:focus{
    color: rgba(174, 146, 95, 1);
    text-decoration: none;
}
body ul,
body ol {
    margin: 0;
    padding: 0;
}
body ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
[dir="rtl"] table {
    text-align: right;
}
body td,
body th {
    border: 1px solid #e6e6e6;
    padding: 6px 12px;
}
th {
    border-width: 1px 0;
    font-weight: normal;
    white-space: nowrap;
    text-align: inherit;
}
td {
    border-width: 0 0 1px 0;
}
input,
textarea,
label {
    display: inline-block;
    vertical-align: middle;
}
body label,
select {
    font-size: 12px;
    font-weight: 400;
}
input[type="checkbox"] + label {
    margin-left: 5px;
    vertical-align: text-top;
}
.comment-form-controls input[type=checkbox] {
    margin: 0;
}
[dir="rtl"] input[type="checkbox"] + label {
    margin-left: 0;
    margin-right: 5px;
}
input,
textarea,
select {
    border: 1px solid #fff;
}
input,
textarea {
    padding: 10px;
}
textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}
textarea,
input[type="text"] {
    width: 100%;
}
input,
textarea,
select {
    color: #555;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 1px solid rgba(174, 146, 95, 1);
}
input::-ms-clear {
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    min-width: 141px;
    background: url("/hc/theming_assets/01HZPCEN681HBQSMN9TZVBKMJB") no-repeat #fff;
    background-size: 10px 5px;
    background-position: calc(100% - 10px) 50%;
}
select::-ms-expand {
    display: none;
}
[dir="rtl"] select {
    background-position: 10px 50%;
}
body p:empty {
    display: none;
}
/* =========================================== */
/*  Help Center Buttons    
/* =========================================== */

body .btn {
    border-radius: 4px;
    font-size: 12px;
    padding: 8px 16px;
    opacity: .9;
    border: none;
  	text-decoration:none;
  	font-weight:600;
    transition: .2s ease-in-out;
}
.btn:hover {
  text-decoration:none;
  transition: .2s ease-in-out;
}
.btn.btn-primary:active:focus,
.btn.btn-primary:active {
  background: rgba(174, 146, 95, 1);
}
.btn.btn-primary {
  	background: rgba(174, 146, 95, 1);
    color: #fff;
}
.btn.btn-secondary {
  background:rgba(174, 146, 95, .3);
  color:rgba(174, 146, 95, 1);
}
.btn.btn-secondary:hover {
  background:rgba(174, 146, 95, 1);
  color:#fff;
}

body .btn:hover,
body .btn:focus, 
.search-box input[type="submit"]:hover,
body .user-nav .btn {
    background: rgba(174, 146, 95, 1);
    color: #fff;
  	opacity:1;
}
.btn.dropdown-toggle:after {
    color: #fff;
}
button,
[role="button"],
[type="button"],
[type="submit"] {
    background: rgba(174, 146, 95, 1);
    border-radius: 4px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}
a[role="button"]:hover {
    text-decoration: none;
}
input[type="submit"][disabled] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: .4;
}
button img,
[role="button"] img {
    border-radius: 100%;
    margin: 0 5px 0 0;
    height: 20px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
[dir="rtl"] button img,
[dir="rtl"] [role="button"] img {
    margin: 0 0 0 5px;
}
/* =========================================== */
/*  Request Page   
/* =========================================== */

.form {
    background: #e6e6e6;
    padding: 30px;
}
.form .form-field input,
.upload-dropzone,
.form textarea {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
}
.form-field ~ .form-field {
    margin-top: 15px;
}
.form-field label {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}
.form-field input[type="checkbox"] + label {
    margin: 0 0 0 10px;
}
.form-field.required > label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}
.form-field p {
    font-size: 12px;
    margin-top: 10px;
}
.form-field input[type="number"],
.form-field input.datepicker {
    width: 150px;
}
.form-field input.partialcreditcardinputfield {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUOMvdktENwyAMBTNCR8gIGcGjMIo3YwQmOGUERnA/oLQUkZIoUqrYfyednwWepnOLGYeiOOY9ksc+2g/JLMRKM4zI8jvtpQUUJRR1OzUvGZFCJI/y23lpvlRUMu1n4tKSDU8Lu76oGIaO8otEFM+KYaz4r37zVm4+vdO3EgOClFvdIUp1buNipo+DYp+fv+rxx/njAwhDYpguqyfMVKQgdRaSPwAAAABJRU5ErkJggg==") no-repeat 10px 10px;
    background-size: 14px;
    padding-left: 28px;
}
[dir="rtl"] .form-field input.partialcreditcardinputfield {
    padding-left: 0;
    padding-right: 28px;
    background-position: right 10px top 10px;
}
.form-field .nesty-input {
    background: #f9f9f9;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    font-weight: 300;
}
.form-field .nesty-input:focus {
    outline: none;
    border: 1px solid #999;
}
.form form + form {
    margin-top: 25px;
}
.searchbox {
    margin: 10px 0;
}
.searchbox-suggestions {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 10px;
}
.searchbox-suggestions li {
    padding: 3px 0;
    font-size: 0.9em;
}
.searchbox-suggestions li a {
    color: #333;
}
[data-loading="true"] input,
[data-loading="true"] textarea {
    background: transparent url("/hc/theming_assets/01HZPCEND7SWJ9QVGDHKPBP01X") 99% 50% no-repeat;
    background-size: 16px 16px;
}
.form footer {
    padding-top: 20px;
    text-align: right;
}
.form footer a {
    color: #ccc;
    cursor: pointer;
    margin-right: 15px;
}
/* =========================================== */
/*  Header Starts   
/* =========================================== */

.hero-unit {
    /*background: url(/hc/theming_assets/01HZPCEPHR65Z2A3AR7XR65X73) no-repeat fixed center center;
    background-size: cover;*/
    /*background-image: url(/hc/theming_assets/01HZPCEPHR65Z2A3AR7XR65X73), linear-gradient(-150deg, #50D393 0%, #00b4b3 97%);
    background-image: url(/hc/theming_assets/01HZPCEPHR65Z2A3AR7XR65X73); */
    /*background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center top;*/
    background-color: #2c2d2e; /*#212121;*/
    color: #fff;
    display: block;
} 
.hero-unit .search-wrap {
  min-height:40vh;
  position:relative;
  padding: 0px 15px;
}
.search-wrap .search-box {
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  padding:100px 0 140px;
}
.search-wrap .search-box p {
  max-width: 600px;
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight:300;
}
.search-wrap .search-box .small {
   padding:15px 0;
   font-size:12px;
   max-width:600px;
   opacity:.7;
   margin:0 auto;
   font-weight:400;
}

.nav li,
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
}
.nav-bordered li + li {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}
[dir="rtl"] .nav-bordered li + li {
    border-width: 0 1px 0 0;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}
.nav-spaced li + li {
    margin: 0 0 0 40px;
}
[dir="rtl"] .nav-spaced li + li {
    margin: 0 40px 0 0;
}
/*Footer style is customized to look as much as footer on website as possible*/
.main-footer {
   	background-color:#2c2d2e;
    color: #fff;
    padding: 40px 15px 50px;
  margin-top:100px;
}
.main-footer .footer-address{
  line-height:25px;
}

.main-footer .logo {
  max-width:240px;
  padding-bottom:30px;
}
.main-footer .logo a {
  display:block;
}
.main-footer p, .main-footer li {
  font:inherit;
  color:#ffffff5e;
  font-size:14px;
}
.main-footer .copyright p {
  border-top:1px solid rgba(255,255,255,0.1);
  color:rgba(255,255,255,0.3);
 	margin-top: 30px;
  margin-bottom:0;
  padding-top:30px;
  text-align:center;
}
.main-footer h4 {
  	color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.Top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: red;
    text-align: center;
    z-index: 9;
}

/* =========================================== */
/*  Card
/* =========================================== */
.full-knowledgebase {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-basis:100%;
}
.full-knowledgebase .knowledgebase-container{
  background: #fff;
  border-radius: 4px 4px 0 0;
  padding: 30px 15px;
  margin: 0px 15px;
}
.full-knowledgebase:before {
  background-color:#fff;
  width:100%;
  content:'';
  top:0;
  left:-100%;
  height:100%;
  position:absolute;
  display:none;
}
.flex-wrap--stretch {
  display:flex;
  align-items:stretch;
  flex-wrap:wrap;
}
.full-knowledgebase .card {
  border-radius:4px;
  padding:15px;
  border:1px solid #eee;
  height:100%;
}
.full-knowledgebase .card h3 {
  color:#36454e;
  margin-top:0;
}
.full-knowledgebase .card ul li {
  margin-bottom:.5em;
}
.full-knowledgebase .card p {
  color:#6f7a84;
  font-size:14px;
  font-weight:400;
  line-height:1.5;
  margin-bottom:1.5em;
}
.card--content ul + *{
  margin-top:1.5em;
}
/* sort using code if possible */
.card--content .fake-count-four li:nth-child(n+5) {
  	display:none;
}
.card.card__of-3 {
  border:0;
  background-color:rgba(0,0,0,0.02);
  height:auto;
  margin-top:30px;
}
.card__of-3 .card--content{
  text-align:center;
  max-width:50%;
  margin:0 auto;
  padding:15px;
}


/* =========================================== */
/*  Search Area   
/* =========================================== */

.search-box {
    padding: 40px 0 80px 0;
}
.search-box h1 {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 20px;
}
.search input[type=search] {
  	background-color:rgba(255,255,255,0.05);
  	border-radius: 4px;
  	border-color:transparent;
  	color: #fff;
  	font-size:18px;
    height: 64px;
    line-height: 64px;
    padding: 0px 0px 0px 40px;
  	width: 100%;
  	transition:.2s all ease-in-out;
}
.search input[type=search]:hover {
  border-color:rgba(255,255,255,0.3);
  transition:.2s all ease-in-out;
}
.search input[type=search]:focus {
 /* border-color:rgba(174, 146, 95, 1); */
  border-color:rgba(255,255,255,0.5);
  transition:.2s all ease-in-out;
}
.fixed-header .search input[type=search] {
    padding: 8px 20px 8px 40px;
}
.header .search, .fixed-header .language-selector,
.fixed-header .submit-a-request {
    display: none;
}
.fixed-header .search {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}
.search {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.search::before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    color: #fff;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    left: 15px;
}
#search-results {
  	margin-top: -60px;
    padding: 30px 0 0;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-flow: column wrap;
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.05);
}
#search-results .title-wrap  {
    width:100%;
  	padding: 0px 30px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
} 
#search-results .title-wrap > p {
  position:relative;
  top:-6px;
}
.search-results .kb_title {
  	color:#36454e;
  	margin:0;
  	padding:0;
  	font-size:28px;
  	text-transform:uppercase;
    font-weight:600;
}
.search-result {
  padding:30px;
}
.search-result:hover {
  background:rgba(0,0,0,0.01);
}
.search-results .search-result-meta {
  font-size:14px;
  color:#777;
  font-weight:400;
  text-align:left;
  padding:0;
}
.search-results .search-result-meta .breadcrumbs {
  	font-size: 12px;
    color: #bebebe;
    display: inline-block;
    margin: 0 0 10px;
}
.breadcrumbs .search-result-meta-time {
  margin-bottom:0;
}
.breadcrumbs .search-result-meta-time::before {
  	padding-left:2px;
  	position:relative;
  	top:1px;
}

.search-result-footer {
  	display: inline-flex;
  	align-items: center;
    justify-content: center;
    padding: 30px 0 ;
}
.search-result-footer ul{
  float:left;
}
.search-result-footer .pagination{
    margin:0;
}
.search-result-footer .pagination li.pagination-current {
  	background: rgba(174, 146, 95, 1);
    border-color: rgba(174, 146, 95, 1);
  	color:#fff;
}
.search-result-footer .pagination li:first-of-type {
  border-radius:4px 0 0 4px;
}
.search-result-footer .pagination li:last-of-type {
  border-radius:0 4px 4px 0;
}
.search-result-footer .pagination li {
  	background:#fff;
  	width:48px;
  	line-height:38px;
  	font-weight:600;
}
.search-result-footer .pagination li a:hover {
  color:inherit;
  background:#fcfcfc;
}
.search-result-footer .pagination li a {
  width:100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-result-footer .pagination li.pagination-first a,
.search-result-footer .pagination li.pagination-prev a,
.search-result-footer .pagination li.pagination-last a,
.search-result-footer .pagination li.pagination-next a{
  color:transparent;
  position:relative;
}

.search-result-footer .pagination li.pagination-first a:before,
.search-result-footer .pagination li.pagination-prev a:before,
.search-result-footer .pagination li.pagination-last a:before,
.search-result-footer .pagination li.pagination-next a:before {
  content:'\f0da';
  font-family:"FontAwesome";
  color:#b3b3b3;
  position:absolute;
}
.search-result-footer .pagination li.pagination-first a:before,
.search-result-footer .pagination li.pagination-prev a:before{
  content:'\f0d9';
}
.search-result-footer .pagination li.pagination-first a:before,
.search-result-footer .pagination li.pagination-last a:before{
 		align-items: center;
    display: flex;
    height: 8px;
    border-right: 2px solid #b3b3b3;
}
.search-result-footer .pagination li.pagination-first a:before {
    border-left: 2px solid #b3b3b3;
    border-right:0;
}
.search-result-footer .pagination li.pagination-first:hover a:before,
.search-result-footer .pagination li.pagination-prev:hover a:before,
.search-result-footer .pagination li.pagination-last:hover a:before,
.search-result-footer .pagination li.pagination-next:hover a:before{
  color:#3E3F42;
  border-color:#3E3F42;
}
.search-result-footer .pagination li a,
.search-result-footer .pagination li span {
    padding:0;
}

/* =========================================== */
/*  Breadcrumbs   
/* =========================================== */

.sub-nav {
    margin-top: 15px;
    margin-bottom: 10px;
}
.sub-nav .breadcrumbs li {
    font-size: 13px;
}
.breadcrumbs li {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
    content: "//";
    margin: 0 4px;
}
/* =========================================== */
/*  Labels   
/* =========================================== */

.label,
.request-status,
.post-overview-status > span,
.post-status > span,
.profile-contribution .contribution-status {
    border-radius: 20px;
    display: inline-block;
    font-size: 9px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.meta,
.meta-group {
    display: inline-block;
    font-size: 11px;
}
.meta-group * + *::before {
    content: "\2022";
    font-size: 8px;
    margin: 0 10px;
}

/* Custom label styling */
.labels {
	margin: 10px 0px;  
}

div > .label {
  margin: 10px 10px 10px 0px;
  opacity: .9;
  padding: 5px 10px;
  text-decoration:none;
  font-weight:600;
  font-style: italic;
  background-color: #8793A2;
}

/* =========================================== */
/*  Helper classes   
/* =========================================== */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
/* Flex helpers */
.d-flex {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}

.align-items-center {
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
.align-items-stretch {
    -webkit-box-align:stretch;
    -webkit-align-items:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    
}
.justify-content-start {
    -webkit-box-pack:start;
    -webkit-justify-content:start;
    -ms-flex-pack:start;
    justify-content:start;
}
.justify-content-end {
    -webkit-box-pack:end;
    -webkit-justify-content:end;
    -ms-flex-pack:end;
    justify-content:end;
}
.justify-content-center {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    
}
.justify-content-between {
    -webkit-box-pack:between;
    -webkit-justify-content:between;
    -ms-flex-pack:between;
    justify-content:between;
}
.justify-content-around {
    -webkit-box-pack:around;
    -webkit-justify-content:around;
    -ms-flex-pack:around;
    justify-content:around;
}

/* =========================================== */
/*  Social share links   
/* =========================================== */

.share {
    white-space: nowrap;
}
.share li,
.share a {
    display: inline-block;
}
.share a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}
.share a::before {
    color: #fff;
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}
.share a:hover {
    text-decoration: none;
}
.share-twitter::before {
    content: "\F309";
    background: #00ACED;
}
.share-facebook::before {
    content: "\F30C";
    background: #3b5998;
}
.share-linkedin::before {
    content: "\F318";
    background: #4875B4;
}
.share-googleplus::before {
    content: "\F30F";
    background: #DD4A3A;
}
/* =========================================== */
/*  Pagination   
/* =========================================== */

.pagination {
    margin: 20px 0;
    text-align: center;
}
.pagination * {
    display: inline-block;
}
.pagination li {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    float: left;
    margin-left: -1px;
}
[dir="rtl"] .pagination li {
    float: right;
}
.pagination a,
.pagination span {
    color: inherit;
    font-size: 12px;
    padding: 5px 12px;
}
.pagination-current {
    background-color: #f9f9f9;
    color: #bebebe;
}
.pagination-first {
    border-radius: 3px 0 0 3px;
}
[dir="rtl"] .pagination-first {
    border-radius: 0 3px 3px 0;
}
.pagination-last {
    border-radius: 0 3px 3px 0;
}
[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}
/* =========================================== */
/*  Content styles   
/* =========================================== */

.article-body {
  font-size: 15px;
  color: #6F7A84;
  width: 100%;
}
.article-body h1, .article-body h2, .article-body h3, .article-body h4, .article-body h5, .article-body strong {
  color: #36454E;
}
.article-body h1 em {
  font-weight: 600;
}
.article-body h1 {
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 22px;
}
.article-body h2 {
  font-size: 28px; 
}
.article-body h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 5px;
}
.article-body .badge {
  background-color:rgb(174, 95, 95);
  padding:5px 10px;
  margin-bottom:1.5em;
  
}
.article-body strong {
   /* text-transform: uppercase;
    letter-spacing: .025em; */
}
.description {
   /* border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 30px; */
}
.content-body {
    word-wrap: break-word;
    line-height: 1.7;
}
.content-body p {
    margin: 0 0 1.5em;
    max-width: 700px;
}
.content-body img {
    max-width: 100%;
    height:auto;
}
.article-body .iframe-wrap{
    padding-top: 56.25%;
    position: relative;
}
.iframe-wrap iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
}
.content-body hr {
    background-color: #eee;
    border: 0;
    height: 1px;
    /* margin: -35px 0 0 0; */
  	display: inline-block;
    width: 100%;
}
.content-body hr.hh {
    width: 60%;
    text-align: center;
  	margin-left:50%;
    transform:translateX(-50%);
}
.content-body ul,
.content-body ol {
    list-style-position: inside;
    padding: 0 15px;
    margin: 1.5em 0 1.5em 1.5em;
  	/* margin-top: -25px; */
}
.content-body ul {
    list-style-type: disc;
}
.content-body ol ul,
.content-body ul ul {
    list-style-type: circle;
  	margin:0px;
}
.content-body ol ol ul,
.content-body ol ul ul,
.content-body ul ol ul,
.content-body ul ul ul {
    list-style-type: square;
  	margin:0px;
}
.content-body ol li,
.content-body ul li {
  margin:5px 0px;
}
.content-body ol li .article-img,
.content-body ul li > .article-img {
  margin:1em 0;
}
.content-body code {
    background: #f9f9f9;
    border: 0px solid #eee;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}
.content-body pre {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 15px;
    margin: 0 0 2em;
    overflow: auto;
    white-space: pre-wrap;
    word-break: normal; /*ACCIO*/
}
.content-body blockquote {
    border-left: 1px solid #eee;
    color: #bebebe;
    font-style: italic;
    padding: 0 15px;
}
.vote {
    display: inline-block;
    text-align: center;
    width: 35px;
}
.vote a {
    outline: none;
    text-decoration: none;
}
.vote-sum {
    display: block;
    font-weight: bold;
    margin: 3px 0;
}
[dir="rtl"] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}
.vote-up::before,
.vote-down::before {
    border-radius: 50%;
    border: 1px solid #ddd;
    color: #555555;
    display: inline-block;
    font-family: "entypo";
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}
.vote-up:hover::before,
.vote-down:hover::before {
    border-color: #bbb;
}
.vote-up::before {
    content: "\E763";
}
.vote-down::before {
    content: "\E760";
}
.vote-voted::before,
.vote-voted:hover::before {
    border-color: #555555;
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}


.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}

/* =========================================== */
/*  Columns   
/* =========================================== */

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

.header-inner {
    padding: 10px 0;
}
.logo img {
    max-height: 40px;
}
.user-nav {
    text-align: right;
    margin-top: 5px;
}
.user-nav > * {
    display: inline-block;
}
.description {
    margin-top: 10px;
}
.fixed-header {
    position: fixed;
    padding: 0px;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    background: #212121;
    z-index: 9;
}
[dir="rtl"] .user-nav {
    text-align: left;
}
[dir="rtl"] .user-nav > * {
    margin: 0 25px 0 0;
}
/* =========================================== */
/*  Home page   
/* =========================================== */

.category_menu_wrap {
  background: #fff;
    padding: 30px;
    border-radius: 4px;
    /*margin-top: -60px;*/
    box-shadow: 0 0 8px 0px rgba(0,0,0,0.05);
}
.category_menu_wrap h3{
    color: #36454e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;
  	margin-top:0;
  	-webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.category_menu_wrap li:hover h3 {
  color:rgba(174, 146, 95, 1);
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.category_menu_wrap .selected h3 {
  color:rgba(174, 146, 95, 1);
}
.category_menu_wrap li:last-of-type h3  {
 	margin-bottom:0; 
}

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.blocks-list .blocks-item {
  /*position:relative;*/
}

.blocks-item > svg {
	fill:green;
}

.blocks-list a {
  flex: 1 0 30%;
  min-height:270px;
	border: 1px solid #efefef;
  margin:10px;
  padding:20px;
  color:#6f7a84;
  text-align: center;
  border-radius: 4px;
  /*background-color: #efefef;*/
}

.blocks-list h3 {
	color: #212121;
}

.blocks-list a:hover {
  background-color: #efefef;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .08);
}

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

body .see-all-articles {
    margin-top: 16px;
} 

.category-description,
.section-description {
    color: #bebebe;
    margin-bottom: 50px;
    margin-top: -15px;
}
body .page-header {
    margin: 15px 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
}
.section-container .page-header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 2px;
}
.section-container .kb_title {
    border-bottom: 0;
    padding-bottom: 0;
}
.section-container .subscribe-area > div {
    margin-bottom: 5px;
}
.article-container .kb_title,
.article-container .page-header {
    margin-top: 0;
}
.page-header > * {
    display: table-cell;
    vertical-align: middle;
}
.request-header {
    margin-bottom: 15px;
}
.article-header.page-header > *,
.request-header > * {
    display: block;
}
.page-header > *:first-child {
    width: 100%;
}
ul.article-list li {
    padding: 3px 0;
  	max-width:95%;
}
ul.article-list li.article-promoted {
    position: relative;
    padding-left: 20px;
}
ul.article-list li a:before {
  line-height:1.9;
}
ul.article-list li a {
    color: #8793A2;
  	display:flex;
  	position:relative;
  	-webkit-transition: .3s all  ease-in-out;
    transition: .3s all ease-in-out;
   /* font-size: 1.0em;
  	display:block;
     border-bottom: 1px solid rgba(0,0,0,.1);
    -webkit-transition: .3s all  ease-in-out;
    transition: .3s all ease-in-out;  */
}
ul.article-list li a:hover {
    color:rgba(174, 146, 95, 1);
   /*  transform:translateX(4px);
    -webkit-transition: .3s all  ease-in-out;
    transition: .3s all ease-in-out;  */
}
ul.article-list li.article-promoted > span {
    position: absolute;
    left: 0;
    z-index: 999;
    top: 18%;
    background: rgba(174, 146, 95, 1); 
    color: #fff;
    height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 100%;
    line-height: 16px;
    font-size: 0.8em;
}
.kb_title {
    font-size: 30px;
  	font-weight: 500;
    padding-top: 20px;
}

.bg-blocks {
    background: #ae925f;
    padding: 30px;
    margin-bottom: 25px;
}
.bg-blocks h3 {
	margin: 0 0 0.5em;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1em;
}
.promoted-articles li {
    padding: 4px 0;
}
.promoted-articles li a, 
.bg-blocks p {
    color: #ffffff;
}
.promoted-articles li a:hover{
  text-decoration:underline;
}
/* =========================================== */
/*  Sidebar Menu
/* =========================================== */

.hc_lists {
    background: #fff;
    /* border: 1px solid #D7DDE0; */
    padding:30px ;
  	border-radius:4px;
  	/*margin-top:-60px;*/
  	box-shadow:0 0 8px 0px rgba(0,0,0,0.05);
}
.section_list h3 {
  	color:#36454e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 16px;

}
.hc_lists h3 {
  margin-top:0;
}
.hc_lists h3 > a {
    color: #55606e;
}
.section_list h3 > button {
  color:inherit;
  text-decoration:none;
  padding:0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity:.9;
 
}
.section_list h3 > button[aria-expanded="true"] {
  opacity:1;
}
.section_list h3 > button[aria-expanded="true"]:focus {
  outline:none;		
}		
.section_list h3 > button:hover,
.section_list h3 > button:focus {
  text-decoration:none;
  color:inherit;
  opacity:1;
} 

.section_list h3.selected, 
.categories_section_list > li.selected {
  /* background: rgba(174, 146, 95, 1); */
}

.section_list h3.selected a {
  color: rgba(174, 146, 95, 1);
}

.section_list li {
  font-size:14px;
  font-weight:400;
  margin:0 0 8px 8px;
  padding-left:0px;
  position:relative;
  max-width:95%;
}
.section_list li a {
  display:inline-flex;
  align-items:center;
  padding-left:0px;
  transition:.3s all ease-in-out;
}
.section_list li:not(.selected) a:before {
  content:'\f061';
  font-family:"FontAwesome";
  color:rgba(174, 146, 95, 1);
  font-size:10px;
  position:absolute;
  left:-20px;
  opacity:0;
  transition:.3s all ease-in-out;
}
.section_list li:not(.selected) a:hover:before {
  left:0;
  opacity:1;
  transition:.3s all ease-in-out;
}
.section_list li:not(.selected) a:hover {
  color:rgba(174, 146, 95, 1);
  text-decoration:none;
  padding-left:20px;
  transition:.3s all ease-in-out;
}
/*.categories_section_list li {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 10px 20px;
} */
.section_article_list,
.categories_section_list{
	padding-bottom:8px;
}
.section_article_list li.selected,
.categories_section_list li.selected {
    padding: 0px;
}
.section_article_list li.selected a,
.categories_section_list li.selected a{
    color:rgba(174, 146, 95, 1);
}
.section_article_list  li > a, 
.categories_section_list  li > a, 
.article-sidebar li > a {
    color: #8793A2;
}
/* .categories_section_list  li > a:hover {
    text-decoration: underline;
} */
.section_list h3.selected > a, 
.section_article_list  li.selected > a, 
.categories_section_list > li.selected > a {
    /* color: #fff; */
}

/* =========================================== */
/*  Category  
/* =========================================== */
.article-container .main-column,
.section-tree {
  /*margin-top:-60px;*/
  padding:30px;
  background:#fff;
  border-radius:4px;
  display:flex;
  flex-flow:row wrap;
  box-shadow:0 0 8px 0px rgba(0,0,0,0.05);
}

.section-tree .section h3 {
    margin-top: 0;
    font-size: 18px;
  	text-transform:uppercase;
  	font-weight:600;
  	letter-spacing:0.02em;
}
.section-tree .section h3 a {
  color:#36454e;
}

.section-tree .section {
  padding:0 30px 30px;
  flex: 0 1 50%;
  border-bottom:1px dashed #ddd;
}
.section-tree .section > h3{
  position:relative;
}
.section-tree .section > h3 a{
  display:block;
  transition: .3s all ease-in-out;
}
.section-tree .section > h3 a:hover {
  	color:rgba(174, 146, 95, 1);
   	transition: .3s all ease-in-out;
}
.section-tree .section > h3 a:after {
    content: '\f061';
    font-family: "FontAwesome";
    color: inherit;
    font-size: 14px;
    position: absolute;
    right: 0px;
    opacity: 1;
    transition: .3s all ease-in-out;
  	pointer-events:none;
  	top:0px;
}
.section-tree .section > h3 a:hover:after{
  right:0;
  color:rgba(174, 146, 95, 1);
  transition: .3s all ease-in-out;
}
.section-tree .section:nth-child(odd) {
  border-right:1px dashed #ddd;
  padding-left:0;
}

.section-tree .section:nth-child(even) {
  padding-right:0;
}
.section-tree .section:nth-child(n+3) {
  padding-top:30px;
}

.section-tree .section:last-child,
.section-tree .section:nth-last-of-type(-3n+2):not(:nth-child(even)){
  border-bottom:0;
}
 
.section-tree .sub-nav {
  width:100%;
  margin-top:0;
}
.section-tree .sub-nav .breadcrumbs {
  display:flex;
}
.section-tree .title-wrap {
    width:100%;
  	padding: 10px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.section-tree .title-wrap .kb_title {
   	color:#36454e;
  	font-size:22px;
  	font-weight:600;
  	letter-spacing:0.02em;
 	  text-transform:uppercase;
  	margin:0;
  	padding-top:0;
}

.article-list {
 /* display:flex;
  flex-flow:row wrap; */
}
.articles-section-wrap .article-list li {
  padding:0;
  display:block;
  width:100%;
  margin-bottom:8px;
  float:left;
}
.articles-section-wrap .article-list li:nth-child(even) {
  
}
.articles-section-wrap ul.article-list li a {
    display: flex;
    align-items: center;
  	padding-bottom:0px;
  	position:relative;
}
ul.article-list li a:hover{
  transform:none;
  padding-left:20px;
}
 ul.article-list li a:hover:before{
  opacity:1;
  transition: .3s all ease-in-out;
  left:0px;
}
 ul.article-list li a:before{
  	content: '\f061';
    font-family: "FontAwesome";
    color: rgba(174, 146, 95, 1);
    font-size: 10px;
    position: absolute;
    left:-20px;
    opacity: 0;
    transition: .3s all ease-in-out;
  	
}
/* =========================================== */
/*  Article  
/* =========================================== */
/* Back to category */
#parent-category {
  margin-top:0px;
  padding-top:24px;
  border-top:1px solid #eee;
}
#parent-category h3 > a {
  color:#36454e;
  position:relative;
  display:flex;
  align-items:center;
}
#parent-category h3 > a:hover {
  color:rgba(174, 146, 95, 1);
  transition: .3s all ease-in-out;
} 
#parent-category h3 {
    color: #36454e;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#parent-category h3 a:before{
  content:'\f112';
  display:inline-block;
  font-family: "FontAwesome";
  color: inherit;
  font-size: 14px;
  position: relative;
  margin-right: 16px;
  opacity: 1;
  pointer-events: none;
  top: -2px;
}
.article-container .article-header {
  width:100%;
}
.article-container .title-wrap {
    width: 100%;
    padding: 10px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.section-tree .sub-nav {
   width:100%;
   position:relative;
}
.article-container header .sub-nav {
  margin-top:0;
  margin-bottom:0;
  width:100%;
  position:relative;
}
.section-tree #back a:before,
.article-container #back a:before {
  content:'\f112';
  display:inline-block;
  font-family: "FontAwesome";
  margin-right:4px;
}
.section-tree #back,
.article-container #back {
  position:absolute;
  right:0;
  top:0;
  font-size:13px;
}
.article-container header .kb_title+.meta-line {
	color: #bebebe;
  font-size: 12px;
  margin-top:10px;
  margin-bottom:0;
  
}
.article-container header .kb_title {
    color: #36454e;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0;
}
.article-body h3,
.article-body h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  	margin-bottom:20px;
}
.article-body h3{
   font-size: 17px;
   margin-top: 10px;
   text-transform:none;
   margin-bottom:10px;
}
.article-img  {
  margin-bottom:1.5em;
  position:relative;
  border-radius:4px;
  overflow:hidden;
}
.article-img:hover {
  cursor:pointer;
}
.article-img:hover:before {
  background:rgba(0,0,0,0.15);
  transition:.3s all ease-in-out;
}
.article-img:before{
  content:'';
  top:0;
  right:0;
  bottom:0;
  left:0;
  background:rgba(0,0,0,0.0);
  display:block;
  position: absolute;
  transition:.3s all ease-in-out;
  pointer-events:none;
}
.article-img:hover:after{
  color:rgba(255,255,255, 1);
}
.article-img:after {
  /* content:'\f06e'; */
  content:'\f00e';
  font-family:"FontAwesome";
  font-size:48px;
  font-style: normal;
  color:rgba(255,255,255,0.0);
  position:absolute;
  pointer-events:none;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  transition:.3s all ease-in-out;
}
.article-info > * {
    display: table-cell;
    vertical-align: middle;
}
.article-avatar {
    min-width: 55px;
}
.article-avatar img {
    border-radius: 100%;
    max-height: 38px;
    max-width: 38px;
}
.article-meta {
    width: 100%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-updated {
    display: block;
}
.article-more-questions {
    margin: 15px 0 10px;
}
.article-body table {
    table-layout: fixed;
  	font-size:13px;
}
.article-body thead {
  	background-color:rgba(54, 69, 78, .06);
}
.article-body thead th {
  	color:#36454e;
  	font-weight:600;
}
.article-body tbody tr:nth-child(even) {
  	background-color:rgba(54, 69, 78, .02);
}
.article-body td {
  vertical-align: top;
  /*padding: 6px; accio test*/
}

.article-body th p,
.article-body td p {
  	margin-bottom:0;
}
.article-body ul,
.article-body ol {
    list-style-position: outside;
}
.article-body li > ul,
.article-body li > ol {
    margin: 0 0 1em 1em;
  	/* 0 0 0 20px*/
}
.article-footer {
    border: 2px solid #D7DDE0;
    padding: 20px;
}
.article-info {
    border: 1px solid #D7DDE0;
    padding: 20px;
    background: #F5F5F5;
    margin-bottom: 20px;
    margin-top: 30px;
}
.article-footer .article-vote,
.article-footer .share {
    display: table-cell;
}
.article-vote {
    width: 100%;
}
.article-vote > * {
    display: inline-block;
}
.article-vote-controls {
    margin: 0 5px;
}
.article-vote-controls > a {
    border-radius: 0;
}
.article-vote-count {
    color: #999;
    display: block;
}
.article-vote-up,
.article-vote-down {
    color: inherit;
    font-family: "entypo";
}
.article-vote-up::before {
    content: "\1f44d";
}
.article-vote-down::before {
    content: "\1f44e";
}

/* =========================================== */
/*  Side column  
/* =========================================== */

.article-sidebar h3 {
    font-size: 1.2em;
    margin-top: 0;
}
.article-sidebar li {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}
.article-sidebar section {
    margin-bottom: 20px;
}
.visibility-internal-icon::before {
    content: "\f023";
    color: rgba(174, 146, 95, 1);
    display: inline-block;
    font-family: "FontAwesome";
    text-align: center;
    width: 13px;
}
.article-promoted span,
.visibility-internal {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}
.article-promoted span::before,
.article-promoted span::after,
.visibility-internal::before,
.visibility-internal::after {
    display: none;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
}
.article-promoted span::before,
.visibility-internal::before {
    background: #222;
    border-radius: 3px;
    color: #fff;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    text-transform: none;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span::after,
.visibility-internal::after {
    border-bottom: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
.article-promoted span:hover::before,
.article-promoted span:hover::after,
.visibility-internal:hover::before,
.visibility-internal:hover::after {
    display: block;
}
/* ===================================================== */
/*  Comments - Article, Request and Post pages  
/* ===================================================== */

.comment-list {
    margin-bottom: 25px;
}
.comment-list > * {
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0;
}
.comment-list > *:first-child {
    border-top: 1px solid #e6e6e6;
}
.comment-list-header {
    margin-bottom: 18px;
}
.comment-list-header > * {
    display: inline-block;
    margin: 0;
}
.comment-sorter {
    float: right;
}
.comment-sorter a {
    color: #999;
    text-decoration: none;
    padding-left: 20px;
}
[dir="rtl"] .comment-sorter {
    float: left;
}
[dir="rtl"] .comment-sorter a {
    padding-left: 0;
    padding-right: 20px;
}
.comment-sorter [aria-selected="true"] {
    font-weight: bold;
    color: #333;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
    margin-top: 20px;
}
.comment > *,
.comment-form > * {
    display: table-cell;
    vertical-align: top;
}
.comment-vote,
.comment-bookmark {
    text-align: center;
    width: 50px;
}
.comment-bookmark::before {
    color: #77a500;
    content: "\1F516";
    font-family: "entypo";
    font-size: 23px;
    line-height: 1.1;
}
.comment-avatar {
    position: relative;
    width: 85px;
}
.comment-avatar img {
    border-radius: 100%;
    max-width: 65px;
    max-height: 65px;
}
.comment-avatar-agent::after {
    background-color: transparent;
    background-image: url("/hc/theming_assets/01HZPCENHH00YAKMVY4XYPAVVJ");
    background-image: url("/hc/theming_assets/01HZPCENP0BENAVPC0DTR35NC6");
    background-repeat: no-repeat;
    background-size: 15px;
    content: " ";
    height: 15px;
    left: 55px;
    position: absolute;
    top: 55px;
    width: 15px;
}
[dir="rtl"] .comment-avatar-agent::after {
    left: auto;
    right: 55px;
}
.comment-header {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comment-published,
.comment-pending,
.comment-official {
    border: 1px solid transparent;
    float: right;
    font-size: 11px;
    padding: 1px 5px;
}
[dir="rtl"] .comment-published,
[dir="rtl"] .comment-pending,
[dir="rtl"] .comment-official {
    float: left;
}
.comment-published {
    color: #bebebe;
}
.comment-published::before {
    content: " ";
    display: inline-block;
    width: 5px;
}
.comment-pending,
.comment-official {
    border-color: currentcolor;
    border-radius: 2px;
}
.comment-pending {
    color: #eec100;
}
.comment-official {
    color: #77a500;
}
.comment-form textarea {
    background: #f6f7f9;
    display: block;
    border-radius: 2px 2px 0 0;
    border: 1px solid #e6e6e6;
}
.comment-ccs + textarea,
.comment-attachments {
    margin-top: 10px;
}
ul.attachment-list li:before,
ul.attachments li:before {
    content: "\1F4CE";
    font-family: entypo;
    margin-right: 2px;
}
.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
[dir="rtl"] .comment-form-controls {
    text-align: left;
}
.comment-form-controls input[type="submit"] {
    margin-left: 5px;
}
[dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
}
.comment-screencasts,
.comment-mark-as-solved {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
[dir="rtl"] .comment-screencasts,
[dir="rtl"] .comment-mark-as-solved {
    margin-left: 20px;
}
.comment-actions {
    float: right;
    color: #999;
}
[dir="rtl"] .comment-actions {
    float: left;
}
.comment-actions .dropdown-toggle::before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
}
.dropdown-menu[aria-expanded=true] {
    left: inherit;
    right: 0;
    bottom: inherit;
}
.community-pages .dropdown-menu[aria-expanded=true] {
    right: inherit;
}
.community-pages .dropdown-toggle > h1,
.community_head {
    font-size: 25px;
}
.dropdown-toggle.btn-success:after {
    color: #fff;
}
.attachment-list,
.screencast-list {
    font-size: 11px;
    margin-top: 25px;
}
.attachment-list span,
.screencast-list span {
    color: #999;
}
[dir="rtl"] .attachment-list span,
[dir="rtl"] .screencast-list span {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.attachment-list li,
.screencast-list li {
    margin-bottom: 10px;
}
.attachment-list li::before,
.screencast-list li::before {
    border-radius: 3px;
    color: #bbb;
    font-family: "entypo";
    margin-right: 5px;
    padding: 5px;
}
.attachment-list li::before {
    content: "\1F4CE";
}
.screencast-list li::before {
    content: "\1F4BB";
}
.my-activities-header {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}
.my-activities-header .breadcrumbs li {
    font-size: 1.5em;
}
.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li::before {
    display: none;
}
.my-activities-nav {
    margin: 20px 0;
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.request-table-toolbar {
    background: rgba(174, 146, 95, 1);
    display: table;
    padding: 8px;
    width: 100%;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
[dir="rtl"] .request-table-filters {
    text-align: left;
}
.request-table-filters label::before {
    content: " ";
    width: 25px;
    display: inline-block;
}
.requests-search {
    border-radius: 20px;
    outline: none;
    padding: 6px 15px;
}
.organization-subscribe,
.organization-unsubscribe {
    margin-left: 15px;
    background: #444;
    color: #fff;
}
.my-activities-following-header {
    margin-bottom: 15px;
    display: inline-block;
    float: right;
}
.my-activities-header .breadcrumbs {
    display: inline-block;
}
.my-activities-table .user-avatar {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-right: 5px;
}
.my-activities-table .user-avatar + a {
    vertical-align: middle;
}
.my-activities-table table > thead {
    background: #f9f9f9;
}
.my-activities-table tbody tr td + td, 
.my-activities-table thead tr th + th {
    text-align: center;
}
.requests-search-info {
    padding: 10px 0;
}
.request-id {
    color: #bebebe;
}
.request-details {
    background: #f6f7f9;
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 15px 20px;
}
.request-details dt {
    margin-top: 15px;
}
.request-details dt:first-child {
    margin-top: 0;
}
.request-details dt.requester {
    font-weight: normal;
}
.request-details dt.request-followup-source {
    font-weight: normal;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}
.request-details dd ul {
    margin: 10px 0;
}
.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 3px 0;
}
.request-details .nested-field-tag::before {
    content: " > ";
}
.request-details .nested-field-tag:first-child::before {
    content: "";
}
.request-details .attachment-list li,
.request-details .request-collaborators li {
    list-style: none;
}
.request-status {
    color: #fff;
    border-radius: 3px;
}
.request-open {
    background: #59bbe0;
}
.request-answered {
    background: #f5ca00;
}
.request-solved {
    background: #828282;
}
.request-details .request-collaborators {
    font-size: 0;
}
.request-details .request-collaborators li {
    font-size: 12px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 6px;
    background-color: #ececec;
    margin: 0 5px 5px 0;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.request-table a.requests-link {
    position: relative;
}
.request-table a.requests-link .requests-sort-symbol {
    position: absolute;
    left: calc(100% + 3px);
    bottom: 0;
    color: #bebebe;
    font-size: 10px;
}
.request-comment-form .comment-form-controls {
    display: block;
}
.request-comment-form .comment-form-controls input#mark_as_solved {
    display: none;
}
.request-comment-form .comment-form-controls a[role="button"][data-disabled] {
    color: #bebebe;
    cursor: default;
}
/* =========================================== */
/*  Community  
/* =========================================== */

.post-to-community a {
    padding-left: 20px;
    padding-right: 20px;
}
.post-to-community a::before {
    content: "\2b\00a0";
    position: relative;
    top: -1px;
}
/* =========================================== */
/*  Community topics page  
/* =========================================== */

.topic-list .topic_block {
    background: #f6f7f9;
    border: 1px solid #e6e6e6; 
    padding: 30px 25px;
    margin-bottom: 30px;
}
.topic_block a i {
    color: rgba(174, 146, 95, 1);
}
.topic-list li h3,
.topic-list li p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5em;
}
.topic-list li h3 a {
    color: #333;
}
.topic-list li p {
    color: #bebebe;
}
.topic-list li .meta-group {
    margin-top: 5px;
}
[dir="rtl"] .topic-list li {
    padding: 0 0 30px 100px;
}
/* =========================================== */
/*  Community topic page  
/* =========================================== */

.topic-header {
    margin-bottom: 15px;
}
.topic-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-filters {
    width: 100%;
}
.topic-filters > * {
    display: inline-block;
    margin-right: 20px;
}
[dir="rtl"] .topic-filters > * {
    margin-right: 0;
    margin-left: 20px;
}
.post-overview {
    border-bottom: 2px solid #eee;
    padding: 16px 0;
}
.post-overview-info {
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-overview-info .meta-group {
    display: block;
    margin-top: 5px;
}
.post-pinned .post-overview-info::before {
    content: "\2605";
    margin-right: 5px;
    color: rgba(174, 146, 95, 1);
}
.post-overview-status {
    float: right;
    margin: 0 10px;
}
.post-overview-status > span {
    color: #fff;
}
[dir="rtl"] .post-overview-status {
    float: left;
}
.post-overview-count {
    background: #f9f9f9;
    border-radius: 3px;
    color: #bebebe;
    float: right;
    font-size: 10px;
    margin-left: 10px;
    min-width: 90px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
.post-overview-count strong {
    color: #555555;
    display: block;
    font-size: 13px;
}
[dir="rtl"] .post-overview-count strong {
    direction: ltr;
    unicode-bidi: bidi-override;
}
[dir="rtl"] .post-overview-count {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
/* =========================================== */
/*  Community post page  
/* =========================================== */

.post-actions .dropdown-toggle {
    font-size: 11px;
    font-weight: bold;
}
.post-actions .dropdown-toggle::before {
    content: "\2699\00a0\00a0";
    font: 11px bold;
    font-family: "entypo";
}
.post {
    display: table;
    margin-bottom: 50px;
    table-layout: fixed;
    width: 100%;
}
.post-vote,
.post-container {
    display: table-cell;
    vertical-align: top;
}
.post-vote {
    width: 45px;
    padding-top: 5px;
}
.post-header {
    margin-bottom: 25px;
}
.post-header h1 {
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    text-transform: uppercase;
}
.post-info {
    display: table;
    width: 100%;
}
.post-info > * {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.post-avatar {
    min-width: 55px;
    position: relative;
}
.post-avatar img {
    border-radius: 100%;
    max-height: 38px;
    max-width: 38px;
}
.post-avatar-agent::after {
    background-color: transparent;
    background-image: url("/hc/theming_assets/01HZPCENHH00YAKMVY4XYPAVVJ");
    background-image: url("/hc/theming_assets/01HZPCENP0BENAVPC0DTR35NC6");
    background-repeat: no-repeat;
    background-size: 14px;
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    left: 28px;
    top: -10.5px;
    content: " ";
}
[dir="rtl"] .post-avatar-agent::after {
    left: auto;
    right: 28px;
}
.post-meta {
    width: 100%;
    max-width: 0;
}
.post-author {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-status > span {
    color: #fff;
    margin: 0 10px;
}
.post-planned {
    background-color: #3eaae5;
}
.post-not-planned {
    background-color: #b5b5b5;
}
.post-completed {
    background-color: #669600;
}
.post-answered {
    background-color: #669600;
}
.post-share {
    margin-top: 30px;
    text-align: right;
}
[dir="rtl"] .post-share {
    text-align: left;
}
/* =========================================== */
/*  Community post page and topic page  
/* =========================================== */

.topic-follow [role="button"],
.post-follow [role="button"] {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 10px;
}
.topic-follow [role="button"]::after,
.post-follow [role="button"]::after {
    content: attr(data-follower-count);
    font-family: inherit;
    color: #555555;
    display: inline-block;
    border-left: 1px solid #ddd;
    margin-left: 10px;
    padding-left: 10px;
}
[dir="rtl"] .topic-follow [role="button"]::after,
[dir="rtl"] .post-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid #ddd;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.topic-follow [role="button"][aria-selected="true"],
.post-follow [role="button"][aria-selected="true"] {
    background: #f9f9f9;
    color: #555555;
}
body.community-enabled .search-results-column {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 40px;
}
[dir="rtl"] body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
    margin-right: 35px;
}
.search-results-subheading {
    font-size: 1.5em;
}
.search-results-subheading-link {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
}

.search-results-list > * {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}
.search-results {
  	max-width: 600px;
    margin: 0 auto;
}
.search-results p{
    padding: 50px 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
}
.search-results p a {
  	display: block;
    font-size: 14px;
    margin: 5px 0 0;
}

.search-results-list > *:first-child {
  	/* padding-top:0; */
   /* border-top: 1px solid #e6e6e6; */
}
.search-results-list .search-result {
   padding-left:30px;
   padding-right:30px;
}

.search-result a:hover h3 {
  	/* color:rgba(174, 146, 95, 1); */
  	-webkit-transition: .3s all  ease-in-out;
    transition: .3s all ease-in-out;
}
.search-result h3 {
    color: #36454e;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
  	margin-bottom:10px;
    padding-top: 0;
  	-webkit-transition: .3s all  ease-in-out;
    transition: .3s all ease-in-out;
}
.search-result-description{
    color:#6F7A84;
  	line-height:1.5;
  	margin-bottom:10px;
}
.search-result-link {
    color: #333;
}
.search-result-description,
.search-result-meta {
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-result-description em {
   /* background: #ddd;*/
    background: rgba(174, 146, 95, 0.2);
    padding: 0 4px;
    border-radius: 2px;
    color: rgba(174, 146, 95, 1);
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
}
.search-result .breadcrumbs li:first-of-type {
  	display:none;
}
.search-result .breadcrumbs li:first-of-type {
  	display:none;
}
.search-result .breadcrumbs li:first-of-type + li:before {
  	display:none;
}
.search-result .breadcrumbs li{
  	line-height: 1;
    vertical-align: middle;
}
.search-result .breadcrumbs li:before {
  	margin:0 4px 0 0;
}
.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
    font-size: 12px;
  	font-weight:600;
    color: #bebebe;
  	display:inline-block;
  	margin:0 0 10px;
}
.search-result-meta-time {
  	font-weight:400;
}
.search-result-meta {
  	font-weight: 600;
    font-size: 12px;
}
.search-result-meta-time::before,
.search-result-meta-count::before {
    display: inline-block;
    content: "\2022";
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
[dir="ltr"] .search-result-meta-time::before,
[dir="ltr"] .search-result-meta-count::before {
    padding-right: 5px;
}
[dir="rtl"] .search-result-meta-time::before,
[dir="rtl"] .search-result-meta-count::before {
    padding-left: 5px;
}
.search-result-votes {
    background: #a8d119;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.search-result-votes::before {
    content: "\1F44D";
    font-family: "entypo";
}
[dir="ltr"] .search-result-votes {
    margin-left: 5px;
}
[dir="ltr"] .search-result-votes::before {
    margin-right: 3px;
}
[dir="rtl"] .search-result-votes {
    margin-right: 5px;
}
[dir="rtl"] .search-result-votes::before {
    margin-left: 3px;
}
.chat {
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px;
    position: fixed;
    right: 85px;
    -webkit-transition: bottom .5s ease-in, color .5s ease-in;
    -moz-transition: bottom .5s ease-in, color .5s ease-in;
    -ms-transition: bottom .5s ease-in, color .5s ease-in;
    -o-transition: bottom .5s ease-in, color .5s ease-in;
    transition: bottom .5s ease-in, color .5s ease-in;
}
.chat::before {
    content: "\E720";
    font-family: "entypo";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.chat:hover {
    text-decoration: none;
}
.chat-available {
    bottom: 0;
}
.chat-unavailable {
    color: #808080;
    cursor: default !important;
    bottom: -50px;
}
.error-page .hc_title {
    padding-left: 15px;
}
.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.recent-activity {
    border-radius: 5px;
    padding: 25px 20px;
    width: 270px;
}
.recent-activity-header {
    margin-top: 0;
    font-size: 15px;
}
.recent-activity-item {
    word-wrap: break-word;
}
.recent-activity-item ~ .recent-activity-item {
    margin-top: 15px;
}
.recent-activity-item-parent {
    color: #555555;
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.recent-activity-item-parent:hover {
    text-decoration: underline;
}
.recent-activity-item-link {
    display: block;
}
.recent-activity-item-meta {
    font-size: 12px;
    color: #999;
}
.recent-activity-item-time {
    display: inline-block;
}
.recent-activity-item-comment {
    display: none;
}
.recent-activity-item-comment::before {
    display: inline-block;
    content: "\2022";
}
.recent-activity-item-comment span::before {
    font-family: "entypo";
    content: "\00a0\00a0\e718";
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}
[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
    display: inline-block;
}
.recent-activity-controls,
.recent-activity-loader {
    font-size: 12px;
}
.recent-activity-loader {
    display: inline-block;
    position: relative;
}
.recent-activity-loader::before {
    display: block;
    position: absolute;
    content: "\0020";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
    animation: recent-activity-loader .5s infinite;
    -webkit-animation: recent-activity-loader .5s infinite;
}
@keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
.escalation-badge,
a.escalation-badge {
    background-color: #95be22;
    border-color: #95be22;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-size: 11px;
    margin: 0 3px;
    padding: 1px 3px;
    text-decoration: none;
    vertical-align: baseline;
}
/* =========================================== */
/*  User Profiles  
/* =========================================== */

.profile-header {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    display: flex;
}
.profile-header .profile-info {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    min-width: 0;
}
.profile-avatar {
    position: relative;
    margin-right: 10px;
}
[dir="rtl"] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-avatar .avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.profile-avatar-agent::after {
    background-color: transparent;
    background-image: url("/hc/theming_assets/01HZPCENHH00YAKMVY4XYPAVVJ");
    background-image: url("/hc/theming_assets/01HZPCENP0BENAVPC0DTR35NC6");
    background-repeat: no-repeat;
    background-size: 15px;
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    bottom: 0;
    right: 0;
}
[dir="rtl"] .profile-avatar-agent::after {
    left: 0;
}
.profile-header .basic-info {
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    min-width: 0;
}
.profile-header .basic-info .name {
    font-size: 18px;
    margin: 0;
}
.profile-header .options {
    display: flex;
    align-items: flex-start;
    margin-left: 10px;
}
[dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
}
.profile-header .options >:not(:last-child) {
    margin-right: 10px;
}
[dir="rtl"] .profile-header .options >:not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
}
.profile-header .options [data-action="edit-profile"] {
    background: #444;
    border-color: #444 transparent #222;
    color: #fff;
}
.profile-header .description {
    margin: 20px 0 15px 0;
    font-size: 14px;
    flex-basis: 100%;
    word-break: break-word;
}
.profile-stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.profile-stats .stat {
    display: flex;
}
.profile-stats .stat-label {
    color: #999;
}
.profile-stats-activity {
    margin: 15px 0 15.5px;
    flex-basis: 100%;
}
.profile-stats-activity .stat {
    flex-direction: column;
}
.profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
}
[dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-right: 0;
    margin-left: 40px;
}
.profile-stats-counters {
    flex: 0 0 271px;
    margin-left: 60px;
    flex-direction: column;
}
[dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
}
.profile-stats-counters .stat .stat-label {
    flex: 0 0 100px;
}
.profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 17px;
}
.profile-private-badge {
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #999;
    padding: 5px 10px;
}
.profile-private-badge::after {
    content: "\1f512";
    font-family: "Entypo";
    margin-left: 5px;
}
.profile-nav {
    margin-bottom: 40.5px;
    border-bottom: 1px solid #eee;
    padding: 10.5px 0;
}
.profile-section-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.profile-section-title {
    flex-basis: 100%;
    margin: 0;
    font-size: 20px;
}
.profile-section-description {
    flex: 1 0 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-section-header >:not(:first-child) {
    margin-top: 20px;
}
.profile-section-sorter {
    margin-left: 20px;
}
[dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
}
.profile-contribution {
    padding: 20px 0;
    word-wrap: break-word;
    position: relative;
}
.profile-contribution-header {
    margin-bottom: 5px;
}
.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    vertical-align: middle;
    font-size: 15px;
    text-transform: uppercase;
}
.profile-contribution-breadcrumbs > li {
    display: inline;
    word-wrap: break-word;
}
.profile-contribution-body {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.5;
}
.profile-contribution-meta {
    display: block;
    font-size: 11px;
    line-height: 18px;
    color: #ccc;
}
.profile-contribution-meta .meta-data {
    display: inline;
}
.profile-contribution-meta > .meta-data:not(:last-child)::after {
    content: "\00B7";
    padding: 0 5px;
}
.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
    padding-left: 33px;
}
[dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 33px;
    padding-left: 0;
}
.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}
.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}
.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "Entypo";
    margin-right: 10px;
}
.profile-activity-list {
    margin-top: 25px;
    margin-left: 10px;
}
[dir="rtl"] .profile-activity-list {
    margin-left: 0;
    margin-right: 10px;
}
.profile-activity {
    position: relative;
    padding-bottom: 30px;
    padding-left: 20px;
}
[dir="rtl"] .profile-activity {
    padding-left: 0;
    padding-right: 20px;
}
.profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
}
[dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
}
.profile-activity-header {
    display: flex;
    align-items: center;
}
.profile-activity-header .avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-self: flex-start;
    border-radius: 50%;
    margin-right: 10px;
}
[dir="rtl"] .profile-activity-header .avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-activity-description {
    word-wrap: break-word;
    min-width: 0;
    width: 100%;
    margin-top: 0;
}
.profile-activity-description span:first-child {
    font-weight: normal;
}
.profile-activity-contribution {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #eee;
    margin-left: 50px;
}
[dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
}
.profile-contribution .contribution-published,
.profile-contribution .contribution-pending,
.profile-contribution .contribution-official {
    border: 1px solid transparent;
    float: right;
    font-size: 11px;
    padding: 1px 5px;
}
[dir="rtl"] .profile-contribution .contribution-published,
[dir="rtl"] .profile-contribution .contribution-pending,
[dir="rtl"] .profile-contribution .contribution-official {
    float: left;
}
.profile-contribution .contribution-published {
    color: #bebebe;
}
.profile-contribution .contribution-published::before {
    content: " ";
    display: inline-block;
    width: 5px;
}
.profile-contribution .contribution-pending,
.profile-contribution .contribution-official {
    border-color: currentcolor;
    border-radius: 2px;
}
.profile-contribution .contribution-pending {
    color: #eec100;
}
.profile-contribution .contribution-official {
    color: #77a500;
}
.profile-contribution .contribution-status {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}
.profile-contribution .contribution-planned {
    background-color: #3eaae5;
}
.profile-contribution .contribution-not-planned {
    background-color: #b5b5b5;
}
.profile-contribution .contribution-completed {
    background-color: #669600;
}
.profile-contribution .contribution-answered {
    background-color: #669600;
}
.profile-contribution-list > .profile-contribution::before,
.profile-activity::before {
    position: absolute;
    content: "";
    font-family: "Entypo";
    text-align: center;
    color: #ccc;
    font-size: 16px;
    background-color: #fff;
}
.profile-contribution-list > .profile-contribution::before {
    left: 0;
    top: 16px;
    width: 28px;
    line-height: 28px;
}
[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
    right: 0;
}
.profile-activity::before {
    left: -14px;
    width: 28px;
    line-height: 40px;
}
[dir="rtl"] .profile-activity::before {
    left: 0;
    right: -14px;
}
.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
    content: "\1f4C4";
}
.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
    content: "\e720";
}
.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
    content: "\e718";
}
/* =========================================== */
/*  Help Center Responsive CSS    
/* =========================================== */

@media (max-width: 480px) {
    .category-empty,
    .section,
    body.community-enabled .search-results-column,
    .topic-list li, .help-blocks .col-md-4, #quick-search {
        width: 100%;
    }
    .topic-list li, #quick-search {
        margin-bottom: 15px;
    }
    .fixed-header .search {
        display: block;
    }
    body.community-enabled .search-results-column {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .nav-spaced li + li,
    .nav-bordered li + li {
        margin: 0 0 0 5px;
    }
    .nav-bordered li + li {
        padding: 0 0 0 10px;
    }
    .post-overview-info {
        display: block;
        margin-bottom: 15px;
    }
    .request-table-filters {
        display: block;
        text-align: left;
    }
    .header-inner .user-nav .btn {
        margin-bottom: 2px;
    }
    .post-overview-count {
        float: left;
        margin-left: 0;
        margin-right: 10px;
    }
    .main-footer {
        padding: 30px 0;
    }
    .footer-links {
        padding-bottom: 5px;
    }
}
@media (max-width: 600px) {
    .header-inner .mobile {
        width: 100%;
        text-align: center;
    }
    .header-inner .user-nav {
        text-align: center;
        margin-top: 15px;
    }
    .article-footer .article-vote,
    .article-footer .share {
        display: block;
    }
    .article-vote-count {
        display: inline-block;
    }
    .article-footer .share {
        margin-top: 15px;
    }
    .profile-header {
        display: block;
    }
    .profile-stats-counters {
        margin-left: 0;
    }
    .inner-search-box input[type=submit] {
        width: 23%;
    }
    .inner-search-box input[type=search] {
        width: 75%;
    }
}
@media (max-width: 767px) {
    body.helpcenter-enable, 
    body .btn-lg, .sub-nav .breadcrumbs li, .content-body {
        font-size: 14px;
    }
    .home-hero-unit .middle-search {
        transform: inherit;
    }
    .home-hero-unit {
        min-height: 500px;
    }
    .category-list > li > a, .help-blocks .help-block a, 
    .help-block h3, h3.banner_info, .request-header h3 {
        font-size: 16px;
    }
    body h2 {
        font-size: 22px;
    }
    .quick-articles .hc_title, .social i, 
    body h3 {
        font-size: 20px;
    }
    .quick-articles li a, .quick-articles a:visited, ol.article-list li a, 
    body .btn, .categories_section_list li, .description {
        font-size: 13px;
    }
    .tutorial-guide {
        padding: 40px 10px 50px 30px;
    }
    ul.list-inline.pull-right {
        float: left !important;
        margin-top: 20px;
    }
    .tutorial-preview {
        margin-left: 0;
    }
    #video-preview {
        max-height: 260px;
    }
    .full-knowledgebase {
        padding: 10px 0;
    }
    .hc_lists h3 img {
        max-width: 30px;
    }
    .hc_category_icon img {
        position: inherit;
        right: inherit;
        max-width: 35px;
    }
    .form, .hc_lists, section.article-comments {
        margin-bottom: 25px;
    }
    .bg-blocks {
        margin-bottom: 10px;
    }
    .help-blocks .kb_title, 
    .search-box h1 {
        margin-top: 0;
    }
    .search-box {
        padding: 10px 0 20px 0;
    }
    .search input[type=search] {
        padding: 10px 20px 10px 40px;
    }
    .section_list > h3 {
        font-size: 1em;
    }
    .hc_lists {
        padding: 0;

    }
}

@media (min-width: 1200px) {
    body .container {
        width: 1200px;
    }
}
@media all and (min-width: 767px) and (max-width: 992px) {
    body h3 {
        font-size: 17px;
    }
    .categories_section_list li, 
    .article-body {
        font-size: 14px;
    }
    .hc_title, body h1 {
        font-size: 30px;
    }
}

/* --- BEGIN - CUSTOM STYLING --- */
.section_list > h3 {
  cursor: pointer;
}

.overlapping-container{ /* Used to create content overlap with header */
  margin-top:-60px;
}

/** MailChimp form placed in footer **/
.mc-form-button[type="submit"] {
  background-color: #AE925F6E;
  color: #AE925F;
  font-weight: bold;
  min-height: 40px;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
}

.mc-form-button[type="submit"]:hover {
	background-color: #6ec1e4;
  color: #ffffff;
}

.mc-form-field{
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
  margin-bottom: 10px;
  width:100%;
  color: #54595F;
}

.mc-form-field::placeholder{
  color: #7A7A7A;
  opacity: 0.4;
}

/*Styling for datamodel diagram specifically (See article: Advanced datamodel and API overview*/
/* Kilde: https://support.zendesk.com/hc/en-us/community/posts/4408860552730-Tip-Collapsible-headers-in-articles-or-templates-accordions- */
#datamodel-diagram{
  width: 100%; 
  padding-top:102%; /* Ratio 1071 × 1051, sikrer at højden på diagrammet bliver korrekt*/
  background: url('https://www.onlinefundraising.dk/wp-content/uploads/2022/11/large-advanced-datamodel-5.png') no-repeat center;
  display: inline-block;
  background-size: contain;
  transition:.3s all ease-in-out;
  cursor: pointer;
}

#datamodel-diagram:hover{
  background: url('https://www.onlinefundraising.dk/wp-content/uploads/2022/11/large-api-overview-5.png') no-repeat center;
  background-size: contain;
}

/* CSS accordion (collapsible sections) */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px;
  margin-top: 10px;
}

.accordion p {
  display: inline;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion > *:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active > *:after {
  content: "\2212";
}

.sub-panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 5px !important;
}

/* Accordion styling specific to API Documentation */
.accordion.api-endpoint > h3 {
  margin:0px;
  font-size: 14px;
}

.accordion.api-endpoint {
  padding:10px;
  background-color: #AB946710; 
  border: 1px #AB9467 solid;
}

.active.api-endpoint,.accordion.api-endpoint:hover{
  background-color: #AB946790; 
}

/* Article tips are styled as a box to emphasize */
.article-tip{
  border-radius: 3px;
  background-color: #AB946710; 
  border: 1px #AB9467 solid;
  color:#455660;
  padding:5px 10px;
  margin-bottom:1.5em;
}

/* Transactional and non-transactional labels for API doc articles */
.label-transactional,.label-transactional,.label-required-property{
  font-size:10px;
  text-transform: uppercase;
  font-weight:bold;
  padding:2px 4px;
  border-radius: 4px;
  display:inline-block;
}

.label-transactional{
  color: #735AAB;
  border: 1px #735AAB solid;
  background-color: #735AAB10;
}

.label-non-transactional{
  color: #4575B0;
  border: 1px #4575B0 solid;
  background-color: #4575B010;
}

.label-required-property {
  color: #B36B74;
  border: 1px #B36B74 solid;
  background-color: #B36B7410;
}

/* Toggle table rows */
.api-parent-element{
  cursor: pointer;
  transition: 0.4s;
}

.api-parent > tr {
}

.api-parent-element > *:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.active > *:after {
  content: "\2212";
}

.api-element-toggle{
  transition: max-height 0.4s ease-out;
  display:none;
  width:100%;
  /*background-color:#C5B59610;*/
}


/* Add styling to first column of toggled (unhidden) sub-table */
.api-element-toggle td:nth-child(1) p:before{
  /*content: '\007C\0020';*/
}

.api-element-toggle td:nth-child(1){
  border-left: 2px #1f719990 solid;
}

/*  BEGIN Highlight.js styling */
/* Original styling : https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/default.min.css */
/* Full CSS styling sheet copied AND modified */

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}
.hljs,
.hljs-subst {
  color: #9E5F2A;
}

.hljs-string {
  color: #3B871D;
}

.hljs-number {
  color: #323F4B;
}

.hljs-keyword {
  color: #1f7199;
}
.hljs-punctuation, .hljs-attr {
  color: #9E5F2A;
}

.hljs-comment {
  color: #9E4297;
}

.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}
.hljs-type,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #8F0000;
}
.hljs-title,
.hljs-section {
  color: #8F0000;
  font-weight: bold;
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #8F0000;
}
.hljs-literal {
  color: #78a960;
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #3B871D;
}
.hljs-meta {
  color: #1f7199;
}
.hljs-meta-string {
  color: #4d99bf;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}
/* END HIghlight.js styling */

/* --- END - CUSTOM STYLING --- */