.error-page {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.community-container .profile-activity {
  list-style-type: none !important;
}

.community-container .profile-activity::marker {
  display: none !;
}

/* -- Community ----------------------------------------------------------------- */
.breadcrumbs.profile-contribution-breadcrumbs li {
  font-size: 12px;
}

.breadcrumbs.profile-contribution-breadcrumbs li:after {
  margin-left: 7.5px;
  margin-right: 7.5px;
  font-size: 12px;
}

.container-fluid.themed-header.community-header {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 32px;
  padding-bottom: 12px;
}

.community_title {
  text-align: center;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.page-header.community-header-topics .title {
  margin-bottom: 0;
  font-size: 16px;
}

.panel.topics.shadow-blocks__layout.active {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  background-color: #e6e6e6;
  color: #444;
}

.shadow-blocks__card-wrapper.visible {
  /*   outline: 1px solid #cccccc; 
  outline-offset: -10px; */
  background-color: #fff;
  border: 1px solid #cccccc;
}

.shadow-blocks__card-wrapper .shadow-blocks__card {
  break-inside: avoid;
  padding: 10px;
  border-radius: 4px;
  margin: 12px;
}

.shadow-blocks__card h2 {
  margin-top: 0px;
}

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

header.page-header.community-header-topics {
  max-width: 1200px;
  margin: auto;
  padding-top: 12px;
  border: 0px none !important;
}

.panels-container {
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  /*     margin: 0 0 .5rem; */
  max-width: 1200px;
  margin: auto;
  margin-top: 20px;
}

.panels-container h2 {
  font-family: museo-sans, Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 0.5rem;
}

.community-header.page-header {
  border: 0px none !important;
}

.community-container .panel {
  box-shadow: none;
}

span.dropdown-menu .community-container .dropdown-menu[aria-expanded="true"] {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.button-escalate.button.button-large {
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #A73333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  margin-top: 20px;
}

.button-escalate.button.button-large:hover {
  background-color: #8a2222;
}

.recent-activity-community {
  margin-top: 50px;
}

.recent-activity-community .recent-activity-header {
  text-align: center;
}

.community-topics-container {
  margin-top: 15px;
}

/* Community Comments */
/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.community-container .comment {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.community-container .comment-heading,
.recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

.community-container .comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.community-container .comment-callout a {
  color: #0072EF;
}

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

.community-container .comment-sorter .dropdown-toggle {
  color: #666;
  font-weight: 300;
  font-size: 13px;
}

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

.community-container .comment-wrapper {
  display: flex;
  position: relative;
}

.community-container .comment-wrapper.comment-official {
  border: 1px solid #0072EF;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .community-container .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

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

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

.community-container .comment-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .community-container .comment-author {
    justify-content: space-between;
  }
}

.community-container .comment-avatar {
  margin-right: 10px;
  margin-bottom: 0px;
}

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

.community-container .comment-meta {
  flex: 1 0 auto;
  margin-top: -10px;
}

.community-container .comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .community-container .comment-labels {
    flex-basis: auto;
  }
}

.community-container .comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

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

.community-container .comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.community-container .comment-container {
  width: 100%;
  margin-left: 20px;
}

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

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.community-container .comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

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

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

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

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

.community-container .comment-ccs {
  display: none;
}

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

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

.community-container .comment-attachments a {
  color: #0072EF;
}

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

.community-container .comment-actions.actions button {
  background: none;
  border: 0px none;
  padding: 5px 10px 0px 10px;
}

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

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

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

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

.community-container .comment-body ul {
  list-style-type: disc;
}

.community-container .comment-body a:visited {
  color: #103c60;
}

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

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

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

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

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

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #0072EF;
}

.vote-up,
.vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #0072EF;
}

.vote-voted:hover {
  color: #004189;
}

.post-actions-wrapper .vote-down,
.comment-vote .vote-down {
  display: none !important;
}

.post-actions .actions,
.comment-actions .actions {
  padding-top: 5px;
  margin-top: 15px;
  margin-left: 2px;
}

/* -- Community overrides ----------------------------------------------------------------- */
.featured-section {
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 22px;
}

.container-fluid.community-featured-recent-container {
  max-width: 91%;
}

.community-posts-container {
  width: 91%;
  margin: 30px auto;
  max-width: 1200px;
}

/* /  Community overrides ----------------------------------------------------------------- */
.community-container {
  background-color: #e6e6e6;
}

.community-container.alt-bg {
  border-top: 1px solid #ccc;
  background-color: #EBEBEB;
  padding-top: 30px;
}

.comment-wrapper .meta-group,
.community-container .meta-group {
  padding-left: 0px;
}

.community-container .post-title h1 {
  padding-bottom: 15px;
  display: inline-block;
}

/* / Community Comments */
/* -- Community Badges ----------------------------------------------------------------- */
.badge-employee:after,
.badge-moderator:after,
.badge-influencer:after {
  background-color: grey;
  border-radius: 3px;
  color: white;
  margin-left: 8px;
  padding: 2px 5px;
  font-size: 10px;
}

.badge-employee:after {
  content: "Employee";
}

.badge-moderator:after {
  content: "Moderator";
}

.badge-influencer:after {
  content: "Influencer";
}

/* /  Community Badges ----------------------------------------------------------------- */
/* -- New commuity post ----------------------------------------------------------------- */
.new-community-post-sidebar .featured-section {
  padding: 10px;
  margin-bottom: 10px;
}

.new-community-post-sidebar .featured-section h3 {
  background-color: #EBEDF1;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}

.new-community-post-sidebar .featured-section ul,
.new-community-post-sidebar .featured-section p {
  border: 5px solid #EBEDF1;
  margin-bottom: 0px;
  padding: 29px 15px;
  text-align: center;
}

.new-community-post-sidebar .featured-section ul li,
.new-community-post-sidebar .featured-section p li {
  list-style: none;
}

.new-community-post-sidebar .featured-section ul li a,
.new-community-post-sidebar .featured-section p li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: block;
}

.new-community-post-sidebar .before-you-post h3 {
  background-color: #E79D99;
  color: #fff;
}

.new-community-post-sidebar .before-you-post p {
  border: 5px solid #E79D99;
}

/* /  New commuity post ----------------------------------------------------------------- */
/* -- Mobile Fixes ----------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .community-featured-posts {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

@media screen and (max-width: 1200px) {
  .new-community-post-sidebar {
    margin-top: 60px;
  }

  .new-community-post-sidebar .community-featured-posts {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 992px) {
  #community-posts {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* /  Mobile Fixes ----------------------------------------------------------------- */
