@charset "UTF-8";

/***** Base *****/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #171615;
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'MinecraftTenv2';
  src: url(/hc/theming_assets/01KCQZZDEKHR62GBTCW38584DG);
  src: url(/hc/theming_assets/01KCR2A54EKN10D0BA9NWDS8KN) format('woff2'),
    url(/hc/theming_assets/01KCKV0DGCVQES909BBC1X4K5C) format('woff'),
    /* Modern Browsers */
    url(/hc/theming_assets/01KCR01N9PV9EKV8NH5GDY3WF7) format('truetype');
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'MinecraftSeven-v2';
  src: url(/hc/theming_assets/01KCR2GV18GD0G0NQM8J8ZGRJ9);
  src: url(/hc/theming_assets/01KCR2GXRVXRW47SBFKG4Z6XHA) format('woff2'),
    url(/hc/theming_assets/01KCKV752Z99S3RVX9J2KVKXEQ) format('woff'),
    /* Modern Browsers */
    url(/hc/theming_assets/01KCR2GWEDTR37232HS0JSQY7E) format('truetype');
  /* Safari, Android, iOS */
}

@media (min-width: 1024px) {
  body>main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  font-family: 'MinecraftTenv2', 'Noto Sans', 'Arial', 'sans-serif';
  text-transform: capitalize;
  letter-spacing: -0.54px;
}

h2 {
  font-size: 24px;
  font-family: 'MinecraftTenv2', 'Noto Sans', 'Arial', 'sans-serif';
  margin: 33px 0;
  line-height: 28px;
  text-transform: capitalize;
}

h3 {
  font-size: 22px;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
}

h4 {
  font-size: 20px;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
}

h5 {
  font-size: 18px;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
}

h6 {
  font-size: 16px;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
}

a {
  color: #6CC349;
  text-decoration: underline;
}

input,
textarea {
  font-size: 16px;
}

input {
  max-width: 100%;
  outline: none;
  transition: border 0.12s ease-in-out;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01KBQCSNKC7WCNDYKC31AVVV35) right 10px center no-repeat #fff;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  width: 100%;
}

textarea {
  border-radius: 2px;
  width: 100%;
  padding: 10px;
}

select,
textarea {
  border: 1px solid #ddd;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border: 1px solid rgba(1, 137, 68, 1);
}

.container-divider {
  margin-bottom: 20px;
}

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

.error-page {
  padding: 0;
}

.error-page p {
  margin-top: 0;
  margin-bottom: 33px;
}

/***** Buttons *****/
.button,
[role='button'] {
  border: 1px solid rgba(1, 137, 68, 1);
  border-radius: 4px;
  color: rgba(1, 137, 68, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out,
    color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}

.button::after,
[role='button']::after {
  color: rgba(1, 137, 68, 1);
}

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

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

.button-large,
input[type='submit'],
input[type='submit']:not(:disabled) {
  border-radius: 0;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding: 8px 32px;
  border: 2px solid #262423;
  background: #3C8527;
  box-shadow: 0 -6px 0 0 #2A641C inset, 0 6px 0 0 #52A535 inset;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

@media (min-width: 768px) {

  .button,
  [role='button'],
  .button-large,
  input[type='submit'] {
    width: auto;
  }
}

.button-large:active,
input[type='submit']:active {
  background-color: #2a641c;
  box-shadow: none;
}

.button-large:hover,
input[type='submit']:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), #3c8527;
}

.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt:hover:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), #3c8527;
}

.button-large:focus,
input[type='submit']:focus {
  box-shadow: 0 0 0 0 #ffffff, 0 0 0 2px #1157be, inset 0 -6px 0 #2a641c, inset 0 6px 0 #52a535;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
}

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

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

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  color: #ffffff;
  background-color: #0f0e0e;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

.table th,
.table th a {  
  font-weight: 400;
  text-align: left;
}

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

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

.table td {
  display: block;
}

@media (min-width: 1024px) {

  .table td,
  .table th {
    padding: 20px 30px;
  }
}

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

  .table tr {
    display: table-row;
  }

  .table td {
    display: table-cell;
  }

  .table td,
  .table th {
    padding: 8px 0;
    height: 64px;
  }
}

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

.form-field~.form-field {
  margin-top: 33px;
  clear: both;
}

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

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

.form-field input:focus-visible {
  border: 1px solid rgba(1, 137, 68, 1);
}

.form-field input[type='text'] {
  border: 2px solid #aba09c;
  border-radius: 0;
}

.form-field input[type='text']:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.form-field input[type='checkbox'] {
  width: auto;
}

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

.form-field .nesty-input:focus {
  text-decoration: none;
}

.nesty-panel {
  background: #262423;
  box-shadow: 0 -2px 0 0 #000 inset, 0 2px 0 0 #3D3938 inset;
}

.nesty-panel ul,
.nesty-panel li {
  background: transparent;
}

.nesty-panel li {
  font-size: 16px;
  font-family: 'Noto Sans';
  line-height: 24px;
  padding: 11px 24px !important;
  color: #ffffff;
}

.nesty-panel li:hover,
.nesty-panel li:focus {
  background: #3D3938;
  cursor: pointer;
}

.nesty-panel li:focus-visible {
  outline-offset: -6px;
}

.nesty-panel li.nesty-selected {
  font-weight: normal;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6 12H4V10H6V12ZM4 10H2V8H4V10ZM8 10H6V8H8V10ZM2 8H0V6H2V8ZM10 8H8V6H10V8ZM12 6H10V4H12V6ZM14 4H12V2H14V4ZM16 2H14V0H16V2Z' fill='white'/%3E%3C/svg%3E") no-repeat;
  background-position: right 24px top 17px;
}

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

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

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

._2715e5a955900764cd26382067ffee2f-css {
  display: none;
}

.form-field p {
  color: #fff;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading='true'] input,
[data-loading='true'] textarea {
  background: transparent url(/hc/theming_assets/01KBQCSNKTBG18YJ85W9R9VHEH) 99% 50% no-repeat;
  background-size: 16px 16px;
}

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

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

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

.form .suggestion-list label {
  display: block;
  padding-bottom: 18px;
}

.form .suggestion-list li {
  padding: 0 0 33px 0;
}

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

#hc-wysiwyg,
#hc-wysiwyg [role=menu],
#hc-wysiwyg [role=form],
.form-field .nesty-input,
.form-field input,
#hc-wysiwyg [role=form] input,
#community_comment_body,
.AfJa5gaOdL77fSqQVpcgrZ0nk9htAbIM.swFTRUfqWjrtiuaHdVeUXggF8kL6TCZS,
.AfJa5gaOdL77fSqQVpcgrZ0nk9htAbIM.FctaekFGDijI_ezedZNOQN3lde9Uk9J_ {
  border: 2px solid #ABA09C;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #262423;
  box-shadow: 0 -6px 0 0 rgba(0, 0, 0, 0.50) inset, 0 4px 0 0 rgba(255, 255, 255, 0.10) inset;
  border-radius: 0;
}
#hc-wysiwyg input {
  	min-height: auto;
}
#hc-wysiwyg [role=form] {
    height: 50px;
    line-height: 35px;
}
#hc-wysiwyg [role=form] input,
#hc-wysiwyg [role=form] span:first-of-type {
  	height: 30px;
}
#hc-wysiwyg [role=form] span:first-of-type {
    margin-top: 3px;
    line-height: 30px;
  	border:0;
}
#hc-wysiwyg [role=form] span:first-of-type,
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt {
    border: 2px solid #262423;
    background: #3C8527;
    box-shadow: 0 -6px 0 0 #2A641C inset, 0 6px 0 0 #52A535 inset;
}

#hc-wysiwyg [role=form] [role=button],
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt,
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt:hover {
  color: #ffffff;
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.FNLXLg5_kf5DKjjWcLrC7AR1EkigZAmc.dp13NlBBtnZOqs6PtOS53wMHTwyOzYq7:after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2714%27%20height%3D%2714%27%20viewBox%3D%270%200%2014%2014%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M2%2014H0V12H2V14ZM14%2014H12V12H14V14ZM4%2012H2V10H4V12ZM12%2012H10V10H12V12ZM6%2010H4V8H6V10ZM10%2010H8V8H10V10ZM8%208H6V6H8V8ZM6%206H4V4H6V6ZM10%206H8V4H10V6ZM4%204H2V2H4V4ZM12%204H10V2H12V4ZM2%202H0V0H2V2ZM14%202H12V0H14V2Z%27%20fill%3D%27white%27/%3E%3C/svg%3E") !important;
  opacity: 1;
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.FNLXLg5_kf5DKjjWcLrC7AR1EkigZAmc[title="Close"] {
  background: transparent;
  box-shadow: none;
  border: 0 !important;
}

.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.FNLXLg5_kf5DKjjWcLrC7AR1EkigZAmc[title='Close'] {
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.FNLXLg5_kf5DKjjWcLrC7AR1EkigZAmc[title='Close']:hover::after,
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.FNLXLg5_kf5DKjjWcLrC7AR1EkigZAmc[title='Close']:hover::before,
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.FNLXLg5_kf5DKjjWcLrC7AR1EkigZAmc[title='Close']:focus::after,
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.FNLXLg5_kf5DKjjWcLrC7AR1EkigZAmc[title='Close']:focus::before {
  @media (forced-colors: active) {
    filter: invert(1);
  }
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt[title="Close"]:hover:hover,
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt[title="Close"]:focus {
  background: transparent;
 	@media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: brightness(1);
  }
}
.wysiwyg-icon-formats {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOSAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTUuMDA4IDExLjQyNEgzLjU2OFYxLjI2NEgwVjBIOC41NlYxLjI2NEg1LjAwOFYxMS40MjRaIiBmaWxsPSIjRURFNUUyIi8+Cjwvc3ZnPg==") no-repeat center center !important;
  }
  .wysiwyg-icon-bold {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgOSAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAgMEgzLjU1MkM1LjA2NjY3IDAgNi4yMTMzMyAwLjIxMzMzMyA2Ljk5MiAwLjY0QzcuNzgxMzMgMS4wNjY2NyA4LjE3NiAxLjgxODY3IDguMTc2IDIuODk2QzguMTc2IDMuNTQ2NjcgOC4wMjEzMyA0LjA5NiA3LjcxMiA0LjU0NEM3LjQxMzMzIDQuOTkyIDYuOTgxMzMgNS4yNjQgNi40MTYgNS4zNlY1LjQ0QzYuNzg5MzMgNS41MjUzMyA3LjEzMDY3IDUuNjY0IDcuNDQgNS44NTZDNy43NiA2LjAzNzMzIDguMDEwNjcgNi4zMDkzMyA4LjE5MiA2LjY3MkM4LjM3MzMzIDcuMDM0NjcgOC40NjQgNy41MTQ2NyA4LjQ2NCA4LjExMkM4LjQ2NCA5LjE0NjY3IDguMDg1MzMgOS45NTczMyA3LjMyOCAxMC41NDRDNi41ODEzMyAxMS4xMzA3IDUuNTYyNjcgMTEuNDI0IDQuMjcyIDExLjQyNEgwVjBaTTIuNDE2IDQuNTI4SDMuODI0QzQuNTI4IDQuNTI4IDUuMDEzMzMgNC40MjEzMyA1LjI4IDQuMjA4QzUuNTU3MzMgMy45ODQgNS42OTYgMy42NTMzMyA1LjY5NiAzLjIxNkM1LjY5NiAyLjc3ODY3IDUuNTM2IDIuNDY0IDUuMjE2IDIuMjcyQzQuODk2IDIuMDggNC4zODkzMyAxLjk4NCAzLjY5NiAxLjk4NEgyLjQxNlY0LjUyOFpNMi40MTYgNi40NDhWOS40MjRINEM0LjcyNTMzIDkuNDI0IDUuMjMyIDkuMjg1MzMgNS41MiA5LjAwOEM1LjgwOCA4LjcyIDUuOTUyIDguMzQxMzMgNS45NTIgNy44NzJDNS45NTIgNy40NDUzMyA1LjgwMjY3IDcuMTA0IDUuNTA0IDYuODQ4QzUuMjE2IDYuNTgxMzMgNC42ODggNi40NDggMy45MiA2LjQ0OEgyLjQxNloiIGZpbGw9IiNFREU1RTIiLz4KPC9zdmc+") no-repeat center center !important;
  }
  .wysiwyg-icon-italic {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNyAxMiIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTAgMTEuNDI0TDAuMTYgMTAuNjRMMS41MiAxMC4zMkwzLjQ3MiAxLjEwNEwyLjI1NiAwLjhMMi40MTYgMEg2LjQxNkw2LjI1NiAwLjhMNC44OCAxLjEwNEwyLjkyOCAxMC4zMkw0LjE2IDEwLjY0TDQgMTEuNDI0SDBaIiBmaWxsPSIjRURFNUUyIi8+Cjwvc3ZnPg==") no-repeat center center !important;
  }
  .wysiwyg-icon-bullist {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDExIDExIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMyAxMUgwVjhIM1YxMVpNMTEgMTBINFY5SDExVjEwWk0zIDdIMFY0SDNWN1pNMTEgNkg0VjVIMTFWNlpNMyAzSDBWMEgzVjNaTTExIDJINFYxSDExVjJaIiBmaWxsPSIjRURFNUUyIi8+Cjwvc3ZnPg==") no-repeat center center !important;
  }
  .wysiwyg-icon-code-block {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTEgMTBIMVY5SDExVjEwWk0xIDlIMFYxSDFWOVpNMTIgOUgxMVYxSDEyVjlaTTEwIDhINVY3SDEwVjhaTTMgN0gyVjZIM1Y3Wk00IDZIM1Y1SDRWNlpNNSA1SDRWNEg1VjVaTTQgNEgzVjNINFY0Wk0zIDNIMlYySDNWM1pNMTEgMUgxVjBIMTFWMVoiIGZpbGw9IiNFREU1RTIiLz4KPC9zdmc+") no-repeat center center !important;
  }
 .wysiwyg-icon-link {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNSAxMkgyVjExSDVWMTJaTTIgMTFIMVYxMEgyVjExWk02IDExSDVWMTBINlYxMVpNMSAxMEgwVjdIMVYxMFpNNyAxMEg2VjlIN1YxMFpNNCA5SDNWOEg0VjlaTTUgOEg0VjdINVY4Wk0yIDdIMVY2SDJWN1pNNiA3SDVWNkg2VjdaTTEwIDdIOVY2SDEwVjdaTTMgNkgyVjVIM1Y2Wk03IDZINlY1SDdWNlpNMTEgNkgxMFY1SDExVjZaTTggNUg3VjRIOFY1Wk0xMiA1SDExVjJIMTJWNVpNOSA0SDhWM0g5VjRaTTYgM0g1VjJINlYzWk03IDJINlYxSDdWMlpNMTEgMkgxMFYxSDExVjJaTTEwIDBWMUg3VjBIMTBaIiBmaWxsPSIjRURFNUUyIi8+Cjwvc3ZnPg==") no-repeat center center !important;
  }
.wysiwyg-icon-quote {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="7" viewBox="0 0 9 7" fill="none"><path d="M3 7H2V6H3V7ZM8 7H7V6H8V7ZM3 0V1H1V3H3V1H4V6H3V4H0V0H3ZM8 1H6V3H8V1H9V6H8V4H5V0H8V1Z" fill="%23EDE5E2"/></svg>') no-repeat center center !important;
  }
.wysiwyg-icon-numlist {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" focusable="false" viewBox="0 0 12 12"><path fill="%23ffffff" d="M4.5 3a.5.5 0 010-1h6a.5.5 0 110 1h-6zm0 4a.5.5 0 010-1h6a.5.5 0 110 1h-6zm0 4a.5.5 0 110-1h6a.5.5 0 110 1h-6zM1.49 3.22c-.13 0-.21-.08-.21-.22v-.09c0-.13.08-.21.21-.21h.28V1.57l-.05.05c-.05.05-.1.07-.15.07-.04 0-.1-.01-.15-.08l-.07-.06a.242.242 0 01-.06-.15c0-.04.01-.09.07-.15l.41-.39c.07-.07.14-.1.22-.1h.14c.13 0 .21.08.21.22V2.7h.28c.13 0 .22.08.22.21V3c0 .13-.08.22-.22.22H1.49zm-.12 4.02c-.14 0-.23-.09-.23-.22 0-.58.38-.85.69-1.06.21-.15.39-.27.39-.42 0-.18-.14-.24-.27-.24-.15 0-.24.1-.28.14-.05.06-.11.09-.17.09a.21.21 0 01-.13-.05l-.08-.07c-.1-.08-.12-.19-.05-.29.13-.17.36-.38.75-.38.49 0 .83.31.83.76 0 .46-.37.71-.66.9-.17.11-.31.21-.37.32h.84c.13 0 .22.08.22.21v.09c0 .14-.08.22-.22.22H1.37zm.59 4c-.32 0-.56-.13-.71-.24-.1-.08-.12-.19-.04-.3l.06-.1c.05-.08.12-.1.16-.1.04 0 .09.01.13.04.08.06.21.13.37.13.19 0 .33-.11.33-.26 0-.25-.31-.28-.41-.28-.15 0-.22-.04-.27-.14a.239.239 0 01.03-.29s.37-.44.38-.45h-.56c-.13 0-.21-.08-.21-.21v-.08c0-.13.08-.22.21-.22h1.13c.13 0 .22.08.22.21s-.03.19-.08.26l-.41.48c.3.09.56.33.56.72-.01.41-.31.83-.89.83z"/></svg>') no-repeat center center !important;
}
#hc-wysiwyg [role=separator] {
  background: #6B6562;
}
#hc-wysiwyg [role=menu]>[role=button] {
    background: #262423;
}
#hc-wysiwyg [role=menu]>[role=button]:hover,
#hc-wysiwyg [role=menu]>[role=button]:focus {
  background: #3D3938;
}

@media (forced-colors: active) and (prefers-color-scheme: light) {
  #hc-wysiwyg [class^='wysiwyg-icon-'] {
    filter: invert(1);
  }
}

@media (forced-colors: active) {
  #hc-wysiwyg [role='separator'] {
    filter: invert(1);
  }
}

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

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

.user-info>[role='button']::after {
  padding-right: 15px;
  vertical-align: middle;
}

[dir='rtl'] .user-info>[role='button']::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
}

.user-info.dropdown .dropdown-toggle[role='button'] {
  text-decoration: none;
}

@media (min-width: 768px) {

  .user-info .dropdown-toggle::after,
  #user #user-name {
    display: inline-block;
  }
}

.topNavbar .navLink .svg-icon {
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0;
  padding: 0;
}

.breadcrumbs li+li::before {
  content: '';
  margin: 0 4px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H2V2H0V0ZM4 4H2V2H4V4ZM4 6V4H6V6H4ZM2 8H4V6H2V8ZM2 8V10H0V8H2Z" fill="%23ABA09C"/></svg>') no-repeat;
  width: 6px;
  height: 10px;
  display: inline-block;
}

.breadcrumbs li a,
.breadcrumbs li {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  color: #ffffff;
  display: inline;
}

.breadcrumbs li:last-child a,
.breadcrumbs li:last-child {
  font-weight: 400;
  text-decoration: none;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type='search'] {
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #999;
  box-sizing: border-box;
  height: 40px;
  padding: 0 40px 0 40px;
  -webkit-appearance: none;
  width: 100%;
}

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

.search input[type='search']:focus {
  border: 1px solid rgba(1, 137, 68, 1);  
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: '\1F50D';
  font-size: 18px;
  position: absolute;
  left: 15px;
}

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

.search-full input[type='search'] {
  border: 1px solid #fff;
}

/***** Hero component *****/
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

h1.custom-h1 {
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: normal;
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 16px;
}

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

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }

  .page-header .section-subscribe {
    margin-bottom: 0;
  }

  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }

  .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: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}

.blocks-item {
  border: 1px solid #6CC349;
  color: rgba(1, 137, 68, 1);
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

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

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

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  outline: 3px solid #6CC349;
  background: rgba(108, 195, 73, 0.25);
  border: 0;
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}

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

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

.blocks-item-internal a {
  color: #ffffff;
}

.blocks-item-internal .meta-data {
  color: #ABA09C;
}

.blocks-item-link {
  padding: 24px;
  text-decoration: none;
  height: 100%;
}

.blocks-item-link:focus-visible {
  @media screen and (forced-colors: active) {
    outline-offset: 8px;
  }
}

.blocks-item-title {
  margin-bottom: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  margin-top: 4px;
}

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

.blocks-item-description:not(:empty) {
  margin: 8px 0;
}

.blocks-item:hover .meta-data,
.blocks-item:focus .meta-data,
.blocks-item:active .meta-data {
  color: #D0C5C0;
}

.community-topic-dropdown {
  font-size: 16px;
  font-family: 'Noto Sans', sans-serif;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 10px;
}
/***** Category page *****/


/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.promoted-articles-item {
  flex: 1 0 auto;
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #6CC349;
  color: #6CC349;
  display: block;
  padding: 24px;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }

  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }

  [dir='rtl'] .promoted-articles-item {
    padding: 0 0 0 30px;
  }

  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #6CC349;
  }
}

/***** Sections in homepage *****/
@media screen and (min-width: 767.98px) {
  .hero_banner .MC_ambientHeroB {
    min-height: 890px;
    --grid-size: 720px;
  }

  .textSection .MC_textBannerA,
  .listBoxSection .MC_cardH {
    --grid-size: 720px;
  }

  .hero_banner .MC_ambientHeroB_contentWrapper {
    padding-left: 15px;
  }
}

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

  .hero_banner .MC_ambientHeroB,
  .textSection .MC_textBannerA,
  .listBoxSection .MC_cardH {
    --grid-size: 960px;
  }
}

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

  .hero_banner .MC_ambientHeroB,
  .textSection .MC_textBannerA,
  .listBoxSection .MC_cardH {
    --grid-size: 1140px;
  }
}

.hero_banner .MC_ambientHeroB {
  overflow: unset;
}

.hero_banner .MC_ambientHeroB,
.textSection .MC_textBannerA,
.listBoxSection .MC_cardH {
  padding-left: 15px;
  padding-right: 15px;
}

.hero_banner {
  overflow: hidden;
}

/***** Featured content section in homepage *****/
section.feedListSection {
  background: #262423;
}

.feedListSection .featured-content {
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -0.84px;
  text-align: center;
  margin: 0 0 24px 0;
}

.feedListSection .feedList {
  padding-bottom: 24px;
  display: table;
}

.feedListSection .feedList:last-child {
  padding-bottom: 32px;
}

.feedListSection .feedList .feedTitle {
  display: table-cell;
  padding: 0 0 0 24px;
  vertical-align: middle;
}

.feedListSection .h3 {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 28px;
}

.feedListSection hr {
  display: none;
}

@media only screen and (max-width: 767px) {
  .feedListSection .col-md-2 {
    display: none;
  }

}

@media only screen and (max-width: 991px) {
  .feedListSection hr {
    width: 30%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d8d8d8;
    margin: 54px auto 48px auto;
    padding: 0;
  }

  .feedListSection .col-divider {
    display: none;
  }
}

/***** Image text block in homepage *****/
.imageTextBlock {
  background: #171615;
}

.imageTextBlock h2 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.54px;
  color: #ffffff;
  margin-bottom: 32px;
}

.imageTextBlock a.quick-link {
  display: inline-block;
  margin-bottom: 8px;
}

.imageTextBlock ul {
  list-style: square;
  padding-left: 43px;
}

.imageTextBlock img {
  width: 100%;
  max-width: 262px;
}

@media only screen and (max-width: 767px) {
  .imageTextBlock img {
    width: 75%;
  }
}

@media only screen and (max-width: 991px) {
  .imageTextBlock img {
    float: none;
    margin-bottom: 37px;
  }
}

/***** Listbox section in homepage *****/
section.listBoxSection {
  background: #262423;
  padding: 80px 0;
}

/***** Text section in homepage *****/
.textSection {
  background: #000000;
}
.textSection > div {
  padding-top: 0;
  padding-bottom: 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
h2.recent-activity-header {
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
  margin-bottom: 17px;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ABA09C;
  padding: 16px 0;
}

.recent-activity-item h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom:8px;
}

.recent-activity-item .recent-activity-item-parent {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.recent-activity-item-parent,
.recent-activity-item-link {
  margin: 6px 0;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {

  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }

  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }

  [dir='rtl'] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time,
.recent-activity-item-comment {
  display: inline-block;
  font-size: 14px;
  color: #ABA09C;
}

.recent-activity-item-comment {
  padding-left: 8px;
  color: #ffffff;
}

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

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

.recent-activity-item-comment span::before {
  color: rgba(1, 137, 68, 1);
  content: '';
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.66699 14.6664H5.33398V13.3334H6.66699V14.6664ZM5.33398 13.3334H4.00098V12.0004H5.33398V13.3334ZM12.001 13.3334H6.66699V12.0004H12.001V13.3334ZM4.00098 12.0004H2.66699V10.6664H4.00098V12.0004ZM13.334 12.0004H12.001V10.6664H13.334V12.0004ZM2.66699 10.6664H1.33398V4.00037H2.66699V10.6664ZM14.667 10.6664H13.334V4.00037H14.667V10.6664ZM4.00098 4.00037H2.66699V2.66638H4.00098V4.00037ZM13.334 4.00037H12.001V2.66638H13.334V4.00037ZM12.001 2.66638H4.00098V1.33337H12.001V2.66638Z" fill="white"/></svg>') no-repeat;
width: 16px;
height: 16px;
margin-right: 4px;
}

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

.recent-activity-controls {
  padding: 33px 0;
}

/***** Category pages *****/
.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }

  .section-tree .section {
    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 {
  margin-bottom: 0;
}

.section-tree-title a {
  color: #ffffff;
  text-decoration: none;
}

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

.icon-star::before {
  color: #6CC349;
  font-size: 18px;
}

/***** Section pages *****/
.section-content h1 {
  margin-bottom: 16px;
}

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

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

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 100%;
  padding: 0;
}

.article-title {
  margin-bottom: 0;
}

.article-container {
  display: flex;
  flex-direction: column;
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 33px;
}

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

.article [role='button'] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.article-content {
  word-wrap: break-word;
}

.article-body p span {
  background-color: transparent !important;
  color: #ffffff !important;
}

.article-body ul.code-line {
  margin-bottom: 20px;
  margin-top: 5px;
}

.article-body h3.code-line {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
  }

  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }

  .article [role='button'] {
    width: auto;
  }
}

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

.sidenav-item {
  border-radius: 4px;
  color: #ffffff;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: rgba(1, 137, 68, 1);
  color: #FFFFFF;
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

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

.attachments .attachment-item::before {
  color: #ffffff;
  content: '\1F4CE';
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li {
  margin: 0 2px 5px 2px;
}

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

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

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

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

.share a:hover::before {
  color: rgba(1, 137, 68, 1);
}

.share a:focus {
  outline-offset: 4px;
}

.share-twitter::before {
  content: '';
  background: url(/hc/theming_assets/01KHREBFSEET8KGVVFXDEBARYT) no-repeat;
  width: 32px;
  height: 32px;
  position: relative;
  top: -5px;
  left: -5px;
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}

@media screen and (forced-colors: active) {
  .share .share-twitter:hover::before {
    content: url(/hc/theming_assets/01KBQCSNJKBWMV99Z6EDC732W3);
  }
}

.share-facebook::before {
  content: '';
  background: url(/hc/theming_assets/01KHRDW329CYM7N8EV0F0TYRKX) no-repeat;
  width: 12px;
  height: 22px;
  position: relative;
  left: 5px;
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}

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

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 6px solid #434343;
  padding: 24px 0 32px 0;
}

.comment:last-child {
  padding-bottom: 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 {
  display: block;
  font-size: 14px;
  margin-bottom: 16px;
  line-height: 21px;
}

.comment-callout a {
  color: #6CC349;
}

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

.comment-sorter a {
  padding: 8px 32px;
  color: #6CC349;
  margin-right: 16px;
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  border: 2px solid #018944;
  letter-spacing: -0.27px;
  text-transform: uppercase;
  text-decoration: none;
}

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

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

.comment-wrapper.comment-official {
  border: 1px solid rgba(1, 137, 68, 1);
  padding: 40px 20px 20px;
  width: 100%;
}

.comment-official .comment-meta {
  margin-left: 12px;
}

.comment-info {  
  width: 100%;
}

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

  .comment-author {
    justify-content: space-between;
  }

  .comment-labels {
    flex-basis: auto;
  }

  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }

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

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

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

.comment-ccs {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.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:hover,
.vote a:focus {
  text-decoration: none;
}

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

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

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

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

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

.vote-voted::before {
  color: rgba(1, 137, 68, 1);
}

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

.voteBox {
  display: flex;
  height: 80px;
  width: 80px;
  background: #3D3938;
  border: 4px solid #6CC349;
  padding: 14px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.voteBox .voteBoxInner {
  display: block;
}

.voteBox .voteBoxInner span {
  display: block;
  line-height:24px;
}

.voteBox .voteBoxInner span:first-child {
  font-size: 20px;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle,
.actions .dropdown-toggle[role='button'] {
  font-size: 0;
  margin: 15px 0;
  line-height: 2.34;
}

.actions .dropdown-toggle,
.actions .dropdown-toggle[role='button'] {
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}

.actions .dropdown-toggle.update-margin[role='button'] {
  margin: 5px 0;
}

.actions .dropdown-toggle::before {
  content: '';
  display: block;
  padding: 5px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"> <path d="M22 18L22 20L12 20L12 18L22 18ZM22 11L22 13L18 13L18 11L22 11ZM22 4L22 6L10 6L10 4L22 4ZM14 11L14 10L16 10L16 14L14 14L14 13L2 13L2 11L14 11ZM8 18L8 17L10 17L10 21L8 21L8 20L2 20L2 18L8 18ZM8 3L8 7L6 7L6 6L2 6L2 4L6 4L6 3L8 3Z" fill="white"/></svg>') no-repeat center center;
  width: 24px;
  height: 24px;
}

.actions .dropdown-menu [role='menuitem'] {
  outline-offset: -4px;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01KBQCSQYBC10W3R3KXWKB7GDP);
  margin-bottom: 10px;
}

.community-footer {
  text-align: center;
}
.community-footer p {
	margin-top: 0;
}

.community-featured-posts,
.community-activity {
  width: 100%;
}

.community-featured-posts h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.27px;
  text-transform: capitalize;
  text-align: left;
  margin-bottom: 20px;
}

.community-header {
  margin-bottom: 33px;
}

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

.post-to-community {
  margin-top: 6px;
  justify-content: right;
  display: flex;
}

/* Community topics grid */
.topics-item .meta-group {
  justify-content: center;
  margin: 8px 0;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }

  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

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

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 16px;
}

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

.community-follow [role='button'] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
}

.postSection .community-follow [role='button']:hover {
  text-decoration: underline;
}

.community-follow [role='button']:hover::after,
.community-follow [role='button']:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role='button'][aria-selected='true'] {
  background-color: rgba(1, 137, 68, 1);
  color: #FFFFFF;
}

.community-follow [role='button'][aria-selected='true']::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.community-follow [role='button'][aria-selected='true']:hover {
  background-color: #002412;
  border-color: #002412;
}

.community-follow [role='button']::after {
  border-left: 1px solid rgba(1, 137, 68, 1);
  content: attr(data-follower-count);
  color: rgba(1, 137, 68, 1);
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role='button']::after {
    position: static;
  }
}

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

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ABA09C;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px 0;
}
.striped-list-item .separator {
  padding: 0 8px;
}
.post-steps-container {
  display: none;
}
.striped-list-info {
  flex: 2;
}

.striped-list-title {
  margin-bottom: 10px;
  margin-right: 5px;
}

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

.striped-list-count {
  font-size: 14px;
  justify-content: flex-start;
  text-transform: capitalize;
}

.striped-list-count-item::after {
  content: '·';
  display: inline-block;
  padding: 0 5px;
}

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

.striped-list-number {
  text-align: center;
  color: #ffffff;
}

.striped-list-count-item {
  color: #ABA09C;
}	

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }

  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }

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

  .striped-list-number {    
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: rgba(1, 137, 68, 1);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin-right: 2px;
  padding: 2.2px 8px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
  letter-spacing: 0.56px;
}

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

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

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

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

[dir='rtl'] .status-label-official {
  left: 30px;
  right: auto;
}

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

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

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

.post-container {
  display: flex;
  flex-direction: column;
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}

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

.post-title {
  margin-bottom: 20px;
}

.post-title h1 {
  margin-bottom: 11px;
}
.post-body p {
  margin-top: 5px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }

  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

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

.post-info-container {
  display: flex;
  margin-bottom: 33px;
}

.post-info {
  padding-right: 20px;
}

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

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 12px;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-comments {
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }

  .post-container {
    flex-direction: row;
  }

  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ABA09C;
  border-top: 1px solid #ABA09C;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}

.collapsible-nav-list li {
  color: #ffffff;
  line-height: 45px;
  order: 1;
}

.collapsible-nav-list li a {
  color: #ffffff;
  display: block;
}

.collapsible-nav-list li.selected,
.collapsible-nav-list li[aria-selected='true'] {
  order: 0;
  position: relative;
}

.collapsible-nav-list li.selected a {
  color: #ffffff;
}

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

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
    overflow: unset;
    font-size: 16px;
  }

  .collapsible-nav-list {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .collapsible-nav-list li {
    line-height: 24px;
    margin-right: 16px;
  }

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

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

  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ABA09C;
  }

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

  .collapsible-nav-list li.selected,
  .collapsible-nav-list li[aria-selected='true'] {
    border-bottom: 4px solid #6CC349;
    color: #6CC349;
    order: 1;
    padding: 10px 0;
  }

  .collapsible-nav-list li.selected::after,
  .collapsible-nav-list li[aria-selected='true']::after {
    display: none;
  }
}

[dir='rtl'] .collapsible-nav-list li.selected::after {
  left: 0;
  right: auto;
}

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

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

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

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

.collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-title::after {
  content: '\2715';
  top: auto;
  transform: none;
}

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

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }

  .collapsible-sidebar[aria-expanded='true'] .collapsible-sidebar-title::after {
    display: none;
  }

  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir='rtl'] .collapsible-sidebar-title::after,
[dir='rtl'] .collapsible-nav-list li[aria-selected='true']::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  border: 0;
  margin-bottom: 36px;
}

.my-activities-sub-nav {
  background-color: transparent;
  margin-bottom: 36px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

.my-activities-table thead {
  display: none;
}

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

@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 th:first-child,
  .my-activities-table td:first-child {
    width: 468px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

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

  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .my-activities-nav {
    background: #262423;
  }
}
/* Requests table */
.request-container .comment-fields textarea {
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5) inset;
  border: 2px solid #aba09c;
  background: #262423;
  border-radius:0;
}

.request-container .comment-fields textarea:focus-visible,
.request-container .upload-dropzone:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #ffffff;
}

.request-container .comment-show-container-content {
  padding-bottom: 8px;
  display: inline-block;
}

.request-breadcrumbs {
  margin-bottom: 36px;
}

/* Following table */
.subscriptions-unsubscribe a {
  border: 2px solid #6CC349;
  display: inline-block;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscriptions-unsubscribe a:hover {
  background-color: #002412;
}

.subscriptions-unsubscribe a:focus-visible {
  outline-offset: 4px;
}

.subscriptions-table td:last-child {
  display: block;
}

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

@media (max-width: 767px) {
  .subscriptions-unsubscribe a {
    display: inline-block;
    min-height: initial;
  }
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}

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

.my-activities-following-header .dropdown {
  border: 2px solid #ABA09C;
  background: #262423;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.50) inset;
  margin-bottom: 16px;
}

.my-activities-following-header .dropdown-toggle {
  min-width: 224px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 48px;
}

.my-activities-following-header .dropdown-toggle:focus-visible {
  outline-offset: 4px;
}

.my-activities-following-header .dropdown-menu {
  min-width: 224px;
  font-size: 16px;
  padding-top: 0;
  bottom: auto;
}

.subscriptions-table tr,
.table tr {
  border-bottom: 1px solid #ABA09C;
}
.my-activities-header h1 {
  margin-bottom: 36px;
}
/* Contributions table */
.contributions-table td,
.contributions-table th {
  padding: 8px 18px;
}

.no-activities {
  margin-top: 20px;
}

/***** Pagination *****/
nav.pagination,
.newPagination {
  display: none;
}

.newPagination {
  margin-top: -15px;
}

.newPagination .is-disabled a {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  font-size: 14px;
  color: #ABA09C;
}

.meta-data:not(:last-child)::after {
  content: '\00B7';
  margin: 0 5px;
}
.Y529S29MZiqjIotD8bhQGAAUEMd38UkM  .ORFRctTivKsYgYgOD31rQVCTR_ze5SRP,
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT{
  color: #ffffff !important;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
}


/***** Icons *****/
[class^='icon-']::before,
[class*=' icon-']::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li.selected::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before,
.collapsible-nav-list li[aria-selected='true']::after{
  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-agent::before {
  content: '\1F464';
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #0f0e0e;
}

.profile-header.container {
  margin-top: 80px;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 16px;
}

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

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

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

.profile-header .basic-info {
  hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
}

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

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.profile-header .options [data-action='edit-profile'] {
  background-color: rgba(1, 137, 68, 1);
  border: 0;
  color: #FFFFFF;
  line-height: normal;
  padding: 8px 20px;
}

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

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #fff;
  font-weight: 300;
  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;
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(1, 137, 68, 1);
  border-radius: 4px;
  color: rgba(1, 137, 68, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

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

.profile-nav {
  background-color: #0a0909;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }

  [dir='rtl'] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }

  .profile-stats-counters .stat {
    flex-direction: row;
  }

  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }

  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

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

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-section-sorter {
  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;
  right: 0;
}

[dir='rtl'] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

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

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

.profile-contribution-header a {
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
}

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

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

.profile-contribution-list > .profile-contribution:first-child {
  border: 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;
}

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

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

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

[dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

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

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

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

[dir='rtl'] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

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

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

.profile-activity-description {
  hyphens: auto;
  word-break: break-word;
  margin: 0;
}

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

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  background-color: #0f0e0e;
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: '';
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #171615;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: 'copenhagen-icons';
}

[dir='rtl'] .profile-activity::before {
  right: 0;
}

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

  .profile-header .options {
    flex-wrap: nowrap;
    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-stats-activity {
    border-top: 0;
    flex-direction: row;
  }

  .profile-stats-activity .stat {
    flex-direction: column;
  }

  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }

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

  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }

  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }

  [dir='rtl'] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }

  .profile-stats-counters .stat {
    flex-direction: column;
  }

  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }

  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }

  .profile-private-badge {
    flex-basis: auto;
  }

  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }

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

  .profile-section-sorter {
    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-list>.profile-contribution {
    padding-left: 30px;
  }

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

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

  [dir='rtl'] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }

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

  [dir='rtl'] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }

  .profile-activity {
    padding-left: 20px;
  }

  [dir='rtl'] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }

  .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 {
    margin-left: 0;
  }

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

  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }

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

  .profile-activity::before {
    left: -14px;
  }

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

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

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

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

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.searchPageSection .page-header h1 {
  text-align: center;
  margin-top: 24px;
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }

  .search-results-column {
    flex: 0 0 45%;
  }
}

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

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

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

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

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

[dir='ltr'] .search-result-votes,
[dir='ltr'] .search-result-meta-count {
  margin-left: 5px;
}

[dir='ltr'] .search-result-votes::before,
[dir='ltr'] .search-result-meta-count::before {
  margin-right: 3px;
}

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

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

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

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

.search-result .meta-group {
  align-items: center;
}

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

.searchPageSection .filters-in-section .multibrand-filter-list-wrapper a:hover,
.searchPageSection .filters-in-section .multibrand-filter-list-wrapper a:focus {
  box-shadow: none;
}

.searchPageSection .search-results-subheading {
  font-size: 20px;
  font-weight: normal;
  font-family: 'MinecraftSeven-v2';
  line-height: 24px;
  margin-top: 0;
  padding-bottom: 32px;
}

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

.searchPageSection .search-results-list .breadcrumbs {
  line-height: 15px;
}

.searchPageSection .search-results {
  padding-top: 44px;
}

.searchPageSection .search-results-list li.meta-data,
.searchPageSection .search-results-list .breadcrumbs li {
  color: #747676;
}

.searchPageSection .search-results-list .search-result-breadcrumbs li {
  display: contents;
}

.searchPageSection
  .search-results-list
  .search-result-list-item
  .search-results-description {
  margin: 8px 0;
  word-wrap: break-word;
}

.searchPageSection .search-results-list .search-result-list-item {
  position: relative;
}

.searchPageSection .search-result-body-container {
  display: inline-block;
  width: 84%
}

.searchPageSection
  .search-results-list
  .search-result-list-item
  .results-list-item-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: -0.27px;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  max-width: 80%;
}

.searchPageSection
  .search-results-list
  .search-result-list-item
  .meta-group
  .search-result-breadcrumbs
  li
  a,
.searchPageSection .search-results-list .search-result-list-item .meta-group {
  color: #6CC349;
}

.searchPageSection
  .search-results-list
  .search-result-list-item
  .meta-group
  .search-result-breadcrumbs
  li
  a:last-child {
  text-decoration: underline;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.searchPageSection
  .search-results-list
  .search-result-list-item
  .meta-group
  time {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
}

.searchPageSection .sidenav-item,
.searchPageSection .search-results-sidebar .see-all-filters {
  border-radius: 0;
}

.searchPageSection .search-results-sidebar .see-all-filters {
  width: 100%;
  text-align: left;
  position: relative;
}

.searchPageSection .search-results-sidebar .see-all-filters::after {
  top: 6px;
  padding-left: 5px;
  position: absolute;
}

.searchPageSection .search-results-sidebar .see-all-filters:focus {
  outline: 2px dotted;
}

.searchPageSection .search-results-sidebar .sidenav-item {
  margin-bottom: 0px;
}

.searchPageSection .search-results-sidebar .sidenav-item .sidenav-subitem {
  color: #4e4f4f;
}

.searchPageSection .search-results-sidebar .collapsible-sidebar-title {
  font-family: 'Torque-medium';
  color: #4e4f4f;
  font-weight: 200;
  font-size: 0.813em;
  line-height: 1.4;
}

.searchPageSection .search-results-sidebar {
  padding-top: 9px;
}

.searchPageSection .mob-title {
  display: none;
}

.searchPageSection .collapsible-sidebar {
  padding-top: 20px;
}

.searchPageSection .search-results-sidebar {
  padding-top: 14px;
  margin-bottom: 0px;
}

.searchPageSection .collapsible-sidebar-toggle {
  top: 8px;
}

.searchPageSection .search-results {
  padding-top: 0;
}

.searchPageSection .collapsible-sidebar-toggle {
  margin-top: 3px;
}

.searchPageSection .search-results-sidebar .collapsible-sidebar-title {
  margin: 0;
}

.searchPageSection .filters-in-section {
  width: 100%;
  position: relative;
  overflow: visible;
}

.searchPageSection .filters-in-section.fs-3 {
  margin-bottom: 50px;
}

.searchPageSection .search-results-sidebar {
  width: 100%;
}

.searchPageSection .search-results-filters {
  position: relative;
}

.searchPageSection .multibrand-filter-list,
.searchPageSection .collapsible-sidebar-wrapper {
  position: relative;
  background: #304925;
  border: none;
  margin-right: 40px;
}

.searchPageSection .search-results-sidebar {
  border-top: none;
}

.searchPageSection .filters-in-section {
  width: fit-content;
}

.searchPageSection.filters-in-section .sidenav-title {
  position: absolute;
  top: -20px;
}

.searchPageSection .mob-title {
  display: block;
  padding-left: 6px;
  font-size: 0.813em;
  line-height: 1.4;
}

.searchPageSection
  .search-results-sidebar
  .collapsible-sidebar[aria-expanded='false']
  .multibrand-filter-list {
  display: none;
}

.searchPageSection .search-results-sidebar {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 3px;
}

.searchPageSection .search-results {
  flex-direction: column;
}

.searchPageSection .collapsible-sidebar-toggle {
  display: inline-block;
  color: #4e4f4f;
  background-color: transparent;
}

.searchPageSection .collapsible-sidebar-toggle-icon {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 15px;
}

.searchPageSection .collapsible-sidebar-toggle:focus {
  border: none;
}

.searchPageSection .collapsible-sidebar-toggle {
  width: 100%;
}

.searchPageSection
  .collapsible-sidebar-toggle[aria-expanded='false']
  .chevron-icon {
  position: absolute;
  top: 8px;
  width: 15px;
  right: 5px;
}

.searchPageSection .search-results .meta-group .meta-data {
  color: #ffffff;
}

.searchPageSection .search-results .meta-group .meta-data::after {
  content: '';
  margin: 0;
}

.searchPageSection .search-results .meta-group .meta-data > a {
  font-size: 14px;
  line-height: 21px;
  word-wrap: break-word;
}

.searchPageSection .search-results-list > li:first-child {
  border-top: 0;
}

.searchPageSection .vote-count,
.searchPageSection .comment-count {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 21px;
}

.searchPageSection .vote-count span,
.searchPageSection .comment-count span {
  display: block;
}

.search-results-sidebar .sidenav-item.current {
  border-radius: 0;
  padding: 8px 10px;
}

.searchPageSection .search-results {
  display: flex;
  flex-direction: row;
}

.searchPageSection .search-results-container {
  width: 65%;
}

.searchPageSection .search-result-list-item .breadcrumbs li {
  font-size: 14px;
  line-height: 19px;
  color: #3c5d6d;
}

.searchPageSection .search-filters-container {
  width: 35%;
  height: max-content;
}

.searchPageSection .sidenav-item.current,
.searchPageSection .sidenav-item:hover {
  background: #6cc349;
  text-decoration: underline;
  color: #000000;
}

.searchPageSection .sidenav-item.current .sidenav-subitem {
  font-weight: 700;
}

.searchPageSection .search-results .meta-data time::before {
  content: '|';
  padding-right: 4px;
}

.searchPageSection
  .search-results
  .search-results-container
  .breadcrumbs
  li
  + li::before {
  content: '|';
  word-break: break-all;
  margin: 0 2px;
  background: none;
  width: auto;
}

.searchPageSection .search-results-list .meta-group li:first-child {
  margin-right: 2px;
  max-width: calc(100% - 90px);
}

.searchPageSection .search-results-list .search-result-icons {
  width: 15%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}

.searchPageSection .search-results-list .search-result-list-item {
  padding: 16px 0;
}

.searchPageSection
  .search-results-list
  .search-result-icons
  .search-result-votes,
.searchPageSection .search-result-meta-count {  
  border: 2px solid #6cc349;
}

.searchPageSection .search-result-votes::before,
.searchPageSection .search-result-meta-count::before {
  content: none;
}

.searchPageSection .search-result-votes,
.searchPageSection .search-result-meta-count {
  display: block;
  min-width: 88px;
  padding: 8px;
  position: relative;
  margin: 0;
}

.searchPageSection .search-result-votes + .search-result-meta-count {
  margin-top: 16px;
}

.searchPageSection .vote-count .vote-num,
.searchPageSection .comment-count .comment-num {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 10px;
}

.searchPageSection .vote-count .vote-title,
.searchPageSection .comment-count .comment-title {
  font-size: 14px;
}

.searchPageSection .vote-num::before {
  content: '';
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M2 22H4V24H0V20H2V22ZM6 22H4V20H6V22ZM4 20H2V18H4V20ZM8 20H6V18H8V20ZM6 18H4V16H6V18ZM10 18H8V16H10V18ZM22 18H20V16H22V18ZM8 16H6V14H8V16ZM12 16H10V14H12V16ZM20 16H18V10H20V16ZM24 16H22V6H24V16ZM10 14H8V12H10V14ZM14 14H12V12H14V14ZM12 12H10V10H12V12ZM16 12H14V10H16V12ZM14 10H12V8H14V10ZM18 10H16V8H18V10ZM16 8H14V6H16V8ZM14 6H8V4H14V6ZM22 6H20V4H18V2H22V6ZM8 4H6V2H8V4ZM18 2H8V0H18V2Z" fill="white"/></svg>')
    no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.searchPageSection .comment-num::before {
  content: '';
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M8 20H6V18H8V20ZM6 18H4V16H6V18ZM16 18H8V16H16V18ZM4 16H2V14H4V16ZM18 16H16V14H18V16ZM2 14H0V4H2V14ZM20 14H18V4H20V14ZM4 4H2V2H4V4ZM18 4H16V2H18V4ZM16 2H4V0H16V2Z" fill="white"/></svg>')
    no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@media (forced-colors: active) and (prefers-color-scheme: light) {
  .searchPageSection .vote-num::before,
  .searchPageSection .comment-num::before {
    filter: invert(1);
  }
}

.searchPageSection .search-results .sidenav-item {
  margin-bottom: 0;
  padding: 8px 16px;
  font-weight: 400;
}

.searchPageSection .search-results .sidenav-item:focus-visible {
  outline-offset: -4px;
}

.searchPageSection .collapsible-sidebar-body {
  display: block;
}

.searchPageSection .collapsible-sidebar-toggle {
  position: absolute;
  top: 8px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 100%;
  height: 37px;
  border-radius: 50%;
  background-color: #ffffff;
}

.searchPageSection .collapsible-sidebar-toggle,
.searchPageSection .collapsible-sidebar-toggle:focus {
  border: 1px solid #4e4f4f;
  border-radius: 0;
}

.searchPageSection
  .type-filter[aria-expanded='true']
  .collapsible-sidebar-toggle
  .chevron-icon,
.searchPageSection .type-filter .collapsible-sidebar-toggle .x-icon {
  display: none;
}

.searchPageSection
  .type-filter[aria-expanded='true']
  .collapsible-sidebar-toggle
  .x-icon {
  display: inline-block;
}

.searchPageSection li.desktop-primary-filter-list {
  height: 39px;
}

@media (min-width: 1200px) {
  .searchPageSection .search-results-container {
    flex: 1 0 574px;
    max-width: 100%;
    padding: 0;
  }

  .searchPageSection .search-filters-container {
    flex: 0 0 308px;
  }
}

@media (min-width: 768px) {
  .searchPageSection .selected-article.mob-comp,
  .searchPageSection .collapsible-sidebar-toggle {
    display: none;
  }

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

  .searchPageSection .search-results-subheading {
    display: block;
    text-align: center;
    border-bottom: 2px solid #262423;
  }

  .searchPageSection .search-results-container {
    margin-top: 10px !important;
  }

  .searchPageSection .search-results-list > li .search-result-body {
    max-width: 80%;
  }
}

@media (max-width: 767.98px) {
  .searchPageSection .search-filters-container,
  .searchPageSection .search-results-container {
    width: 100%;
  }

  .searchPageSection .search-results-subheading {
    border: 0;
  }

  .searchPageSection .collapsible-sidebar {
    position: absolute;
    width: 100%;
    height: 40px;
  }

  .searchPageSection .collapsible-sidebar[aria-expanded='false'] {
    height: 40px;
  }

  .searchPageSection .collapsible-sidebar[aria-expanded='true'] {
    height: auto;
  }

  .searchPageSection .selected-article.mob-comp {
    position: absolute;
    cursor: pointer;
    top: 8px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
  }

  .searchPageSection .multibrand-filter-list .sidenav-item .sidenav-subitem {
    font-size: 16px;
    line-height: 22px;
  }

  .searchPageSection .search-result-list-item .breadcrumbs li,
  .searchPageSection .search-results .meta-group .meta-data > a,
  .searchPageSection
    .search-results-list
    .search-result-list-item
    .meta-group
    time {
    font-size: 12px;
    line-height: 16px;
  }

  .searchPageSection .commynity-filters {
    top: 22px;
  }

  .searchPageSection .subfilters {
    top: 80px;
  }

  .searchPageSection .search-filters-container {
    position: relative;
    flex: 100%;
  }

  .searchPageSection .multibrand-filter-list,
  .searchPageSection .collapsible-sidebar-wrapper {
    margin-right: 0;
    background: #262423;
    margin-top: 19px;
  }

  .searchPageSection .collapsible-sidebar-toggle,
  .searchPageSection .collapsible-sidebar-toggle:focus {
    border: 0;
    border-radius: 0;
  }

  .searchPageSection .collapsible-sidebar-toggle {
    height: 37px;
    margin-top: 12px;
    background: #262423;
  }

  .searchPageSection
    .type-filter[aria-expanded='true']
    .collapsible-sidebar-toggle
    .chevron-icon,
  .searchPageSection .type-filter .collapsible-sidebar-toggle .x-icon {
    display: none;
  }

  .searchPageSection
    .type-filter[aria-expanded='true']
    .collapsible-sidebar-toggle
    .x-icon {
    display: inline-block;
    top: 8px;
  }

  .searchPageSection .collapsible-sidebar .multibrand-filter-list,
  .searchPageSection .collapsible-sidebar-wrapper {
    display: none;
  }

  .searchPageSection
    .collapsible-sidebar[aria-expanded='true']
    .multibrand-filter-list,
  .searchPageSection .collapsible-sidebar-wrapper {
    display: block;
    z-index: 100;
  }

  .searchPageSection .search-results-list .search-result-icons {
    position: relative;
    top: 10px;
    display: block;
    float: initial;
    padding-top: 8px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
  
  .searchPageSection .search-result-body-container {
    width: 100%;
  }
  
  .searchPageSection .search-result-votes,
  .searchPageSection .search-result-meta-count {
    display: inline-block;
  }

  .searchPageSection .search-results-subheading {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .searchPageSection .search-results .meta-group > li {
    display: inline-block;
  }
  
  .searchPageSection .search-result-votes + .search-result-meta-count {
    margin-left: 16px;
  }

  .searchPageSection .search-results .search-results-container {
    border-top: 2px solid #262423;
  }

  .searchPageSection
    .search-results
    .search-results-container
    .breadcrumbs
    li
    + li::before {
    margin: 0 4px 0 0;
  }
  
  .searchPageSection .search-results-list .meta-group li:first-child {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .searchPageSection .search-results-container {
    width: 60%;
  }
  .searchPageSection .search-filters-container {
    width: 40%;
  }
  .searchPageSection .search-result-body-container {
    width: 73%;
  }
  .searchPageSection .search-results-list .search-result-icons {
    width: 25%;
  }
}
/*************
BOOTSTRAP GRID
**************/

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*************
UTILITIES
**************/
.text-center {
  text-align: center;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.font-bold {
  font-weight: bold;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.mr-auto {
  margin-right: auto;
}

.sectionBlock {
  padding: 80px 0;
}

.h2 {
  font-size: 27px;
  color: #222222;
  margin-bottom: 15px;
}

.sub-nav {
  min-height: unset;
  margin: 0;
}

.card {
  padding: 16px;
  background-color: #3D3938;
  color: #ffffff;
  margin-bottom: 33px;
}

.card p {
  margin: 0;
}

.status-label {
  border-radius: 0;
}

.status-label-pinned {
  background-color: #FFC42B;
  color: #171615;
  border: 1px solid #B87918;
}

.bg-on-mobile {
  background: #313131;
}

.disableReportbtn {
  opacity: 0.7;
  pointer-events: none;
}

.tabFocusDiv {
  height: 0;
  width: 0;
}

.emptyReason {
  border: 1px solid #ff605e !important;
}

.voteBox .voteBoxInner span {
  text-transform: capitalize;
}

.headLink {
  padding: 0 !important;
  position: absolute;
  top: 30px;
  text-decoration: underline !important;
}

#comment-overview .comment-heading {
  display: inline;
  letter-spacing: 0.96px;
}

#comment-overview .post-share {
  display: inline;
  float: right;
}

#comment-overview .share li {
  vertical-align: -webkit-baseline-middle;
}

.share-linkedin {
  display: none !important;
}

.icon-star::before {
  border: 1px solid;
  padding: 0 5px;
  font-family: none !important;
}

iframe#launcher .src-component-launcher-WidgetLauncher-wrapper {
  border-radius: 0 !important;
}

.error-text {
  color: #f00;
  margin-top: 5px;
  font-size: 12px;
}

.striped-list-info a {
  word-break: break-all;
}

.error-text {
  color: #f00;
  margin-top: 5px;
  font-size: 12px;
}

.reportHead {
  margin: 0;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
  text-transform: none;
  margin-top: 24px;
	padding: 0 24px;
}

.reportCard #report_yes,
.reportCard #report_no {
  border: 1px solid #d0c5c0;
  padding: 8px 24px;
  margin-right: 16px;
  background: transparent;
  min-width: 264px;
}

.reportCard #report_yes:focus-visible,
.reportCard #report_no:focus-visible,
#community_post_report:focus-visible,
#additionalComment:focus-visible,
#official-comment:focus-visible {
  outline: 1px solid #ffffff;
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .reportCard #report_yes {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .hover_bkgr_fricc > div {
    width: 90%;
  }
  .reportCard #report_yes,
  .reportCard #report_no {
    width: 100%;
    min-width: auto;
  }
}

.reportCard #report_yes.green-btn-border {
  border: 1px solid #6CC349;
}

.reportCard #report_no {
  margin-right: 0;
}

@media (forced-colors: active) {
  .reportCard #report_yes,
  .reportCard #report_no {
    border: 1px solid !important;
  }
}

.popupWrapper .popDesc {
  margin: 24px 0;
  display: inline-block;
  padding: 0 24px;
}

.hover_bkgr_fricc {
  overflow-y: auto;
}

.hover_bkgr_fricc .popupCloseButton:focus,
.hover_bkgr_fricc .popupCloseButton:hover {
  color: #000000;
  background-color: transparent;
}

.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div,
.qdGGguDsvQGC6ZOVkvvkHAhGDMlzAKFN ._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  background:
  linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
  var(--Global-Colors-Grey-6, #262423);
  box-shadow: 2px -2px 0 0 rgba(0, 0, 0, 0.3) inset;
  display: inline-block;
  height: auto;
  max-width: 596px;
  min-height: 100px;
  vertical-align: middle;
  border-radius: 0;
}
@media (forced-colors: active) {
  .hover_bkgr_fricc > div {
    border: 2px solid #ffffff;
  }
  .reportCard .button-container {
    border: 0;
  }
}
.popupCloseButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.popupCloseButton {
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}
.popupCloseButton:hover {
    background-color: transparent;
}
.close-button-container {
  padding: 24px 24px 0 0;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

#community_post_report {
  text-overflow: ellipsis;
  word-break: break-word;
}

.invalid_msg {
  display: none;
}

.reportCard .invalid_msg {
  color: #ff605e;
  text-align: left;
  display: block;
}

.reportCard select,
#additionalComment {
  border: 2px solid #aba09c;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M8 6H6V8H8V6Z" fill="%23EDE5E2"/><path d="M10 4L8 4L8 6L10 6L10 4Z" fill="%23EDE5E2"/><path d="M12 2L10 2V4H12V2Z" fill="%23EDE5E2"/><path d="M14 0L12 0V2L14 2V0Z" fill="%23EDE5E2"/><path d="M6 4L4 4V6L6 6L6 4Z" fill="%23EDE5E2"/><path d="M4 2L2 2L2 4H4L4 2Z" fill="%23EDE5E2"/><path d="M2 0L0 0V2L2 2V0Z" fill="%23EDE5E2"/></svg>')
    no-repeat right 12px center #262423;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.5) inset;
  border-radius: 0;
  min-height: 48px;
  padding-left: 12px;
}

.reportCard select {
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M8 6H6V8H8V6Z" fill="%23000000"/><path d="M10 4L8 4L8 6L10 6L10 4Z" fill="%23000000"/><path d="M12 2L10 2V4H12V2Z" fill="%23000000"/><path d="M14 0L12 0V2L14 2V0Z" fill="%23000000"/><path d="M6 4L4 4V6L6 6L6 4Z" fill="%23000000"/><path d="M4 2L2 2L2 4H4L4 2Z" fill="%23000000"/><path d="M2 0L0 0V2L2 2V0Z" fill="%23000000"/></svg>')
      no-repeat right 12px center;
  }
}

#additionalComment {
  background: #262423;
}

/*Visual Improvements - 252815*/
@media (max-width: 767px) {
  /*99941 -Fix*/
  #zd-edit-post-cancel {
    margin-bottom: 20px;
  }
}

/*Posts fix 245927*/
.suggestion-list .post-vote {
  position: relative;
}

.suggestion-list .vote-sum {
  background-color: #d8d8d8;
  width: 81px;
  height: 81px;
  border-radius: 0;
  color: #000;
  display: block;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  font-size: 22px;
  margin: 0 0 3px 0;
}

.suggestion-list .cVoteText {
  position: absolute;
  bottom: 46px;
  color: #000;
  font-size: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.form .suggestion-list .postvoteCell .vote-button {
  color: white;
  text-align: center;
  width: 100%;
  height: 32px;
  line-height: 26px;
  background: #36b030;
  display: block;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 3px 9px;
}

.suggestion-list .vote-button::before {
  content: none;
}

.suggestion-list .postvoteCell {
  display: inline-grid;
  position: relative;
}

.suggestion-list .postLinkCell {
  display: inline-grid;
  vertical-align: top;
  padding-left: 26px;
  max-width: 80%;
}

.form .suggestion-list .postLink {
  font-size: 16px;
  padding-bottom: 6px;
}

/*	Redesign the "new posts" page on feedback.minecraft.net*/
.newPostFormSection .form .new_community_post .suggestion-list {
  margin-top: 15px;
}

#post_new_feedback {
  cursor: pointer;
}

.newPostFormSection .form .new_community_post .see-all-btn {
  text-align: right;
  cursor: pointer;
  display: none;
}

.searchbox label span {
  color: #36b030;
}

.highlight {
  background: transparent;
}

@media (max-width: 500px) {
  .suggestion-list .vote-sum {
    width: 74px;
    height: 70px;
  }

  .suggestion-list .vote-button {
    width: 68px;
  }

  .suggestion-list .postLinkCell {
    padding-left: 10px;
  }

  .suggestion-list .postLink {
    font-size: 14px;
  }

  .suggestion-list .comments-count {
    font-size: 12px;
  }

  .newPostFormSection .form .new_community_post .suggestion-list .searchbox-suggestions {
    max-height: 400px;
  }
}

/*New post design breaking issue fix in mobile view port*/
@media (max-width: 420px) {
  .form .suggestion-list .postLink {
    font-size: 16px;
  }

  .suggestion-list .postLinkCell {
    max-width: 200px;
  }
}

/* Added the below code to show the different tags/badges for different group of users */
.support:after,
.community-team:after,
.feedback-moderator:after,
.mojang:after {
  border-radius: 3px;
  color: #ffffff;
  margin-left: 8px;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: bold;
}

.support:after {
  content: 'Support';
  background-color: #105a2e;
}

.community-team:after {
  content: 'Community Team';
  background-color: #4c2e8d;
}

.feedback-moderator:after {
  content: 'Feedback Moderator';
  background-color: #124b81;
}

.mojang:after {
  content: 'Mojang';
  background-color: #8c281c;
}

/* Added the above code to show the different tags/badges for different group of users */

/*Adding comments shorting feature*/
#user #user-dropdown,
.dropdown-menu {
  background: #262423;
	box-shadow: 0 -2px 0 0 #000 inset, 0 2px 0 0 #3D3938 inset;
  border: 0;
  border-radius: 0;
}

.dropdown-menu-caret::before,
.dropdown-menu-caret::after {
  border: 0;
}

.dropdown-menu [role='menuitem'][aria-current='true'],
.dropdown-menu [role='menuitem'][aria-selected='true'] {
  background-color: transparent;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6 12H4V10H6V12ZM4 10H2V8H4V10ZM8 10H6V8H8V10ZM2 8H0V6H2V8ZM10 8H8V6H10V8ZM12 6H10V4H12V6ZM14 4H12V2H14V4ZM16 2H14V0H16V2Z' fill='white'/%3E%3C/svg%3E") no-repeat;
background-position: right 24px center;
display: inline-block;
   @media (forced-colors: active) and (prefers-color-scheme: light) {
    background-color: transparent;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M6 12H4V10H6V12ZM4 10H2V8H4V10ZM8 10H6V8H8V10ZM2 8H0V6H2V8ZM10 8H8V6H10V8ZM12 6H10V4H12V6ZM14 4H12V2H14V4ZM16 2H14V0H16V2Z' fill='black'/%3E%3C/svg%3E") no-repeat;
    background-position: right 24px center;
  }
}

.comment-sorter .dropdown-menu a[role='menuitem']:nth-child(3) {
  display: none;
}

.dropdown-menu [role='menuitem'][aria-current='true']::after,
.dropdown-menu [role='menuitem'][aria-selected='true']::after {
	content: '';
}

.comment-sorter .dropdown-toggle {
  text-align: left;
  background-color: transparent;
  border-color: transparent;
}

.comment-sorter .dropdown-menu {
  min-width: 140px;
}

.dropdown-menu [role=menuitem] {
  text-decoration: none;
  color: #ffffff;
  padding: 11px 24px;
}

.dropdown-menu [role='menuitem']:hover,
.dropdown-menu [role='menuitem']:focus {
  background-color: #3d3938;
  color: #ffffff;
}

.dropdown-menu[aria-expanded='true'] {
  @media (forced-colors: active) {
    filter: invert(1);
  }
}

.dropdown-wrapper,
.sorted-label-wrapper {
  margin-top: 10px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d8d8d8;
}

.sorted-label-wrapper {
  border-bottom: 0;
  display: inline-flex;
  float: right;
}

.sorted-label-wrapper .sorted-label {
  float: right;
}

.commentMeta .dropdown-menu {
  max-width: 100%;
  display: inline-block;
}

p.userDisclaimer,
.detail-info {
  text-align: left;
  margin: 24px 0;
}

p.userDisclaimer,
.form-field,
.reportCard .form-field {
  padding: 0 24px;
}

.form-field {
  padding: 0;
}

.button-container {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  background: #262423;
  box-shadow: 2px -2px 0 0 rgba(0, 0, 0, 0.3) inset;
  padding: 16px;
}

#additionalComment {
  border-radius: 4px;
}

#additionalComment::placeholder {
  color: #ffffff;
}

#note {
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
}

/*Post edit dialog - details field mark mandatory   */
._1EcPS9uhGb3YySxe7pDQJ8 .na1wVz7I-mP-19ACp3953 .LXLZD83wCPmg7A5mFVhkD {
  display: none;
}

/*99941-Fix*/
iframe body {
  overflow-y: scroll;
}

/*update button initial styles
Added on 25th May 2020*/
#zd-edit-post-update {
  pointer-events: none;
  opacity: 0.5;
}

.button-large[disabled],
input[type='submit'][disabled] {
  color: #555;
}

.menu>ul>li>ul.remove-list {
  display: none !important;
  opacity: 0 !important;
  animation: fadeIn ease-in 0;
  animation-duration: 0s;
  animation-delay: 0s;
}

.menu>ul>li>ul.display-list {
  display: block !important;
  opacity: 1 !important;
  animation: fadeIn ease-in 0;
  animation-duration: 0s;
  animation-delay: 0s;
}

/*Accesibility fixes*/
.menu form.search-full input[type='search'],
.menu form.search-full input[type='search']::placeholder {
  color: #757575;
}

.topic-header .sortInliners a[aria-selected='true'] {
  background: #018944 !important;
}

.profile-section .no-activity,
.profile-section .private-activity {
  color: #666666;
}

.search input[type='search'] {
  color: #ede5e2;
}

/*Accessbility fix - 291103*/
@media screen and (forced-colors: active) {
 .button-large:hover,
  input[type='submit']:hover,
  .button-large:focus,
  input[type='submit']:focus {
    filter: invert(1);
  }
}

/* End accessbility fix - 291103*/
/*291035*/
.rc-anchor .rc-anchor-invisible-text {
  background: #3669a5 !important;
}

/*End 291096*/

.mainLi.menu-dropdown-icon .cardSublist .uvStyle-count {
  color: #6CC349;
}

.newPostFormSection .form #detailsField #detailsFieldCharCount,
.newPostFormSection .form .form-field #titleFieldCharCount,
.postSection .post-comments .comment-form .comment-container #commentsFieldCharCount,
.da577c14ba44ef0a9a4f7eb16c207667-css #editDetailsCharCount,
.da577c14ba44ef0a9a4f7eb16c207667-css #editTitleCharCount {
  width: 100%;
  display: block;
  text-align: right;
  margin-top: 8px;
}

#mainContentBody {
  overflow-x: auto;
}

@media (max-width: 535px) {
  #hc-wysiwyg [class^='wysiwyg-icon-'] {
    margin: 0;
  }
}

.col-divider {
  width: 0;
}

.report-button,
.report-button:hover,
.report-button:focus {
  border: none;
  color: #6CC349;
  font-size: 14px;
  padding: 0;
  background: transparent;
}

.dropdown-toggle[role='button'] {
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  line-height: 21px;
}

.dropdown-toggle[role='button']:hover,
.dropdown-toggle[role='button']:focus,
.dropdown-toggle[role='button']:active {
  background: none;
}

.dropdown-toggle::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSI+CiAgPHBhdGggZD0iTTYgNkg4VjhINlY2WiIgZmlsbD0id2hpdGUiLz4KICA8cGF0aCBkPSJNNCA0TDYgNEw2IDZMNCA2TDQgNFoiIGZpbGw9IndoaXRlIi8+CiAgPHBhdGggZD0iTTIgMkw0IDJMNCA0SDJMMiAyWiIgZmlsbD0id2hpdGUiLz4KICA8cGF0aCBkPSJNMCAwTDIgMEwyIDJMMCAyTDAgMFoiIGZpbGw9IndoaXRlIi8+CiAgPHBhdGggZD0iTTggNEwxMCA0VjZMOCA2TDggNFoiIGZpbGw9IndoaXRlIi8+CiAgPHBhdGggZD0iTTEwIDJMMTIgMkwxMiA0SDEwTDEwIDJaIiBmaWxsPSJ3aGl0ZSIvPgogIDxwYXRoIGQ9Ik0xMiAwTDE0IDBWMkwxMiAyVjBaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=") no-repeat center center;
  color: transparent;
  vertical-align: text-bottom;
  margin-left: 8px;
}

.my-activities-following-header .dropdown-toggle[role='button'] {
  font-size: 16px;
  padding: 8px 12px;
}

.roleButtonStyle {
  border: none;
}

.roleButtonStyle,
.roleButtonStyle:hover,
.roleButtonStyle:active,
.roleButtonStyle:focus {
  background: none;
  border-radius: 0;
  line-height: 1.5;
  color: inherit;
}

.collapsible-nav .roleButtonStyle {
  font-size: 14px;
}

.table th a.roleButtonStyle {
  padding: 0;
}

a.menu-mobile:focus {
  outline: 1px solid #fff;
}

.leftUl.show-on-mobile .mainLi:last-child a:focus {
  border-bottom: 2px solid #fff;
}

zd-autocomplete zd-autocomplete-multibrand[aria-selected="true"] {
  outline: 2px solid #1452cc;
}

a[data-action="show-permalink"]:focus,
a[data-action="escalate"]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

div[title="Close"] {
  margin: -5px 0 0 0;
}

.profile-contribution-breadcrumbs li a,
.profile-activity-contribution .profile-contribution-breadcrumbs li a:visited {
  color: #6CC349;
}

.profile-contribution-breadcrumbs li:last-child a {
  text-decoration: underline;
}

/*--- User messaging popup style update ---*/
.qQF1ABBg7opWaOeLFI1g1Ax8igXoLRdR.FMYCmvXtsS6N5SRs_pF88gAhOnLqIHYq .QN1ves1hk0MUeUx70asdhg7VPFdkXeNa.oPikK3G2Tkv7yYgW_phm8QoqS9GeopSy {
  color: #ffffff;
  font-weight: 400;
}

.qQF1ABBg7opWaOeLFI1g1Ax8igXoLRdR.FMYCmvXtsS6N5SRs_pF88gAhOnLqIHYq.sPA0enxuGX2pj2jkRfN0ZArNVD80pacY  {
  background-color: #262423;
  font-size: 16px;
  line-height: 24px;
  border-color: transparent;
  border-radius: 0;
}

.yXw8lmZs7Tg0Y73sa9aaAZs1ahSKzGnp.RcaEiGX0A3kyCVPSSydgAyOGGRc5MylL::before,
.yXw8lmZs7Tg0Y73sa9aaAZs1ahSKzGnp.RcaEiGX0A3kyCVPSSydgAyOGGRc5MylL::after {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2714%27%20height%3D%2714%27%20viewBox%3D%270%200%2014%2014%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M2%2014H0V12H2V14ZM14%2014H12V12H14V14ZM4%2012H2V10H4V12ZM12%2012H10V10H12V12ZM6%2010H4V8H6V10ZM10%2010H8V8H10V10ZM8%208H6V6H8V8ZM6%206H4V4H6V6ZM10%206H8V4H10V6ZM4%204H2V2H4V4ZM12%204H10V2H12V4ZM2%202H0V0H2V2ZM14%202H12V0H14V2Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
  opacity: 1;
  background-size: 14px;
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}
.qQF1ABBg7opWaOeLFI1g1Ax8igXoLRdR.XnWwn1n9xSK69XEGcYZlQltSvmMvsbCm {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxOCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDE4IDIwJyBmaWxsPSdub25lJz48cmVjdCB4PScxMCcgeT0nNCcgd2lkdGg9JzInIGhlaWdodD0nMicgZmlsbD0nI0UyQjkyMycvPjxyZWN0IHg9JzEyJyB5PSc2JyB3aWR0aD0nMicgaGVpZ2h0PScyJyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeD0nNCcgeT0nNicgd2lkdGg9JzInIGhlaWdodD0nMicgZmlsbD0nI0UyQjkyMycvPjxyZWN0IHg9JzQnIHk9JzgnIHdpZHRoPScyJyBoZWlnaHQ9JzInIGZpbGw9JyNFMkI5MjMnLz48cmVjdCB4PScxMicgeT0nOCcgd2lkdGg9JzInIGhlaWdodD0nMicgZmlsbD0nI0UyQjkyMycvPjxyZWN0IHg9JzE0JyB5PScxMCcgd2lkdGg9JzInIGhlaWdodD0nMicgZmlsbD0nI0UyQjkyMycvPjxyZWN0IHg9JzE0JyB5PScxMicgd2lkdGg9JzInIGhlaWdodD0nMicgZmlsbD0nI0UyQjkyMycvPjxyZWN0IHg9JzInIHk9JzEwJyB3aWR0aD0nMicgaGVpZ2h0PScyJyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeD0nMicgeT0nMTInIHdpZHRoPScyJyBoZWlnaHQ9JzInIGZpbGw9JyNFMkI5MjMnLz48cmVjdCB5PScxNCcgd2lkdGg9JzInIGhlaWdodD0nMicgZmlsbD0nI0UyQjkyMycvPjxyZWN0IHk9JzE2JyB3aWR0aD0nMicgaGVpZ2h0PScyJyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeT0nMTgnIHdpZHRoPScxOCcgaGVpZ2h0PScyJyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeD0nMTYnIHk9JzE0JyB3aWR0aD0nMicgaGVpZ2h0PScyJyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeD0nMTYnIHk9JzE2JyB3aWR0aD0nMicgaGVpZ2h0PScyJyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeD0nMTAnIHk9JzInIHdpZHRoPScyJyBoZWlnaHQ9JzInIGZpbGw9JyNFMkI5MjMnLz48cmVjdCB4PSc4JyB3aWR0aD0nMicgaGVpZ2h0PScyJyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeD0nOCcgeT0nMTQnIHdpZHRoPScyJyBoZWlnaHQ9JzInIGZpbGw9JyNFMkI5MjMnLz48cmVjdCB4PSc4JyB5PSc4JyB3aWR0aD0nMicgaGVpZ2h0PSc0JyBmaWxsPScjRTJCOTIzJy8+PHJlY3QgeD0nNicgeT0nMicgd2lkdGg9JzInIGhlaWdodD0nMicgZmlsbD0nI0UyQjkyMycvPjxyZWN0IHg9JzYnIHk9JzQnIHdpZHRoPScyJyBoZWlnaHQ9JzInIGZpbGw9JyNFMkI5MjMnLz48L3N2Zz4=");
}
.qQF1ABBg7opWaOeLFI1g1Ax8igXoLRdR.kzYITkxJWL_02DpPXe0gWyN2swJRVitJ {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' color='%23ffffff'%3E%3Cg fill='none' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4%209%202.5%202.5%205-5'/%3E%3Ccircle cx='7.5' cy='8.5' r='7'/%3E%3C/g%3E%3C/svg%3E") no-repeat left 25px top 25px;
  @media (forced-colors: active) and (prefers-color-scheme: light) {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' color='%23000000'%3E%3Cg fill='none' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4%209%202.5%202.5%205-5'/%3E%3Ccircle cx='7.5' cy='8.5' r='7'/%3E%3C/g%3E%3C/svg%3E") no-repeat left 25px top 25px;
  }
}
.qQF1ABBg7opWaOeLFI1g1Ax8igXoLRdR.FMYCmvXtsS6N5SRs_pF88gAhOnLqIHYq a {
  color: #ffffff;
  text-decoration: underline;
}
/*--- popup styling fixes ---*/
.OYtJfTIlJ22K1CiB2R7ymgV2dOBrP9E2 span {
  font-size: 24px;
  font-family: 'MinecraftSeven-v2', 'Noto Sans', 'Arial', 'sans-serif';
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
}
.OYtJfTIlJ22K1CiB2R7ymgV2dOBrP9E2 {
  border-bottom: 0;
}
.mzG5ROjHucNzlVRSJxv23wolOtloBrPl,
.OYtJfTIlJ22K1CiB2R7ymgV2dOBrP9E2 {
  padding: 20px 24px;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .mzG5ROjHucNzlVRSJxv23wolOtloBrPl,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .ORFRctTivKsYgYgOD31rQVCTR_ze5SRP,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .hYVe_DJNu_cFJn1_EaZpBwX0F2C1mjoN {
  color: #ffffff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  .hYVe_DJNu_cFJn1_EaZpBwX0F2C1mjoN.QByhCoHL43K47edXUDbgVgllMagkEZO1,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA select.DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0,
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT:focus,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA select.DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0:focus,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA select.DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0:hover,
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT:hover {
  border: 2px solid #aba09c;
  border-radius: 0;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  .hYVe_DJNu_cFJn1_EaZpBwX0F2C1mjoN.QByhCoHL43K47edXUDbgVgllMagkEZO1:focus {
  box-shadow: none;
  color: #ffffff;
}
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT:focus {
  box-shadow: none;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  .hYVe_DJNu_cFJn1_EaZpBwX0F2C1mjoN.QByhCoHL43K47edXUDbgVgllMagkEZO1:focus,
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT:focus,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  select.DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0:focus {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .hYVe_DJNu_cFJn1_EaZpBwX0F2C1mjoN:hover,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA select.DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0 {
  color: #ffffff !important;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA select.DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0 {
  background: #262423 !important;
  box-shadow:
    0 -2px 0 0 #000 inset,
    0 2px 0 0 #3d3938 inset !important;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .TEzVlg7kI8pjHpvi1k3aw43l64rdRNOR {
  display: none;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE:hover,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE:focus {
  background-color: transparent;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE:before,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 0H0V2H2V4H4V6H6V8H4V10H2V12H0V14H2V12H4V10H6V8H8V10H10V12H12V14H14V12H12V10H10V8H8V6H10V4H12V2H14V0H12V2H10V4H8V6H6V4H4V2H2V0Z" fill="white"/></svg>')
    no-repeat center center;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE:hover::before,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE:after {
  opacity: 1;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .OYtJfTIlJ22K1CiB2R7ymgV2dOBrP9E2 {
  border-bottom: 0;
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.d0R8RXNEJlWYTTIium_waE8ivtRTugFY {
  background: #3c8527;
  box-shadow:
    0 -6px 0 0 #2a641c inset,
    0 6px 0 0 #52a535 inset;
  border: 0;
  border-radius: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0;
  border: 2px solid #262423;
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt:hover,
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt:focus,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.d0R8RXNEJlWYTTIium_waE8ivtRTugFY:hover,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.d0R8RXNEJlWYTTIium_waE8ivtRTugFY:focus {
  @media screen and (forced-colors: active) {
  	filter: invert(1);
  }
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt:hover:hover,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.d0R8RXNEJlWYTTIium_waE8ivtRTugFY:hover:hover {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #3c8527;
  color: #ffffff;
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt:focus:focus,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA
  .uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.d0R8RXNEJlWYTTIium_waE8ivtRTugFY:focus:focus {
  box-shadow:
    0 0 0 0 #ffffff,
    0 0 0 2px #1157be,
    inset 0 -6px 0 #2a641c,
    inset 0 6px 0 #52a535;
  outline: 2px solid #ffffff;
  outline-offset: -2px;
  background: #3c8527;
  color: #ffffff;
}
.uwpJE6YXSC52sDpKbDaTEQPP8ZtEuIBV.nHN6IN5auZjh0lCK0wC0AlBia_LgQ5tt[title='Close']:focus {
  box-shadow: none;
  background: transparent;
}
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT,
.fgyQVrkCgYaXLW1guyqHgO2KgjgmcB8u.kz2DG60jiCTkMrC7q4NvPAicYs3OWsqT:hover {
  font-size: 14px;
}
.ORFRctTivKsYgYgOD31rQVCTR_ze5SRP .o1j4QMXajCxCB2ov8LojCwScuY0LoRHV {
  color: #ffffff;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .OYtJfTIlJ22K1CiB2R7ymgV2dOBrP9E2,
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .sAsWeSofCRZeQfIv9OtCQ8rkLJXO0WA8 {
  padding: 24px;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .mzG5ROjHucNzlVRSJxv23wolOtloBrPl {
  padding: 0 24px;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .unFdE6BdKF9sLCu4WcD8A2g3BKFiuGUE {
  top: 12px;
  right: 12px !important;
   @media (forced-colors: active) and (prefers-color-scheme: light) {
    filter: invert(1);
  }
}
.Y529S29MZiqjIotD8bhQGAAUEMd38UkM .ORFRctTivKsYgYgOD31rQVCTR_ze5SRP {
  display: inline-block;
}
._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA  select.DOdXNUE6acEGVVQWxtx0MgrDncVC7YF0 {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M8 6H6V8H8V6Z" fill="%23EDE5E2"/><path d="M10 4L8 4L8 6L10 6L10 4Z" fill="%23EDE5E2"/><path d="M12 2L10 2V4H12V2Z" fill="%23EDE5E2"/><path d="M14 0L12 0V2L14 2V0Z" fill="%23EDE5E2"/><path d="M6 4L4 4V6L6 6L6 4Z" fill="%23EDE5E2"/><path d="M4 2L2 2L2 4H4L4 2Z" fill="%23EDE5E2"/><path d="M2 0L0 0V2L2 2V0Z" fill="%23EDE5E2"/></svg>')
    no-repeat right 12px center #262423 !important;
   @media (forced-colors: active) and (prefers-color-scheme: light) {
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8"><path d="M8 6H6V8H8V6Z" fill="%23000000/"/><path d="M10 4L8 4L8 6L10 6L10 4Z" fill="%23000000"/><path d="M12 2L10 2V4H12V2Z" fill="%23000000"/><path d="M14 0L12 0V2L14 2V0Z" fill="%23000000"/><path d="M6 4L4 4V6L6 6L6 4Z" fill="%23000000"/><path d="M4 2L2 2L2 4H4L4 2Z" fill="%23000000"/><path d="M2 0L0 0V2L2 2V0Z" fill="%23000000"/></svg>') no-repeat right 12px center #262423 !important;
    }
}

._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .sAsWeSofCRZeQfIv9OtCQ8rkLJXO0WA8 {
  align-items: baseline;
}
@media (max-width: 767px) {
  ._hO8KpeAoyfCXC1oCppVdQR2gZjTFDsA .sAsWeSofCRZeQfIv9OtCQ8rkLJXO0WA8 { 
    justify-content: center;
  }
}