/* Base styles */
*, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #FFFFFF;
}

body {
  color: #101820;
  font-family: CircularXX,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

a {
  color: #2c51bd;
  font-family: CircularXX,Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container a:hover {
	color: #7A2582;
}

.container a {
  --tw-text-opacity: 1;
  color: #000;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.container a:active {
    color: #591769;
}
ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

[dir="rtl"] table {
  text-align: right;
}

td, th {
  border-color: #eee;
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #bebebe;
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap;
  text-align: inherit;
}

td {
  border-width: 0 0 1px 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 400;
}

h1 {
  font-size: 30px;
}

input, textarea, label {
  display: inline-block;
  vertical-align: middle;
}

label, select {
  font-size: 12px;
}

input[type="checkbox"] + label {
  margin-left: 5px;
}


[dir="rtl"] input[type="checkbox"] + label {
  margin-left: 0;
  margin-right: 5px;
}

input, textarea, select {
    border: 1px solid #ddd;
    border-radius: 2px;
}

input, textarea {
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type="text"] {
  width: 100%;
}


input:focus,
textarea:focus,
select:focus {
  outline: none;
  border: 1px solid #999;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("/hc/theming_assets/01KTBT5344PG2AX72AYRG4EMBC") 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%;
}

/* Buttons */
button, [role="button"], [type="button"], [type="submit"] {
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #7a2582;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;

}

a[role="button"]:hover {
  text-decoration: none;
}

.sub-nav input[type="submit"] {
  display:none;
}

input[type="submit"]:hover {
  background: #3C1053;
}

input[type="submit"][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: .4;
}

button img, [role="button"] img {
  border-radius: 4px;
  margin: 0 5px 0 0;
  height: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

[dir="rtl"] button img, [dir="rtl"] [role="button"] img {
  margin: 0 0 0 5px;
}

/* Forms */
.form {
  max-width: 505px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #bebebe;
  font-size: 11px;
}

.form-field input[type="number"], .form-field input.datepicker {
  width: 150px;
}

.form-field input.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 {
  height: 37px;
  line-height: 37px;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999;
}

.form form + form {
  margin-top: 25px;
}

.searchbox {
  margin: 25px 0;
}

.searchbox-suggestions {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/theming_assets/01J73Q77KFS7K4KEAZ9HQA2SDC") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 30px;
  text-align: right;
}

.form footer a {
  color: #ccc;
  cursor: pointer;
  margin-right: 15px;
}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
  display: inline-block;
  font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
  font-weight: normal;
}

.nav-bordered li + li {
  border-color: #eee;
  border-style: solid;
  border-width: 0 0 0 1px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

[dir="rtl"] .nav-bordered li + li {
  border-width: 0 1px 0 0;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
}

.nav-spaced li + li {
  margin: 0 0 0 40px;
}

[dir="rtl"] .nav-spaced li + li {
  margin: 0 40px 0 0;
}

/* Search box */
.search-box, .sub-nav .search {
  position: relative;
}

/*
.search-box::before, .sub-nav .search::before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}
*/

.search-box input, .sub-nav .search input {
		line-height: 1.2em;
    font-weight: lighter;
    padding: .75em 2.7em;
    width: 100%;
    -webkit-appearance: none;
}

.search-box input[type="submit"], .sub-nav .search input[type="submit"] {
  display: none;
}

/* Breadcrumbs */
.breadcrumbs li {
  color: #bebebe;
  display: inline-block;
  font-size: 12px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span, .profile-contribution .contribution-status {
  border-radius: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
  color: #ccc;
  display: inline-block;
  font-size: 11px;
}

.meta-group * + *::before {
  content: "\2022";
  font-size: 8px;
  margin: 0 10px;
}

/* Helper classes */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* Social share links */
.share {
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a::before {
  background: #ccc;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter::before {
  content: "\F309";
}

.share-facebook::before {
  content: "\F30C";
}

.share-linkedin::before {
  content: "\F318";
}

.share-googleplus::before {
  content: "\F30F";
}

/* Pagination */
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border: 1px solid #eee;
  float: left;
  margin-left: -1px;
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination a, .pagination span {
  color: inherit;
  font-size: 12px;
  padding: 5px 12px;
}

.pagination-current {
  background-color: #f9f9f9;
  color: #bebebe;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/* Content styles */
.content-body {
  word-wrap: break-word;
  line-height: 1.7;
}

.content-body img {
  max-width: 100%;
}

.content-body hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}

.content-body ul, .content-body ol {
  list-style-position: inside;
  padding: 0 15px;
}

.content-body ul {
  list-style-type: disc;
}

.content-body ol ul, .content-body ul ul {
  list-style-type: circle;
}

.content-body ol ol ul,
.content-body ol ul ul,
.content-body ul ol ul,
.content-body ul ul ul {
  list-style-type: square;
}

.content-body code {
  background: #f9f9f9;
  border: 1px 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;
  overflow: auto;
  white-space: pre;
}

.content-body blockquote {
  border-left: 1px solid #eee;
  color: #999;
  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: #030100;
  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: #030100;
}

/* Frame */
main, .header-inner, .footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
}

/* Columns */
.main-column, .side-column {
  display: inline-block;
  vertical-align: top;
}

.main-column {
  width: 620px;
}

/* Header */
.header {
  background: #17494D;
  border-bottom: 1px solid #eee;
}

.header-inner {
  display: table;
  height: 100px;
}

.logo, .user-nav {
  display: table-cell;
  vertical-align: middle;
}

.logo img {
  max-height: 60px;
}

.user-nav {
  text-align: right;
}

.user-nav > * {
  display: inline-block;
  margin: 0 0 0 25px;
}

[dir="rtl"] .user-nav {
  text-align: left;
}

[dir="rtl"] .user-nav > * {
  margin: 0 25px 0 0;
}

/* Home page */
.hero-unit {
  display: block;
  font-size: 22px;
  padding: 80px 60px;
}


body.community-enabled .knowledge-base, body.community-enabled .community {
  display: inline-block;
  vertical-align: top;
}

body.community-enabled .knowledge-base {
}

.knowledge-base, .community {
  display: inline-block;
  vertical-align: top;

}

.knowledge-base {
  width: 15%;
  max-width: 23rem;
  background-color: #FAF9F7;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  margin-right:24px;
  margin-left:10px;
}

@media (max-width:810px)
{
  .row .knowledge-base, .col-sm-12, .col-md-8 { 
  width: 100%;
  max-width: 100%;
    padding:0;
    margin:0;
  }
}

@media (min-width:810px) and (max-width:1620px)
{
  .row .knowledge-base, .col-sm-12, .col-md-8 { 
	padding:0;
    margin:0;
    width:30%;
    max-width:100%;
  }
}



@media (min-width:680px) and (max-width:1325px)
{
 .container .category-tree {
            margin-left: 5px;
  }
  
}

@media (min-width:680px) and (max-width:1325px)
{
 .category-tree .category{
	width:100%;
  }
  
}

@media (max-width:680px)
{
  main .container { 
  width: 100%;
  max-width: 100%;
    padding:0;
    margin:0;
  }
}

.knowledge-base::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    content: "";
    background-color: inherit;
}

.community {
  background: #f9f9f9;
  border-radius: 5px;
  display: none;
  padding: 25px 20px;
  margin-top: 65px;
}

[dir="rtl"] .community {
  margin-left: 0;
  margin-right: 45px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2, .community h3, .section h3 {
  color: #030100;
  font-size: 13px;
  font-weight: lighter;
  margin: 10px 0 15px;
  text-transform: uppercase;
}

.community h4 {
  font-size: 15px;
  margin-top: 0;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

/* Knowledge base trees */
.article-list li, .community li {
  margin-bottom: 10px;
}

.category h2 {
  border-color: transparent;
  font-size: 16px;
  margin: 25px 0;
  padding-bottom: 18px;
}

.category h2 a, .section h3 a {
  color: inherit;
}

.category-empty, .section {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

[dir="rtl"] .category-empty, [dir="rtl"] .section {
  padding: 0 0 30px 50px;
}

.see-all-articles {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: underline;
}

.category-description, .section-description {
  color: #bebebe;
  margin-bottom: 50px;
  margin-top: -15px;
}

.category-list a, .section-list a {
  color: inherit;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

.page-header > * {
  display: table-cell;
  vertical-align: middle;
}

.page-header > *:first-child {
  max-width: 100%;
}

.page-header + p {
  color: #999;
  margin: -15px 0 20px 0;
}

.page-header h1 {
  font-size: 20px;
}

/* Search */
.search-box .search::before, .sub-nav .search::before {
  content: "\1F50D";
  font-family: "entypo";
  font-size: 1.25em;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
}

/* Sub-nav */
.sub-nav {
  display: table;
  margin-bottom: 25px;
  padding: 25px 0;
  table-layout: fixed;
  width: 100%;
}

.sub-nav > * {
  display: table-cell;
}

.sub-nav .breadcrumbs {
  overflow: hidden;
  white-space: nowrap;
}

.sub-nav .search {
  width: 300px;
}

/* Article */
.article-header {
  margin-bottom: 25px;
}

.article-header h1 {
  font-weight: bold;
  margin: 0 0 10px;
}

.article-info > * {
  display: table-cell;
  vertical-align: middle;
}

.article-avatar {
  min-width: 55px;
}

.article-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.article-meta {
  width: 100%;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-updated {
  display: block;
}

.article-more-questions {
  margin-top:70px;
  margin-bottom:50px;
}

.article-body table {
  table-layout: fixed;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-footer {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding: 20px 0;
}

.article-footer .article-vote, .article-footer .share {
  display: table-cell;

}

.article-vote {
  width: 100%;

}

.article-vote > * {
  display: inline-block;
    margin-top: 10px;
}

.article-vote-controls {
  margin: 0 5px;
}

.article-vote-count {
  color: #999;
  min-width: 20%;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up::before {
  content: "\1f44d";
}

.article-vote-down::before {
  content: "\1f44e";
}

.article-vote-up.article-voted {
  color: #6b9100;
  border-color: #6b9100;
}

.article-vote-down.article-voted {
  color: #999;
  border-color: #999;
}

/* Side column */
.side-column h3 {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.side-column ul {
  margin-bottom: 60px;
}

.side-column li {
  margin-bottom: 10px;
}

.side-column li a {
  font-size: 14px;
}

.visibility-internal-icon::before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
  margin-right:10px;
}

.article-promoted span, .visibility-internal {
  cursor: default;
  position: relative;
}

.article-promoted span::before, .article-promoted span::after, .visibility-internal::before, .visibility-internal::after {
  display: none;
  font-size: 13px;
  font-weight: normal;
  position: absolute;
}

.article-promoted span::before, .visibility-internal::before {
  background: #222;
  border-radius: 3px;
  color: #fff;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span::after, .visibility-internal::after {
  border-bottom: 5px solid #222;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.article-promoted span:hover::before, .article-promoted span:hover::after, .visibility-internal:hover::before, .visibility-internal:hover::after {
  display: block;
}

/* Comments - Article, Request and Post pages */
.comment-list {
  margin-bottom: 25px;
}

.comment-list > * {
  border-bottom: 1px solid #eee;
  padding: 25px 0;
}

.comment-list > *:first-child {
  border-top: 1px solid #eee;
}

.comment-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;
}

.comment > *, .comment-form > * {
  display: table-cell;
  vertical-align: top;
}

.comment-vote, .comment-bookmark {
  text-align: center;
  width: 50px;
}

.comment-bookmark::before {
  color: #77a500;
  content: "\1F516";
  font-family: "entypo";
  font-size: 23px;
  line-height: 1.1;
}

.comment-avatar {
  position: relative;
  width: 85px;
}

.comment-avatar img {
  border-radius: 3px;
  max-width: 65px;
  max-height: 65px;
}

.comment-avatar-agent::after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01J73Q77R14MBMC9C51PJDGQTK");
  background-image: url("/hc/theming_assets/01KTBT52RD61FATJPWGWDE4C88");
  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 {
  display: block;
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-ccs + textarea,
.comment-attachments {
  margin-top: 10px;
}

.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: 15px;
}

[dir="rtl"] .comment-form-controls input[type="submit"] {
  margin-left: 0;
  margin-right: 15px;
}

.comment-screencasts, .comment-mark-as-solved {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

[dir="rtl"] .comment-screencasts, [dir="rtl"] .comment-mark-as-solved {
  margin-left: 20px;
}

.comment-actions {
  float: right;
  color: #999;
}

[dir="rtl"] .comment-actions {
  float: left;
}

.comment-actions .dropdown-toggle::before {
  content: "\2699";
  font-size: 11px;
  font-family: "entypo";
}

.attachment-list, .screencast-list {
  font-size: 11px;
  margin-top: 25px;
}

.attachment-list span, .screencast-list span {
  color: #999;
}

[dir="rtl"] .attachment-list span, [dir="rtl"] .screencast-list span {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.attachment-list li, .screencast-list li {
  margin-bottom: 10px;
}

.attachment-list li::before, .screencast-list li::before {
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.attachment-list li::before {
  content: "\1F4CE";
}

.screencast-list li::before {
  content: "\1F4BB";
}

.my-activities-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding: 25px 0;
}

.my-activities-header .breadcrumbs li {
  color: #000;
  font-size: 20px;
  font-weight: normal;
}

.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li::before {
  display: none;
}

.my-activities-nav {
  margin-bottom: 100px;
}

.my-activities-sub-nav {
  margin-bottom: 15px;
}

.request-table-toolbar {
  background: #f9f9f9;
  display: table;
  padding: 8px;
  width: 100%;
}

.request-table-filters {
  display: table-cell;
  text-align: right;
}

[dir="rtl"] .request-table-filters {
  text-align: left;
}

.request-table-filters label::before {
  content: " ";
  width: 25px;
  display: inline-block;
}

.requests-search {
  border-radius: 20px;
  outline: none;
  padding: 6px 15px;
}

.organization-subscribe, .organization-unsubscribe {
  margin-left: 15px;
  background: #444;
  color: #fff;
}

.my-activities-following-header {
  margin-bottom: 15px;
}

.my-activities-table .user-avatar {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 5px;
}

.my-activities-table {
  margin-bottom:20px;
}

.my-activities-table .user-avatar + a {
  vertical-align: middle;
}

.requests-search-info {
  padding: 10px 0;
}

.request-id {
  color: #bebebe;
}

.request-details {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.request-details dt {
  font-weight: bold;
  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: #c72a1c;
}

.request-answered {
  background: #3091ec;
}

.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 {

}

.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 li {
  display: inline-block;
  padding: 0 100px 30px 0;
  vertical-align: top;
  width: 49.5%;
}

.topic-list li h3, .topic-list li p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.topic-list li p {
  color: #999;
}

.topic-list li .meta-group {
  margin-top: 5px;
}

[dir="rtl"] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
  margin-bottom: 15px;
}

.topic-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-filters {
  width: 100%;
}

.topic-filters > * {
  display: inline-block;
  font-weight: bolder;
  margin-right: 20px;
}

[dir="rtl"] .topic-filters > * {
  margin-right: 0;
  margin-left: 20px;
}

.post-overview {
  border-bottom: 1px solid #eee;
  padding: 16px 0;
}

.post-overview-info {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-overview-info a {
  font-size: 16px;
}

.post-overview-info .meta-group {
  display: block;
  margin-top: 5px;
}

.post-pinned .post-overview-info::before {
  content: "\2605";
  margin-right: 5px;
  color: #7a2582;
}

.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: #999;
  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: #030100;
  display: block;
  font-size: 13px;
}

[dir="rtl"] .post-overview-count strong {
  direction: ltr;
  unicode-bidi: bidi-override;
}

[dir="rtl"] .post-overview-count {
  float: left;
  margin-left: 0;
  margin-right: 10px;
}

/* Community post page */
.post-actions .dropdown-toggle {
  font-size: 11px;
  font-weight: bold;
}

.post-actions .dropdown-toggle::before {
  content: "\2699\00a0\00a0";
  font: 11px bold;
  font-family: "entypo";
}

.post {
  display: table;
  margin-bottom: 50px;
  table-layout: fixed;
  width: 100%;
}

.post-vote, .post-container {
  display: table-cell;
  vertical-align: top;
}

.post-vote {
  width: 45px;
  padding-top: 5px;
}

.post-header {
  margin-bottom: 25px;
}

.post-header h1 {
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-info {
  display: table;
  width: 100%;
}

.post-info > * {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.post-avatar {
  min-width: 55px;
  position: relative;
}

.post-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.post-avatar-agent::after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01J73Q77R14MBMC9C51PJDGQTK");
  background-image: url("/hc/theming_assets/01KTBT52RD61FATJPWGWDE4C88");
  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: inherit;
  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: #030100;
}

/*
body.community-enabled .search-results-column {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}

body.community-enabled .search-results-column + .search-results-column {
  margin-left: 35px;
}

[dir="rtl"] body.community-enabled .search-results-column + .search-results-column {
  margin-left: 0;
  margin-right: 35px;
}

.search-results-subheading {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.search-results-subheading-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > * {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.search-results-list > *:first-child {
  border-top: 1px solid #eee;
}

.search-result-link {
  font-size: 16px;
  font-weight:bold;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
  font-size: 12px;
  color: #bebebe;
}

.search-result-meta-time::before, .search-result-meta-count::before {
  display: inline-block;
  content: "Created:";
  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;
}
*/

.error-page {
  margin: 0 auto;
  max-width: 500px;
  padding-top: 5%;
}

.error-page h1 {
  font-size: 52px;
  margin-bottom: 0;
}

.error-page h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.recent-activity {
  background: #17494D;
  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: #030100;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.recent-activity-item-parent:hover {
  text-decoration: underline;
}

.recent-activity-item-link {
  display: block;
}

.recent-activity-item-meta {
  font-size: 12px;
  color: #999;
}

.recent-activity-item-time {
  display: inline-block;
}

.recent-activity-item-comment {
  display: none;
}

.recent-activity-item-comment::before {
  display: inline-block;
  content: "\2022";
}

.recent-activity-item-comment span::before {
  font-family: "entypo";
  content: "\00a0\00a0\e718";
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
  display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
  padding-top: 20px;
  font-size: 12px;
}

.recent-activity-loader {
  display: inline-block;
  position: relative;
}

.recent-activity-loader::before {
  display: block;
  position: absolute;
  content: "\0020";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
  animation: recent-activity-loader .5s infinite;
  -webkit-animation: recent-activity-loader .5s infinite;
}

@keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes recent-activity-loader {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.escalation-badge, a.escalation-badge {
  background-color: #95be22;
  border-color: #95be22;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  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;
}

@media (max-width:810px) {
  .profile-header {
  display: flex;
  flex-direction: column;
}
}

.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/01J73Q77R14MBMC9C51PJDGQTK");
  background-image: url("/hc/theming_assets/01KTBT52RD61FATJPWGWDE4C88");
  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;
}

@media (max-width:810px)
{
  .profile-header .basic-info {
  flex-direction: row;
}
}


@media (max-width:810px)
{
  .profile-header .profile-info {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
}


.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  align-items: flex-start;
  margin-left: 10px;
}

@media (max-width:810px)
{
  .profile-header .options {
  margin-left:0px;
  margin-top: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-all;
  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;
}

@media (max-width:810px) {
  .profile-stats-counters {
  margin-left: 0;
}
}

@media (max-width:810px) {
	.profile-section .profile-section-description {
	overflow: visible;
}
}
@media (max-width:810px) {
	.profile-activity-list {
  width: 100%;
  max-width: 100%;
}
}

@media (max-width:810px) {
	.profile-activity-list .profile-activity-contribution, .profile-activity-list .profile-contribution{
  padding: 0;
  margin:0;
    width:100%;
    max-width:100%;
}
}

@media (max-width:810px) {
	.profile-section .profile-activity-description {
	word-wrap: normal;
}
}

@media (max-width:810px) {
  .collapsible-nav-list {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
}

@media (max-width:810px) {
 .profile-stats-counters {
  flex: 0;
}
}

[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 {
  width: calc(100% - 271px - 60px);
}

@media (max-width:810px) {
  .row .profile-section {
  width: 100%;
}
}

@media (max-width:810px) {
  .profile-activity {
  margin-right: 10px;
}
}

.profile-section-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.profile-section-title {
  flex-basis: 100%;
  margin: 0;
}

.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;
}

.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: bold;
}

.profile-activity-contribution {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  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";
}

/* CUSTOM */

/* - General */
body {
  font-size: 15px;
  padding-bottom: 0;
}

/* Button */
button, [role="button"], [type="button"], [type="submit"] {
	border: 1px solid #7a2582;
  color: #7a2582; 
}

.login {
	border: 1px solid #7a2582;
  color: #fff; 
  background-color: #7a2582;
}

.login:hover, .login:active, .login:focus {
  background-color: #4e1753;
  color: #fff; 
}

button:hover, [role="button"]:hover, [type="button"]:hover, [type="submit"]:hover,
button:active, [role="button"]:active, [type="button"]:active, [type="submit"]:active, 
button:focus, [role="button"]:focus, [type="button"]:focus, [type="submit"]:focus {
  background-color: #7a2582;
  color: #fff;
}

.profile-header .options [data-action="edit-profile"],
#zd-edit-user-close {
  background: #7a2582;
  color: #fff;
	border: 1px solid #7a2582; 
}

.profile-header .options [data-action="edit-profile"]:hover,
.profile-header .options [data-action="edit-profile"]:active,
.profile-header .options [data-action="edit-profile"]:focus,
#zd-edit-user-close:hover,
#zd-edit-user-close:active,
#zd-edit-user-close:focus {
  background: #3C1053;
	border: 1px solid #3C1053; 
}

.btn {
	margin-bottom: 0;
	line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	text-decoration: none;
	outline: 0;
  position: relative;
  background-image: none;
	display: inline-block;
  color: #7a2582;
  background-color: transparent;
	padding: 13px 20px;
  font-weight: 500!important;
  border: 1px solid #7a2582;
  border-radius: 5px;
  font-size: 16px!important;
	line-height:1;
}

a.btn:hover, a.btn:active, .btn:hover, .btn:active {
  background: #7a2582;
  color: #fff;
  text-decoration: none;
}

a.btn-primary,
.btn-primary {
  background: #7a2582;
  color: #fff;
}

a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary.active,
btn-primary:hover,
btn-primary:focus {
  background: #3C1053;
  border-color: #3C1053;
}

/* - Header */
nav.main-nav .dropdown-toggle {background:transparent;color:#101820;border:0;font-weight:500;}
nav.main-nav .dropdown-toggle:hover, nav.main-nav .dropdown-toggle:focus {
    color: #FFFFFF;
    background-color: #7a2582;
    border-color: #7a2582;
}
nav.main-nav .dropdown-toggle::after {color:#101820;}
nav.main-nav .dropdown-toggle:hover::after, nav.main-nav .dropdown-toggle:focus::after {color:#fff;}
nav.main-nav .dropdown-menu-caret {margin-top:0}
nav.main-nav .dropdown-menu-end.dropdown-menu-caret:before,
nav.main-nav .dropdown-menu-end.dropdown-menu-caret:after {border-bottom-color:#3C1053;display:none;}
nav.main-nav #user #user-dropdown {border: 0;box-shadow:3px 5px 8px 0px rgba(0, 0, 0, 0.2);}

nav.main-nav  {height:60px;display:flex;align-items:center;background:#fff;box-shadow: 0 0 10px 0 rgba(0,0,0,.05);}
nav.main-nav .container { display:flex;align-items:center;justify-content:space-between;}
nav.main-nav a.btn, nav.main-nav a.login {margin-left:30px;}
nav.main-nav a:not(.btn):not(.login) {color:#101820;text-decoration:none;}
nav.main-nav a:not([role=menuitem]) {font-weight: bold;}
nav.main-nav a:not(.btn):not(.login):not([role=menuitem]):hover {text-decoration:underline;}
nav.main-nav a:hover:not(.btn), nav.main-nav a:focus:not(.btn), nav.main-nav a:active:not(.btn) {color:#101820;}
nav.main-nav [role="button"]:hover:not(.btn), nav.main-nav [role="button"]:focus:not(.btn), nav.main-nav [role="button"]:active:not(.btn) {color:#fff;;}
nav.main-nav label, nav.main-nav #hamburger {display: none;}

nav.main-nav .header-right {
	display: flex;
  align-items: center;
  margin-left:25px;
}
  
header.main-header {display:flex;align-items:center;justify-content:center;}
header.main-header h1, header.main-header p {text-align:left;}
header.main-header h1 {color: #101820;font-weight: 700;font-size: 36px;margin-bottom: 20px;}
header.main-header p {font-weight: 400;margin: 20px 0 20px;font-size: 18px;max-width: 600px;text-align: left;}
header.main-header .btn {width:100%;max-width:220px;}

.header-left {
  margin-left: 100px;
}

.search-box {
	padding: 75px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #17494D;
}

.search-box .sub-title {
  font-size: 18px;
  font-weight: bold;
  color: #7a2582;
}

.search-box h1 {
  font-size: 36px;
  margin-top: 0;
}

.search-box form {
  width: 100%;
  max-width: 750px;
  position: relative;
}

.search-box .search::before, .sub-nav .search .search::before {
  color: #101820;
  font-size: 20px;
}

.search-box form input {
  font-weight: 400;
	box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 10%);
  padding: 12px 15px 11px 45px;
  border: 1px solid #ced5da;
  height: auto;
  font-size: 16px;
  color: #101820;
}

.search-box .popular-searches {
  margin-top: 20px;
  font-size: 14px;
}

.search-box .popular-searches a {
  color: #101820;
}
/*
.unsigned-in .search-box {
  display: block;
  background-image: url(/hc/theming_assets/01J73Q780RKWK943T832H3E36R);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-color: transparent;
  position: relative;
}


.unsigned-in .search-box:before {
 	content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(81.5% 67% at 39% 50%, #431658 0%, #3F1353 25%, #180427 100%);
  z-index: -1;
}


@media (max-width:1199px) {
  .unsigned-in .search-box {
    background-position: center bottom;
  }
}

@media (max-width:576px) {
  .unsigned-in .search-box {
    background-image: url(/hc/theming_assets/01J73Q77394HV62JZW3AMBNTN7);
  }
}

.unsigned-in .search-box .btn {
  width: 100%;
  max-width: 220px;
}

.unsigned-in .search-box h1 {
  margin-bottom: 0;
}

.unsigned-in .search-box h1 + p {
	font-weight: 400;
  margin: 20px 0 40px;
  font-size: 18px;
  max-width: 600px;
}

.unsigned-in .search-box .container {
  padding-top: 30px;
  padding-bottom: 200px;
  color: #FFFFFF;
}

.unsigned-in .search-box .container h1  {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 50px;
}

.unsigned-in .search-box .container .col-md-3 {
  max-width: 230px;
}

.unsigned-in .search-box .container a.btn-primary,
.unsigned-in .search-box .container .btn-primary {
  background-color: #FFFFFF;
  color: #030100;
}

@media (max-width: 767px) {
  .unsigned-in .search-box .container a.btn-primary {
		margin-top: 20px;
  }
}

.unsigned-in .search-box .container a.btn-primary:hover,
.unsigned-in .search-box .container .btn-primary:hover {
  background-color: #7a2582;
  color: #FFFFFF;
  border-color: transparent;
}

.unsigned-in .search-box .container .btn {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.unsigned-in .search-box .container .btn:hover {
  background-color: #7a2582;
  color: #FFFFFF;
  border-color: transparent;
}

#main-container.unsigned-in nav.main-nav {
  background: transparent;
  box-shadow: inherit;
}

#main-container.unsigned-in + main .featured-pages-spacing {
  background: #fff;
}

#main-container.unsigned-in + main + footer {
	margin-top: 0;
  padding-top:0;
}

#main-container.unsigned-in + main + footer .container-fluid {
	background: #FFFFFF;
  height: 75px;
}

#main-container.unsigned-in + main + footer .container {
	padding-top: 35px;
}
*/
/* - Main */
main:not(.main) {width:100%;padding:0;}


h2, h3, h4, h5, h6 {
  font-weight:500!important;
}

h1, h2, h3, h4, h5, h6 {
	color: #101820;
  line-height: 1.16!important;
  font-family: CircularXX,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.category {
  margin-top: 1.5rem;
  margin-right: -1rem;
  margin-bottom: 1.5rem;
}

.category + .category {
  margin-top: 50px;
}

.category h2 {
  color: #101820;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 14px;
  font-weight: bold;
}

.category h2 a {
  font-family: CircularXX,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: bold;
}


.content-body {
  font-size: 16px;
}

article a{
  font-weight: 500!important;
}

.article-list a{
  font-weight: 400!important;
}

aside a{
  font-weight: 400!important;
}

.community {
  margin-top: 0;
  background: #17494D;
}

.recent-activity {
  background: #17494D;
}

.recent-activity-item-parent {
  font-size: 14px;
  font-weight: 400;
}

.meta,
.meta-group,
.upload-dropzone span,
.form-field p,
.breadcrumbs li {
  color: #999;
}



/* - Homepage */
.featured-pages-spacing {
  padding: 20px 0;
}

/* - Footer */
.footer {
  padding: 35px 0;
  font-size: 14px;
  background-color: #fff;
  margin-top: 0;
}

@media (max-width:680px) {
  .footer {
  width:100%;
  max-width:100%;
}
}

@media (max-width:680px) {
  .footer .container .row{
  display:inline;
    padding:0;
    margin:0;
}
}


.footer .footer-title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer li {
  margin-top: 7px;
}

.footer a {
  color: #101820;
  font-family: Maax,sans-serif;
}
.border-top {
  border-top: 1px solid #e2e8f0;
}


/* Bootstrap */
.container {
  width:100%;
  max-width:1360px;
  display:block; 
  position: relative; 
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom:0;
  padding: 0 2rem;
}

.container-logo {
  margin-bottom: 0rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

@media (max-width:810px) {
  #main-container, .main-nav, .main-nav .container,  .main-nav .container-logo{
    padding:0;
    margin:0;
    margin-top:10px;
    max-width:100%;
  }
}

@media (max-width:680px) {
  nav.main-nav .container{
    display:inline;
  }
}

@media (max-width:680px) {
  nav.main-nav .header-right{
    padding:0;
    margin:0;
  }
}
@media (max-width:680px) {
  .header-left{
    padding:0;
    margin:0;
		margin-top:5px;
    margin-bottom:5px;
  }
}


.container .container-logo {
  max-width:1200px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width:100%;
}
.row {
  margin-right: 0;
  margin-left: 0;
  flex-wrap: wrap;
  flex-grow: 1;
}

.footer .row {
  margin-right:0px; margin-left:200px; display:flex; flex-wrap:nowrap;
}

.footer .container {
  display:flex; padding:0; padding-left:5%; margin-left:auto; margin-right:auto;
}
@media (max-width:810px)
{
  .row {
  margin:0;
  padding:0;
  width:100%;
  max-width:100%;
	display:flex;
  margin-top:20px;
  }
  
}

@media (max-width:810px)
{
  .container .row {
        margin: 0;
        padding: 0;
        width: 90%;
        max-width: 90%;
        display: flex;
        margin-top: 20px;
        flex-direction: column;
  }
  
}



@media (max-width:810px)
{
  .link-box #middle-box {
        margin: 0;
        padding: 0;
    max-width:100%;
    		width:100%;
  }
}

@media (max-width:810px)
{
  .row .link-boxes {
        max-width:100%;
    		width:100%;
  }
}

@media (min-width:810px) and (max-width:1620px)
{
  .row .link-boxes {
        max-width:90%;
    		width:90%;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  min-width: 0;
  padding-right: 1.9rem;
  padding-left: 1.5rem;
  
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;

  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 50%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.nolrpad {
  padding-left: 0;
  padding-right: 0;
}  

.nolpad {
  padding-left: 0;
}  
  
.norpad {
  padding-right: 0;
}  
  
/* FONTS */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');*/


// Circular XX
@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 950;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q785NM9DXDY41MBS799CQ) format("woff2");
  
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 950;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q7759J2Y1EKRT6TQHNQ48) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q773FA53PFGABYDKEGKJN) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 900;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77SC47YPW8KM0P6HBM5T) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q776ZWBV3HNRPQQ8YKBCJ) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77GW7PR6VV9RZBQ155YK) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q770ZBPPEWMAFZN9XJM6V) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q7733JAR8V631E9K7EH88) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 450;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77FSRD28G4MNS29KSMW3) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 450;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77W91ZNSGWC723BDMFX3) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77DTE5140PWJDQCVPPFG) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q78AQJ7QNN29BPE54FFTH) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q7759KJXM23P1ZD2XN8E4) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77M1FJG1F7CWR2MF5QD8) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77HQF3SBTA7KY6EMJ9MY) format("woff2");
}

@font-face {
  font-family: "CircularXX";
  font-style: italic;
  font-weight: 100;
  font-stretch: 100%;
  font-display: swap;
  src: url(/hc/theming_assets/01J73Q77XNT0NRNQCST9P34D51) format("woff2");
}


main .container-fluid:not(.unsigned-in) .search-box {
  background-color: #3C1053;
  background-image: url(/hc/theming_assets/01J73Q781DGG542SW1QQ4GJM9M);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}

main .container-fluid:not(.unsigned-in) .search-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 16, 83, 0.7);
    z-index: -1;
}

main .container-fluid:not(.unsigned-in) .search-box .sub-title {
  color: #CC8BDB;
}

main .container-fluid:not(.unsigned-in) .search-box h1,
main .container-fluid:not(.unsigned-in) .search-box .popular-searches{
  color: #FFFFFF;
}

main .container-fluid:not(.unsigned-in) .search-box .popular-searches a {
  color: #FFFFFF;
  background: #7a2582;
  padding: 4px 6px;
  border-radius: 4px;
  margin-left: 10px;
}

main .container-fluid:not(.unsigned-in) .search-box .popular-searches a:hover {
	text-decoration: none;
	background: #fff;
  color: #7a2582;
  
}

main .container-fluid:not(.unsigned-in) .link-box {
  background-color: #17494D;
  padding: 20px 15px;
}
.link-box {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0px;
  max-width: 100%;
  margin-right:-12px;
  margin-left:-12px;
  width: 70%;
  float:right;
}

@media (max-width:680px) {
  .link-box {
  padding:0;
  margin:0;
    width:100%;
}
  
}
main .container-fluid:not(.unsigned-in) .link-boxes {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

main .container-fluid:not(.unsigned-in) .link-boxes a {

  padding: 18px 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

main .container-fluid:not(.unsigned-in) .link-boxes a:hover,
main .container-fluid:not(.unsigned-in) .link-boxes a:focus {

  text-decoration: none;
  
}

main .container-fluid:not(.unsigned-in) .link-boxes a .link-icon {
  display: flex;
  margin-right: 10px;
}

.link-icon {
  margin-bottom: 1rem;
  height: 24px; 
  width: auto;
}

.link-boxes {
  width: 120%;
  max-width:120%;
  padding:10px;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: $link_color;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: $link_color;
  background-color: transparent;
}
.user-info > button::after {
  color: $link_color;
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}





.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left:10px;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  max-height:200px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir=rtl] .dropdown-menu {
  text-align: right;
}

.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.category-tree {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 30px;
}

#middle-box {
  margin-top:40px;
  min-height:1px;
  min-width:0px;
  max-width:100%;
  padding-left:24px;
  padding-right:24px;
  width:100%;
}

.card {
  position: relative;
  display: flex;
  flex-direction: row;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  letter-spacing: 0.5px;
  padding:32px;
}

.card a:hover{
    color: #591769;
  	text-decoration:none;
  --tw-bg-opacity: 0.2;
  --tw-shadow: 0 1px 1px rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color);
  align-items: center;
  background-color: rgb(250 249 247/var(--tw-bg-opacity));
}



.p-6 {
  padding: 2rem;
}

.h-full {
  height: 100%;
}

.bg-white {
  background-color: #fff;
}
.hover\:bg-white:hover {
  background-color: #fff;
}

.border-bottom-3 {
  border-bottom-width: 3px;
}
.border-bottom-secondary {
  border-bottom-color: #7A2582;
}
.hover\:border-bottom-secondary:hover {
  border-bottom-color: #7A2582;
}

.h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.m-0 {
  margin: 0;
}

.mt-3 {
  margin-top: 0.75rem;
}


.mb-auto{
  margin-bottom: 1.5rem;
}


.footer .row .col-sm-4 li a:hover {
  	--tw-text-opacity: 1;
    color: rgb(16 24 32 / var(--tw-text-opacity));
    font-weight: 400;
  	text-decoration:underline;
}

.articles {
		padding-left: 46px;
    padding-right: 0px;
    max-width: 100%;
    margin-right: -12px;
    margin-left: -12px;
  	margin-top: 20px;
    width: 70%;
    float: right;
}

@media (max-width:680px) {
  .articles .promoted-articles {
    display: block;
  }
}
@media (max-width:680px) {
  .articles .promoted-articles-item {
    width:100%;
    max-width:100%;
  }
}


.promoted-articles {
  display: flex;
  flex-wrap: wrap;
}

.promoted-articles-item {
  flex: 0 0 50%;
  max-width: 50%;
}

.promoted-articles-item a{
  color: #7A2582;
}

.promoted-articles-item a:hover{
  --tw-border-opacity: 0;
  --tw-bg-opacity: 0;
  --tw-shadow: 0;
  --tw-shadow-colored: 0;
  text-decoration: underline;
}

.search-box-mini [role="search"]{
}

.search-box-mini {
		line-height: 1.2em;
    font-weight: lighter;
    width: 100%;
    -webkit-appearance: none;
    width: 300px;
  float:right;
}

.search-box-mini input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
}

.clear-button {
  display:none;
}

.label-closed {
  font-size: 15px;
  font-weight: normal;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  line-height:13px;
  font-size:13px;
  font-weight:400;
  text-size-adjust 100%
}

.search-result-title {
  font-size:15px;
  font-weight:bold;
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}


/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}
.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: $text_color;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}

.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: $link_color;
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: $link_color;
}
.search-results .no-results .action-prompt a:visited {
  color: $link_color;
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: lighten($text_color, 20%);
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: #17494D;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #17494D;
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}

/* ─────────────────────────────────────────────────
   Screen Recorder Widget
   ───────────────────────────────────────────────── */

.screen-recorder-widget {
  max-width: 694px;
  margin: 0 0 40px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px 24px;
  background: #fafafa;
  font-family: CircularXX,Helvetica Neue,Helvetica,Arial,sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Red outline while recording or paused — clear visual signal that capture is active */
.screen-recorder-widget[data-state="recording"],
.screen-recorder-widget[data-state="paused"] {
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.15);
}

/* Recording banner — fixed bar at top of viewport when tab recording is active */
body[data-recording]::before {
  content: "\25CF  Recording in progress \2014 do not share passwords or sensitive data";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #dc2626;
  color: #fff;
  text-align: center;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  z-index: 99999;
  pointer-events: none;
}

/* Hide widget if browser doesn't support screen capture */
.screen-recorder-widget[data-state="unsupported"] {
  display: none;
}

/* Header row */
.recorder-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.recorder-icon {
  flex-shrink: 0;
  margin-top: 3px;
  color: #17494D;
}

.recorder-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #101820;
}

.recorder-optional {
  font-weight: 400;
  font-size: 14px;
  color: #6b7280;
}

.recorder-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

/* Privacy banner */
.recorder-privacy-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fffbeb;
  border: 1px solid #f59e0b;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #78350f;
}

.recorder-privacy-banner svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #d97706;
}

.recorder-privacy-banner p {
  margin: 0;
  line-height: 1.5;
}

/* Hide privacy banner while recording or after attachment */
.screen-recorder-widget[data-state="countdown"]          .recorder-privacy-banner,
.screen-recorder-widget[data-state="recording"]          .recorder-privacy-banner,
.screen-recorder-widget[data-state="paused"]             .recorder-privacy-banner,
.screen-recorder-widget[data-state="uploading"]          .recorder-privacy-banner,
.screen-recorder-widget[data-state="attached"]           .recorder-privacy-banner,
.screen-recorder-widget[data-state="browser-unsupported"] .recorder-privacy-banner {
  display: none;
}

/* State panels — only show the relevant one */
.recorder-state-idle,
.recorder-state-countdown,
.recorder-state-recording,
.recorder-state-paused,
.recorder-state-stopped,
.recorder-state-uploading,
.recorder-state-attached,
.recorder-state-browser-unsupported,
.recorder-state-error {
  display: none;
}

.screen-recorder-widget[data-state="idle"]        .recorder-state-idle       { display: block; }
.screen-recorder-widget[data-state="countdown"]   .recorder-state-countdown  { display: block; }
.screen-recorder-widget[data-state="recording"]   .recorder-state-recording  { display: block; }
.screen-recorder-widget[data-state="paused"]      .recorder-state-paused     { display: block; }
.screen-recorder-widget[data-state="stopped"]     .recorder-state-stopped    { display: block; }
.screen-recorder-widget[data-state="uploading"]   .recorder-state-uploading  { display: block; }
.screen-recorder-widget[data-state="attached"]    .recorder-state-attached   { display: flex;  }
.screen-recorder-widget[data-state="error"]       .recorder-state-error      { display: block; }
.screen-recorder-widget[data-state="browser-unsupported"] .recorder-state-browser-unsupported { display: block; }

/* Buttons */
.recorder-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease, background 0.15s ease;
  font-family: CircularXX,Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 1.4;
}

.recorder-btn:hover   { opacity: 0.85; text-decoration: none; }
.recorder-btn:focus   { outline: 3px solid #17494D; outline-offset: 2px; }
.recorder-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.recorder-btn--start {
  background: #17494D;
  color: #fff;
}

.recorder-btn--stop {
  background: #dc2626;
  color: #fff;
}

.recorder-btn--pause {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}

.recorder-btn--download {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}

.recorder-btn--attach {
  background: #17494D;
  color: #fff;
}
.recorder-btn--attach:hover {
  opacity: 0.88;
}

.recorder-btn--delete {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #d1d5db;
}

.recorder-btn-link {
  background: none;
  border: none;
  color: #2c51bd;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  text-decoration: underline;
  font-family: CircularXX,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.recorder-btn-link:hover {
  text-decoration: none;
}

/* Recording active row */
.recorder-active-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* File size indicator during recording */
.recorder-filesize {
  font-size: 12px;
  color: #9ca3af;
  font-variant-numeric: tabular-nums;
  min-width: 56px; /* prevent row jumping as text appears */
}

/* Paused state badge */
.recorder-paused-badge {
  font-size: 13px;
  font-weight: 700;
  color: #dc2626;
  letter-spacing: 0.03em;
}

/* Countdown state */
.recorder-state-countdown {
  text-align: center;
  padding: 12px 0 8px;
}

.recorder-countdown-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.recorder-countdown-label {
  font-size: 13px;
  color: #6b7280;
}

@keyframes recorder-countdown-pop {
  0%   { transform: scale(1.6); opacity: 0; }
  25%  { transform: scale(1.0); opacity: 1; }
  75%  { transform: scale(1.0); opacity: 1; }
  100% { transform: scale(0.7); opacity: 0; }
}

.recorder-countdown-number {
  font-size: 72px;
  font-weight: 800;
  line-height: 1;
  color: #17494D;
  display: block;
}

.recorder-countdown-number.recorder-countdown-pop {
  animation: recorder-countdown-pop 1s ease forwards;
}

/* Pulsing red dot */
@keyframes recorder-pulse {
  0%, 100% { opacity: 1;   transform: scale(1);    }
  50%       { opacity: 0.5; transform: scale(0.85); }
}

.recorder-dot-pulse {
  width: 10px;
  height: 10px;
  background: #dc2626;
  border-radius: 50%;
  animation: recorder-pulse 1.2s ease-in-out infinite;
  flex-shrink: 0;
}

.recorder-timer {
  font-size: 20px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #101820;
  letter-spacing: 0.04em;
}

.recorder-timer-max {
  font-size: 13px;
  color: #9ca3af;
}

/* Preview video */
.recorder-preview-video {
  width: 100%;
  max-height: 360px;
  border-radius: 6px;
  background: #000;
  display: block;
  margin-bottom: 12px;
}

/* Audio toggle row (idle state) */
.recorder-audio-row {
  margin-bottom: 12px;
}

.recorder-audio-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  user-select: none;
}

.recorder-audio-checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #17494D;
  flex-shrink: 0;
}

/* Size warning banner inside recording state */
.recorder-size-warning {
  margin-top: 8px;
  font-size: 13px;
  color: #92400e;
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 6px;
  padding: 6px 12px;
  line-height: 1.4;
}

.recorder-stopped-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Error state actions row */
.recorder-error-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

/* Preview privacy notice (below video, above action buttons) */
.recorder-preview-notice {
  font-size: 12px;
  color: #6b7280;
  margin: 0 0 12px;
  line-height: 1.5;
}

/* Codec-fallback notice — shown only when MediaRecorder couldn't produce MP4
   and we had to fall back to WebM (Firefox, Chrome <126, etc.) */
.recorder-codec-notice {
  display: none;
  font-size: 12px;
  color: #78350f;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 6px;
  padding: 8px 12px;
  margin: 0 0 12px;
  line-height: 1.5;
}
.recorder-codec-notice strong { color: #92400e; }
.screen-recorder-widget[data-codec="webm"] .recorder-codec-notice { display: block; }

/* Browser unsupported notice (Safari etc.) */
.recorder-browser-msg {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
  padding: 4px 0;
}

/* Upload progress */
.recorder-upload-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.recorder-upload-bar {
  height: 6px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.recorder-upload-fill {
  height: 100%;
  background: #17494D;
  border-radius: 999px;
  width: 0%;
  transition: width 0.3s ease;
}

.recorder-upload-label {
  font-size: 13px;
  color: #6b7280;
}

/* Attached success */
.recorder-state-attached {
  align-items: center;
  gap: 8px;
  color: #166534;
  font-size: 14px;
  font-weight: 600;
}

.recorder-state-attached svg {
  color: #16a34a;
  flex-shrink: 0;
}

/* Error */
.recorder-error-msg {
  color: #dc2626;
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .screen-recorder-widget {
    padding: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .recorder-timer { font-size: 16px; }

  .recorder-active-row { gap: 8px; }
}



