.sec_nw_icons {
  height: 35px;
  width: 35px;
}

html {
  background-color: #ffffff;
  height: 100%;
}

body {
}

img {
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir=rtl] table {
  text-align: right;
}


th {
  white-space: nowrap;
  text-align: inherit;
}


h1, h2, h3, h4, h5, h6 {
}


input, 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, textarea, select {
  color: #555;
}

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;
}

::placeholder {
  color: #ccc;
}

select {
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("/hc/theming_assets/01JP7GYWZYH5PPQ0VJYVKPEWB6") 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%;
}

/* Forms */
.form {
  max-width: 505px;
}

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

.form-field label {
  display: block;
  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;
}
.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999;
}

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

.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/01J8JD9SEPY3SKASRC18VPNPRB") 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;
}

/* 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;
}

#article_title h2 {
  text-transform: none;
}
#article_title h2 a {
  text-decoration: none;
}


.breadcrumbs li a:hover {
  text-decoration: none;
}

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span {
  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 {
  list-style-type: decimal;
}
.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 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: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.vote a {
  outline: none;
  text-decoration: none;
}

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #252525;
  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: #252525;
}

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

.side-column {
  float: right;
  width: 20%; /*298px*/
  margin-right: 10%;
}

/* ====================================================
   Base styles
   ==================================================== */

html {
  background-color: #ffffff;
}

a:hover {
  cursor: pointer;
  text-decoration: none !important;
}

img {
  vertical-align: middle;
}

p {
  margin-top: 0;
}

h1 {
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 0;
  text-transform: uppercase;
}

.section-area h1 {
  text-transform: capitalize;
}


/* ====================================================
   Sub Nav
   ==================================================== */
.sub-nav {
  margin-bottom: 15px;
}
.sub-nav form {
  display: none;
}

.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 {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}
.page-header h1 {
  font-size: 20px;
  font-weight: 400;
}

/* ====================================================
   Content frame
   ==================================================== */

main {
  display: block;
 /* width: 980px; */
}

/* ====================================================
   Header
   ==================================================== */
.header {
  /*background-color: #252525;*/
  position: relative;
  text-align: center;
 
}

.logo {
  /* margin-left: 10%; */
  /* padding-right: 10px; */
  /* float: left; */
}

.logo a {
  display: inline-block;
  /*line-height: 130px;*/
}

.logo img {
  /* max-height: 40px; */
  vertical-align: middle;
}

.user-nav {
 /* margin: 12px auto;*/
  padding: 20px 20px;
  margin-right: 10%;
  /*width: 980px;*/
}

.user-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.user-nav > a {
  border-left: 1px solid;
  border-left-color: #ececec;
 /* border-left-color: rgba(0, 0, 0, 0.07);*/
  float: right;
  font-size: 12px;
  line-height: 33px;
  margin-left: 15px;
  padding-left: 15px;
}

.user-nav > a.login {
  font-size: 13px;
  margin-left: 8px;
  padding: 0 15px;
}

.user-nav > a.my-activities {
  border: 0;
}

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

.language-selector {
  background-color: transparent;
  color: #5BF1FF;
  text-decoration: none;
  margin-left: 8px;
  float: right;
  display: inline-block;
}
.language-selector > a {
  padding-top: 5px;
  color: #6c6c6c;
}

.language-selector * a:hover {
  background-color: transparent;
}

.dropdown-menu {
  padding: 0 0 25px 0;
}

.dropdown-menu [role="menuitem"]:hover {
  background-color: transparent;
}

.user-avatar {
  display: none;
}

button, [role=button], [type=button] {
  background: transparent;
  /*border: 1px solid;
  border-color: #d1d1d1;
  border-color: rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);*/
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 33px;
  line-height: 31px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: normal;
  transition: opacity 300ms ease;
}


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

/*
* Dropdown carets
*/
button, [role=button], [type=button],
#user .dropdown-toggle {
    background: #eee;
    border-radius: 30px;
    height: 43px;
    display: flex;
    align-content: center;
    padding: 0 20px;
}

button, [role=button], [type=button],
#user .dropdown-toggle span {
    line-height: 43px;
}

#user .dropdown-toggle:hover,
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  
}

#user .dropdown-toggle:active,
.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
}

.dropdown-toggle {
    display: inline-block;
}

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

.dropdown-toggle:after {
    color: #888;
    content: "\25BE";
    font-family: "entypo";
    font-size: 14px;
    margin-left: 5px;
    padding-right: 2px;
}

.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
    color: #1a74b0;
    border: 0;
    box-shadow: none;
}

.article-subscribe:hover,
.article-unsubscribe:hover {
    box-shadow: none;
}

.topic-follow [role=button], .post-follow [role=button] {
    padding: 0 10px !important;
}

/* ====================================================
   Home
   ==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px;
}

.help-center-name {
  font-size: 35px;
}

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

#query::-webkit-input-placeholder {
  color: #a9aab4;
}
#query:-moz-placeholder {
  color: #a9aab4;
}
#query::-moz-placeholder {
  color: #a9aab4;
}
#query:-ms-input-placeholder {
  color: #a9aab4;
}

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */
.knowledge-base h1 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 36px;
}

.knowledge-base:after {
  /*content: ".";*/
  display: block;
  /*height: 0;*/
  clear: both;
  visibility: hidden;
}

.community h4 {
  float: right;
  margin: 0;
}
[dir=rtl] .community h4 {
  float: left;
}

.trending-questions + h4 {
  margin-top: 65px;
}

.community,
.section-tree,
.subtle-wrap,
.article-sidebar section {
  padding: 20px 30px 30px;
  margin-top: 25px;

}
.section-tree {
  margin-left: 14%;
  margin-right : 14%;
}

.subtle-wrap {
  padding-left: 11%;
  margin-top: 15px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2 {
  border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.section-tree .section {
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
  width: 49%;
}

.section-tree h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 5px;
}

.section-tree ul, ul.article-list {
  color: #1a74b0;
  font-size: 14px;
  list-style-position: outside;
  list-style-type: disc;
}

.knowledge-base h4:before, .community h4:before {
  color: #d5d5d5;
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.article-list li, .community li {
  margin-bottom: 0;
  padding-right: 30px;
}

.article-list li {
  line-height: 28px;
}

.article-list li a {
  color: #6c6c6c;
  text-decoration: none;
}

.category-list li {
  width: 296px;
  height: 203px;
/*  background: #333; */
  display: block;
  margin-bottom: 25px;
  margin-right: 25px;
  overflow: hidden;
  text-align: center;
  color: #d5d5d5;
  float: left;
  font-weight: normal;
}

.category-list li:nth-child(3n) {
  margin-right: 0;
}

.category-list li a {
  color:black;
  margin-top: 65px;
  /*padding: 11px;*/
}

.category-list li a:hover {
  text-decoration: none;
}

.section h3 a {
  color: inherit;
  font-size: .85em;
  font-weight: normal;
}

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

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

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

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

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

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;

}

.category-description, .section-description {
  color: #252525;
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  position: relative;
  padding-bottom: 40px;
}

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

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.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);
  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("$assets-zd-agent-marker-png");
  background-image: url("$assets-zd-agent-marker-svg");
  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 {
  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 a {
  margin: 8px;
  display: inline-block;
}

.request-table-filters a:hover {
    background-color: #5BF1FF;
    color: #ffffff;
}

.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;
}

.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 ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-details .attachment-list li,
.request-details .request-collaborators li {
  list-style: none;
}

.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.request-details .request-collaborators {
  font-size: 0;
}
.request-details .request-collaborators li {
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 6px;
  background-color: #ececec;
  margin: 0 5px 5px 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 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;
}
.topic-list li p {
  color: #bebebe;
}
.topic-list li .meta-group {
  margin-top: 5px;
}
[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
  margin-bottom: 15px;
}
.topic-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-filters {
  width: 100%;
}
.topic-filters > * {
  display: inline-block;
  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: #1a74b0;
}

.post-overview-status {
  float: right;
  margin: 0 10px;
}
.post-overview-status > span {
  color: #fff;
}
[dir=rtl] .post-overview-status {
  float: left;
}

.post-overview-count {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.post-overview-count strong {
  color: #252525;
  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("$assets-zd-agent-marker-png");
  background-image: url("$assets-zd-agent-marker-svg");
  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);
  color: #252525;
  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: #252525;
}

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 {
  text-align: center;
}
.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;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 16px;
}

.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: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
  padding-right: 5px;
}
[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
  padding-left: 5px;
}

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
}
[dir=ltr] .search-result-votes {
  margin-left: 5px;
}
[dir=ltr] .search-result-votes:before {
  margin-right: 3px;
}
[dir=rtl] .search-result-votes {
  margin-right: 5px;
}
[dir=rtl] .search-result-votes:before {
  margin-left: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  transition: bottom .5s ease-in, color .5s ease-in;
}

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

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

.chat-available {
  bottom: 0;
}

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

.error-page {
  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: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #252525;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {

}

.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;
}

@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;
}

.knowledge-base ul li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
}
.knowledge-base ul li a{
  display: inline-block;
  width:100%;
  background:#ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-inner {
  position:relative;
  height:100%;
}
#header-text {
  margin: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 15%;
  color: white;
   
  font-size: 3em;
  text-transform: uppercase;
}
#green-field {
  margin-left:10%;
  height:30px;
  width:5px;
  background:#67BF7A;
  float:left;
  margin-right:10px;
}
.login {
  color: white;
  background:#67BF7A;
}
.login:hover {
  /*border-color: #518801;
  box-shadow: inset 0 -1px #518801;*/
}
.menu_categories {
  text-align: center;
  float: left;
  position: relative;
  width:20%
}
.menu_categories img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu_categories h3 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #67BF7A;
}
.menu_categories:hover h3 {
  border-bottom:solid 2px #67BF7A;
 }
.menu_categories:hover {
  height :82px;
}
.menu_categories a {
 text-decoration: none;
}

.aggregate-tablets {
  display: block;
  margin-left:auto;
  margin-right:auto;
}
#menu, .header, .main-cont {
  display: block;
  margin-left:auto;
  margin-right:auto;
}

@media screen and (min-width: 1120px) {

}
.header img {
  max-width: 100%;
  height: auto;
}
#menu-img {
  text-align: center
}
#menu-img img {
  padding-top: 3%;
  width: 40%;
 
}
.section-tree .section h3 #category-text {
  padding-top: 10px;
  padding-left: 2px; 
}
.section-tree {
 padding:0;
 margin-top:0;
 
}
.section-tree .section {
 width:32.333%;
}
.section-tree .section:last-child { 
  width:40%;
}
.section-tree .section h3 {
  padding: 0 0 0 41px;
  position: relative;
}
.section-tree .section h3 a img {
  position: absolute;
  top: 0;
  left: 0;
  float:left;
}
#section_title h2 img {
  margin-left: 11%;
  margin-right: 10px;
}
#hide {
display: none;
}
#submit_request a {
  border: solid 2px #67BF7A;
  
}
#submit_request a{
  font-size: 1.2em;
  color: #67BF7A;
  padding-left: 15px;
  padding-top: 9px;
  padding-bottom: 10px;
  text-decoration: none;
 
}
#submit_request img {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.article-unsubscribe {
  display:none;
}

#switch-link {
    bottom: 5%;
    right: 5%;
    position: absolute;
    font-size: 14px;
     
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
#open-hours {
    padding-top: 55px;
}

.catIcon {
  width: 30px;
  height: 30px;
}


/***** New design *****/
/***** Header *****/
.header {
    max-width: 1160px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-right h2 {
    font-style: normal;
    font-weight: 100;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-left: 20px;
    border-left: 1px solid #666666;
}

.header-logo {
    padding-right: 20px;
}

@media (min-width: 1160px) {
    .header {
        width: 90%;
    }
}

.nav-wrapper a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    text-transform:uppercase;
    border-radius: 30px;
}
  
  .header {
    max-width: 1160px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
     
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-right h2 {
    font-style: normal;
    font-weight: 100;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-left: 20px;
    border-left: 1px solid #666666;
}

.header-logo {
    padding-right: 20px;
}

@media (min-width: 1160px) {
    .header {
        width: 90%;
    }
}

.nav-wrapper a {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 41px;
    text-transform:uppercase;
    padding: 0 20px;
    width: 200px;
    height: 41px;
    border: 1px solid #5BF1FF;
}
.nav-wrapper.submit-a-request {
    background-color: #5BF1FF;
}

@media (min-width: 768px) {
    .nav-wrapper a {
        display: flex;
    }
}

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    color: #5BF1FF;
    text-decoration: none;
}

.nav-wrapper a:hover {
    background-color: #5BF1FF;
    color: #ffffff;
}

#user-dropdown a:hover {
  color: #666666;
  background-color: transparent !important;
}

.nav-wrapper a.submit-a-request {
    background-color: #5BF1FF;
    color: #ffffff;
    margin-left: 8px;
}

.nav-wrapper a.submit-a-request:hover {
    background-color: #54a882;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: $link_color;
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

.dropdown-menu-caret {
  padding:0 0 15px 0;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    color: #5BF1FF;
     
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    width: auto;
    height: 15px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        display: inline-block;
    }
}

.dropdown-menu a:hover, .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:focus, .dropdown-menu a:active {
    background-color: transparent;
    text-decoration: none;
}

.user-nav {
    display: flex !important;
    flex-direction: row;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 20px;
}
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #5BF1FF;
}
.nav-wrapper.submit-a-request {
    background-color: #5BF1FF;
}

@media (min-width: 768px) {
    .nav-wrapper a {
        display: inline-block;
    }
}

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    color: #5BF1FF;
    text-decoration: none;
}

.nav-wrapper a:hover {
    background-color: #5BF1FF;
    color: #ffffff;
}

#user-dropdown a:hover {
  color: #666666;
  background-color: transparent !important;
}

.nav-wrapper a.submit-a-request {
    background-color: #5BF1FF;
    color: #ffffff;
    margin-left: 8px;
}

.nav-wrapper a.submit-a-request:hover {
    background-color: #54a882;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: $link_color;
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

.dropdown-menu-caret {
  padding:0 0 15px 0;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    color: #5BF1FF;
     
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    width: auto;
    height: 15px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        display: inline-block;
    }
}

.dropdown-menu a:hover, .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:focus, .dropdown-menu a:active {
    background-color: transparent;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu-end .dropdown-menu-caret * {
  background-color: red;
}

.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 20px;
}


/***** HomePage *****/
.section h2 {
    text-align: center;
}

.hero {
    background-image: url("https://p6.zdassets.com/hc/theme_assets/84268/200218018/homepage-hero.png");
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%;
    margin: 0 auto;
}

.hero-gradient {
    content: '';
    position: absolute;
    width: 100%;
    height: 450px;
    background-color: #000000;
    opacity: 0.34;
}

.hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-100%);
    max-width: 610px;
    margin: 0 auto;
}

.hero-inner h2 {
    font-size: 30px;
    line-height: 30px;
     
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 30px;
    margin: 0 auto;
}

.search {
    position: relative;
    display: flex;
    width: 660px;
}

.search input[type="search"] {
    position: absolute;
    top: 0;
    z-index: 1;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 30px;
    box-sizing: border-box;
     
    font-size: 19px;
    color: #a9aab4;;
    height: 55px;
    width: 660px;
    padding-left: 24px;
    padding-right: 150px;
}

.search input[type="submit"] {
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 30px;
     
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;;
    border: 3px solid #ffffff;
    height: 55px;
    background-image: linear-gradient(-240deg, #65bd72 0%, #64bca3 100%);
    padding: 0 30px;
}

.search input[type="search"]:focus {
    border: 2px solid #ffffff;
    color: #555;
}

.home-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.home-inner h2 {
    color: #2F3131;
     
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0 0 80px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list {
        display: flex;
        justify-content: center;
    }
}

.blocks-item {
    width: 486px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    color: $brand_color;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .blocks-item {
        margin: 0 25px 25px;
    }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

.blocks-item-active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05) !important;
}


.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
}

.blocks-item-internal a {
    color: $text_color;
}

.blocks-item-link {
    height: 100%;
    color: $brand_color;
    padding: 20px 85px;
}

.blocks-item-link img {
    width: 60px
    height: 45px;
    padding-top: 35px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
    text-decoration: none;
}

.blocks-item-title {
    margin-bottom: 0;
}

.blocks-item-title-broadcaster {
    color: #5BF1FF;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-viewer {
    color: #7559ae;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-active {
    color: #a364a1 !important;
    font-weight: 600 !important;
}

.blocks-item-description {
    margin: 0;
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #424d63;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.section-team {
    background-color: #fbfcfc;
}

.team-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.team-inner h2 {
    color: #2F3131;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f1;
    margin: 0;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    margin 0 auto;
}

@media screen and (max-width: 1160px) {
  .team-list: padding: 100px 50px 0 50px;
}

.team-row {
  display: flex;
  flex-direction: row;
}

.team-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}

.team-profile p {
    color: #424d63;
     
    font-size: 18px;
    line-height: 18x;
    padding: 37px 0 97px 0;
    margin: 0;
}

.team-profile img {
    height: 113px;
    width: 113px;
    border-radius: 50%;
}

/***** Category Page *****/
/***** Section Page *****/
.hero-category {
    background-image: url($assets-xxcxx-jpg);
    background-position: center;
    background-size: cover;
    height: 210px;
    width: 100%;
    margin: 0 auto;
}

.section-category {
    background-color: #fbfcfc;
}

.category-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.category-inner h2 {
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #2F3131;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list-category {
    display: flex;
    flex-wrap: wrap;
    /*   justify-content: flex-start; */
    /*   align-items: stretch; */
    align-content: stretch;
    list-style: none;
    padding: 35px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list-category {
        display: flex;
        justify-content: center;
    }
}


@media (min-width: 768px) {
    .blocks-item-category {
        margin: 5px;
    }
}

.blocks-item-category:hover, .blocks-item-category:focus, .blocks-item-category:active {
}

xx {
}

.blocks-item-link-category:hover, .blocks-item-link-category:focus, .blocks-item-link-category:active {
    text-decoration: none;
}

.blocks-item-img-category {
    width: 50px
    height: 50px;
    padding-top: 42px;
}

.section-articles {
    background-color: #ffffff;
}

.articles-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

.panel-one a, .panel-one a:hover, .panel-one a:active, .panel-one a:focus {
  text-decoration: none;
}

.panel-one a:hover .article-item-left h3 {
    color: #5BF1FF;
    font-weight: 600;
}

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
}

.article-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.article-item-right {
    margin: 0 30px;
}

.article-item-left {
  padding-left: 35px;
}

.article-item-left h3 {
    color: #2F3131;
     
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article-item-arrow {
    width: 15px;
    height: 10px;
}

/***** Article Page *****/
.breadcrumbs li {
  color: lighten($text_color, 20%);
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}


.breadcrumbs-section {
  border-bottom: 1px solid #e1e1e1;
}

.breadcrumbs-inner {
  max-width: 925px;
  margin: 0 auto;
}

.breadcrumbs-inner h3 {
  padding: 23px 0;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}

.breadcrumbs-inner li a, .breadcrumbs-inner li a:focus, .breadcrumbs-inner li a:visited {
  color: #2F3131;
  text-decoration: none;
}

.breadcrumbs-inner li a:hover {
  color: #5BF1FF;
}

.breadcrumbs-inner li {
  color: #2F3131;
  font-size: 16px;
  line-height: 16px;
}

.section-article {
  background-color: #ffffff;
}
.article-inner {
  max-width: 925px;
  margin: 0 auto;
}

.article-content {
  margin: 0;
}

.article-title {
  color: #2F3131;
   
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.article-page-info {}

.article-page-content {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.article-page-body a {
  color: #5BF1FF;
}

.article-page-body a:hover, .article-page-body a:focus {
  text-decoration: none;
}

.article-page-body ul {
  xxxlist-style-image: url($assets-unordered-list-png);
  padding-right: 5px;
}

.article-page-body ul li {
  padding-left: 5px;
  color: #2F3131;
   
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}

.article-page-body ol li {
  color: #2F3131;
   
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  list-style-position: inside
}

.article-page-body p {
  color: #2F3131;
   
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}

.article-page-body h1 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h2 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h3 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h4 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h5 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body img {
  border: 1px solid #e1e1e1;
}

.article-page-relatives {
  display: flex;
  flex-direction: row;
}

.relatives-icon {
  width: 15px;
  height: 20px;
}

.article-page-relatives {
  margin: 0;
  padding: 40px 0;
}

.article-page-relatives-content {
  padding-left: 10px;
}

.article-page-relatives-content ul {
  list-style-type: none;
  padding: 0;
}

.article-page-relatives-content h3 {
  color: #2F3131;
   
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin: 0;
  text-transform: uppercase;
}

.article-page-relatives-content li {
  margin: 25px 0 0 0;
}

.article-page-relatives-content a {
  font-size: 17px;
  line-height: 17px;
  margin: 0;
}

.article-page-relatives-content a:hover, .article-page-relatives-content a:focus {
  color: #5BF1FF;
  text-decoration: none;
}


/***** Search Results Page *****/
.section-search-results {
  background-color: #ffffff;
}
.section-search-results-inner {
  max-width: 925px;
  margin: 0 auto;
}

.search-results-heading {
  width: 100%;
  text-align: center;
  color: #2F3131;
   
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.6px;
  margin: 60px 0;
}

.search-results-list {
  display:flex;
  flex-direction: column;
  width: 100%;
}

.result-tile {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 0;
  display:flex;
  flex-direction: column;
}

.result-link, .result-link:hover, .result-link:active, .result-link:focus {
  text-decoration: none;
}

.result-link:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.result-link {
  width: 100%;
  height: 100%;
}

.result-link-inner {
  margin: 30px;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.result-left {
  display: flex;
  flex-direction: row;
  align-content: center;
  
}

.search-result-title {
  color: #2F3131;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px 0 0;
}

.search-result-image {
    margin-left: 15px;
    width: 25px;
    height: 20px;
    display: none;
}

.result-link:hover * .search-result-image {
    display: inline;
}

.result-right {
  display: flex;
  align-content: center;
}

.result-select {
  width: 10px;
  height: 15px;
}

/***** New Request Page *****/
.newrequest-hero-inner {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center
}

.newr-hero-text { 
}

.newr-hero-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position:relative;
}

.container-new-request-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.info-column {
  width: 30%;
  text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
  color: #2F3131;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.info-column p {
  max-width: 300px;
  margin-bottom: 35px;
}

.request-column {
  width: 70%;
  padding-right: 25px;
}

.request-column h1 {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  color: #2F3131;
  padding-bottom: 20px;
}

.form footer {
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.form footer input {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #ffffff;
     
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #5BF1FF;
    background-color: #5BF1FF;
    border-radius: 20px;
}

.form footer input:hover {
}

/* Forms */
.form {
    max-width: 505px;
}


.form-field ~ .form-field {
    margin-top: 20px;
}

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

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

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

.form-field .nesty-input {
    height: 37px;
    line-height: 37px;
}
.form-field .nesty-input:focus {
    outline: none;
    border: 1px solid #999;
}

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

/***** Request Page *****/

.request-column a {
    color:  #5BF1FF;
}

.request-column > a:hover {
    text-decoration: none;
}

/***** Activities Pages *****/
.container-activities-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0 50px 0;
   
  color: #666666;
}

.container-activities-inner a {
    color:  #5BF1FF;
}

.container-activities-inner a:hover, .container-activities-inner a:focus, .container-activities-inner a:visited, .container-activities-inner a:active {
    text-decoration: none;
}

/***** Other *****/
.error-page {
    padding-bottom: 100px;
    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;
    color:  #5BF1FF;
}

.error-page > a:hover {
    text-decoration: none;
}

.profile-header .options {
  display: inline-block;
  margin-bottom: 10px;
}

.profile-info {
  padding-top: 25px;
}

.profile-section-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-stats {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-section-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-nav {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-activity-contribution {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

/* Was this article helpful */

.article-votes-question {
  font-size: 21px;
   
}

.article-vote {
   
    display: inline-block;
    text-align: center;
    width: 75px;
  color: #2F3131;
}
.article-vote a {
    color: #000 !important;
    outline: none;
    text-decoration: none;
}

.article-vote-sum {
    display: block;
    font-weight: bold;
    margin: 3px 0;
}
[dir=rtl] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.article-vote-up:before, .article-vote-down:before {
/*     border-radius: 50%;
    border: 1px solid #ddd; */
    color: #5BF1FF !important;
  margin: 0 auto;
  border: 2px solid #5BF1FF;
  border-radius: 6px;
  padding: 10px;
    display: inline-block;
     
    font-size: 15px;
/*     height: 25px; */
    line-height: 18px;
    width: 50px;
}

.article-vote-up:hover:before {
    background: #5BF1FF;
    color: #fff !important;
}

.article-vote-up[aria-selected=true]:before {
    background: #5BF1FF;
    color: #fff !important;
}

.article-vote-down[aria-selected=true]:before {
    background: #5BF1FF;
    color: #fff !important;
}

.article-vote-up:active, .article-vote-up:visited {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:active, .article-vote-down:visited {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-up:active:before {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:active:before {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:hover:before {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:active, .article-vote-down:visited {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-up:before {
    content: "Yes";
}

.article-vote-down:before {
    content: "No";
}

.article-vote-voted:before, .vote-voted:hover:before {
    border-color: #252525;
}

.article-vote-label {
     
    margin-top: 3em;
}

/* End Was this article helpful */


.header-logo img {
    width: 125px;
}

.header-right h2 {
    font-weight: 400;
    text-transform: uppercase;
  font-weight: bold;
    /* letter-spacing: 0; */
}

.hero-inner h2 {
    text-transform: uppercase;
}

.search input[type="submit"], .mybtn {
    background: #151414 !important;
    border-color: #151414 !important;
}

.search input[type="submit"]:hover, .mybtn:hover {
    opacity: .8;
}

section.section.hero-category {
    position: relative;
}

section.section.hero-category:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg,rgba(15,19,35,.4) 0,transparent 100%);
}


.blocks-item-img-category img {
    max-height: 50px;
}


.header-right h2 {
    color: #2F3131;
    padding-top: 13px;
    padding-bottom: 10px;
    font-weight: bold !important;
}

input#query {
    color: #2F3131;
    font-weight: 400;
}


section.section.hero-category {
    height: 250px;
}

a.result-link:hover .search-result-title {
  color: #5BF1FF;
}

.article-page-relatives-content {
  padding-left: 0;
}
h1.article-title {
    text-transform: unset;
}

.article-page-body ol,.article-page-body ul {
    padding-left: 40px;
      margin-bottom: 30px;
}

.article-page-body p {
    margin-bottom: 30px;
}

.article-votes {
    text-align: center;
    padding: 40px 0;
    PADDING-BOTTOM: 0;
}

.article-votes-controls {
    PADDING: 20px 0;
}




textarea, input[type=text] {
    box-sizing: border-box;
}
  
  





/* mobile */

@media screen and (max-width: 998px) {


.search input[type="search"] {
    max-width: 100vw;
    width: 100vw;
    position: static;
}

.hero-inner {
    transform: translateY(-50%);
    padding: 0 20px;
}

form.search.search-full {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background-clip: padding-box;
box-shadow: none !important;
    background-image: linear-gradient(transparent, transparent);


}

ul.blocks-list-category {
    justify-content: center;
}

ul.blocks-list-category>li {
    margin-bottom: 20px;
}

header.header {
    height: auto;
}

nav#user-nav {
    position: static;
    padding: 5px;
    margin: 0;
}

header.header {
    padding: 2px 10px;
}

.header-right h2 {
    font-size: 12px;
    padding: 2px;
  font-weight: bold;
}

.header-logo {
    padding-right: 8px;
}

.header-logo img {
    width: 90px;
}

.nav-wrapper a.submit-a-request {
    font-size: 12px;
    padding: 10px 15px;
    height: auto;
    line-height: 1.2;
}
.container-article {
    padding: 0 15px;
}
  
  
  .info-column {
    display: none;
}

.request-column, xxsection.container-new-request {
    width: 100%;
}

.request-columnxx, section.container-new-request {
    width: 100%;
    padding: 0 15px;
}

textarea, input[type=text] {
    box-sizing: border-box;
  background-image: linear-gradient(transparent, transparent);

}
  .search input[type="submit"] {
    right: -2px;
}
  
  section.section-category:not(.xxx) {
   /* display: none; */
}
  
}
    
  

.sec_nw_icons {
  height: 35px;
  width: 35px;
}




html {
  background-color: #ffffff;
  height: 100%;
}

body {
}

img {
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}


ul, ol {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
[dir=rtl] table {
  text-align: right;
}


th {
  white-space: nowrap;
  text-align: inherit;
}


input, 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, textarea, select {
  color: #555;
}

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;
}

::placeholder {
  color: #ccc;
}

select {
  appearance: none;
  padding: 5px 10px;
  min-width: 141px;
  background: url("/hc/theming_assets/01JP7GYWZYH5PPQ0VJYVKPEWB6") 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%;
}

/* Forms */
.form {
  max-width: 505px;
}

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

.form-field label {
  display: block;
  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;
}
.form-field .nesty-input:focus {
  outline: none;
  border: 1px solid #999;
}

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

.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/01J8JD9SEPY3SKASRC18VPNPRB") 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;
}

/* 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;
}

#article_title h2 {
  text-transform: none;
}
#article_title h2 a {
  text-decoration: none;
}


.breadcrumbs li a:hover {
  text-decoration: none;
}

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span {
  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 {
  list-style-type: decimal;
}
.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 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: #bebebe;
  font-style: italic;
  padding: 0 15px;
}

.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}
.vote a {
  outline: none;
  text-decoration: none;
}

.vote-sum {
  display: block;
  font-weight: bold;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:before, .vote-down:before {
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #252525;
  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: #252525;
}

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

.side-column {
  float: right;
  width: 20%; /*298px*/
  margin-right: 10%;
}

/* ====================================================
   Base styles updated
   ==================================================== */

html {
  background-color: #ffffff;
}

body {
  color: #2F3131;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  font-weight: 300;
  font-style: normal;
}

h1 {
  font-size: 1.75em;
  line-height: 1.75em;
  margin: 0;
  text-transform: uppercase;
}

.section-area h1 {
  text-transform: capitalize;
}


/* ====================================================
   Sub Nav
   ==================================================== */
.sub-nav {
  margin-bottom: 15px;
}
.sub-nav form {
  display: none;
}

.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 {
  width: 100%;
}
.page-header + p {
  color: #bebebe;
  margin: -15px 0 20px 0;
}
.page-header h1 {
  font-size: 20px;
  font-weight: 400;
}

/* ====================================================
   Content frame
   ==================================================== */

main {
  display: block;
  background: #fff;
}

/* ====================================================
   Header
   ==================================================== */
.header {
  /*background-color: #252525;*/
  position: relative;
  text-align: center;
 
}

.logo {
  /* margin-left: 10%; */
  /* padding-right: 10px; */
  /* float: left; */
}

.logo a {
  display: inline-block;
  /*line-height: 130px;*/
}

.logo img {
  /* max-height: 40px; */
  vertical-align: middle;
}

.user-nav {
 /* margin: 12px auto;*/
  padding: 20px 20px;
  margin-right: 10%;
  /*width: 980px;*/
}

.user-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.user-nav > a {
  border-left: 1px solid;
  border-left-color: #ececec;
 /* border-left-color: rgba(0, 0, 0, 0.07);*/
  float: right;
  font-size: 12px;
  line-height: 33px;
  margin-left: 15px;
  padding-left: 15px;
}

.user-nav > a.login {
  font-size: 13px;
  margin-left: 8px;
  padding: 0 15px;
}

.user-nav > a.my-activities {
  border: 0;
}

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

.language-selector {
  background-color: transparent;
  color: #5BF1FF;
  text-decoration: none;
  margin-left: 8px;
  float: right;
  display: inline-block;
}
.language-selector > a {
  padding-top: 5px;
  color: #6c6c6c;
}

.language-selector * a:hover {
  background-color: transparent;
}

.dropdown-menu {
  padding: 0 0 25px 0;
}

.dropdown-menu [role="menuitem"]:hover {
  background-color: transparent;
}

.user-avatar {
  display: none;
}

button, [role=button], [type=button] {
  background: transparent;
  /*border: 1px solid;
  border-color: #d1d1d1;
  border-color: rgba(0, 0, 0, 0.17);
  border-radius: 2px;
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);*/
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 33px;
  line-height: 31px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: normal;
  transition: opacity 300ms ease;
}


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

/*
* Dropdown carets
*/
button, [role=button], [type=button],
#user .dropdown-toggle {
    background: #eee;
    border-radius: 30px;
    height: 43px;
    display: flex;
    align-content: center;
    padding: 0 20px;
}

button, [role=button], [type=button],
#user .dropdown-toggle span {
    line-height: 43px;
}

#user .dropdown-toggle:hover,
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  
}

#user .dropdown-toggle:active,
.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
}

.dropdown-toggle {
    display: inline-block;
}

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

.dropdown-toggle:after {
    color: #888;
    content: "\25BE";
    font-family: "entypo";
    font-size: 14px;
    margin-left: 5px;
    padding-right: 2px;
}

.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
    color: #1a74b0;
    border: 0;
    box-shadow: none;
}

.article-subscribe:hover,
.article-unsubscribe:hover {
    box-shadow: none;
}

.topic-follow [role=button], .post-follow [role=button] {
    padding: 0 10px !important;
}

/* ====================================================
   Home
   ==================================================== */
.hero-unit {
  padding: 25px 60px 70px 60px;
}

.help-center-name {
  font-size: 35px;
}

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

#query::-webkit-input-placeholder {
  color: #a9aab4;
}
#query:-moz-placeholder {
  color: #a9aab4;
}
#query::-moz-placeholder {
  color: #a9aab4;
}
#query:-ms-input-placeholder {
  color: #a9aab4;
}

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */
.knowledge-base h1 {
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 36px;
}

.knowledge-base:after {
  /*content: ".";*/
  display: block;
  /*height: 0;*/
  clear: both;
  visibility: hidden;
}

.community h4 {
  float: right;
  margin: 0;
}
[dir=rtl] .community h4 {
  float: left;
}

.trending-questions + h4 {
  margin-top: 65px;
}

.community,
.section-tree,
.subtle-wrap,
.article-sidebar section {
  padding: 20px 30px 30px;
  margin-top: 25px;

}
.section-tree {
  margin-left: 14%;
  margin-right : 14%;
}

.subtle-wrap {
  padding-left: 11%;
  margin-top: 15px;
}

.community .recent-activity {
  padding: 0;
  width: auto;
}

.community h2 {
  border-bottom: 1px solid;
  border-bottom-color: #ececec;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.community h2 a {
  font-size: 12px;
  margin-left: 5px;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
}

.section-tree .section {
  display: inline-block;
  margin: 0 0 30px;
  vertical-align: top;
  width: 49%;
}

.section-tree h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 5px;
}

.section-tree ul, ul.article-list {
  color: #1a74b0;
  font-size: 14px;
  list-style-position: outside;
  list-style-type: disc;
}

.knowledge-base h4:before, .community h4:before {
  color: #d5d5d5;
  font-family: "entypo";
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.article-list li, .community li {
  margin-bottom: 0;
  padding-right: 30px;
}

.article-list li {
  line-height: 28px;
}

.article-list li a {
  color: #6c6c6c;
  text-decoration: none;
}

.category-list li {
  width: 296px;
  height: 203px;
/*  background: #333; */
  display: block;
  margin-bottom: 25px;
  margin-right: 25px;
  overflow: hidden;
  text-align: center;
  color: #d5d5d5;
  float: left;
  font-weight: normal;
}

.category-list li:nth-child(3n) {
  margin-right: 0;
}

.category-list li a {
  color:black;
  margin-top: 65px;
  /*padding: 11px;*/
}

.category-list li a:hover {
  text-decoration: none;
}

.section h3 a {
  color: inherit;
  font-size: .85em;
  font-weight: normal;
}

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

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

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

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

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

.see-all-articles {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px;

}

.category-description, .section-description {
  color: #252525;
  font-size: 15px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment, .comment-form {
  position: relative;
  padding-bottom: 40px;
}

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

.visibility-internal-icon:before {
  content: "\1F512";
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 13px;
}

.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);
  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("$assets-zd-agent-marker-png");
  background-image: url("$assets-zd-agent-marker-svg");
  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: #2F3131;
  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 a {
  margin: 8px;
  display: inline-block;
}

.request-table-filters a:hover {
    background-color: #5BF1FF;
    color: #ffffff;
}

.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;
}

.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 ~ dt, .request-details form dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
  word-wrap: break-word;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}
.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-details .attachment-list li,
.request-details .request-collaborators li {
  list-style: none;
}

.request-status {
  color: #fff;
  border-radius: 3px;
}

.request-open {
  background: #59bbe0;
}

.request-answered {
  background: #f5ca00;
}

.request-solved {
  background: #828282;
}

.request-details .request-collaborators {
  font-size: 0;
}
.request-details .request-collaborators li {
  font-size: 12px;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 6px;
  background-color: #ececec;
  margin: 0 5px 5px 0;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 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;
}
.topic-list li p {
  color: #bebebe;
}
.topic-list li .meta-group {
  margin-top: 5px;
}
[dir=rtl] .topic-list li {
  padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
  margin-bottom: 15px;
}
.topic-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-filters {
  width: 100%;
}
.topic-filters > * {
  display: inline-block;
  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: #1a74b0;
}

.post-overview-status {
  float: right;
  margin: 0 10px;
}
.post-overview-status > span {
  color: #fff;
}
[dir=rtl] .post-overview-status {
  float: left;
}

.post-overview-count {
  background: #f9f9f9;
  border-radius: 3px;
  color: #bebebe;
  float: right;
  font-size: 10px;
  margin-left: 10px;
  min-width: 90px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.post-overview-count strong {
  color: #252525;
  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("$assets-zd-agent-marker-png");
  background-image: url("$assets-zd-agent-marker-svg");
  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);
  color: #252525;
  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: #252525;
}

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 {
  text-align: center;
}
.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;
}

.search-result-description, .search-result-meta {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 16px;
}

.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: "\2022";
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
  padding-right: 5px;
}
[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
  padding-left: 5px;
}

.search-result-votes {
  background: #a8d119;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}
.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
}
[dir=ltr] .search-result-votes {
  margin-left: 5px;
}
[dir=ltr] .search-result-votes:before {
  margin-right: 3px;
}
[dir=rtl] .search-result-votes {
  margin-right: 5px;
}
[dir=rtl] .search-result-votes:before {
  margin-left: 3px;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  transition: bottom .5s ease-in, color .5s ease-in;
}

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

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

.chat-available {
  bottom: 0;
}

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

.error-page {
  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: #f9f9f9;
  border-radius: 5px;
  padding: 25px 20px;
  width: 270px;
}

.recent-activity-header {
  margin-top: 0;
  font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
  margin-top: 15px;
}

.recent-activity-item-parent {
  color: #252525;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.recent-activity-item-parent:hover {

}

.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;
}

@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;
}

.knowledge-base ul li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
}
.knowledge-base ul li a{
  display: inline-block;
  width:100%;
  background:#ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header-inner {
  position:relative;
  height:100%;
}
#header-text {
  margin: 0px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 15%;
  color: white;
   
  font-size: 3em;
  text-transform: uppercase;
}
#green-field {
  margin-left:10%;
  height:30px;
  width:5px;
  background:#67BF7A;
  float:left;
  margin-right:10px;
}
.login {
  color: white;
  background:#67BF7A;
}
.login:hover {
  /*border-color: #518801;
  box-shadow: inset 0 -1px #518801;*/
}
.menu_categories {
  text-align: center;
  float: left;
  position: relative;
  width:20%
}
.menu_categories img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu_categories h3 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #67BF7A;
}
.menu_categories:hover h3 {
  border-bottom:solid 2px #67BF7A;
 }
.menu_categories:hover {
  height :82px;
}
.menu_categories a {
 text-decoration: none;
}

.aggregate-tablets {
  display: block;
  margin-left:auto;
  margin-right:auto;
}
#menu, .header, .main-cont {
  display: block;
  margin-left:auto;
  margin-right:auto;
}

@media screen and (min-width: 1120px) {

}
.header img {
  max-width: 100%;
  height: auto;
}
#menu-img {
  text-align: center
}
#menu-img img {
  padding-top: 3%;
  width: 40%;
 
}
.section-tree .section h3 #category-text {
  padding-top: 10px;
  padding-left: 2px; 
}
.section-tree {
 padding:0;
 margin-top:0;
 
}
.section-tree .section {
 width:32.333%;
}
.section-tree .section:last-child { 
  width:40%;
}
.section-tree .section h3 {
  padding: 0 0 0 41px;
  position: relative;
}
.section-tree .section h3 a img {
  position: absolute;
  top: 0;
  left: 0;
  float:left;
}
#section_title h2 img {
  margin-left: 11%;
  margin-right: 10px;
}
#hide {
display: none;
}
#submit_request a {
  border: solid 2px #67BF7A;
  
}
#submit_request a{
  font-size: 1.2em;
  color: #67BF7A;
  padding-left: 15px;
  padding-top: 9px;
  padding-bottom: 10px;
  text-decoration: none;
 
}
#submit_request img {
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.article-unsubscribe {
  display:none;
}

#switch-link {
    bottom: 5%;
    right: 5%;
    position: absolute;
    font-size: 14px;
     
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
#open-hours {
    padding-top: 55px;
}

.catIcon {
  width: 30px;
  height: 30px;
}


/***** New design *****/
/***** Header *****/
.header {
    max-width: 1160px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-right h2 {
    font-style: normal;
    font-weight: 100;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-left: 20px;
    border-left: 1px solid #666666;
}

.header-logo {
    padding-right: 20px;
}

@media (min-width: 1160px) {
    .header {
        width: 90%;
    }
}

.nav-wrapper a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    text-transform:uppercase;
    border-radius: 30px;
}
  
  .header {
    max-width: 1160px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
     
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-right h2 {
    font-style: normal;
    font-weight: 100;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-left: 20px;
    border-left: 1px solid #666666;
}

.header-logo {
    padding-right: 20px;
}

@media (min-width: 1160px) {
    .header {
        width: 90%;
    }
}

.nav-wrapper a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 42px;
    text-transform:uppercase;
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #5BF1FF;
}
.nav-wrapper.submit-a-request {
    background-color: #5BF1FF;
}

@media (min-width: 768px) {
    .nav-wrapper a {
        display: inline-block;
    }
}

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    color: #5BF1FF;
    text-decoration: none;
}

.nav-wrapper a:hover {
    background-color: #5BF1FF;
    color: #ffffff;
}

#user-dropdown a:hover {
  color: #666666;
  background-color: transparent !important;
}

.nav-wrapper a.submit-a-request {
    background-color: #5BF1FF;
    color: #ffffff;
    margin-left: 8px;
}

.nav-wrapper a.submit-a-request:hover {
    background-color: #54a882;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: $link_color;
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

.dropdown-menu-caret {
  padding:0 0 15px 0;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    color: #5BF1FF;
     
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    width: auto;
    height: 15px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        display: inline-block;
    }
}

.dropdown-menu a:hover, .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:focus, .dropdown-menu a:active {
    background-color: transparent;
    text-decoration: none;
}

.user-nav {
    display: flex !important;
    flex-direction: row;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 20px;
}
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #5BF1FF;
}
.nav-wrapper.submit-a-request {
    background-color: #5BF1FF;
}

@media (min-width: 768px) {
    .nav-wrapper a {
        display: inline-block;
    }
}

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    color: #5BF1FF;
    text-decoration: none;
}

.nav-wrapper a:hover {
    background-color: #5BF1FF;
    color: #ffffff;
}

#user-dropdown a:hover {
  color: #666666;
  background-color: transparent !important;
}

.nav-wrapper a.submit-a-request {
    background-color: #5BF1FF;
    color: #ffffff;
    margin-left: 8px;
}

.nav-wrapper a.submit-a-request:hover {
    background-color: #54a882;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: $link_color;
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

.dropdown-menu-caret {
  padding:0 0 15px 0;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    color: #5BF1FF;
     
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    width: auto;
    height: 15px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        display: inline-block;
    }
}

.dropdown-menu a:hover, .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:focus, .dropdown-menu a:active {
    background-color: transparent;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu-end .dropdown-menu-caret * {
  background-color: red;
}

.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 20px;
}

/***** HomePage *****/
.section h2 {
    text-align: center;
}

.hero {
    background-image: url("https://p6.zdassets.com/hc/theme_assets/84268/200218018/homepage-hero.png");
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%;
    margin: 0 auto;
}

.hero-gradient {
    content: '';
    position: absolute;
    width: 100%;
    height: 450px;
    background-color: #000000;
    opacity: 0.34;
}

.hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 820px;
    margin: 0 auto;
}

.hero-inner h2 {
    font-size: 30px;
    line-height: 30px;
     
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 30px;
    margin: 0 auto;
}

.search {
    position: relative;
    display: flex;
    width: 100%;
}

.search input[type="search"] {
    position: static;
    top: 0;
    z-index: 1;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 19px;
    color: #a9aab4;
    height: 39px;
    width: 100%;
    padding-left: 24px;
    padding-right: 150px;
}

.search input[type="submit"] {
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 30px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffffff;;
    border: 3px solid #ffffff;
    height: 55px;
    background-image: linear-gradient(-240deg, #65bd72 0%, #64bca3 100%);
    padding: 0 30px;
}

.search input[type="search"]:focus {
    border:2px solid #5bf1ff;
    color: #555;
  background: rgb(170 170 170 / 100%) !important;
}

.home-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.home-inner h2 {
    color: #2F3131;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0 0 80px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list {
        display: flex;
        justify-content: center;
    }
}

.blocks-item {
    width: 486px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    color: $brand_color;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .blocks-item {
        margin: 0 25px 25px;
    }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

.blocks-item-active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05) !important;
}


.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
}

.blocks-item-internal a {
    color: $text_color;
}

.blocks-item-link {
    height: 100%;
    color: $brand_color;
    padding: 20px 85px;
}

.blocks-item-link img {
    width: 60px
    height: 45px;
    padding-top: 35px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
    text-decoration: none;
}

.blocks-item-title {
    margin-bottom: 0;
}

.blocks-item-title-broadcaster {
    color: #5BF1FF;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-viewer {
    color: #7559ae;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-active {
    color: #a364a1 !important;
    font-weight: 600 !important;
}

.blocks-item-description {
    margin: 0;
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #424d63;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.section-team {
    background-color: #fbfcfc;
}

.team-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.team-inner h2 {
    color: #2F3131;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f1;
    margin: 0;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    margin 0 auto;
}

@media screen and (max-width: 1160px) {
  .team-list: padding: 100px 50px 0 50px;
}

.team-row {
  display: flex;
  flex-direction: row;
}

.team-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}

.team-profile p {
    color: #424d63;
    font-size: 18px;
    line-height: 18x;
    padding: 37px 0 97px 0;
    margin: 0;
}

.team-profile img {
    height: 113px;
    width: 113px;
    border-radius: 50%;
}

/***** Category Page *****/
/***** Section Page *****/
.hero-category {
    background-image: url($assets-banner-png);
    background-position: center;
    background-size: cover;
    height: 210px;
    width: 100%;
    margin: 0 auto;
}

.section-category {
    background-color: #fbfcfc;
}

.category-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.category-inner h2 {
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #2F3131;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list-category {
    display: flex;
    flex-wrap: wrap;
    /*   justify-content: flex-start; */
    /*   align-items: stretch; */
    align-content: stretch;
    list-style: none;
    padding: 35px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list-category {
        display: flex;
        justify-content: center;
    }
}

.blocks-item-category {
       box-sizing: border-box;
       display: flex;
       flex-direction: column;
       flex: 1 0 200px;
       text-transform: uppercase;
       max-width: 200px;
}

@media (min-width: 768px) {
    .blocks-item-category {
        margin: 5px;
    }
}

.blocks-item-category:hover, .blocks-item-category:focus, .blocks-item-category:active {
 
}


.blocks-item-link-category {
    height: 100%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    background: #5BF1FF;
    color: #0b1220;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
}

.blocks-item-link-category:hover, .blocks-item-link-category:focus, .blocks-item-link-category:active {
    text-decoration: none;
}

.blocks-item-img-category {
    width: 50px;
    height: 50px;
    padding-top: 42px;
}

.blocks-item-title-category {
  height: 100%;
  display: flex;
  align-items: center;
}

.blocks-item-title-category-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 auto;
}

.section-articles {
    background-color: #ffffff;
}

.articles-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

.panel-one a, .panel-one a:hover, .panel-one a:active, .panel-one a:focus {
  text-decoration: none;
}

.panel-one a:hover .article-item-left h3 {
    color: #5BF1FF;
    font-weight: 600;
}

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
}

.article-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.article-item-right {
    margin: 0 30px;
}

.article-item-left {
  padding-left: 35px;
}

.article-item-left h3 {
    color: #2F3131;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article-item-arrow {
    width: 15px;
    height: 10px;
}

/***** Article Page *****/
.breadcrumbs li {
  color: lighten($text_color, 20%);
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}


.breadcrumbs-section {
  border-bottom: 1px solid #e1e1e1;
}

.breadcrumbs-inner {
  max-width: 925px;
  margin: 0 auto;
}

.breadcrumbs-inner h3 {
  padding: 23px 0;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}

.breadcrumbs-inner li a, .breadcrumbs-inner li a:focus, .breadcrumbs-inner li a:visited {
  color: #2F3131;
  text-decoration: none;
}

.breadcrumbs-inner li a:hover {
  color: #5BF1FF;
}

.breadcrumbs-inner li {
  color: #2F3131;
  font-size: 16px;
  line-height: 16px;
}

.section-article {
  background-color: #ffffff;
}
.article-inner {
  max-width: 925px;
  margin: 0 auto;
}

.article-content {
  margin: 0;
}

.article-title {
  color: #2F3131;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.article-page-info {}

.article-page-content {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.article-page-body a {
  color: #5BF1FF;
    color: #2c4c9f;
    text-decoration: underline;}

.article-page-body a:hover, .article-page-body a:focus {
  text-decoration: none;
}

.article-page-body ul {
  padding-right: 5px;
}

.article-page-body ul li {
  padding-left: 5px;
  color: #2F3131;
   
  font-size: 18px;
  line-height: 40px;
}

.article-page-body ol li {
  color: #2F3131;
   
  font-size: 18px;
  line-height: 40px;
  list-style-position: inside
}

.article-page-body p {
  color: #2F3131;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  margin: 0;
}

.article-page-body h1 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h2 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h3 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h4 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body h5 {
  color: #2F3131;
   
  font-weight: 500;
}

.article-page-body img {
  border: 1px solid #e1e1e1;
}

.article-page-relatives {
  display: flex;
  flex-direction: row;
}

.relatives-icon {
  width: 15px;
  height: 20px;
}

.article-page-relatives {
  margin: 0;
  padding: 40px 0;
}

.article-page-relatives-content {
  padding-left: 10px;
}

.article-page-relatives-content ul {
  list-style-type: none;
  padding: 0;
}

.article-page-relatives-content h3 {
  color: #2F3131;
   
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin: 0;
  text-transform: uppercase;
}

.article-page-relatives-content li {
  margin: 25px 0 0 0;
}

.article-page-relatives-content a {
     font-size: 17px;
  line-height: 17px;
  margin: 0;
  color: #2c4c9f;
}

.article-page-relatives-content a:hover, .article-page-relatives-content a:focus {
  color: #5BF1FF;
}


/***** Search Results Page *****/
.section-search-results {
  background-color: #ffffff;
}
.section-search-results-inner {
  max-width: 925px;
  margin: 0 auto;
}

.search-results-heading {
  width: 100%;
  text-align: center;
  color: #2F3131;
   
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.6px;
  margin: 60px 0;
}

.search-results-list {
  display:flex;
  flex-direction: column;
  width: 100%;
}

.result-tile {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  padding: 0;
  display:flex;
  flex-direction: column;
}

.result-link, .result-link:hover, .result-link:active, .result-link:focus {
  text-decoration: none;
}

.result-link:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.result-link {
  width: 100%;
  height: 100%;
}

.result-link-inner {
  margin: 30px;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.result-left {
  display: flex;
  flex-direction: row;
  align-content: center;
  
}

.search-result-title {
  color: #2F3131;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px 0 0;
}

.search-result-image {
    margin-left: 15px;
    width: 25px;
    height: 20px;
    display: none;
}

.result-link:hover * .search-result-image {
    display: inline;
}

.result-right {
  display: flex;
  align-content: center;
}

.result-select {
  width: 10px;
  height: 15px;
}

/***** New Request Page *****/
.newrequest-hero-inner {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center
}

.newr-hero-text { 
}

.newr-hero-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  position:relative;
}

.container-new-request-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.info-column {
  width: 30%;
  text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
  color: #2F3131;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.info-column p {
  max-width: 300px;
  margin-bottom: 35px;
}

.request-column {
  width: 70%;
  padding-right: 25px;
}

.request-column h1 {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  color: #2F3131;
  padding-bottom: 20px;
}

.form footer {
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
}

.form footer input {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #ffffff;
     
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #5BF1FF;
    background-color: #5BF1FF;
    border-radius: 20px;
}

.form footer input:hover {
}

/* Forms */
.form {
    max-width: 505px;
}


.form-field ~ .form-field {
    margin-top: 20px;
}

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

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

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

.form-field .nesty-input {
    height: 37px;
    line-height: 37px;
}
.form-field .nesty-input:focus {
    outline: none;
    border: 1px solid #999;
}

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

/***** Request Page *****/

.request-column a {
    color:  #5BF1FF;
}

.request-column > a:hover {
    text-decoration: none;
}

/***** Activities Pages *****/
.container-activities-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0 50px 0;
   
  color: #666666;
}

.container-activities-inner a {
    color:  #5BF1FF;
}

.container-activities-inner a:hover, .container-activities-inner a:focus, .container-activities-inner a:visited, .container-activities-inner a:active {
    text-decoration: none;
}

/***** Other *****/
.error-page {
    padding-bottom: 100px;
    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;
    color:  #5BF1FF;
}

.error-page > a:hover {
    text-decoration: none;
}

.profile-header .options {
  display: inline-block;
  margin-bottom: 10px;
}

.profile-info {
  padding-top: 25px;
}

.profile-section-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-stats {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-section-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-nav {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-activity-contribution {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

/* Was this article helpful */

.article-votes-question {
  font-size: 21px;
   
}

.article-vote {
   
    display: inline-block;
    text-align: center;
    width: 75px;
  color: #2F3131;
      font-weight: 300;
}
.article-vote a {
    color: #000 !important;
    outline: none;
    text-decoration: none;
}

.article-vote-sum {
    display: block;
    font-weight: bold;
    margin: 3px 0;
}
[dir=rtl] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.article-vote-up:before, .article-vote-down:before {
/*     border-radius: 50%;
    border: 1px solid #ddd; */
    color: #5BF1FF !important;
  margin: 0 auto;
  border: 2px solid #5BF1FF;
  border-radius: 6px;
  padding: 10px;
    display: inline-block;
     
    font-size: 15px;
/*     height: 25px; */
    line-height: 18px;
    width: 50px;
}

.article-vote-up:hover:before {
    background: #5BF1FF;
    color: #fff !important;
}

.article-vote-up[aria-selected=true]:before {
    background: #5BF1FF;
    color: #fff !important;
}

.article-vote-down[aria-selected=true]:before {
    background: #5BF1FF;
    color: #fff !important;
}

.article-vote-up:active, .article-vote-up:visited {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:active, .article-vote-down:visited {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-up:active:before {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:active:before {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:hover:before {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-down:active, .article-vote-down:visited {
    background: #5BF1FF;
    color: #fff !important;
    border-radius: 6px;
}

.article-vote-up:before {
    content: "Yes";
}

.article-vote-down:before {
    content: "No";
}

.article-vote-voted:before, .vote-voted:hover:before {
    border-color: #252525;
}

.article-vote-label {
     
    margin-top: 3em;
}

/* End Was this article helpful */


.header-logo img {
    width: 125px;
}

.header-right h2 {
    font-weight: 400;
    text-transform: uppercase;
    /* letter-spacing: 0; */
}

.hero-inner h2 {
    text-transform: uppercase;
}

.search input[type="submit"], .mybtn {
      background: linear-gradient(2.76deg, rgba(0,113,138,0.8) -15.08%, rgba(255,255,255,0.8) 169.61%),linear-gradient(184.87deg, rgba(45,186,59,0.7) -37.14%, rgba(255,255,255,0) 85.22%),linear-gradient(340.98deg, rgba(12,171,152,0.9) .87%, rgba(216,228,240,0) 145.69%),cyan !important;
    border: none !important;
      border-radius: 6px !important;
}

.search input[type="submit"]:hover, .mybtn:hover {
    background-color: #5BF1FF;
    border-radius: 6px !important;
    opacity: 1 !important;
    background: #5BF1FF !important;
    -webkit-transition: opacity 0.4s 0s;
    transition: opacity 0.4s 0s;
    -webkit-transform: 0.4s 0.2s;
    transform: 0.4s 0.2s;
}

section.section.hero-category {
    position: relative;
}

section.section.hero-category:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(180deg,rgba(15,19,35,.4) 0,transparent 100%);
}


.blocks-item-img-category img {
    max-height: 50px;
}

h4.blocks-item-title-category-text {
    color: #2F3131;
    font-weight: bold;
}

.header-right h2 {
    color: #2F3131;
    padding-top: 13px;
    padding-bottom: 10px;
}

input#query {
    color: #2F3131;
    font-weight: 400;
    background: rgb(170 170 170 / 70%);
}


section.section.hero-category {
    height: 350px;
}

a.result-link:hover .search-result-title {
  color: #5BF1FF;
}

.article-page-relatives-content {
  padding-left: 0;
}
h1.article-title {
    text-transform: unset;
}

.article-page-body ol,.article-page-body ul {
    padding-left: 40px;
      margin-bottom: 30px;
}

.article-page-body p {
    margin-bottom: 30px;
}

.article-votes {
    text-align: center;
    padding: 40px 0;
    PADDING-BOTTOM: 0;
}

.article-votes-controls {
    PADDING: 20px 0;
}




textarea, input[type=text] {
    box-sizing: border-box;
}
  
  





/* mobile */

@media screen and (max-width: 998px) {


.search input[type="search"] {
    max-width: 100vw;
    width: 100vw;
    position: static;
}

.hero-inner {
    transform: translateY(-50%);
    padding: 0 20px;
}

form.search.search-full {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  background-clip: padding-box;
box-shadow: none !important;
    background-image: linear-gradient(transparent, transparent);


}

ul.blocks-list-category {
    justify-content: center;
}

ul.blocks-list-category>li {
    margin-bottom: 20px;
}

header.header {
    height: auto;
}

nav#user-nav {
    position: static;
    padding: 5px;
    margin: 0;
}

header.header {
    padding: 2px 10px;
}

.header-right h2 {
    font-size: 12px;
    padding: 2px;
}

.header-logo {
    padding-right: 8px;
}

.header-logo img {
    width: 90px;
}

.nav-wrapper a.submit-a-request {
    font-size: 12px;
    padding: 10px 15px;
    height: auto;
    line-height: 1.2;
}
.container-article {
    padding: 0 15px;
}
  
  
  .info-column {
    display: none;
}

.request-column, xxsection.container-new-request {
    width: 100%;
}

.request-columnxx, section.container-new-request {
    width: 100%;
    padding: 0 15px;
}

textarea, input[type=text] {
    box-sizing: border-box;
  background-image: linear-gradient(transparent, transparent);

}
  .search input[type="submit"] {
    right: -2px;
}
  
  section.section-category:not(.xxx) {
   /* display: none; */
}
  
}












xxsection.section.hero-category {
    background: -moz-linear-gradient(127deg, #000000 -0.56%, rgba(10, 10, 10, 0) 102.03%), url(https://d26wd3spjrftan.cloudfront.net/index.php/CDN_Resource/image_by_tag/logged_out_homepage_image/_/1920?016ef5f…);
    background: -webkit-linear-gradient(127deg, #000000 -0.56%, rgba(10, 10, 10, 0) 102.03%), url(https://d26wd3spjrftan.cloudfront.net/index.php/CDN_Resource/image_by_tag/logged_out_homepage_image/_/1920?016ef5f…);
    background: linear-gradient(127deg, #000000 -0.56%, rgba(10, 10, 10, 0) 102.03%), url(https://d26wd3spjrftan.cloudfront.net/index.php/CDN_Resource/image_by_tag/logged_out_homepage_image/_/1920?016ef5f…);
    background-size: cover;
}

.header-logo img {
    width: 180px;
    position: relative;
    top: 5px;
}

.header-logo {
    padding-right: 0 !important;
}










xxsection.section.hero-category {
    background: -moz-linear-gradient(127deg, #000000 -0.56%, rgba(10, 10, 10, 0) 102.03%), url(https://d26wd3spjrftan.cloudfront.net/index.php/CDN_Resource/image_by_tag/logged_out_homepage_image/_/1920?016ef5f…);
    background: -webkit-linear-gradient(127deg, #000000 -0.56%, rgba(10, 10, 10, 0) 102.03%), url(https://d26wd3spjrftan.cloudfront.net/index.php/CDN_Resource/image_by_tag/logged_out_homepage_image/_/1920?016ef5f…);
    background: linear-gradient(127deg, #000000 -0.56%, rgba(10, 10, 10, 0) 102.03%), url(https://d26wd3spjrftan.cloudfront.net/index.php/CDN_Resource/image_by_tag/logged_out_homepage_image/_/1920?016ef5f…);
    background-size: cover;
}

.header-logo img {
    width: 180px;
    position: relative;
    top: 5px;
}

.header-logo {
    padding-right: 0 !important;
}

footer.Footer {
    background: #303131;
}

.Footer-nav a {
    color: #fff !important;
}

.panel-one a:hover {
    background-color: #5BF1FF;
    color: #fff !important;
}

.panel-one a:hover .article-item-left h3 {
    color: #fff;
    font-weight: 400;
}

.panel-one a:hover .article-item-right img {
}

a.result-link:hover {
    background-color: #5BF1FF;
    color: #fff !important;
}

a.result-link:hover .search-result-title {
    color: #fff;
}

.article-page-relatives-content {
    text-align: center;
}

section.article-page-relatives {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 60px;
}


.form footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.g-recaptcha {
    margin-top: 40px !important;
}

.header-right h2 {
    cursor: pointer;
}
.header-logo a {
    display: block;
}

.nav-wrapper a.submit-a-request {
    font-size: 15px;
    border: 1px solid #000 !important;
}

.form-field.string.optional.request_custom_fields_360010636479 {
    display: none;
    visibility: hidden;
    opacity: 0;
}


.article-votes {
  display: none !important;
}











@media screen and (max-width: 772px) {
.container-search-results,.container-category {
    box-sizing: border-box;
    width: calc(100% - 20px);
    margin: 0 auto;
}
  
  .article-item-left h3 {
    font-size: 15px;
}

.article-item-left {
    padding-left: 15px;
}

a.article-item {
    height: unset;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.panel-one {
    MARGIN-BOTTOM: 15PX;
}

.article-item-right {
    MARGIN: 0 10PX;
}
  
.request-column {
    padding: 0;
    box-sizing: border-box;
}

.container-new-request-inner {
    box-sizing: border-box;
}

section.container-new-request {
    box-sizing: border-box;
}.notification-inline.notification-error {
    box-sizing: border-box;
}

.header-logo img {
    width: 90px;
      top: 2px;
}

.header-right h2 {
    font-size: 9px;
      padding-left: 4px;
      line-height: 1.3;
      font-weight: bold;
}

.nav-wrapper a.submit-a-request {
    font-size: 11px;
}

nav#user-nav {
    padding-right: 0;
}

  .hero-inner input#query {
    padding-right: 0;
    padding-left: 10px;
    font-size: 15px;
    height: 45px;
}

.hero-inner .search input[type="submit"] {
    height: 45px;
    font-size: 12px;
}
  
  .blocks-item-category {min-width: 65%;}

a.blocks-item-link-category {
    PADDING: 0 8%;
}
  .hero-inner h2 {
    font-size: 20px;
    padding-bottom: 11px;
}

section.section.hero-category {
    max-height: 300px;
}
  h1.article-title {
    font-size: 21px;
}

.article-page-body p {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.article-page-body ol li {
    font-size: 14px;
    line-height: 1.2;
}

.article-page-body ol, .article-page-body ul {
    padding-left: 10px;
}
  .article-page-body img {
    max-width: 100%;
    height: unset;
}.article-page-relatives-content h3 {
    font-size: 17px;
}

.article-page-relatives-content a {
    font-size: 14px;
}
}









ul.key-articles li {flex: 1;justify-content: space-between;
  flex: 1 0 100px;margin: 0 10px;
  max-width: 210px;
  overflow-y: hidden;
}

ul.key-articles {
    display: flex;
    list-style: none;
    margin: 20px -10px;
    padding: 5px 0;
    margin-bottom: 0;
    justify-content: center;
}


ul.key-articles a {
    color: #fff;
    padding: 13px;
    border: 1px solid #fff;
    border-radius: 16px;
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

ul.key-articles a:hover {
    text-decoration: none;
    background: #fff;
    color: #4c4948;
}

form.search.search-full {
    min-height: 55px;
}

.hero-inner {
    transform: translateY(-50%);
}

ul.key-articles a {
    background: #fff;
    color: #4c4948;
}










ul.key-articles a {
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
}

main section.section.hero-category {
    display: none !important;
}
a.submit-a-request.mybtn {
    border: none !important;
    height: 55px;
    display: flex;
    padding: 0 30px;
    min-width: 250px;
    justify-content: center;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}

header.header {
    height: 90px;
}










.knowledge-base:after{display:block;clear:both;visibility:hidden;}
.knowledge-base ul li{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;}
.knowledge-base ul li a{display:inline-block;width:100%;background:#ffffff;position:absolute;bottom:0;left:0;}
.category-inner{max-width:1160px;margin:0 auto;text-align:center;}
.category-inner{max-width:1200px;margin:0 auto;text-align:center;}
section.categories.blocks{margin-left:-5px;margin-right:-5px;}
section.section.knowledge-base{position:relative;}


span.blocksitem-title{cursor:pointer;}
/*! CSS Used fontfaces */
@font-face{font-family:"Material Icons";font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");}

span.blocksitem-title img {
    display: none;
}

.articlelist li:nth-child(n+4) {
    display: none;
}

ul.key-articles a:hover {
    opacity: 1 !important;
    background: #5BF1FF !important;
    -webkit-transition: opacity 0.4s 0s;
    transition: all 0.4s 0s;
    -webkit-transform: 0.4s 0.2s;
    transform: 0.4s 0.2s;
    color: #fff;
}

.article-page-body, .article-page-body p, .article-page-body ul li,.article-page-body ol li {
    font-size: 14px;
    line-height: 1.5;
}

h1.article-title {
    font-size: 16px;
}
li.cccc.blocks-item-category.active {
}

li.cccc.blocks-item-category.active h4, li.cccc.blocks-item-category:hover h4 {
    color: #5BF1FF;
}





/* mobile start */


@media screen and (max-width: 800px) {
.container-category.ccdvdre.sectionpage section.section-category {
    display: none;
}
ul.key-articles {
    flex-wrap: wrap;
}

ul.key-articles li {
    margin-bottom: 10px;
    max-width: calc(50% - 20px);
  flex: 1 0 45%;
}

ul.key-articles a {
    font-size: 12px;
    padding: 9px;
}
a.submit-a-request.mybtn {
    height: 40px;
    min-width: unset;
    padding: 0 20px;
}
}

.form-field.request_custom_fields_15305444276380 {
    display: none !important;
}

.newherro-header {
  /* General Styles */
  /* Header */
  /* Main Content */
  /* Search Bar */
  /* Categories */
  /* Support Sections */
  /* Footer */
}
.newherro-header body {
  font-family: Arial, sans-serif;
  background: #0b1220;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}
.newherro-header header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0b1220;
  padding: 15px 30px;
}
.newherro-header .logo img {
  height: 70px;
}
.newherro-header nav {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.newherro-header .btn {
  background: #1dcaff;
  color: #0b1220;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  border: 1px solid #1dcaff;
}
.newherro-header .btn:hover {
  color: #1dcaff;
  background: #0b1220;
  
}
.newherro-header .menu-icon {
     font-size: 44px;
     cursor: pointer;
     min-width: 45px;
     display: flex;
     align-items: center;
     margin-left: 10px;
}
.newherro-header h1 {
  padding-top: 90px;
  font-size: 47px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.newherro-header .search-bar {
  position: relative;
  width: 60%;
  margin: 60px auto;
  max-width: 650px;
}
.newherro-header .search-bar input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  font-size: 16px;
  height: 45px;
}
.newherro-header .search-bar i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #5BF1FF;
  z-index: 999;
  font-size: 19px;
}
.newherro-header .categories {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
  text-transform: uppercase;
}
.newherro-header .categories button {
  background: #1dcaff;
  color: #0b1220;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}
.newherro-header .support-sections {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  flex-wrap: wrap;
  width: 80%;
}
.newherro-header .support-box {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  width: 250px;
}
.newherro-header .support-box h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.newherro-header .support-box ul {
  list-style: none;
  padding: 0;
}
.newherro-header .support-box li {
  margin: 5px 0;
}
.newherro-header footer {
  background: #0b1220;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
}
.newherro-header .footer-links {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.newherro-header .footer-links h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.newherro-header .footer-links ul {
  list-style: none;
  padding: 0;
}
.newherro-header .footer-links li {
  margin: 5px 0;
}
.newherro-header .social-icons {
  margin: 20px 0;
}
.newherro-header .social-icons i {
  font-size: 24px;
  margin: 0 10px;
  cursor: pointer;
}

section.heronew {
    background: #0b1220;
    padding-bottom: 65px;
    background-image: url(/hc/theming_assets/01JPFTQ67C0C888THWNXQYFKQR);
    background-size: cover;
    padding-bottom: 200px !important;
    background-repeat: no-repeat !important;
}

.menu-icon i {
    color: #fff;
      color: #5BF1FF
}

.heronew .categories a {
    background: #5BF1FF;
    color: #0b1220;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #5BF1FF;
}

.new-hp body {
  background: #0b1220;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}
.new-hp header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0b1220;
  padding: 15px 30px;
}
.new-hp .logo img {
  height: 40px;
}
.new-hp nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.new-hp .btn {
  background: #1dcaff;
  color: #0b1220;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.new-hp .menu-icon {
  font-size: 24px;
  cursor: pointer;
}
.new-hp h1 {
  margin-top: 40px;
  font-size: 36px;
}
.new-hp .search-bar {
  position: relative;
  width: 60%;
  margin: 20px auto;
}
.new-hp .search-bar input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  font-size: 16px;
}
.new-hp .search-bar i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
}
.new-hp .categories {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.new-hp .categories button {
  background: #1dcaff;
  color: #0b1220;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}
.new-hp .support-sections {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin: 40px auto;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.new-hp .support-box {
  background: white;
  color: black;
  /* padding: 20px; */
  /* border-radius: 10px; */
  width: 250px;
  box-shadow: 1px 5px 11px rgba(0, 0, 0, 0.3);
}
.new-hp .support-box h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.new-hp .support-box ul {
  list-style: none;
  padding: 0;
}
.new-hp .support-box li {
  margin: 5px 0;
}
.new-hp footer {
  background: #0b1220;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
}
.new-hp .footer-links {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.new-hp .footer-links h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.new-hp .footer-links ul {
  list-style: none;
  padding: 0;
}
.new-hp .footer-links li {
  margin: 5px 0;
}
.new-hp .social-icons {
  margin: 20px 0;
}
.new-hp .social-icons i {
  font-size: 24px;
  margin: 0 10px;
  cursor: pointer;
}


.support-box {
    color: black;
    padding: 20px !important;
    display: block;
}


.my-footer {
  /* General Styles */
  /* Header */
  /* Main Content */
  /* Search Bar */
  /* Categories */
  /* Support Sections */
  /* Footer */
  color: #fff;
  /* background-image: url(/hc/theming_assets/01JPFTQ67C0C888THWNXQYFKQR); */
}
.my-footer body {
  font-family: Arial, sans-serif;
  background: #0b1220;
  color: white;
  margin: 0;
  padding: 0;
  text-align: center;
}
.my-footer header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0b1220;
  padding: 15px 30px;
}
.my-footer .logo img {
  height: 40px;
}
.my-footer nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
.my-footer .btn {
  background: #1dcaff;
  color: #0b1220;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.my-footer .menu-icon {
  font-size: 24px;
  cursor: pointer;
}
.my-footer h1 {
  margin-top: 40px;
  font-size: 36px;
}
.my-footer .search-bar {
  position: relative;
  width: 60%;
  margin: 20px auto;
}
.my-footer .search-bar input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  font-size: 16px;
}
.my-footer .search-bar i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
}
.my-footer .categories {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}
.my-footer .categories button {
  background: #1dcaff;
  color: #0b1220;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: bold;
}
.my-footer .support-sections {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  flex-wrap: wrap;
  width: 80%;
}
.my-footer .support-box {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  width: 250px;
}
.my-footer .support-box h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.my-footer .support-box ul {
  list-style: none;
  padding: 0;
}
.my-footer .support-box li {
  margin: 5px 0;
}
.my-footer footer {
  background: #0b1220;
  padding: 30px;
  /* margin-top: 40px; */
  text-align: center;
  padding-top: 220px;
}
.my-footer .footer-links {
  display: flex;
  justify-content: space-around;
  gap: 50px;
  position: relative;
  text-align: left;
  max-width: 860px;
  margin: 0 auto;
}
.my-footer .footer-links h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.my-footer .footer-links ul {
  list-style: none;
  padding: 0;
}
.my-footer .footer-links li {
  margin: 5px 0;
}
.my-footer .social-icons {
  margin: 20px 0;
}
.my-footer .social-icons i {
  font-size: 24px;
  margin: 0 10px;
  cursor: pointer;
  color: #5BF1FF;
}
.mobile-menu {
    position: absolute;
    top: 60px; /* Start hidden above */
    z-index: 99;
    right: 0;
    background: white;
    color: black;
    width: 150px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.mobile-menu li:last-child {
    border-bottom: none;
}

.mobile-menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: block;
}

/* Show with animation */
.mobile-menu.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    /* z-index: 9; */
}



.my-footer a {
    color: #fff;
}
.newherro-header header {
    /* background: #0b122c; */
    /* background:  #1D1C4D; */
    background: #030929;
    background: #030929;
}

.my-footer footer {
    background: #030929;
    background-image: url(/hc/theming_assets/01JPFTQ67C0C888THWNXQYFKQR);
    background-size: cover;
    background-repeat: no-repeat;
}


.newherro-header .btn:first-child {
    background: #5BF1FF;
    border: 1px solid #5BF1FF;
}

.newherro-header .btn:last-of-type {
    color: #fff;
}
section.heronew {
    position: relative;
}

section.heronew:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(to top,         #030929 0%,         rgba(3, 9, 41, 0.88) 51%,  /* 20% transparent at 50% height */        rgba(3, 9, 41, 0) 100%);
    pointer-events: none; /* Ensures it doesn't interfere with clicks */';;
}


.support-box a {
    color: black;
}

.support-box a {
    display: block;
    padding: 5px 0;
}

.support-box p {
    margin-bottom: 0;
}
.my-footer a:hover {
    text-decoration: underline !important;
}



.my-footer footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to bottom, #030929 10%, rgba(3, 9, 41, 0.88) 40%, rgba(3, 9, 41, 30%) 100%);
}

.my-footer footer {
    position: relative;
}

.footer-links+p {
    justify-content: flex-end;
    display: flex;
    gap: 4px;
    margin: 0;
    font-weight: bold;
    position: relative;
}

.footer-links a {
    font-size: 19px;
    font-weight: bold;
}

i.fab.fa-facebook {
    margin-left: 0;
}

li.cccc.blocks-item-category.active a {
    background: #030929;
}

li.cccc.blocks-item-category:hover a {
    background: #030929;
}

.heronew .categories a:hover {
    background: #0b1220;
    color: #5BF1FF;
}

.newherro-header .btn:first-child:hover {
    background: #0b1220;
    color: #1dcaff;
}

.newherro-header .btn:last-of-type:hover {
    background: #fff;
    color: #1dcaff;
}

.support-box a:hover {
    text-decoration: underline !important;
}
.mobile-menu a:hover {
    text-decoration: underline !important;
}
