/*
  Template Name: Makem Liva
  Version: v3.1.2
  Author: Allies Interactive
  Website: http://www.diziana.com/
  Corporate Website : http://www.diziana.com
  Contact: support@diziana.com
  Follow: www.twitter.com/dizianaEngage
  Like: www.facebook.com/Diziana.Engage
  Purchase: Diziana.com
  License: You must have a valid license purchased only from
  diziana.com in order to legally use the theme for your project.
  Copyright: © 2019 Allies Interactive Services Pvt. Ltd. All Rights Reserved
*/
@charset "UTF-8";
/***** Base *****/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(14, 13, 13, 1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 25px;
  line-height: 32px;
}
@media (min-width:768px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(20, 20, 20, 1);
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

iframe,
img {
  max-width: 100%;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: border .12s ease-in-out;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid rgba(92, 90, 90, 1);
}

input[disabled] {
  background-color: #ddd;
}

 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url($assets-dropdown-arrow-svg) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

[dir="rtl"] select {
  padding: 8px 10px 8px 30px;
  background-position: left 10px center;
}

select:focus {
 border: 1px solid rgba(92, 90, 90, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
} 

textarea:focus {
  border: 1px solid rgba(92, 90, 90, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

main > p {
  padding: 1% 5% 0;
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }

  main > p {
    width: 90%;
    padding: 1% 0;
  }
}

.container-divider {
  border-top: solid 1px #ddd;
  margin-bottom: 20px;
}

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

.error-page a {
  color: rgba(10, 10, 10, 1);
  background-color: rgba(92, 90, 90, 1);
  padding: 10px;
  text-decoration: none;
}

.error-page p {
  margin-bottom: 25px;
}

.error-page {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

.knowledge-base .recent-articles {
    display: none;
}

.knowledge-base .recent-activity {
    max-width: 700px;
    margin: auto;
}

.footer-bottom p {
    color: #eee;
    padding-bottom: 30px;
    font-size: 11px;
}

/***** Buttons *****/

.button,
 [role="button"] {
  border: 1px solid rgba(92, 90, 90, 1);
  border-radius: 4px;
  color: rgba(92, 90, 90, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
 -webkit-transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  -webkit-touch-callout: none;
}

.button::after,
[role="button"]::after {
  color: inherit;
}

.button:active,
.button:focus,
.button:hover,
.button[aria-selected="true"],
[role="button"]:active,
[role="button"]:focus,
[role="button"]:hover,
[role="button"][aria-selected="true"] {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
  text-decoration: none;
}

.button[aria-selected="true"]:active,
.button[aria-selected="true"]:focus,
.button[aria-selected="true"]:hover,
[role="button"][aria-selected="true"]:active,
[role="button"][aria-selected="true"]:focus,
[role="button"][aria-selected="true"]:hover {
  background-color: #4f4d4d;
 border-color: #4f4d4d;
}

.button[data-disabled],
[role="button"][data-disabled] {
  cursor: default;
}

.button-large,
 input[type="submit"] {
  background-color: rgba(92, 90, 90, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(10, 10, 10, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  width: auto;
  padding: 0 1em;
}
@media (min-width:768px) {
  .button-large,
  input[type="submit"] {
    padding: 0 1.9286em;
    min-width: 54px;
  }
}

.button-large:active,
.button-large:focus,
.button-large:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #4f4d4d;
}

.button-large[disabled],
input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #1b1919;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:active,
.button-secondary:focus,
.button-secondary:hover {
   color: rgba(14, 13, 13, 1);
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/

.table {
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #433e3e;
  font-size: 13px;
  text-align: left;
}

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td,
  .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/

.form {
  max-width: 650px;
}

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

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

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(92, 90, 90, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(92, 90, 90, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
  display: inline-block;
}

.form-field input[type="checkbox"]+p {
  display: inline-block;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(92, 90, 90, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

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

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

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

[dir="rtl"] .form-field.required > label::after {
  margin-right: 2px;
  margin-left: 0;
}

.form-field p {
  color: #433e3e;
  font-size: 13px;
  margin: 5px 0;
  white-space: pre-line;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url($assets-loader-gif) 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

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

[dir="rtl"] .form footer a {
  margin-left: 15px;
  margin-right: 0;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list .searchbox {
  border: solid 1px #ededed;
  border-radius: 4px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ededed;
  display: block;
  padding: 8px 10px;
  font-weight: 600;
}

.form .suggestion-list ul {
  padding: 5px 0;
}

.form .suggestion-list li {
  padding: 5px 10px;
}

.form .suggestion-list li a:visited {
  color: #070707;
}

/***** Header *****/

.header-wrapper {
    /* background-color: rgb(0 0 0);
    padding: 15px; */
  	margin-bottom: -15px;
}

.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  vertical-align: middle;
  max-height: 45px;
}
@media (min-width:480px) {
  .logo img {
    max-height: 63px;
  }
}

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

.user-nav[aria-expanded="true"] > a {
  color: rgba(20, 20, 20, 1);
  display: block;
  margin: 20px 5%;
}
@media (min-width: 1100px) {
  .user-nav {
    position: relative;
  }

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

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 65px;
  z-index: 1;
}

.nav-wrapper a {
  border: 0;
  color: rgba(170, 167, 167, 1);
  display: none;
  font-size: 14px;
  padding: 0 12px 0 0;
  width: auto;
  font-weight: 500;
  vertical-align: middle;
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

[dir="rtl"] .nav-wrapper a:last-child {
  padding: 0 5px;
}
@media (min-width: 1100px) {
  .nav-wrapper a {
    display: inline-block;
  }

  .nav-wrapper {
    text-align: right;
  }
}

.nav-wrapper a:active,
.nav-wrapper a:focus,
.nav-wrapper a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.nav-wrapper a.login,
.nav-wrapper a.login:hover {
  display: inline-block;
  background-color: #00000052;
  padding: 2px 12px;
  border-radius: 4px;
  line-height: 2.34;
  vertical-align: middle;
  text-decoration: none;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 3px;
  color: rgba(170, 167, 167, 1);
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 3px;
  margin-right: 0;
}
@media (min-width: 380px) {
  [dir="rtl"] .nav-wrapper .icon-menu {
    margin-left: 5px;
  }

  .nav-wrapper .icon-menu {
    margin-right: 10px;
  }
}
@media (min-width: 1100px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}
@media (min-width: 1100px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

/***** User info in header *****/

.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: rgba(170, 167, 167, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  font-weight: 500;
}

.user-info > [role="button"]:hover {
  color: rgba(170, 167, 167, 1);
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: inherit;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/

.user-avatar {
 / height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width:768px) {
  .user-avatar {
    margin-right: 10px;
    margin-top: 1px;
  }

  [dir="rtl"] .user-avatar {
    margin-left: 10px;
  }
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  min-height: 40px;
  min-width: 40px;
}

.avatar .icon-agent::before {
  background-color: rgba(92, 90, 90, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: rgba(10, 10, 10, 1);
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

[dir="rtl"] .avatar .icon-agent::before {
  left: -2px;
  right: 0;
}

.footer {
  border-top: solid 1px #ededed;
  color: rgba(255, 255, 255, 1);
  margin-top: 40px;
}

.footer a {
  color: rgba(255, 255, 255, 1);
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 180px;
  flex: 1 0 180px;
  margin-bottom: 30px;
  max-width: 50%;
}
@media (min-width: 420px) {
  .footer-links {
    max-width: 100%;
  }
}

.footer-language-selector {
  color: #433e3e;
  display: inline-block;
  font-weight: 300;
}

.footer-top {
  background-color: rgba(22, 21, 21, 1);
  padding: 30px 0 0;
}

.footer-bottom {
  background-color: #111010;
  padding: 10px 0;
}

.footer-bottom > .footer-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .footer-bottom > .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: justify;
    margin-bottom: 0;
  }
}

.footer-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-inner ul.share {
  margin-right: 15px;
}

[dir="rtl"] .footer-inner ul.share {
  margin-right: 0;
  margin-left: 15px;
}

.footer-inner ul.share,
.footer-inner ul.share > li {
  height: 25px;
}

.footer-inner ul.share > li > a {
  color: #fff;
  font-size: .9em;
  text-align: center;
}

.copyright {
  margin-top: 0;
}
@media (min-width: 920px) {
  .copyright {
    margin-top: 15px;
  }
}

/***** Breadcrumbs *****/

.breadcrumbs {
  margin: 10px 0 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  max-width: 450px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
}

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

.breadcrumbs li a,
.breadcrumbs li a:visited {
  font-weight: 500;
}

/***** Search field *****/

.full-width {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .full-width {
    width: 70%;
  }
}

.search {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 58%;
  flex: 1 0 58%;
  text-align: left;
  max-height: 47px;
}

[dir="rtl"] .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search input[type="search"] {
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  height: 35px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 50%;
}
@media(min-width:1024px) {
  .search input[type="search"] {
    width: 100%;
  }
}

[dir="rtl"] .search input[type="search"] {
  padding-left: 40px;
  padding-right: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(92, 90, 90, 1);
}

.search::before {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  color: rgba(92, 90, 90, 1);
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  right: 15px;
}

[dir="rtl"] .search::before {
  left: 15px;
  right: auto;
}

.search-full {
  text-align: center;
  /*bottom: 30px; */
  bottom: 5px;
  width: 100%;
  margin: 0;
  /* margin: 15px 0; */
}

.search-full input[type="search"] {
    height: 55px;
    font-size: 1em;
    width: 80%;
    background-color: #fff;
    color: rgba(14, 13, 13, 1);
    font-weight: 500;
    border-radius: 0;
    border: 0;
}
@media (min-width:480px) {
  .search-full input[type="search"] {
    padding-left: 20px;
    padding-right: 40px;
  }
}

[dir="rtl"] .search-full input[type="search"] {
  padding-left: 40px;
  padding-right: 20px;
}

.search-full::before {
  color: #4f4d4d;
  font-size: 1.5em;
  right: 15px;
  left: auto;
  display: none;
}

[dir="rtl"] .search-full::before {
  left: 15px;
  right: auto;
}

.search input[type="submit"] {
    height: 58px;
    border: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    letter-spacing: 1px;
    margin-left: -7px;
}

/***** Hero component *****/

.hero {
  height: 280px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}

.hero-image {
  background-image: url(/hc/theming_assets/01HZPD58Z8F2AN5S8ZQM4BCE4C);
  background-size: cover;
  max-width: 100%;
}

.detail-strip {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  background: #0000006b;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
}

.detail-strip p {
  margin: 10px 0;
}

.detail-strip .submit-a-request {
  margin-left: 8px;
}

[dir="rtl"] .detail-strip .submit-a-request {
  margin-left: 0;
  margin-right: 8px;
}

.hero-inner {
  max-width: 900px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.page-header.search-page-header {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media (min-width: 768px) {
  .page-header {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .category-content .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-header .section-subscribe {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-content .page-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header h1 {
    margin-bottom: 0;
    font-weight: bold;
    display: block;
    width: 100%;
  	text-align: center;
}

.page-header {
    border-bottom: 1px solid #999;
    margin-bottom: 30px;
  	flex-direction: inherit !important;
}

.page-header.ctopic-page h1 {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width:768px) {
  .page-header.ctopic-page h1 {
    margin-bottom: 0;
  }
}

.page-header-description {
  margin: 0 0 15px;
  word-break: break-word;
}

p.page-header-description {
    text-align: center;
}


@media (min-width: 1024px) {
  .page-header-description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 30px;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

[dir="rtl"] .page-header .icon-lock::before {
  left: 0;
  right: -5px;
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sub-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/

/* Used in Homepage#categories and Community#topics */

.blocks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}

.topics-list.blocks-list {
  margin: 0;
}

.blocks-item,
.blocks-item.custom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(92, 90, 90, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 200px;
  flex: 1 0 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 1.5%;
}

.topics-item.blocks-item {
  border: 1px solid rgba(92, 90, 90, 1);
  border-radius: 4px;
}
@media (min-width: 480px) {
  .category.blocks-item,
  .custom.blocks-item {
    border-radius: 4px;
    margin: 0 0px 20px;
  }
}

.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: rgba(14, 13, 13, 1);
}

.blocks-item-link {
  color: rgba(10, 10, 10, 1);
  padding: 15px 5px;
  word-break: break-word;
}

.categories .blocks-item-link {
  color: rgba(92, 90, 90, 1);
}

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

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

.blocks-item-description {
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.blocks-item .svg-inline--fa,
.blocks-item > i {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.block-hover-icon,
.block-icon {
  max-height: 55px;
  margin-bottom: 10px;
}

.blocks-item-title {
  margin: 0;
  font-size: 16px;
  color: #000;
  word-wrap: break-word;
}

.topics .blocks-item-title {
  font-size: 17px;
}
@media(min-width:430px) {
  .blocks-item-link {
    padding: 30px 9px;
  }
}

.block-hover-icon {
  display: none;
}

.blocks-item:active .block-icon,
.blocks-item:focus .block-icon,
.blocks-item:hover .block-icon {
  display: inline-block;
}

li.blocks-item.custom {
    border-radius: 2px;
}

.blocks-item{
  border: 1px solid transparent;
}

@media (min-width: 480px) {
  .blocks-item:active,
  .blocks-item:focus,
  .blocks-item:hover {
        background: #eee;
  }

  .block-hover-icon,
  .blocks-item:active .block-icon,
  .blocks-item:focus .block-icon,
  .blocks-item:hover .block-icon {
    display: none;
  }

  .blocks-item:active .block-hover-icon,
  .blocks-item:focus .block-hover-icon,
  .blocks-item:hover .block-hover-icon {
    display: inline-block;
    margin: 0 auto 10px;
  }

  .blocks-item:active *,
  .blocks-item:focus *,
  .blocks-item:hover * {
    color: rgba(10, 10, 10, 1);
    text-decoration: none;
  }
}

/***** Homepage *****/

.section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.support-head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}

.support-head p {
  color: rgba(10, 10, 10, 1);
  font-weight: 600;
  font-size: 1.6em;
  padding-top: 15px;
}
@media(min-width:480px) {
  .support-head p {
    font-size: 2em;
    text-align: left;
    padding-top: 0;
  }

  [dir="rtl"] .support-head p {
    text-align: right;
  }
}

.categories.blocks {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.categories {
  padding: 25px 0;
  background-color: #fff;
}
@media (min-width:480px) {
  .categories {
    padding: 25px 0 0;
  }
}

.activities {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articles h3 {
  margin-bottom: 5px;
}
@media(min-width:768px) {
  .activities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .articles h3 {
    margin-bottom: 22px;
  }
}

.activities .activity,
.activities .articles {
  -webkit-box-flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.activities .articles {
  -ms-flex: 1 0 410px;
  -webkit-box-flex: 1;
  flex: 1 0 410px;
}

.activities .activity {
  -ms-flex: 1 0 350px;
  -webkit-box-flex: 1;
  flex: 1 0 350px;
  height: 100%;
}

.activities .recent-articles {
  -ms-flex: 1 0 350px;
  -webkit-box-flex: 1;
  flex: 1 0 350px;
  margin: 0 0 60px;
}
@media(min-width:792px) {
  .activities .recent-articles {
    margin: 0 auto;
  }
}

.activities .activity h2 {
  font-size: 0;
}

.activities .activity h2:after {
    font-size: 20px;
    content: 'PERGUNTAS FREQUENTES';
}

.activities .recent-articles h3,
.activities h2,
.activities h3 {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
}

[dir="rtl"] .activities .recent-articles h3,
[dir="rtl"] .activities h2,
[dir="rtl"] .activities h3 {
  text-align: right;
}
@media (min-width: 920px) {
  .activities .activity {
    margin-top: 0;
  }
}

/***** Promoted articles *****/

.promoted-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: square;
  padding-left: 18px;
}

[dir="rtl"] .promoted-articles {
  padding-right: 18px;
  padding-left: 0;
}
@media (min-width: 920px) {
  .promoted-articles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.promoted-articles-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.promoted-articles-item a,
.recent-articles a,
.related-articles a {
  color: rgba(14, 13, 13, 1);
}

.promoted-articles-item a {
  display: block;
  padding: 5px 0;
  font-weight: 500;
  margin-right: 20px;
  max-width: 100%;
}

[dir="rtl"] .promoted-articles-item a {
  margin-left: 20px;
  margin-right: 0;
}

/***** Community section in homepage *****/

.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url($community_image);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  margin-bottom: 20px;
}

.community-hero-bg-color {
  background-color: rgba(63, 63, 63, 0.07);
}

/***** Recent activity *****/

.recent-activity-header {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.recent-activity-list,
.recent-articles li,
.related-articles li {
  list-style-type: square;
  padding: 0;
  list-style-position: outside;
  text-align: left;
  margin-left: 18px;
}

[dir="rtl"] .recent-activity-list,
[dir="rtl"] .recent-articles li,
[dir="rtl"] .related-articles li {
  text-align: right;
  margin-left: 0;
  margin-right: 18px;
}

.recent-activity-list a,
.recent-articles li a,
.related-articles li a {
  font-weight: 500;
}

.recent-activity-item {
    height: 55px;
    font-size: 14px;
    list-style: none;
}

.recent-activity-item-parent,
.recent-activity-item-time {
  display: none;
}

.recent-activity-item-link,
.recent-activity-item-parent {
  margin: 6px 0;
  color: rgba(14, 13, 13, 1);
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-link,
  .recent-activity-item-parent {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-meta {
  display: inline-block;
  margin: 0;
  float: none;
}

.recent-activity-item-comment {
  color: #433e3e;
  display: inline-block;
  font-size: 13px;
}

ul.recent-activity-list {
    margin: 0;
}

section.recent-articles li {
    list-style: none;
    margin-left: 0 !important;
    margin-right: 40px !important;
    margin-bottom: 10px !important;
}

.recent-articles-title {
    margin-bottom: 9px;
}

.article-list li,
.recent-articles li {
    list-style: none;
}

a.article-list-link,
.recent-articles li a,
a.recent-activity-item-link {
    padding: 12px 20px 12px 12px;
    display: block;
    background: #f5f5f5;
    position: relative;
    width: 100%;
}

a.article-list-link:hover,
.recent-articles li a:hover,
a.recent-activity-item-link:hover {
    background: #ddd;
    text-decoration: none;
}

a.article-list-link:before,
.recent-articles li a:before,
a.recent-activity-item-link:before {
    content: "";
    display: inline-block;
    margin-right: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    position: absolute;
    right: 0;
  	top: 18px;
}

.recent-activity-item-comment {
  display: none;
}

[dir="rtl"] .recent-activity-item-comment {
  padding-right: 5px;
  padding-left: 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: rgba(92, 90, 90, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
  padding-right: 0;
}

.recent-activity-controls {
  padding: 15px 10px 20px 0;
  text-align: left;
}

[dir="rtl"] .recent-activity-controls {
  padding: 15px 0 20px 10px;
  text-align: left;
}

.recent-activity-controls a {
    color: rgb(255 255 255);
    background-color: rgb(22 21 21);
    padding: 10px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.recent-activity-controls a:hover {
  color: rgba(10, 10, 10, 1);
  background-color: #4f4d4d;
  text-decoration: none;
}

/***** Category pages *****/

.category-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.category-content,
.sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

,
.diziana-category-sidebar-menu a.active,
.diziana-category-sidebar-menu a:hover {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
  text-decoration: none;
}

.diziana-category-sidebar-menu a,
.sidenav-item {
  word-break: break-word;
  display: block;
  border: solid 1px rgba(92, 90, 90, 1);
  margin-top: 5px;
  padding: 12px 20px;
  text-transform: capitalize;
}

@media (max-width: 560px){
  #query {
    padding: 0 10px;
    height: 45px;
    width: 65%;
  }

  .search input[type="submit"] {
    padding: 10px 7px;
    height: 48px;
    position: relative;
    top: -1px;
    line-height: 20px;
    font-weight: 400;
  }
  
  .hero-image {
    background-position: center;
	}

}

.diziana-category-sidebar-menu a p {
  margin: 0;
}

p.list-item .list-item-icon {
  right: 40px;
  position: absolute;
}

.list-item .list-item-icon .hover-icon {
  display: none;
}

span.list-item-icon {
  display: none;
}

.sidenav-item {
  padding: 10px;
}

.article-container .collapsible-sidebar,
.category-container .collapsible-sidebar,
.section-container .collapsible-sidebar {
  max-height: 44px;
  padding: 0;
}

.collapsible-sidebar-title.menu-title::after {
  right: 15px;
}

[dir="rtl"] .collapsible-sidebar-title.menu-title::after {
  right: auto;
  left: 15px;
}

.collapsible-sidebar-title.menu-title {
  border: solid 1px rgba(92, 90, 90, 1);
  padding: 10px 15px;
  margin-bottom: -1px;
}

.category-content {
  margin-top: 20px;
}

.article-container,
.category-container,
.section-container {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .menu-title {
    display: none;
  }

  .article-container,
  .category-container,
  .section-container {
    margin-top: 0;
  }

  .category-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .diziana-category-sidebar-menu > li:first-child > a {
    margin-top: 10px;
  }

  .category-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    margin-top: 9px;
  }

  #article-container .collapsible-sidebar.sidebar {
    margin-top: 20px;
  }

  .collapsible-sidebar.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-right: 30px;
    max-height: none;
    margin-top: 10px;
  }

  [dir="rtl"] .collapsible-sidebar.sidebar {
    padding-left: 30px;
    padding-right: 0;
  }
}

.section-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-tree .section {
  margin-bottom: 0;
}

.section-tree .section h3 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .section-tree {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-tree .section {
    margin-bottom: 40px;
  }

  .section-tree .section h3 {
    margin-bottom: 18px;
  }
}

.section-tree .section {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
@media (min-width: 768px) {
  .section-tree .section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title a {
  color: rgba(14, 13, 13, 1);
  text-transform: uppercase;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list {
  list-style-type: square;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding: 0;
}

[dir="rtl"] .article-list {
  text-align: right;
  padding-right: 18px;
  padding-left: 0;
}

.article-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 420px;
  flex: 1 0 420px;
  padding: 5px 0;
  max-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 30px;
  padding-left: 0;
}

[dir="rtl"] .article-list-item {
  padding-left: 30px;
  padding-right: 0;
}

.icon-star {
  vertical-align: bottom;
}

.icon-star::before {
  color: rgba(92, 90, 90, 1);
}

.article-list-item a {
  color: rgba(14, 13, 13, 1);
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  word-wrap: break-word;
  word-break: normal;
}

/***** Section pages *****/

/***** Sub-Section list *****/

ul.section-list {
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[dir="rtl"] ul.section-list {
  padding-left: 0;
  padding-right: 18px;
}

.section-list .section-list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 420px;
  flex: 1 0 420px;
  max-width: 100%;
  font-size: 15px;
  padding: 5px 0;
}

.section-list-item a {
  color: #2e2e2e;
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  font-size: 15px;
  font-weight: 400;
}

.section-list-item i {
  margin-right: 5px;
  margin-left: 0;
  font-size: 16px;
}

[dir="rtl"] .section-list-item i {
  margin-left: 5px;
  margin-right: 0;
}

.section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .section-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    margin-top: 0;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/

.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 15px;
}

.article-content-container {
  min-width: 75%;
}
@media (min-width: 1024px) {
  .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    min-width: 640px;
    margin-top: 0;
  }
}

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
@media (min-width:1024px) {
  .article-header {
    margin: 20px 0 10px;
  }
}

.author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media(min-width:480px) {
  .follow_nowrap.article-header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .follow_nowrap .author-wrapper {
    width: auto;
  }
}

.follow_nowrap .artice-author-meta,
.follow_nowrap .article-title {
  margin-bottom: 0;
}

.follow_nowrap .artice-author-meta {
  width: auto;
}

.article-author {
  margin-bottom: 10px;
  margin-top: 10px;
}

.article-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

[dir="rtl"] .article-title .icon-lock::before {
  left: 0;
  right: -5px;
}

.article [role="button"] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: auto;
}
@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .article-meta {
  margin-right: 10px;
  margin-left: 0;
}

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

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

[dir="rtl"] .article-body ol,
[dir="rtl"] .article-body ul {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

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

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

.article-body a:visited {
  color: #070707;
}

.article-body td {
  border: solid 1px #ededed;
  padding: 6px 12px;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #433e3e;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 0 0 40px;
  word-wrap: break-word;
}
@media (min-width:768px) {
  /*   .article-content {
  margin: 0 0 40px;
} */
}

.article-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #433e3e;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: rgba(92, 90, 90, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.section-articles.collapsible-sidebar {
  max-height: 42px;
}

.section-articles .article-sidebar-item {
  margin-left: 10px;
}
@media (min-width:1024px) {
  .section-articles .article-sidebar-item {
    margin-left: 0;
  }

  .section-articles.collapsible-sidebar {
    max-height: 100%;
  }

  .article-sidebar.section-article-sidebar {
    padding: 30px 0 0 30px;
  }

  [dir="rtl"] .article-sidebar.section-article-sidebar {
    padding: 20px 30px 0 0;
  }
}

.section-articles.collapsible-sidebar .collapsible-sidebar-title {
  margin: 0;
  padding: 9px 10px;
}

.section-articles h3.collapsible-sidebar-title {
  border: 1px solid rgba(92, 90, 90, 1);
}

.article-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .section-articles.collapsible-sidebar .collapsible-sidebar-title {
    margin: 0;
    padding: 10px;
  }

  [dir="rtl"] .section-articles.collapsible-sidebar .collapsible-sidebar-title {
    margin: 0;
    padding: 10px 0 10px 10px;
  }

  .article-sidebar {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    height: auto;
    padding: 0 30px 0 0;
  }

  [dir="rtl"] .article-sidebar {
    padding: 0 0 0 30px;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .article-relatives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-relatives a {
  color: rgba(20, 20, 20, 1);
}

.article-relatives > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-right: 0;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 47%;
    flex: 1 0 47%;
    margin-bottom: 20px;
  }

  [dir="rtl"] .article-relatives > * {
    margin-right: 0;
    margin-left: 20px;
  }
}

.vote-block {
  padding-bottom: 15px;
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 15px 0 5px;
  text-align: center;
}

.new-submit-link {
  padding: 0 0 10px;
}
@media (min-width:768px) {
  .new-submit-link {
    padding: 0 0 20px;
  }
}

.article-vote {
  background: transparent;
  border: 1px solid rgba(92, 90, 90, 1);
  color: rgba(92, 90, 90, 1);
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:active,
.article-vote:focus {
  background-color: transparent;
  color: rgba(92, 90, 90, 1);
}

.article-vote:hover {
  background-color: rgba(92, 90, 90, 1);
}

.article-vote:hover::after,
.article-vote:hover::before,
.article-vote[aria-selected="true"]::after,
.article-vote[aria-selected="true"]::before {
  color: rgba(10, 10, 10, 1);
}

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

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

.article-more-questions {
  text-align: center;
  line-height: 38px;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: rgba(14, 13, 13, 1);
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:focus,
.article-return-to-top a:hover {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-left: 0;
  margin-right: 5px;
}

.article-unsubscribe {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
  text-decoration: none;
  vertical-align: middle;
}

.article-subscribe,
.article-unsubscribe {
  vertical-align: middle;
}

.article-unsubscribe:hover {
  background-color: #4f4d4d;
  border-color: #4f4d4d;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  padding-left: 15px;
}

[dir="rtl"] .sidenav-title {
  padding-right: 15px;
  padding-left: inherit;
}

/* .sidenav-item {
  color: rgba(14, 13, 13, 1);
  display: block;
  padding: 10px;
} */
@media (min-width: 1024px) {
  .sidenav-title {
    padding-left: 0;
  }

  [dir="rtl"] .sidenav-title {
    padding-left: inherit;
    padding-right: 0;
  }
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
  text-decoration: none;
}

.recent-articles li,
.related-articles li {
  margin: 0 20px 15px 18px;
}

.recent-articles li:last-child,
.related-articles li:last-child {
  margin: 0 20px 5px 18px;
}
@media (max-width:767px) {
  .recent-articles h3,
  .related-articles h3 {
    margin-bottom: 10px;
  }

  .recent-articles {
    margin: 20px 0;
  }

  .related-articles {
    margin: 10px 0 20px;
  }
}

[dir="rtl"] .recent-articles li,
[dir="rtl"] .related-articles li {
  margin: 0 18px 15px 20px;
}

/***** Attachments *****/

/* Styles attachments inside posts, articles and comments */

.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: rgba(14, 13, 13, 1);
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #433e3e;
}

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

.share {
  padding: 0;
  white-space: nowrap;
}

.share a,
.share li {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #433e3e;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

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

.share a:hover::before {
  color: rgba(92, 90, 90, 1);
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/

/* Styles comments inside articles, posts and requests */

.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #433e3e;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: rgba(92, 90, 90, 1);
}

.comment-sorter {
  display: inline-block;
  float: right;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-sorter a {
  color: #433e3e;
  font-size: 13px;
  text-decoration: none;
}

.comment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid rgba(92, 90, 90, 1);
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.comment-labels {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

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

[dir="ltr"] .comment-form-controls {
  text-align: right;
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }

  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

[dir="rtl"] .comment-form-controls input[type="checkbox"] {
  margin-left: 5px;
  margin-right: 0;
}

.comment-ccs {
  display: none;
}

.comment-ccs+textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: rgba(92, 90, 90, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

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

.comment-body ol,
.comment-body ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ol,
[dir="rtl"] .comment-body ul {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body li > ol,
.comment-body li > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body ul > ul {
  margin: 0;
}

.comment-body ul {
  list-style-type: square;
}

.comment-body a:visited {
  color: #070707;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #433e3e;
  font-style: italic;
  padding: 0 15px;
}

[dir="rtl"] .comment-body blockquote {
  border-left: none;
  border-right: 1px solid #ddd;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/

/* Used in article comments, post comments and post */

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

.vote a {
  outline: none;
}

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

.vote-sum {
  color: #433e3e;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-down:hover::before,
.vote-up:hover::before {
  color: rgba(92, 90, 90, 1);
}

.vote-down::before,
.vote-up::before {
  color: #433e3e;
  font-size: 24px;
}

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

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

.vote-voted::before {
  color: rgba(92, 90, 90, 1);
}

.vote-voted:hover::before {
  color: #4f4d4d;
}

/***** Actions *****/

/* Styles admin and en user actions(edit, delete, change status) in comments and posts */

.actions {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:active::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:hover::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #433e3e;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/

.chero-image {
  background-image: url(/hc/theming_assets/01HZPD59HBWFNMNV15AJK9SAWG);
  margin-bottom: 10px;
  background-size: cover;
}

.community-footer {
  padding-top: 20px;
  text-align: center;
}
@media (min-width:768px) {
  .community-footer {
    padding-top: 30px;
  }
}

.community-relatives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: solid 1px #ddd;
}

.community-featured-posts {
  margin-bottom: 10px;
}

.community-featured-posts h3,
.recent-activity h2 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .community-featured-posts h3,
  .recent-activity h2 {
    margin-bottom: 10px;
  }

  .community-relatives {
    padding-bottom: 30px;
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .community-featured-posts {
    margin-bottom: 0;
  }
}

.community-activity,
.community-featured-posts {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.community-header h4 {
  margin-bottom: 0;
}

.community-header {
  margin-bottom: 0;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-topic-header.community-header {
  margin-top: 10px;
}
@media (min-width:768px) {
  .community-topic-header.community-header {
    margin-top: 30px;
  }
}

.post-to-community.page-header-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community-activity .recent-activity-controls {
  text-align: left;
}

[dir="rtl"] .community-activity .recent-activity-controls {
  text-align: right;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }

  .post-to-community.page-header-item {
    margin-bottom: 0;
  }
}

/* Community topics grid */

.topics {
  max-width: none;
  width: 100%;
}

.topics .blocks-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 240px;
  flex: 1 0 240px;
}

.topics .blocks-list {
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .topics .blocks-list {
    margin: 0 -15px;
  }

  .topics .blocks-item {
    margin: 0 15px 30px;
  }
}

.topics .blocks-item-link {
  color: rgba(92, 90, 90, 1);
  padding: 20px 30px;
}

.topics-item .meta-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

/* Community topic page */

.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

.post-to-community.page-header-item.cpost-listpage {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.page-header-item.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }

  [dir="rtl"] .topic-header .dropdown {
    margin-right: 0;
    margin-left: 20px;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */

.community-follow {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 40px 0 15px;
  position: relative;
  width: auto;
}

[dir="rtl"] .community-follow [role="button"] {
  padding: 0 15px 0 40px;
}
@media (min-width: 768px) {
  .community-follow [role="button"] {
    padding: 0 10px 0 15px;
  }

  [dir="rtl"] .community-follow [role="button"] {
    padding: 0 15px 0 10px;
  }
}

.community-follow [role="button"]:hover {
  background-color: rgba(92, 90, 90, 1);
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
}

.community-follow [role="button"]::after {
  border-left: 1px solid rgba(92, 90, 90, 1);
  content: attr(data-follower-count);
  color: rgba(92, 90, 90, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(92, 90, 90, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  right: auto;
  left: 10px;
}

.community-follow [role="button"]:focus::after,
.community-follow [role="button"]:hover::after {
  border-color: rgba(10, 10, 10, 1);
  color: rgba(10, 10, 10, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid rgba(10, 10, 10, 1);
  color: rgba(10, 10, 10, 1);
}

[dir="rtl"] .community-follow [role="button"][aria-selected="true"]::after {
  border-left: 0;
  border-right: 1px solid rgba(10, 10, 10, 1);
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #4f4d4d;
 border-color: #4f4d4d;
}
@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

/***** Striped list *****/

/* Used in community posts list and requests list */

.striped-list {
  padding: 0;
}

.striped-list-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.striped-list-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.striped-list-title {
  color: rgba(20, 20, 20, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

[dir="rtl"] .striped-list-title {
  margin-left: 5px;
  margin-right: 0;
}

.striped-list-title:active,
.striped-list-title:focus,
.striped-list-title:hover {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #070707;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #433e3e;
  font-size: 13px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(14, 13, 13, 1);
    display: block;
  }
}

/***** Status labels *****/

/* Styles labels used in posts, articles and requests */

.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

[dir="rtl"] .status-label {
  margin-right: 2px;
  margin-left: 0;
}

.status-label:active,
.status-label:focus,
.status-label:hover {
  text-decoration: none;
}

.status-label-featured,
.status-label-official,
.status-label-pinned {
  background-color: rgba(92, 90, 90, 1);
}

.status-label-official {
  border-radius: 4px 4px 0 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
}

[dir="rtl"] .status-label-official {
  border-radius: 4px 4px 0 0;
  margin-right: auto;
  margin-left: 0;
  right: auto;
  left: 0;
}

.comment-info .status-label-official {
  border-radius: 0;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }

  [dir="rtl"] .status-label-official {
    border-radius: 0 0 4px 4px;
    right: auto;
    left: 30px;
  }
}

.status-label-not-planned,
.status-label-pending {
  background-color: #eee;
  color: #433e3e;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-answered,
.status-label-closed,
.status-label-hold,
.status-label-new,
.status-label-open,
.status-label-solved {
  text-transform: lowercase;
}

/***** Post *****/

/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/

.post {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 100%;
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.post-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .post-header {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    margin-bottom: 10px;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }

  [dir="rtl"] .post-title {
    padding-left: 10px;
    padding-right: 0;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }

  [dir="rtl"] .post-title h1 {
    margin-right: 0;
    margin-left: 5px;
  }
}

.post-author {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-avatar.cpost-avatar {
  margin-bottom: 0;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

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

.post-body ol,
.post-body ul {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ol,
[dir="rtl"] .post-body ul {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body li > ol,
.post-body li > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body ul > ul {
  margin: 0;
}

.post-body ul {
  list-style-type: square;
}

.post-body a:visited {
  color: #070707;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #433e3e;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #433e3e;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(92, 90, 90, 1);
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 22px 0 30px;
  text-align: center;
}

.post-sidebar h5 {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */

.collapsible-nav {
  border-top: 1px solid #ededed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}
@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    border-bottom: solid 1px #ededed;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: rgba(14, 13, 13, 1);
  line-height: 45px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.collapsible-nav-list li a {
  color: rgba(14, 13, 13, 1);
  display: block;
  border: solid 1px #ededed;
  margin-top: -1px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }

  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }

  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
    border: none;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ededed;
  }

  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 0 15px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    background-color: transparent;
    border-bottom: 4px solid rgba(92, 90, 90, 1);
    color: rgba(14, 13, 13, 1);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 15px 0 11px;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: rgba(14, 13, 13, 1);
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 15px;
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  right: auto;
  left: 15px;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */

.collapsible-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 43px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
  margin-bottom: 10px;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}
@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 15px;
}

[dir="rtl"] .collapsible-sidebar-title::after {
  right: auto;
  left: 15px;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

/***** My activities *****/

.my-activities-nav {
  border: 0;
  margin-bottom: 20px;
}

.my-activities-header > h1 {
  display: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .my-activities-header > h1 {
    display: block;
  }
}

.my-activities-sub-nav {
  background-color: transparent;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ededed;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: rgba(92, 90, 90, 1);
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 0;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table td:first-child,
.my-activities-table th:first-child {
  padding-left: 0;
}

[dir="rtl"] .my-activities-table td:first-child,
[dir="rtl"] .my-activities-table th:first-child {
  padding-left: inherit;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .my-activities-table td:first-child,
  .my-activities-table th:first-child {
    width: 500px;
  }
}

.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */

input[type="search"].requests-search {
  width: 100%;
}

.requests-table-toolbar {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }

  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }

  [dir="rtl"] .requests-table-toolbar .organization-subscribe,
  [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
}

.requests-table-toolbar+.requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar+.requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar+.requests-search-info+.requests {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .requests-table-toolbar+.requests {
    margin-top: 40px;
  }
}

.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

[dir="rtl"] .requests .requests-table .requests-sort-symbol {
  right: calc(100% + 3px);
  left: auto;
}
@media (max-width:768px) {
  .upload-item {
    width: auto;
  }
}

/* Following table */

.subscriptions-unsubscribe a {
  background: rgba(92, 90, 90, 1);
  border-radius: 4px;
  color: rgba(10, 10, 10, 1);
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  min-width: 85px;
}
@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #4f4d4d;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

[dir="rtl"] .subscriptions-table .user-avatar {
  margin-right: 0;
  margin-left: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #433e3e;
  font-size: 13px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #433e3e;
}

/***** Request *****/

.request-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  -ms-flex-item-align: center;
  align-self: center;
  color: #433e3e;
  margin-left: 10px;
}

[dir="rtl"] .request-main .comment-show-container-content {
  margin-left: 0;
  margin-right: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(92, 90, 90, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs+textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs+textarea:focus {
  border-top: 1px solid rgba(92, 90, 90, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border: 1px solid #ededed;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 10px 0 10px 10px;
  margin-bottom: 5px;
}

[dir="rtl"] .request-sidebar {
  padding: 10px 10px 10px 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  margin-bottom: 11px;
}

.request-details {
  border-bottom: 1px solid #ededed;
  border-top: solid 1px #ededed;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .request-details {
    border-top: none;
  }

  .request-sidebar h5 {
    display: none;
  }
}

.request-details:last-child {
  border: 0;
}

.request-details dd,
.request-details dt {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #433e3e;
  font-weight: 600;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dd,
.request-attachments dt {
  width: 100%;
}

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

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/

.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 30px;
  float: left;
  margin-left: 5px;
  width: 30px;
}

[dir="rtl"] .pagination li {
  float: right;
  margin-left: 0;
  margin-right: 5px;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) a,
.pagination li:hover:not(.pagination-current) span {
  color: rgba(14, 13, 13, 1);
  text-decoration: none;
}

.pagination a,
.pagination span {
  font-size: 13px;
  color: #433e3e;
  padding: 5px 12px;
}

.pagination-current {
  background-color: rgba(92, 90, 90, 1);
}

.pagination-current a,
.pagination-current span {
  color: rgba(10, 10, 10, 1);
}

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

/***** Metadata *****/

.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #433e3e;
  font-size: 13px;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/

.actions .dropdown-toggle::before,
.article-vote::before,
.attachments .attachment-item::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.icon,
.recent-activity-item-comment span::before,
.search-result-meta-count::before,
.search-result-votes::before,
.search::before,
.share a::before,
.vote-down::before,
.vote-up::before,
[class*=" icon-"]::before,
[class^="icon-"]::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

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

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

/* User Profiles */

.profile-header {
  padding: 30px 0;
}

.profile-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

[dir="rtl"] .profile-avatar .icon-agent::before {
  left: 0;
  right: auto;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }

  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }

  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }

  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: rgba(92, 90, 90, 1);
  border: 0;
  color: rgba(10, 10, 10, 1);
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #433e3e;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }

  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }

  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-left: 60px;
  }

  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border: solid 1px rgba(92, 90, 90, 1);
  border-radius: 4px;
  color: rgba(92, 90, 90, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-right: 10px;
}

[dir="rtl"] .profile-private-badge {
  margin-right: 0;
  margin-left: 10px;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

[dir="rtl"] .profile-private-badge::after {
  margin-left: 0;
  margin-right: 5px;
}

.profile-nav {
  border: 0;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .profile-nav {
    background-color: #f2f2f2;
  }
}

.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section .profile-activity-list {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-section-title {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 10px 0;
  color: #433e3e;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }

  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }

  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
  left: auto;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  margin-right: 30px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }

  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    margin-right: 0;
    margin-left: auto;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  margin-left: 0;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }

  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
    margin-right: auto;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .profile-activity-list {
    padding-left: 7px;
  }

  [dir="rtl"] .profile-activity-list {
    padding-right: 7px;
    padding-left: 0;
  }
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

.profile-activity:last-child {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }

  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }

  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }

  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
    margin-left: auto;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  border: solid 1px rgba(92, 90, 90, 1);
}
@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }

  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: rgba(92, 90, 90, 1);
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }

  [dir="rtl"] .profile-activity::before {
    right: -14px;
    left: 0;
  }
}

.profile-activity-list > li[class$="-article"]::before,
.profile-articles > .profile-contribution::before {
  content: "\1f4c4";
}

.profile-activity-list > li[class$="-post"]::before,
.profile-posts > .profile-contribution::before {
  content: "\1f4d4";
}

.profile-activity-list > li[class$="-comment"]::before,
.profile-comments > .profile-contribution::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.search-results-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
  }

  .reduce-width .search-results-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-result-description {
  margin-top: 15px;
}

.search-result-meta-count,
.search-result-votes {
  color: #433e3e;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-meta-count::before,
.search-result-votes::before {
  color: rgba(92, 90, 90, 1);
}

.search-result-meta-count,
.search-result-votes {
  margin-left: 5px;
}

[dir="rtl"] .search-result-meta-count,
[dir="rtl"] .search-result-votes {
  margin-right: 5px;
  margin-left: 0;
}

.search-result-meta-count::before,
.search-result-votes::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-meta-count::before,
[dir="rtl"] .search-result-votes::before {
  margin-left: 3px;
  margin-right: 0;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.breadcrumbs.profile-contribution-breadcrumbs li,
.breadcrumbs.search-result-breadcrumbs li {
  color: rgba(14, 13, 13, 1);
  font-size: 13px;
  font-weight: 400;
}

.breadcrumbs.profile-contribution-breadcrumbs li a,
.breadcrumbs.search-result-breadcrumbs li a {
  color: rgba(20, 20, 20, 1);
  font-weight: 400;
}

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}

a.youtube {
  background-color: #D00D0D;
}

a.linkedin {
  background-color: #1D76B3;
}

a.google {
  background-color: #DC4A38;
}

a.facebook {
  background-color: #3364A3;
}

a.twitter {
  background-color: #33BDFD;
}

a.mail {
  background-color: #C71610;
}

a.pinterest {
  background-color: #c92228;
}

a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
@media(max-width:351px) {
  #hc-wysiwyg [class^="wysiwyg-icon-"] {
    margin: 0;
  }
}

.hide {
  display: none;
}

/***alerts****/

/* types of alerts with their respective class names:

.note - for note
.tip - for tip
.warning - for warning
.important - for important
.caution - for caution
.danger - for danger
.notice - for notice

*/

.caution,
.danger,
.important,
.note,
.notice,
.tip,
.warning {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
  display: block;
  padding: 20px 18px 20px 60px;
  margin: 20px 0 !important;
  line-height: 1.4em;
  margin-right: 0 !important;
  color: rgba(14, 13, 13, 1);
}

[dir="rtl"] .caution,
[dir="rtl"] .danger,
[dir="rtl"] .important,
[dir="rtl"] .note,
[dir="rtl"] .notice,
[dir="rtl"] .tip,
[dir="rtl"] .warning {
  padding: 20px 65px 20px 18px;
}

.caution::before,
.danger::before,
.important::before,
.note::before,
.notice::before,
.tip::before,
.warning::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 15px;
  font-size: 20px;
  position: absolute;
  left: 20px;
  top: 22px;
  vertical-align: middle;
}

[dir="rtl"] .caution::before,
[dir="rtl"] .danger::before,
[dir="rtl"] .important::before,
[dir="rtl"] .note::before,
[dir="rtl"] .notice::before,
[dir="rtl"] .tip::before,
[dir="rtl"] .warning::before {
  margin-right: 0;
  margin-left: 15px;
  left: 0;
  right: 20px;
}

.note {
  background: rgba(0, 128, 0, 0.16);
}

.note::before {
  content: '\f303';
  color: rgb(0, 128, 0);
}

.warning {
  background: rgba(255, 165, 0, 0.16);
}

.warning::before {
  content: '\f071';
  color: rgb(255, 165, 0);
}

.important {
  background: rgba(0, 128, 0, 0.16);
}

.important::before {
  content: '\f06a';
  color: rgb(0, 128, 0);
}

.caution {
  background: rgba(238, 235, 59, 0.16);
}

.caution::before {
  content: '\f071';
  color: rgb(255, 232, 26);
}

.tip {
  background: rgba(78, 190, 228, 0.16);
}

.tip::before {
  content: '\f0d0';
  color: rgb(78, 190, 228);
}

.danger {
  background: rgba(255, 0, 0, 0.16);
}

.danger::before {
  content: '\f071';
  color: rgb(255, 0, 0);
}

.notice {
  background: rgba(78, 190, 228, 0.16);
}

.notice::before {
  content: '\f05a';
  color: rgb(78, 190, 228);
}

.caution > *,
.danger > *,
.important > *,
.note > *,
.notice > *,
.tip > *,
.warning > * {
  margin-left: 0;
  -webkit-margin-before: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

[dir="rtl"] .caution > *,
[dir="rtl"] .danger > *,
[dir="rtl"] .important > *,
[dir="rtl"] .note > *,
[dir="rtl"] .notice > *,
[dir="rtl"] .tip > *,
[dir="rtl"] .warning > * {
  padding-left: 40px;
  padding-right: 0;
}

/***alerts****/

/* ---knowledge base tree---  */

.tree-container {
  margin: 30px 0 20px;
}

.tree-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0;
}

.tree-container .tree-item-link {
  padding: 13px 13px 13px 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

[dir="rtl"] .tree-container .tree-item-link {
  padding: 15px 0 15px 15px;
}

.tree-container .tree-item-link.accordion-category-title {
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

[dir="rtl"] .tree-container .tree-item-link.accordion-category-title {
  padding-right: 15px;
  padding-left: 0;
}

.tree-item-link:active {
  text-decoration: none;
}

.section-tree-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .section-tree-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.section-tree-list .section {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.tree-items {
  margin-bottom: 10px;
}

.tree-item-title {
  margin-right: 10px;
}

.section-tree-item-title {
  font-size: 16px;
}

.tree-container .section {
  margin-bottom: 20px;
}

[dir="rtl"] .tree-item-title {
  margin-left: 10px;
  margin-right: 0;
}

.section-tree-item-title,
.tree-item-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.section-tree-item-title {
  border-bottom: 1px solid #eee;
  padding: 0 0 12px;
  margin-bottom: 21px;
}

.section-tree-item-title,
.section-tree-item-title,
.section-tree-item-title a,
.tree-item-link,
.tree-item-title,
.tree-item-title a {
  color: rgba(14, 13, 13, 1);
  word-break: break-word;
}

.tree-container .see-all-articles {
  display: block;
  padding: 15px 0;
}

[dir="rtl"] .tree-container .article-list,
[dir="rtl"] .tree-container .see-all-articles {
  padding-left: 0;
  padding-right: 15px;
}

.tree-container .accordion-see-all-link.see-all-articles,
.tree-container .article-list.accordion-article-list,
[dir="rtl"] .tree-container .accordion-see-all-link.see-all-articles,
[dir="rtl"] .tree-container .article-list.accordion-article-list {
  padding-left: 0;
  padding-right: 0;
}

.tree-container .article-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border: 0;
  margin-bottom: 8px;
}

.tree-container .article-list-item a {
  color: rgba(20, 20, 20, 1);
}

.tree-container ul.article-list li.article-promoted span {
  margin-right: 5px;
}

[dir="rtl"] .tree-container ul.article-list li.article-promoted span {
  margin-right: 0;
  margin-left: 5px;
}

.full-knowledge-base ul,
.tree-container ul,
[dir="rtl"] .full-knowledge-base ul,
[dir="rtl"] .tree-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.knowledge-base .recent-articles {
  margin-bottom: 30px;
}

.section-tree-list i.category-empty {
  padding: 15px;
}

.section-tree-list i.section-empty {
  top: 8px;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  padding-left: 15px;
}

[dir="rtl"] .section-tree-list i.section-empty {
  padding-left: 0;
  padding-right: 15px;
}

.section-tree-list i.section-empty.accordion-section-empty,
[dir="rtl"] .section-tree-list i.section-empty.accordion-section-empty {
  padding-left: 0;
  padding-right: 0;
}

.tree-container .icons-wrapper {
  position: absolute;
  right: 15px;
  vertical-align: middle;
  top: 30%;
}

[dir="rtl"] .tree-container .icons-wrapper {
  left: 0;
  right: auto;
}

.tree-container .icons-wrapper i {
  font-size: 15px;
  vertical-align: middle;
}

.tree-items a.active .fa-angle-down {
  display: none;
}

.tree-items a.active .fa-angle-up {
  display: block;
  line-height: 25px;
}

.hide {
  display: none;
}

.tree-item-link:hover {
  text-decoration: none;
}

.tree-container .icons-wrapper .fa-angle-up {
  display: none;
}

.section h2.tree-item-title {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width:380px) {
  [dir="rtl"] .dropdown.language-selector .dropdown-menu-end {
    left: -10px;
    right: auto;
  }
}

/* ---knowledge base tree---  */

/*Follow button  or Unfollow button*/

.article-subscribe,
.article-unsubscribe {
  height: 24px;
  background: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
  line-height: 23px;
  vertical-align: middle;
}

.article .article-unsubscribe {
  background: #1eb848;
  border: none;
}

/***** Search results *****/
.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.search-results-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
  }
}

.search-results-sidebar {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    height: auto;
    margin-right: 35px;
  }

  [dir="rtl"] .search-results-sidebar {
    margin-right: 0;
    margin-left: 35px;
  }
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item[aria-selected="true"] {
  background-color: rgba(92, 90, 90, 1);
  color: rgba(10, 10, 10, 1);
  text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 20px;
  padding: 0;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }

}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(20, 20, 20, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  clear: both;
  color: #666;
}
@media (min-width: 1024px) {
  .search-results .meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search-results .meta-group > li {
  display: block;
}
@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-meta-count,
.search-result-votes {
  color: #433e3e;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-meta-count::before,
.search-result-votes::before {
  color: rgba(92, 90, 90, 1);
}

[dir="ltr"] .search-result-meta-count,
[dir="ltr"] .search-result-votes {
  margin-left: 5px;
}

[dir="ltr"] .search-result-meta-count::before,
[dir="ltr"] .search-result-votes::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-meta-count,
[dir="rtl"] .search-result-votes {
  margin-right: 5px;
}

[dir="rtl"] .search-result-meta-count::before,
[dir="rtl"] .search-result-votes::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}
@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}
@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

.search-result-breadcrumbs li,
.search-result-breadcrumbs li a,
.search-result-breadcrumbs li a:visited {
  color: inherit;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

.search-results-sidebar .collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.search-results-sidebar .collapsible-sidebar-title {
  padding: 12px 15px;
  background-color: rgba(10, 10, 10, 1);
  color: rgba(14, 13, 13, 1);
  margin: 0;
  border: 1px solid rgba(92, 90, 90, 1);
}

.search-results-sidebar .collapsible-sidebar {
  position: relative;
}

.multibrand-filter-list.multibrand-filter-list--collapsed {
  border-top: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar-toggle {
    display: none;
  }

  .search-results-sidebar .collapsible-sidebar {
    border-top: 0;
    border-bottom: 0;
  }

  .search-results-sidebar .collapsible-sidebar-title {
    padding: 5px 0 12px;
    background-color: rgba(255, 255, 255, 1);
    color: rgba(14, 13, 13, 1);
    border: none;
  }

  .search-results-sidebar .collapsible-sidebar {
    border: 0;
    padding: 0;
  }

  .multibrand-filter-list.multibrand-filter-list--collapsed {
    border: 0;
  }
}

.search-results .meta-group .user-name {
  padding-right: 10px;
}

.filters-in-section.collapsible-sidebar {
  max-height: inherit;
}

/* CUSTOMIZAÇÃO HEADER */
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype')
}

body {
    line-height: 1;
    font-size: 16px;
    background: #fff !important;
    font-family: Montserrat, sans-serif !important
}

a {
    cursor: pointer;
    color: #337ab7
}

a:hover {
    text-decoration: underline !important
}

.slick-dots,
ol,
ul {
    list-style: none
} */

div#ajaxBusy,
div#info-footer {
    padding: 5px 0
}

a, abbr, acronym, address,applet, article, aside, audio, b, big, blockquote, body, canvas,
caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img,  ins, kbd, label,
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike,
strong, sub, summary, sup, time, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    outline: 0 !important 
}

body.departamento.resultado-busca.vazia #sidebar,
fieldset.busca label,
fieldset.busca legend,
fieldset.busca select {
    display: none
}

i {
    float: left
}

.menu-item-texto {
    color: #ddd !important
}

@media (max-width:1370px) {
    div#menu {
        width: 50%;
        visibility: hidden;
        padding: 12px 0 0;
        float: left
    }

    div#menu .menu-departamento {
        width: 100% !important;
        margin-left: 0px
    }
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#busca>fieldset>input.btn-buscar,
#carrinho>a,
.lnk-ajuda,
.lnk-contatos,
.lnk-minha-conta,
.lnk-modelo {
    background-repeat: no-repeat
}

.button-menu-xs .lnk-ajuda,
.button-menu-xs .lnk-contatos,
.button-menu-xs .lnk-minha-conta {
  background-image: none;
  padding-left: 0 !important;
}

div#info-topo {
    padding: 0 15px;
    max-width: 1440px;
    margin: auto;
    display: flex
}

#carrinho>a {
    width: 24px !important;
    height: 24px;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 0;
    padding: 0 13px !important;
    opacity: .75;
    text-indent: -9999rem;
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 511.343 511.343' viewBox='0 0 511.343 511.343' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m490.334 106.668h-399.808l-5.943-66.207c-.972-10.827-10.046-19.123-20.916-19.123h-42.667c-11.598 0-21 9.402-21 21s9.402 21 21 21h23.468c12.825 142.882-20.321-226.415 24.153 269.089 1.714 19.394 12.193 40.439 30.245 54.739-32.547 41.564-2.809 102.839 50.134 102.839 43.942 0 74.935-43.826 59.866-85.334h114.936c-15.05 41.455 15.876 85.334 59.866 85.334 35.106 0 63.667-28.561 63.667-63.667s-28.561-63.667-63.667-63.667h-234.526c-15.952 0-29.853-9.624-35.853-23.646l335.608-19.724c9.162-.538 16.914-6.966 19.141-15.87l42.67-170.67c3.308-13.234-6.71-26.093-20.374-26.093zm-341.334 341.337c-11.946 0-21.666-9.72-21.666-21.667s9.72-21.667 21.666-21.667c11.947 0 21.667 9.72 21.667 21.667s-9.72 21.667-21.667 21.667zm234.667 0c-11.947 0-21.667-9.72-21.667-21.667s9.72-21.667 21.667-21.667 21.667 9.72 21.667 21.667-9.72 21.667-21.667 21.667zm47.366-169.726-323.397 19.005-13.34-148.617h369.142z' fill='%23fff'/%3E%3C/svg%3E")
}

div#info-topo>ul li:last-child {
    display: block !important
}

@media (max-width:767px) {

    div#carrinho:hover div#minicart,
    div#info-topo>ul li {
        display: none !important
    }
  	
  .abrir-chamado {
    display: flex !important;
  }
}

#info-topo>ul:nth-child(4),
.ajax-content-loader {
    margin-left: auto;
    position: relative
}

#social-topo>li:nth-child(4)>ul {
    position: absolute;
    top: 8px;
    margin-left: 10px
}

#social-topo>li:nth-child(4)>ul li {
    clear: both;
    color: #fff;
    margin-bottom: 10px
}

div#info-topo>ul#social-topo {
    width: 35%;
    float: left;
    display: table
}

#info-topo>ul:nth-child(2) {
    float: right;
    margin-top: 3px
}

div#info-topo>span,
div#info-topo>span a {
    color: #fff;
    font-size: 13px
}

div#info-topo>span {
    margin-left: 10%
}

#carrinho a {
    color: #fff !important
}

#social-topo>li:nth-child(4) {
    margin-top: -4px
}

#social-topo>li:nth-child(5) {
    margin-top: 0
}

div#info-topo>ul.cart-info li {
    display: none
}

div#info-topo>ul li a img {
    max-width: 60px
}

div#info-topo>ul>li a {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    border: none;
    display: block;
    text-align: center;
    letter-spacing: 1.7px;
    width: 100%
}

#info-topo a:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none !important
}

div#info-topo a {
    text-align: left !important;
    display: block;
    font-weight: 400;
    text-transform: none
}

#minicart a:hover {
    color: #000 !important
}

#minicart .cart-calc {
    display: none
}

.lnk-ajuda {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m512 346.5c0-74.628906-50.285156-139.832031-121.195312-159.480469-4.457032-103.878906-90.347657-187.019531-195.304688-187.019531-107.800781 0-195.5 87.699219-195.5 195.5 0 35.132812 9.351562 69.339844 27.109375 99.371094l-26.390625 95.40625 95.410156-26.386719c27.605469 16.324219 58.746094 25.519531 90.886719 26.90625 19.644531 70.914063 84.851563 121.203125 159.484375 121.203125 29.789062 0 58.757812-7.933594 84.210938-23.007812l80.566406 22.285156-22.285156-80.566406c15.074218-25.453126 23.007812-54.421876 23.007812-84.210938zm-411.136719-15.046875-57.117187 15.800781 15.800781-57.117187-3.601563-5.632813c-16.972656-26.554687-25.945312-57.332031-25.945312-89.003906 0-91.257812 74.242188-165.5 165.5-165.5s165.5 74.242188 165.5 165.5-74.242188 165.5-165.5 165.5c-31.671875 0-62.445312-8.972656-89.003906-25.945312zm367.390625 136.800781-42.382812-11.726562-5.660156 3.683594c-21.941407 14.253906-47.433594 21.789062-73.710938 21.789062-58.65625 0-110.199219-37.925781-128.460938-92.308594 89.820313-10.355468 161.296876-81.832031 171.65625-171.65625 54.378907 18.265625 92.304688 69.808594 92.304688 128.464844 0 26.277344-7.535156 51.769531-21.789062 73.710938l-3.683594 5.660156zm0 0' fill='%23fff'/%3E%3Cpath d='m180.5 271h30v30h-30zm0 0' fill='%23fff'/%3E%3Cpath d='m225.5 150c0 8.519531-3.46875 16.382812-9.765625 22.144531l-35.234375 32.25v36.605469h30v-23.394531l25.488281-23.328125c12.398438-11.347656 19.511719-27.484375 19.511719-44.277344 0-33.085938-26.914062-60-60-60s-60 26.914062-60 60h30c0-16.542969 13.457031-30 30-30s30 13.457031 30 30zm0 0' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 17px;
    background-position: 10px 5px;
    padding-left: 35px !important
}

.lnk-contatos {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath d='M469.835,66.259H42.165C18.914,66.259,0,85.173,0,108.424v295.153c0,23.245,18.914,42.165,42.165,42.165h427.671 c23.245,0,42.165-18.92,42.165-42.165V108.424C512,85.173,493.08,66.259,469.835,66.259z M475.859,403.576 c0,3.265-2.759,6.024-6.023,6.024H42.165c-3.265,0-6.024-2.759-6.024-6.024V171.761l207.685,122.103 c5.59,3.289,12.517,3.331,18.143,0.108l213.89-122.543V403.576z M475.859,129.777l-222.75,127.615L36.141,129.831v-21.408 c0-3.265,2.759-6.023,6.024-6.023h427.671c3.265,0,6.023,2.759,6.023,6.023V129.777z' fill='%23eee'/%3E%3C/svg%3E%0A");
    background-size: 18px;
    background-position: 16px 5px;
    padding-left: 45px !important
}

.lnk-minha-conta {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath d='M437.02,330.98c-27.883-27.882-61.071-48.523-97.281-61.018C378.521,243.251,404,198.548,404,148 C404,66.393,337.607,0,256,0S108,66.393,108,148c0,50.548,25.479,95.251,64.262,121.962 c-36.21,12.495-69.398,33.136-97.281,61.018C26.629,379.333,0,443.62,0,512h40c0-119.103,96.897-216,216-216s216,96.897,216,216 h40C512,443.62,485.371,379.333,437.02,330.98z M256,256c-59.551,0-108-48.448-108-108S196.449,40,256,40 c59.551,0,108,48.448,108,108S315.551,256,256,256z' fill='%23eee' /%3E%3C/svg%3E%0A");
    background-size: 16px;
    background-position: 16px 6px;
    padding-left: 40px !important
}

.lnk-modelo {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 111.577 111.577' style='enable-background:new 0 0 111.577 111.577;' xml:space='preserve'%3E%3Cpath d='M78.962,99.536l-1.559,6.373c-4.677,1.846-8.413,3.251-11.195,4.217c-2.785,0.969-6.021,1.451-9.708,1.451 c-5.662,0-10.066-1.387-13.207-4.142c-3.141-2.766-4.712-6.271-4.712-10.523c0-1.646,0.114-3.339,0.351-5.064 c0.239-1.727,0.619-3.672,1.139-5.846l5.845-20.688c0.52-1.981,0.962-3.858,1.316-5.633c0.359-1.764,0.532-3.387,0.532-4.848 c0-2.642-0.547-4.49-1.636-5.529c-1.089-1.036-3.167-1.562-6.252-1.562c-1.511,0-3.064,0.242-4.647,0.71 c-1.59,0.47-2.949,0.924-4.09,1.346l1.563-6.378c3.829-1.559,7.489-2.894,10.99-4.002c3.501-1.111,6.809-1.667,9.938-1.667 c5.623,0,9.962,1.359,13.009,4.077c3.047,2.72,4.57,6.246,4.57,10.591c0,0.899-0.1,2.483-0.315,4.747 c-0.21,2.269-0.601,4.348-1.171,6.239l-5.82,20.605c-0.477,1.655-0.906,3.547-1.279,5.676c-0.385,2.115-0.569,3.731-0.569,4.815 c0,2.736,0.61,4.604,1.833,5.597c1.232,0.993,3.354,1.487,6.368,1.487c1.415,0,3.025-0.251,4.814-0.744 C76.854,100.348,78.155,99.915,78.962,99.536z M80.438,13.03c0,3.59-1.353,6.656-4.072,9.177c-2.712,2.53-5.98,3.796-9.803,3.796 c-3.835,0-7.111-1.266-9.854-3.796c-2.738-2.522-4.11-5.587-4.11-9.177c0-3.583,1.372-6.654,4.11-9.207 C59.447,1.274,62.729,0,66.563,0c3.822,0,7.091,1.277,9.803,3.823C79.087,6.376,80.438,9.448,80.438,13.03z' fill='%23eee'/%3E%3C/svg%3E");
    background-size: 7%;
    background-position: 4px 5px;
    padding: 10px 20px 10px 26px !important;
    text-shadow: 0 0 0 #fff
}

#carrinho>a:hover {
    background-color: #333
}

#info-topo>ul>li.link-gestao img {
    max-width: 135px !important
}

div#logo a {
    background: url(https://theme.zdassets.com/theme_assets/10097134/185a02625f7fceb35410137b7bf58cbd3981ae1b.png) left center no-repeat;
    height: 55px;
    font-size: 0;
    background-size: contain;
    text-align: left
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header {
    width: 100%;
    background-color: #343434
}

div#menu .prateleira li:hover .data {
    box-shadow: none !important
}

.welcome {
    font-size: 13px !important;
    width: auto;
    color: #fff;
    text-align: left
}

.welcome em {
    float: right;
    margin-left: 5px
}

.welcome em a:before {
    content: "Sair";
    font-size: 13px;
    color: #fff;
    text-decoration: underline
}

.welcome em a {
    font-size: 0
}

.welcome em a#login {
    font-size: 13px
}

.welcome em a#login:before {
    content: none
}

.welcome #login {
    font-style: normal;
    cursor: pointer;
    color: #fff;
    text-decoration: underline
}

.fulltext-search-box {
    color: #fff;
    width: 100%;
    font-size: 14px;
    letter-spacing: .6px;
    font-style: oblique;
    padding: 15px 48px 15px 20px;
    font-weight: 400;
    outline: 0;
    border: none;
    background-color: #343434;
    border-radius: 3px
}

#busca>fieldset>input.btn-buscar {
    border: none;
    text-indent: -99999px;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 13px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E%3Cpath d='M508.874,478.708L360.142,329.976c28.21-34.827,45.191-79.103,45.191-127.309c0-111.75-90.917-202.667-202.667-202.667S0,90.917,0,202.667s90.917,202.667,202.667,202.667c48.206,0,92.482-16.982,127.309-45.191l148.732,148.732c4.167,4.165,10.919,4.165,15.086,0l15.081-15.082C513.04,489.627,513.04,482.873,508.874,478.708zM202.667,362.667c-88.229,0-160-71.771-160-160s71.771-160,160-160s160,71.771,160,160S290.896,362.667,202.667,362.667z' fill='%23999'/%3E%3C/svg%3E")
}

div#logo img {
    max-width: 225px;
    width: 100%;
    height: auto
}

div#minicart,
li.amount-products {
    display: none
}

div#menu .prateleira>h2 {
    display: none
}

div#menu {
    width: 50%;
    visibility: hidden;
    padding: 16px 0;
    float: left
}

div#menu .menu-departamento>h3>.dropdown {
    position: absolute;
    visibility: hidden;
    transition: all .2s ease 0s;
    opacity: 0;
    padding: 20px 10px;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #222;
    width: 40%;
    pointer-events: none;
    margin-top: 30px;
    margin-left: -120px;
}

div#menu nav {
    width: 100%;
    margin: 0 auto
}

div#menu nav>h3 {
    display: table;
    width: 5%;
    float: left;
    padding: 13px 17px;
    background: #273c9d
}

div#menu nav>h3>i {
    display: table;
    font-size: 35px;
    color: #fff
}

.menu-departamento {
    display: flex;
    justify-content: center;
    align-items: center
}

div#menu .menu-departamento>h3:hover>.dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    min-width: 200px !important
}

div#menu .menu-departamento>h3>.dropdown>ul {
    display: table;
    float: left;
    width: 25%;
    text-align: left;
    padding-top: 0
}

div#menu .menu-departamento>h3>.dropdown>ul.lentes-para-oculos-de-sol:before {
    content: "MARCAS";
    font-weight: 700;
    margin-bottom: 10px;
    display: table;
    cursor: text
}

div#menu .menu-departamento>h3>.dropdown>ul.acessorios:before {
    content: "PARA SEU ÓCULOS";
    font-weight: 700;
    margin-bottom: 10px;
    display: table;
    width: 200px;
    cursor: text
}

.logo-menu {
    width: 30%;
    float: left;
    position: relative;
    top: 100px
}

div#menu .menu-departamento>h3>.dropdown .prateleira-menu {
    display: table;
    float: right;
    width: 45%;
    border-left: 1px solid #ddd;
    padding: 10px 20px 0;
    background: #fff
}

div#menu .menu-departamento>h3>.dropdown>ul>li {
    display: table;
    text-align: left;
    padding: 6px 0;
    width: 100%
}

div#menu .menu-departamento>h3>.dropdown>ul>li>a {
    display: table;
    color: #0c1218;
    font-size: 14px;
    text-indent: 10px
}

div#menu .menu-departamento>h3 {
    float: left;
    cursor: pointer;
    text-align: center;
    width: 23%;
    padding-bottom: 14px
}

div#menu .menu-departamento>h3>a {
    font-weight: 700;
    transition: all .3s;
    font-size: 12px;
    letter-spacing: 1.3px !important;
    position: relative;
    width: 100%;
    text-indent: 50px;
    text-transform: uppercase;
    color: #bbb
}

div#minicart {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    margin-top: -1px
}

@media (min-width:1100px) {
    div#tipbar {
        margin: 0 auto;
        opacity: .8;
        border-right: 0;
        border-left: 0;
        padding: 5px 0;
        bottom: 0;
        display: table;
        width: 100%;
        background: #000
    }

    .resultado-busca-filtro {
        width: 100%;
        background: rgba(0, 0, 0, .84);
        padding: 10px 0
    }

    .button-menu-xs {
        display: none
    }

    div#page-bottom {
        width: 100%
    }

    body.segmentos div#page-bottom {
        width: 95%;
        margin-top: 30px
    }

    div#logo {
        width: 13%;
        margin: 0 auto;
        float: left
    }

    div#logo a {
        display: block
    }

    div#barra-principal-wrapper>div#top-right {
        float: right;
        position: relative;
        width: 37%;
        padding: 4px 0
    }

    div#barra-principal-wrapper>div#top-right>div {
        float: left
    }

    div#barra-principal-wrapper>div#top-right>div#top-options {
        float: right;
        width: 35%;
        margin-top: 13px
    }

    div#top-options>div:not(:last-child) {
        display: table;
        float: left
    }

    #top-options div#atacado {
        width: 24%;
        text-align: right;
        background: #fff;
        padding: 0 10px 0 0;
        border-radius: 5px
    }

    div#top-options #carrinho {
        width: 77%;
        margin-left: 10%;
        background: #fff;
        border-radius: 5px;
        padding-right: 15px;
        float: right;
        margin-top: -8px;
        position: relative
    }

    div#top-options>#top-account>ul li {
        display: table;
        width: 100%;
        padding: 0;
        color: #5f5f5f;
        font-size: 13px
    }

    div#top-options>#top-account>ul li a {
        color: #5f5f5f;
        font-size: 12px;
        font-weight: 700;
        text-indent: 0;
        text-align: left
    }

    div#busca {
        width: 100%;
        position: relative
    }

    div#busca>div {
        margin-bottom: 5px
    }

    div#barra-principal {
        width: 100%;
        margin: 0 auto;
        display: table;
        padding: 0;
        background: #222;
        visibility: hidden;
        margin-bottom: 16px
    }

    div#barra-principal-wrapper {
        display: table;
        width: 100%;
        max-width: 1440px;
        margin: 2px auto;
        padding: 10px 15px 0
    }
}

#menu-mobile .menu-departamento h3 li.all-dept,
.brandFilter {
    display: none
}

@media (min-width:1580px) {
    div#menu .menu-departamento>h3>a {
        text-indent: 50px
    }
}

.welcome,
ul#social-topo {
    display: none !important
}

div#info-topo>ul {
    display: flex
}

div#info-topo>ul li {
    float: none
}

div#info-topo a {
    color: #ddd;
    font-size: 10px !important;
    letter-spacing: 1px !important;
    padding: 10px 15px;
    margin: 0 !important
}

@media (min-width:900px) {
    .welcome {
        display: none
    }

    div#info-topo>ul {
        display: flex
    }

    div#info-topo>ul li {
        float: none
    }

    div#info-topo a {
        color: #ddd;
        font-size: 10px !important;
        letter-spacing: 1px !important;
        padding: 10px 15px;
        margin: 0 !important
    }

    div#info-topo div#carrinho>a {
        position: initial;
        width: 160px !important;
        padding: 10px 0 10px 39px !important;
        background-size: 18px;
        background-position: 12px 6px;
        display: inline-block;
        text-indent: 0;
        height: 30px
    }
   
  .abrir-chamado {
    display:none;
  }
}

/* MENU RESPONSIVO */
.button-menu-xs {
    padding-left: 0;
    text-align: center;
    position: fixed;
    left: 0;
    top: 8px;
    z-index: 9999
}

.btn-open-menu-xs {
    padding: 5px 10px !important;
    border: none;
    border-radius: 0;
    color: #FFF;
    font-size: 25px;
    background: #000
}

.button-menu-xs i {
    color: #fff !important
}

.btn-open-menu-xs:focus,
.btn-open-menu-xs:hover {
    background: #000;
    color: #fff;
    outline: 0
}

#menu-mobile .menu-departamento h3 a,
#menu-mobile ul li a,
#menu-mobile ul li a span,
.category-section .sidebar .menu-departamento h3 a {
    line-height: 35px
}

#menu-mobile .menu-departamento h3 a.menu-item-texto {
    padding: 5px 0 5px 10px;
    text-transform: uppercase
}

#menu-mobile ul li a span.badge {
    background: #000;
    padding: 3px 0 0 5px;
    line-height: 25px;
    margin-top: -7px;
    margin-left: 5px
}

#menu-mobile ul li.link-cadastro a:before,
#menu-mobile ul li.link-cart a:before,
#menu-mobile ul li.link-login a:before,
#menu-mobile ul li.link-orders a:before {
    font-size: 20px;
    float: left;
    margin-left: -4px;
    -webkit-transition: .2s all;
    transition: .2s all
}

#menu-mobile ul li.link-cadastro a:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 16px;
    font-size: 22px
}

#menu-mobile ul li.link-login a:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 19px
}

#menu-mobile ul li.link-orders a:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 15px
}

#menu-mobile ul li.link-cart a:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 15px;
    font-size: 22px
}

#menu-mobile .menu-departamento h3 {
    width: 100%
}

#menu-mobile .menu-departamento h3>a {
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 30px
}

#menu-mobile .menu-departamento h3,
div#menu-mobile .brandFilter {
    position: relative;
    float: left;
    margin: 0;
    padding: 5px 0
}

#menu-mobile .menu-departamento h3 a:hover,
.menu-mobile-account ul li a:hover {
    text-decoration: underline
}

#menu-mobile>ul>li:hover {
    background-color: #777;
    box-shadow: 0 -6px 0 0 #FE7E11 inset
}

#menu-mobile .menu-departamento h3 a:before {
    margin-top: 3px;
    float: left;
    margin-left: -14px;
    margin-right: 10px
}

#menu-mobile {
    position: fixed;
    width: 85% !important;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000000e3;
    height: 100%;
    padding: 10px 0;
    z-index: 9999999;
    box-shadow: 0 0 5px #ddd;
    overflow: auto;
  	animation-duration: .5s;
    -webkit-animation-name: showMenu;
    animation-name: showMenu;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

div#account-mobile {
    display: table;
    width: 100%;
    padding: 0;
    position: relative;
    top: 10px
}

div#account-mobile>div {
    text-align: left;
    padding: 10px 18px
}

.option{
  padding: 10px 0;
}

div#account-mobile>div * {
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700
}

div#menu-mobile * {
    transition: none !important;
    animation: none !important
}

.recebe-menu {
    display: table;
    width: 100%
}

.recebe-menu>ul li {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px
}

.recebe-menu>ul li img {
    max-width: 170px
}

.show-menu {
    -webkit-animation-name: showMenu;
    animation-name: showMenu;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.hide-menu {
    -webkit-animation-name: hideMenu;
    animation-name: hideMenu;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes showMenu {
    from {
        left: -70%
    }

    to {
        left: 0
    }
}

@keyframes showMenu {
    from {
        left: -70%
    }

    to {
        left: 0
    }
}

@-webkit-keyframes hideMenu {
    from {
        left: 0
    }

    to {
        left: -70%
    }
}

@keyframes hideMenu {
    from {
        left: 0
    }

    to {
        left: -70%
    }
}

body.menu-ativo:before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

#menu-mobile .header-menu-mobile {
    display: block;
    margin-bottom: 20px
}

#menu-mobile .close-menu {
    color: #DEDEDE;
    font-size: 30px;
    line-height: 30px;
    -webkit-transition: .2s all;
    transition: .2s all;
    position: absolute;
    right: 10px
}

#menu-mobile .close-menu:active,
#menu-mobile .close-menu:focus,
#menu-mobile .close-menu:hover {
    color: #F9B800
}

#menu-mobile .icone-menu {
    color: #DEDEDE;
    font-size: 30px;
    line-height: 30px;
    visibility: hidden
}

#menu-mobile .menu-departamento h3>a {
    padding-left: 10px
}

#menu-mobile .menu-departamento h3 a,
#menu-mobile ul li a,
#menu-mobile ul li a span,
.category-section .sidebar .menu-departamento h3 a {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase
}

#menu-mobile .menu-departamento h3 .dropdown {
    background-color: #fff;
    z-index: 99999;
    padding: 10px 10px 0;
    height: auto;
    border-radius: 0;
    width: 100%;
    position: relative;
    display: none;
    overflow: hidden
}

#menu-mobile ul,
#menu-mobile ul li {
    clear: both
}

#menu-mobile .menu-departamento ul li a {
    color: #000;
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left
}

div#menu-mobile .brandFilter {
    display: none;
    width: 100%;
    position: relative
}

#menu-mobile .menu-departamento div.brandFilter h3 {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding-left: 2.5%
}

#menu-mobile .menu-departamento div.brandFilter ul {
    background-color: #fff;
    z-index: 99999;
    padding: 10px 10px 0;
    height: auto;
    border-radius: 0;
    width: 100%;
    position: relative;
    display: none;
    overflow: hidden
}

 #menu-mobile .menu-departamento h3.ativo:before {
   content: "";
    font-family: FontAwesome;
    color: #fff;
    float: right;
    position: relative;
    right: 10px;
    top: 5px
} 

#menu-mobile .menu-departamento h3:before {
    content: "";
    font-family: FontAwesome;
    color: #fff;
    float: right;
    position: relative;
    right: 10px;
    top: 5px
}

@media (min-width:1200px) {
    #menu-mobile {
        width: 25%
    }

    #top-menu .menu-departamento h3 {
        padding: 0 10px
    }
}

.lb-loader,
.lb-nav,
.lightbox,
.lightboxOverlay {
    position: absolute;
    left: 0
}

.lightboxOverlay {
    top: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    width: 100% !important;
    height: auto !important
}

.lightbox a img {
    border: none
}

@media (max-width:768px) {
    div#busca {
      padding: 5px 15px 15px;
      position: relative;
  }

    div#minicart,
    div#topo-flutuante {
        display: none !important
    }

    body.departamento div#page-bottom {
        margin: 40px auto;
        width: 100%
    }

    body.home #page-bottom>div.shelf-content:before {
        background-size: 120px;
        background-position: left 16px
    }

    body.home #page-bottom>div.shelf-content:after {
        background-size: 120px;
        background-position: right 60px
    }

    body.home .shelf-content {
        margin: 20px 0 0 !important;
        padding-bottom: 0 !important
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 30px !important
    }

    body.home #page-bottom>div:nth-child(1)>div.shelf-content>div>div>h2 {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 0
    }

    .prateleira .slick-track {
        min-height: 330px
    }

    .prateleira .slick-slide {
        padding-bottom: 0 !important
    }

    .data-bottom {
        padding-bottom: 0
    }

    .data {
        padding-top: 0;
        width: 95%
    }

    #page-bottom>div:nth-child(1)>div:nth-child(1) .slick-dots {
        position: relative;
        top: 0
    }

    div#minicart {
        top: 7%
    }

    p.edit {
        margin-top: -9%
    }

    section#account-content>div>div {
        width: 100% !important;
        margin: 0 auto !important;
        float: none !important
    }

    section#account-content>div>div>div:first-child {
        margin: 0 auto !important;
        width: 100%
    }

    #account-content .modal {
        width: 75% !important;
        left: 0 !important;
        margin-left: 15px !important
    }

    #busca>fieldset>input.btn-buscar {
        top: 15px;
        right: 23px
    }

    .floating #busca>fieldset>input.btn-buscar {
        left: 88%;
        top: 1px
    }

    header {
        background: #222;
        padding: 4px 0 0
    }

    .shelf-buy {
        display: table;
        margin: 10px auto 10px 0;
        width: 100% !important;
        position: relative;
        top: 0
    }

    .top-filter {
        margin-bottom: 10px;
        background: #000;
        padding-left: 0
    }

    .top-filter-toggle {
        width: 100%;
        display: block;
        padding: 12px 0;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        letter-spacing: 4px;
        box-sizing: border-box;
        margin-top: 10px;
        position: relative
    }

    #atacado,
    #top-account,
    .banner-fixo.banner-topo.swiper-container,
    .filter-wrapper,
    .side-content-area.side-banner .box-banner,
    p.filtrar {
        display: none
    }

    .top-filter-toggle:after {
        content: "";
        font-family: fontAwesome;
        position: absolute;
        right: 30px;
        top: 10px
    }

    .top-filter-toggle.aberto:after {
        content: ""
    }

    .filter-wrapper {
        background: #fff
    }

    p.filtrar {
        width: 100%;
        background: #c34f0d;
        color: #fff;
        padding: 15px 0 15px 15px;
        font-weight: 700;
        font-size: 18px
    }

    .filter-wrapper .search-multiple-navigator .refino,
    .filter-wrapper .search-multiple-navigator .refino-marca {
        padding: 15px;
        border: none
    }

    a.ver-filtros {
        color: #545455;
        font-size: 14px
    }

    #sidebar {
        display: none !important
    }

    body.departamento .shelf-content {
        width: 100%;
        background: #fff;
        margin-top: 0
    }

    .floating input.fulltext-search-box {
        left: 0 !important;
        padding: 6px 0 !important;
        font-size: 12px !important
    }

    div#logo a img {
        max-width: 140px;
        width: 100%;
        height: auto
    }

    div#menu {
        display: none !important
    }

    #top-right {
        -webkit-transition: none !important;
        transition: none !important
    }

    div#logo {
        width: 100% !important;
        text-align: center;
        margin-bottom: 10px;
        margin-top: -30px;
    }
		
  .header-wrapper {
    margin-bottom: 0;
	}
  
    header.floating div#logo {
        float: left
    }

    header.floating div#top-right {
        width: 100%;
        position: relative;
        float: right
    }

    header.floating div#top-right fieldset.busca {
        width: 100%
    }

    header.floating div#logo a {
        background-size: 90px;
        width: 90px;
        background-position: left 16px
    }

    #tipbar img {
        width: 100%
    }

    div#carrinho:hover div#minicart {
        margin-top: 60px
    }

    body.home div#page-bottom {
        margin-top: 130px
    }

    div#page-content {
        margin-top: 104px;
        top: 25px !important
    }

    body.home div#page-content {
        margin-top: 0
    }

    div#logo a {
        display: table;
        margin: 0 auto;
        width: 130px
    }

    div#top-options #carrinho {
        position: absolute;
        top: -5px;
        right: 20px;
        width: auto;
        background: 0 0;
        padding: 10px;
        display: table
    }

    div#carrinho>a:after {
        content: "";
        height: 40px;
        width: 40px
    }

    div#top-options #carrinho>a {
        display: table;
        width: 100%;
        z-index: 9999999;
        background-size: 30px;
        border: none
    }

    div#carrinho:before {
        content: none
    }

    li.amount-products {
        position: absolute;
        border: none;
        top: 30%;
        left: 90%
    }

    a.close-search {
        position: absolute;
        top: 1px;
        right: 10px;
        display: block
    }

    span.welcome {
        width: 85%;
        display: block;
        padding: 3% 0 2px 5%;
        font-size: .8em
    }

    a#login {
        color: red !important;
        display: block;
        padding: 5px 0
    }

    p.welcome {
        display: none
    }

    .menu-departamento>h3,
    .menu-departamento>h4,
    div#menu-mobile .brandFilter {
        width: 100%;
        padding: 5% 5% 5% 10%;
        /*background: rgba(0, 0, 0, .9); */
        color: #FFF;
        position: relative;
        /*border-top: rgba(200, 201, 206, .2) 1px solid;
        border-bottom: rgba(200, 201, 206, .2) 1px solid;*/
        text-align: left
    }

    #menu-mobile .menu-departamento h3 a.menu-item-texto {
        font-size: 14px;
        text-transform: none
    }
}   

h3.lentes-para-oculos-de-sol .dropdown, h4.lentes-para-oculos-de-sol.even, .search-single-navigator .Hide.HideMarca {
    display: none !important;
}

a.login {
		padding: 5px !important;
    border-radius: 0;
}

.search-full input#query {
    color: #fff;
    width: 100%;
    font-size: 14px;
    letter-spacing: .6px;
    font-style: oblique;
    padding: 15px 48px 15px 20px;
    font-weight: 400;
    outline: 0;
    border: none;
    background-color: #343434;
    border-radius: 3px;
}

.search input[type="submit"] {
		border: none;
    text-indent: -99999px;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E%3Cpath d='M508.874,478.708L360.142,329.976c28.21-34.827,45.191-79.103,45.191-127.309c0-111.75-90.917-202.667-202.667-202.667S0,90.917,0,202.667s90.917,202.667,202.667,202.667c48.206,0,92.482-16.982,127.309-45.191l148.732,148.732c4.167,4.165,10.919,4.165,15.086,0l15.081-15.082C513.04,489.627,513.04,482.873,508.874,478.708zM202.667,362.667c-88.229,0-160-71.771-160-160s71.771-160,160-160s160,71.771,160,160S290.896,362.667,202.667,362.667z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.search-results-sidebar .sidenav-item[aria-selected="true"] {
    color: #fff;
}
.search-results-sidebar .sidenav-item:hover {
    background: #ddd;
}

a.results-list-item-link {
    color: #000;
    font-weight: bold;
}

/* FOOTER */
.institucional-novo-footer {
    width: 81%;
    overflow: hidden;
    margin: 0 auto;
}

.codigo-politica-termos-novo-footer { 
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #626365;
    text-align: center;
    margin-bottom: 2%;
}

.codigo-politica-termos-novo-footer a {
    text-decoration: none;
    color: #ccc;
}

.conteudo-novo-footer {
    background: #343434;
}

.box-fotter ul li a {
    color: rgb(187, 187, 187);
    font-size: 13px;
    line-height: 30px;
    padding: 5px;
}

.box-fotter ul li a:hover {
    text-decoration: none !important;
    box-shadow: 0 0 10px #ffffff33;
    background: #3b3b3b;
    padding-left: 7px;
    border-radius: 3px;
}

.box-fotter ul {
    list-style-type: none;
    font-size: 12px;
    margin: 0px 20%;
    padding: 0;
}

.titulo-novo-fotter {
    font-size: 15px;
    margin: 0 20%;
    width: 100%;
    margin-bottom: 13px;
    color: #ddd;
    font-weight: bold;
}

.final-novo-footer {
    text-align: center;
    font-size: 9px;
    background-color: #222;
    padding: 10px;
}

.kingoflenses-novo-footer {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #888;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1%;
}

.pagamentos-novo-footer {
    width: 100%;
    margin-left: 11%;
}

.cartoes-novo-fotter {
    width: 10%;
    margin-right: 5%;
}

.selos-novo-fotter {
    margin-top: 10%;
}

.pagamentos-novo-footer img {
    height: auto;
}

p.linhas-um-novo-footer {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #ccc;
    text-align: center;
}

p.linhas-dois-novo-footer {
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #ccc;
    text-align: center;
}

.box-fotter {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 19px;
    color: #626365;
    width: 33%;
    float: left;
    margin-top: 4%;
    border-left: 1px solid;
    height: 190px;
}

.logo-redes-sociais--novo-fotter {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-top: 3%;
    padding-top: 3%;
    border-top: 1px solid #555;
}

.logo-novo-fotter {
    margin-right: 3%;
    float: left;
    width: 50%;
    text-align: right;
}

.selos-novo-fotter {
    text-align: left;
    margin-left: 11%;
    width: 120%;
    display: flex;
}

img.selos-novo-footer {
    margin-left: 9%;
}

.redes-sociais-novo-footer a {
    margin-left: 1%;
}

.titulo-redes-socias-novo-fotter {
    font-size: 11px;
    width: 100%;
    color: #6c6d6f;
}
.ra-widget-no-index.ra-widget-reputation-content.type-1.ra-reputation-loaded {}script {}.selos-novo-footer {
    margin-left: 3%;
    width: 27%;
}

a#seloEbit {
    width: 80%;
}

@media(max-width: 1920px) {
    .pagamentos-novo-footer {
        width: 130%;
        margin-left: 11%;
    }
}

@media(max-width: 1920px) {
    h2.titulo-redes-socias-novo-fotter {
        margin-bottom: 1%;
        font-weight: bold;
    }
}
@media(max-width:1440px){
    .titulo-novo-fotter {
        font-size: 12px;
        margin: 0px 15%;
        margin-bottom: 2%;
    }
    .box-fotter ul {
        margin: 0px 15%;
    }

}

@media(max-width: 1366px) {
    .institucional-novo-footer {
        width: 100%;
    }

    .selos-novo-fotter {
        width: 100%;
        display: flex;
    }

    .titulo-novo-fotter {
        font-size: 10px;
    }

}

@media(max-width: 1024px) {
    .selos-novo-fotter {
        width: 100%;
        display: flex;
    }

    .pagamentos-novo-footer {
        width: 110%;
        margin-left: 11%;
        margin-bottom: 19%;
    }

    .box-fotter {
        font-size: 13px;
        height: 190px;
    }

    .pagamentos-novo-footer img {
        height: auto;
        width: 38px;
    }
}

@media(max-width: 768px) {
    .box-fotter {
        min-width: 90%;
        font-size: 23px;
        letter-spacing: 1px;
        line-height: 22px;
        border-left: unset;
        height: auto;
        margin: 3% 5% 0;
    }
    .texto-kingoflenses-novo-footer{
        font-size: 10px;
    }
    h2.titulo-redes-socias-novo-fotter {
    margin-bottom: 4%;
    font-weight: bold;
    margin-top: 1%;
	}
    .selos-novo-footer {
    margin-left: 3%;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    }
    .logo-novo-fotter {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 4%;
    }

    .redes-sociais-novo-footer {
        width: 100%;
        text-align: center;
    }

    .box-fotter ul {
        list-style-type: none;
        font-size: 16px;
        margin: unset;
        padding: 0;
        width: 100%;
    }

    .titulo-novo-fotter {
        font-size: 20px;
        width: 100%;
        margin-bottom: 2%;
        color: rgb(108, 109, 111);
        margin: 10px 0 10px;
        border-bottom: 1px dotted #505050;
        padding-bottom: 3px;
    }

    .pagamentos-novo-footer img {
        height: auto;
    }

    .pagamentos-novo-footer {
        width: 100%;
        margin: 0px auto;
        background-color: #383838;
        text-align: center;
        padding: 10px 0;
    }

    .selos-novo-fotter {
        text-align: center;
        margin: 10% auto;
        display: flex;
        width: 70%;
        padding: unset;
    }

    .logo-redes-sociais--novo-fotter {
        margin-bottom: 3%;
        margin-top: 0%;
    }
 
    img.selos-novo-footer {
        height: auto;
        width: 80px;
    }

    .kingoflenses-novo-footer {
        margin: 2% 2%;
    }

    .final-novo-footer {
        padding: 13px;
    }

    p.linhas-um-novo-footer {
        margin-bottom: 1%;
    }
  
h3.lentes-para-oculos-de-sol:before, h3.promocao:before {
    display: none;
}
}

@media(max-width: 414px) {
    .final-novo-footer {
        padding: 20px;
    }

    .box-fotter {
        margin: 6% 5% 0;
    }

    .logo-novo-fotter {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 4%;
    }

    .redes-sociais-novo-footer {
        width: 100%;
        text-align: center;
    }

    .redes-sociais-novo-footer img {
        height: auto;
    }

    .codigo-politica-termos-novo-footer {
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 23px;
        color: #626365;
        text-align: center;
        margin-bottom: 2%;
    }
}

@media(max-width: 425px) {
	.search input[type="submit"] {
    border: none;
    text-indent: -99999px;
    outline: 0;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 511.999 511.999' style='enable-background:new 0 0 511.999 511.999;' xml:space='preserve'%3E%3Cpath d='M508.874,478.708L360.142,329.976c28.21-34.827,45.191-79.103,45.191-127.309c0-111.75-90.917-202.667-202.667-202.667S0,90.917,0,202.667s90.917,202.667,202.667,202.667c48.206,0,92.482-16.982,127.309-45.191l148.732,148.732c4.167,4.165,10.919,4.165,15.086,0l15.081-15.082C513.04,489.627,513.04,482.873,508.874,478.708zM202.667,362.667c-88.229,0-160-71.771-160-160s71.771-160,160-160s160,71.771,160,160S290.896,362.667,202.667,362.667z' fill='%23999'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
}
}

@media(max-width: 320px) {
    .selos-novo-fotter {
        text-align: center;
        margin: 10% auto;
        display: flex;
        height: auto;
        width: unset;
    }

    img.selos-novo-footer {
        height: auto;
        width: 70px;
    }
}


i.fa.fa-whatsapp:before {
    font-family:inherit!important;
    color: #fff;
    background: linear-gradient(#25d366,#25d366)5px 84%/24px 9px no-repeat, radial-gradient(circle at center, #25d366 62%,transparent 0);
}
div#whatsapp i.fa.fa-whatsapp {
    font-size: 65px;
}

.texto-kingoflenses-novo-footer.mobile{
    display: none;
}
.kingoflenses-novo-footer.mobile{
    display: none;
}

.codigo-politica-termos-novo-footer.mobile{
    display: none;
}

@media(max-width:768px){
    .texto-kingoflenses-novo-footer.mobile{
        display: block;
    }
    .kingoflenses-novo-footer.mobile{
    display: block;
    }

    .codigo-politica-termos-novo-footer.mobile{
    display: block;
}

    .texto-kingoflenses-novo-footer{
        display: none;
    }

    .codigo-politica-termos-novo-footer{
        display: none;
    }
    .redes-sociais-novo-footer a {
        margin-left: 8%;
    }
}

.category-content .page-header {
    background: #fff;
}

.option-link {
  background-color: #404040d4;
}

.promocao a {
    color: #ff9e00!important;
}

div#menu .menu-departamento>h3:hover>a {
    text-shadow: 0px 0px 10px;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

#menu-mobile .menu-departamento h3 .dropdown {
    background-color: #fff;
    z-index: 99999;
    padding: 10px 10px 0;
    height: auto;
    border-radius: 0;
    width: 100%;
    position: relative;
    display: none;
    overflow: hidden;
}

@media (max-width: 1000px){
    .menu-departamento {
        flex-direction: column;
    	  padding: 0 !important;
    }
}

@media (max-width: 1099px) {
  div#menu {
		display: none;
  }
  
  header {
    background-color: #222;
  }
  
  div#busca {
    padding: 5px 15px 15px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 10px;
	}
  
  .blocks-item, .blocks-item.custom {
    flex: 1 0 180px;
  }
}