
html,body{
   padding: 0;
   @font-face {
    font-family: 'Sohne';
    src: url('Sohne-Buch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url('SohneSchmal-BuchKursiv.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('Sohne-Kraftig.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
 }

 *{
   box-sizing: border-box;
 }
 
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


/* PROMO BANNER CSS START */

.html,
body{
    margin:0;
    padding:0;

}
.promo-banner{
    box-sizing: border-box;
    background-color: #000;
    font-family: sans-serif;
    width: 100%;
    position: relative;
    height: 60px;
    padding:10px;
    overflow: hidden;
    transition: transform 250ms linear;
    transform: translateY(-100%);
  	
}

.promo-banner.is-open {
    transform: translateY(0);
}

.promo-banner__block{
  display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:#fff;
    height: 100%;
    margin: 0 40px;
    gap: 30px;
}

.promo-banner__block:hover{
 color:white;

}

.promo-banner__close{
    position: absolute;
    display: flex;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    transition: all 200ms linear;
  	
}

.promo-banner__block p{
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    min-width: 160px;
}

.promo-banner__block p .arrow_icon{
    display: inline-flex;
    width: 10px;
    height: 10px;
}

.promo-banner__img{
    max-width: 300px;
}

.promo-banner__img img{
    width: 100%;
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .promo-banner__block p{
        font-size: 14px;
        padding-right: 5px;
    }

    .promo-banner__block {
        margin: 0 40px 0 0;
        gap: 20px;
    }

    .promo-banner__close{
        width: 15px;
        height: 15px;
        padding: 20px 10px;
        top: 0;
        right: 0;
      	color:white;
    }
.promo-banner__closeimg {
    color:white;
}
    .promo-banner__img{
        max-width: 250px;
    }
  
}

/* PROMO BANNER CSS ENDS */





/* Animate the line from the left
Don't apply to up and down votes.
*/
a:not(.vote-control,.article-vote-down,.article-vote-up)::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.9s ease;
}



/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
  margin: 0;
  font-family: "Sohne", sans-serif;
font-family: "Sohne Schmal", sans-serif;
font-family: "S", sans-serif;


}

/* Style tab links */
.tablink {
  background-color: #white;
  color: #555;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 15px;
  font-size: 15px;
  width: 15%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 50px;
  height: 100%;
}

#EndUser {background-color: #white;}
#ContentManager {background-color: #white;}
#SiteManager {background-color: #white;}
#SiteOwner {background-color: #white;}
#AppManager {background-color: #white;}
#SystemAdmin {background-color: #white;}



/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color:  #141414;
  text-align: left;
  padding: 5px 75px;
 
  text-decoration: none;
  font-size: 17px;
/* Animate the line from the left */

  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FF693B;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.9s ease;
}

}



html {
  @font-face {
    font-family: 'Sohne';
    src: url('Sohne-Buch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url('SohneSchmal-BuchKursiv.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne';
    src: url('Sohne-Kraftig.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
  color: #1bbc9c;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


.box {
  height: 20px;
  width: 20px;
  margin-bottom: 15px;
  border: 1px solid black;
}

.orange {
  background-color: #FFCD92;
}

.green {
  background-color: green;
}

.blue {
  background-color: #B4DFF7;
}





body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #FF693B;
}

a:active,
a:hover {
  color: #1077DF;
  outline: 0;
}


abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
}

button {
  padding: 0;
  background: transparent;
  border: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

iframe {
  border: 0;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

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

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 1);
  background-color: rgba(250, 250, 250, 1);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  position: relative;
  color: #1077DF;;
  text-decoration: none;
}

a:hover {
  color: #000;
}

/* do not apply to upvote and downvote. */
a:not(.vote-control,.article-vote-down,.article-vote-up)::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}


a:hover::before {
  transform: scaleX(1);
}

a.disabled {
    color: #818a91;
    cursor: default;
  }

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid rgba(28,27,27,.1);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #1c1b1b;
}

h1 {
  margin: 0 0 calc(16px * 1.6);
}

h2 {
  margin: 0 0 calc(16px * 1.6);
}

h3 {
  margin: 0 0 calc(16px * 1.6);
}

h4 {
  margin: 0 0 calc(16px * 1.6);
}

h5 {
  margin: 0 0 calc(16px * 1.6);
}

h6 {
  margin: 0 0 calc(16px * 1.6);
}

.h1 {
  margin: 0 0 calc(16px * 1.6);
}

.h2 {
  margin: 0 0 calc(16px * 1.6);
}

.h3 {
  margin: 0 0 calc(16px * 1.6);
}

.h4 {
  margin: 0 0 calc(16px * 1.6);
}

.h5 {
  margin: 0 0 calc(16px * 1.6);
}

.h6 {
  margin: 0 0 calc(16px * 1.6);
}

p {
  margin: 0 0 calc(16px * 1.6);
}

ul {
  margin: 0 0 calc(16px * 1.6);
}

ol {
  margin: 0 0 calc(16px * 1.6);
}

h1 {
  font-size: calc(16px * 2.5);
}

.h1 {
  font-size: calc(16px * 2.5);
}

h2 {
  font-size: calc(16px * 1.75);
}

.h2 {
  font-size: calc(16px * 1.75);
}

h3 {
  font-size: calc(16px * 1.5);
}

.h3 {
  font-size: calc(16px * 1.5);
}

h4 {
  font-size: calc(16px * 1.25);
}

.h4 {
  font-size: calc(16px * 1.25);
}

h5 {
  font-size: calc(16px * 1.1);
}

.h5 {
  font-size: calc(16px * 1.1);
}

h6 {
  font-size: calc(16px * 1);
}

.h6 {
  font-size: calc(16px * 1);
}

b,
strong {
  font-weight: 600;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6);
}

dt {
  margin-bottom: calc(16px * 1.6 / 2);
  line-height: 1.6;
}

dd {
  margin-bottom: calc(16px * 1.6 / 2);
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal:before,
  .dl-horizontal:after {
    display: table;
    content: "";
  }

.dl-horizontal:after {
    clear: both;
  }

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.dl-horizontal dt {
      float: left;
      width: 30%;
      padding-right: 15px;
      clear: both
  }
    }

@media (min-width: 768px) {

.dl-horizontal dd {
      float: right;
      width: 70%
  }
    }

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

blockquote {
  padding: calc(16px * 1.6 / 2)
    calc(16px * 1.6);
  margin: 0 0 calc(16px * 1.6);
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background-color: #f7f7f9;
  border-left: 5px solid #eceeef;
}

blockquote.is-colored {
    border-left: 5px solid rgba(20, 20, 20, 1);
  }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
      margin-bottom: 0;
    }

/* rtl:ignore */

code {
  padding: 20px !important;
  text-align: left;
  border-radius: 5px !important;
}

address {
  margin-bottom: calc(16px * 1.6);
  font-style: normal;
  line-height: 1.6;
}

.clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
  }

.clearfix:after {
    clear: both;
  }

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.is-hidden,
.hidden {
  display: none !important;
}

.vertical-offset {
  margin-bottom: calc(16px * 1.6);
}

main {
  max-width: 100%;
  margin-bottom: calc(16px * 1.6 * 2);
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: calc(16px * 1.6);
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.6 / 2);
  font-weight: 600;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: calc(8px + 1px);
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
}

select {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .nesty-input:focus {
    border-color: #66afe9;
    outline: 0;
  }

select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .nesty-input::-moz-placeholder {
    color: $input-color-placeholder;
    opacity: 1;
  }

select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .nesty-input:-ms-input-placeholder {
    color: $input-color-placeholder;
  }

select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .nesty-input::-webkit-input-placeholder {
    color: $input-color-placeholder;
  }

select {
  height: calc(
    16px * 1.6 + (8px * 2) + 2px
  );
}

textarea {
  height: calc(
    (16px * 1.6 + (8px * 2) + 2px) * 3
  );
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(
      16px * 1.6 + (8px * 2) + 2px
    );
  }
  input[type="time"] {
    line-height: calc(
      16px * 1.6 + (8px * 2) + 2px
    );
  }
  input[type="datetime-local"] {
    line-height: calc(
      16px * 1.6 + (8px * 2) + 2px
    );
  }
  input[type="month"] {
    line-height: calc(
      16px * 1.6 + (8px * 2) + 2px
    );
  }
}

.form-field {
  margin-bottom: calc(16px * 1.6);
}

.form-field p {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 90%;
    color: #404040;
  }

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

.form-field.boolean {
  position: relative;
  padding-left: 20px;
}

.form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0;
  }

.form-field.boolean label {
    min-height: calc(16px * 1.6);
    margin-bottom: 0;
    cursor: pointer;
  }

input[type="radio"][disabled],
  input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
  }

.btn,
[role="button"],
input[type="submit"],
#user #user-password #password-submit,
.community-recent-activity .recent-activity-controls a {
  display: inline-block;
  height: auto;
  padding: 8px;
  margin-bottom: 0;
  font-size: calc(16px - 2px);
  font-weight: 500;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.btn:focus, .btn:active:focus, [role="button"]:focus, [role="button"]:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, #user #user-password #password-submit:focus, #user #user-password #password-submit:active:focus, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

.btn:hover,
  .btn:focus,
  [role="button"]:hover,
  [role="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  #user #user-password #password-submit:hover,
  #user #user-password #password-submit:focus,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus {
    color: rgba(20, 20, 20, 1);
  
    text-decoration: none;
  }

.btn:active, [role="button"]:active, input[type="submit"]:active, #user #user-password #password-submit:active, .community-recent-activity .recent-activity-controls a:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.btn-default,
.btn--default,
[role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down),
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe,
.post-follow .post-subscribe,
.post-follow .post-unsubscribe,
.community-recent-activity .recent-activity-controls a,
.profile-header__options [data-action="edit-profile"],
.article-subscribe,
.article-unsubscribe {
  color: rgba(0, 0, 0, 1);
  background-color: transparent;
  border-color: rgba(0, 0, 0, 1);
}

.btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):hover,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):focus,
  [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):active,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active,
  .post-follow .post-subscribe:hover,
  .post-follow .post-subscribe:focus,
  .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:hover,
  .post-follow .post-unsubscribe:focus,
  .post-follow .post-unsubscribe:active,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .profile-header__options [data-action="edit-profile"]:hover,
  .profile-header__options [data-action="edit-profile"]:focus,
  .profile-header__options [data-action="edit-profile"]:active,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active {
    color: #FF693B;
    background-color: transparent;
    border-color: #000;
  }

.btn-default:active, .btn--default:active, [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down):active, .topic-controls__item--subscribe .dropdown-toggle:active, .topic-controls__item--subscribe .topic-unsubscribe:active, .post-follow .post-subscribe:active, .post-follow .post-unsubscribe:active, .community-recent-activity .recent-activity-controls a:active, .profile-header__options [data-action="edit-profile"]:active, .article-subscribe:active, .article-unsubscribe:active {
    background-image: none;
  }

.login {
  color: #1bbc9c ;
  background-color: transparent;
  border-color: rgba(71, 69, 69, 1);
}

.login:hover,
  .login:focus,
  .login:active {
    color: darken( 100%);
    background-color: transparent;
    border-color: #000;
  }

.login:active {
    background-image: none;
  }

.btn-primary,
.btn--primary,
.search-box--with-button input[type="submit"],
input[type="submit"] {
  color: white;
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
 
}

.btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active,
  .search-box--with-button input[type="submit"]:hover,
  .search-box--with-button input[type="submit"]:focus,
  .search-box--with-button input[type="submit"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    color: #fff;
    background-color: #4D4D4D;
    border-color: #4D4D4D;
  }

.btn-primary:active, .btn--primary:active, .search-box--with-button input[type="submit"]:active, input[type="submit"]:active {
    background-image: none;
  }

.btn-info,
.btn--info {
  color: #fff;
  background-color: #4E7DFF;
  border-color: #356aff;
}

.btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn--info:hover,
  .btn--info:focus,
  .btn--info:active {
    color: #e0e0e0;
    background-color: #1b58ff;
    border-color: #0041f6;
  }

.btn-info:active, .btn--info:active {
    background-image: none;
  }

.btn-warning,
.btn--warning {
  color: #fff;
  background-color: #FFC83C;
  border-color: #ffc123;
}

.btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn--warning:hover,
  .btn--warning:focus,
  .btn--warning:active {
    color: #e0e0e0;
    background-color: #ffba09;
    border-color: #e4a400;
  }

.btn-warning:active, .btn--warning:active {
    background-image: none;
  }

.btn-danger,
.btn--danger,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #FF5C61;
  border-color: #ff4348;
}

.btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn--danger:hover,
  .btn--danger:focus,
  .btn--danger:active,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: #ff2930;
    border-color: #ff050d;
  }

.btn-danger:active, .btn--danger:active, .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none;
  }

.btn-success,
.btn--success,
#user #user-password #password-submit,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #1ABC9C;
  border-color: #17a689;
}

.btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn--success:hover,
  .btn--success:focus,
  .btn--success:active,
  #user #user-password #password-submit:hover,
  #user #user-password #password-submit:focus,
  #user #user-password #password-submit:active,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
    background-color: #148f77;
    border-color: #0f705d;
  }

.btn-success:active, .btn--success:active, #user #user-password #password-submit:active, .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none;
  }

.logo {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
  max-height: 75px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.column--xs-1 {
  width: 8.33333%;
}

.column--xs-2 {
  width: 16.66667%;
}

.column--xs-3 {
  width: 25%;
}

.column--xs-4 {
  width: 33.33333%;
}

.column--xs-5 {
  width: 41.66667%;
}

.column--xs-6 {
  width: 50%;
}

.column--xs-7 {
  width: 58.33333%;
}

.column--xs-8 {
  width: 66.66667%;
}

.column--xs-9 {
  width: 75%;
}

.column--xs-10 {
  width: 83.33333%;
}

.column--xs-11 {
  width: 91.66667%;
}

.column--xs-12 {
  width: 100%;
}

.column--xs-pull-0 {
  right: auto;
}

.column--xs-pull-1 {
  right: 8.33333%;
}

.column--xs-pull-2 {
  right: 16.66667%;
}

.column--xs-pull-3 {
  right: 25%;
}

.column--xs-pull-4 {
  right: 33.33333%;
}

.column--xs-pull-5 {
  right: 41.66667%;
}

.column--xs-pull-6 {
  right: 50%;
}

.column--xs-pull-7 {
  right: 58.33333%;
}

.column--xs-pull-8 {
  right: 66.66667%;
}

.column--xs-pull-9 {
  right: 75%;
}

.column--xs-pull-10 {
  right: 83.33333%;
}

.column--xs-pull-11 {
  right: 91.66667%;
}

.column--xs-pull-12 {
  right: 100%;
}

.column--xs-push-0 {
  left: auto;
}

.column--xs-push-1 {
  left: 8.33333%;
}

.column--xs-push-2 {
  left: 16.66667%;
}

.column--xs-push-3 {
  left: 25%;
}

.column--xs-push-4 {
  left: 33.33333%;
}

.column--xs-push-5 {
  left: 41.66667%;
}

.column--xs-push-6 {
  left: 50%;
}

.column--xs-push-7 {
  left: 58.33333%;
}

.column--xs-push-8 {
  left: 66.66667%;
}

.column--xs-push-9 {
  left: 75%;
}

.column--xs-push-10 {
  left: 83.33333%;
}

.column--xs-push-11 {
  left: 91.66667%;
}

.column--xs-push-12 {
  left: 100%;
}

.column--xs-offset-0 {
  margin-left: 0%;
}

.column--xs-offset-1 {
  margin-left: 8.33333%;
}

.column--xs-offset-2 {
  margin-left: 16.66667%;
}

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

.column--xs-offset-4 {
  margin-left: 33.33333%;
}

.column--xs-offset-5 {
  margin-left: 41.66667%;
}

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

.column--xs-offset-7 {
  margin-left: 58.33333%;
}

.column--xs-offset-8 {
  margin-left: 66.66667%;
}

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

.column--xs-offset-10 {
  margin-left: 83.33333%;
}

.column--xs-offset-11 {
  margin-left: 91.66667%;
}

.column--xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }

  .column--sm-2 {
    width: 16.66667%;
  }

  .column--sm-3 {
    width: 25%;
  }

  .column--sm-4 {
    width: 33.33333%;
  }

  .column--sm-5 {
    width: 41.66667%;
  }

  .column--sm-6 {
    width: 50%;
  }

  .column--sm-7 {
    width: 58.33333%;
  }

  .column--sm-8 {
    width: 66.66667%;
  }

  .column--sm-9 {
    width: 75%;
  }

  .column--sm-10 {
    width: 83.33333%;
  }

  .column--sm-11 {
    width: 91.66667%;
  }

  .column--sm-12 {
    width: 100%;
  }

  .column--sm-pull-0 {
    right: auto;
  }

  .column--sm-pull-1 {
    right: 8.33333%;
  }

  .column--sm-pull-2 {
    right: 16.66667%;
  }

  .column--sm-pull-3 {
    right: 25%;
  }

  .column--sm-pull-4 {
    right: 33.33333%;
  }

  .column--sm-pull-5 {
    right: 41.66667%;
  }

  .column--sm-pull-6 {
    right: 50%;
  }

  .column--sm-pull-7 {
    right: 58.33333%;
  }

  .column--sm-pull-8 {
    right: 66.66667%;
  }

  .column--sm-pull-9 {
    right: 75%;
  }

  .column--sm-pull-10 {
    right: 83.33333%;
  }

  .column--sm-pull-11 {
    right: 91.66667%;
  }

  .column--sm-pull-12 {
    right: 100%;
  }

  .column--sm-push-0 {
    left: auto;
  }

  .column--sm-push-1 {
    left: 8.33333%;
  }

  .column--sm-push-2 {
    left: 16.66667%;
  }

  .column--sm-push-3 {
    left: 25%;
  }

  .column--sm-push-4 {
    left: 33.33333%;
  }

  .column--sm-push-5 {
    left: 41.66667%;
  }

  .column--sm-push-6 {
    left: 50%;
  }

  .column--sm-push-7 {
    left: 58.33333%;
  }

  .column--sm-push-8 {
    left: 66.66667%;
  }

  .column--sm-push-9 {
    left: 75%;
  }

  .column--sm-push-10 {
    left: 83.33333%;
  }

  .column--sm-push-11 {
    left: 91.66667%;
  }

  .column--sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }

  .column--md-2 {
    width: 16.66667%;
  }

  .column--md-3 {
    width: 25%;
  }

  .column--md-4 {
    width: 33.33333%;
  }

  .column--md-5 {
    width: 41.66667%;
  }

  .column--md-6 {
    width: 50%;
  }

  .column--md-7 {
    width: 58.33333%;
  }

  .column--md-8 {
    width: 66.66667%;
  }

  .column--md-9 {
    width: 75%;
  }

  .column--md-10 {
    width: 83.33333%;
  }

  .column--md-11 {
    width: 91.66667%;
  }

  .column--md-12 {
    width: 100%;
  }

  .column--md-pull-0 {
    right: auto;
  }

  .column--md-pull-1 {
    right: 8.33333%;
  }

  .column--md-pull-2 {
    right: 16.66667%;
  }

  .column--md-pull-3 {
    right: 25%;
  }

  .column--md-pull-4 {
    right: 33.33333%;
  }

  .column--md-pull-5 {
    right: 41.66667%;
  }

  .column--md-pull-6 {
    right: 50%;
  }

  .column--md-pull-7 {
    right: 58.33333%;
  }

  .column--md-pull-8 {
    right: 66.66667%;
  }

  .column--md-pull-9 {
    right: 75%;
  }

  .column--md-pull-10 {
    right: 83.33333%;
  }

  .column--md-pull-11 {
    right: 91.66667%;
  }

  .column--md-pull-12 {
    right: 100%;
  }

  .column--md-push-0 {
    left: auto;
  }

  .column--md-push-1 {
    left: 8.33333%;
  }

  .column--md-push-2 {
    left: 16.66667%;
  }

  .column--md-push-3 {
    left: 25%;
  }

  .column--md-push-4 {
    left: 33.33333%;
  }

  .column--md-push-5 {
    left: 41.66667%;
  }

  .column--md-push-6 {
    left: 50%;
  }

  .column--md-push-7 {
    left: 58.33333%;
  }

  .column--md-push-8 {
    left: 66.66667%;
  }

  .column--md-push-9 {
    left: 75%;
  }

  .column--md-push-10 {
    left: 83.33333%;
  }

  .column--md-push-11 {
    left: 91.66667%;
  }

  .column--md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }

  .column--lg-2 {
    width: 16.66667%;
  }

  .column--lg-3 {
    width: 25%;
  }

  .column--lg-4 {
    width: 33.33333%;
  }

  .column--lg-5 {
    width: 41.66667%;
  }

  .column--lg-6 {
    width: 50%;
  }

  .column--lg-7 {
    width: 58.33333%;
  }

  .column--lg-8 {
    width: 66.66667%;
  }

  .column--lg-9 {
    width: 75%;
  }

  .column--lg-10 {
    width: 83.33333%;
  }

  .column--lg-11 {
    width: 91.66667%;
  }

  .column--lg-12 {
    width: 100%;
  }

  .column--lg-pull-0 {
    right: auto;
  }

  .column--lg-pull-1 {
    right: 8.33333%;
  }

  .column--lg-pull-2 {
    right: 16.66667%;
  }

  .column--lg-pull-3 {
    right: 25%;
  }

  .column--lg-pull-4 {
    right: 33.33333%;
  }

  .column--lg-pull-5 {
    right: 41.66667%;
  }

  .column--lg-pull-6 {
    right: 50%;
  }

  .column--lg-pull-7 {
    right: 58.33333%;
  }

  .column--lg-pull-8 {
    right: 66.66667%;
  }

  .column--lg-pull-9 {
    right: 75%;
  }

  .column--lg-pull-10 {
    right: 83.33333%;
  }

  .column--lg-pull-11 {
    right: 91.66667%;
  }

  .column--lg-pull-12 {
    right: 100%;
  }

  .column--lg-push-0 {
    left: auto;
  }

  .column--lg-push-1 {
    left: 8.33333%;
  }

  .column--lg-push-2 {
    left: 16.66667%;
  }

  .column--lg-push-3 {
    left: 25%;
  }

  .column--lg-push-4 {
    left: 33.33333%;
  }

  .column--lg-push-5 {
    left: 41.66667%;
  }

  .column--lg-push-6 {
    left: 50%;
  }

  .column--lg-push-7 {
    left: 58.33333%;
  }

  .column--lg-push-8 {
    left: 66.66667%;
  }

  .column--lg-push-9 {
    left: 75%;
  }

  .column--lg-push-10 {
    left: 83.33333%;
  }

  .column--lg-push-11 {
    left: 91.66667%;
  }

  .column--lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .column--lg-offset-12 {
    margin-left: 100%;
  }
}
.topbar {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  color: #1bbc9c;
  background-color: #B4DFF7;
}

.topbar__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.topbar__col {
  position: relative;
  padding: 0px 0;
}


@media (max-width: 767px) {

.topbar__controls > * {
 display: block;
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.topbar__controls > * {
 display: inline-block; 
    margin-left: 10px;
    vertical-align: middle
}
  }

.topbar__menu.is-opened {
    display: block;
  }

@media (max-width: 767px) {

.topbar__menu {
    display: none;
 padding-top: 10 
}
  }

@media (max-width: 767px) {

.topbar__head {
    display: table;
    width: 100%
}
  }

@media (max-width: 767px) {

.topbar__button {
    display: table-cell;
    text-align: right;
    vertical-align: middle
      
}
  }

@media (min-width: 768px) {
  .topbar .btn.with-image.dropdown-toggle:hover {
    color: #282727;
  }

  .topbar__inner {
    display: table;
  }

  .topbar__col {
    display: table-cell;
    vertical-align: middle;
  }

  .topbar__controls {
    float: right;
  }

  .topbar__menu {
    display: table-cell !important;
  }
}

.topbar-link {
  color:#141414!important;
/*   padding: 10px 10px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
/*   margin: 36px 2px!important; */
  cursor: pointer;
  border-radius: 16px;
  font-weight: bold;
}

.topbar .language-selector .dropdown-toggle {
    font-weight: 600;
  }

@media (max-width: 767px) {
    .topbar .language-selector .dropdown-menu {
      position: static;
      margin: 0;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    .topbar .language-selector .dropdown-menu [role="menuitem"] {
      padding-right: 0;
      padding-left: 0;
    }
  }

.topbar .logo a {
  display: block;
}

.header {
  position: relative;
  
  font-size: 16px;
  color: rgba(71, 69, 69, 1);
  margin: 0.5%;
  
  margin-left: 0%;
  margin-right: 0%;
}

@media (min-width: 768px) {

.header {
    margin-bottom: calc(16px * 1.6 * 3)
}
  }

.header .container-inner {
    position: relative;
    z-index: 2;
  height: 60%
  }

.header a {
    color: #1bbc9c;
  font-weight: bold;
  }

.header a:hover {
      color: #3a3838;
    }

.header a[role="button"] {
    color: rgba(71, 69, 69, 1);
  }

.header a[role="button"]:hover {
      color: #3a3838;
    }

.hero-unit {  
  background-image: url(/hc/theming_assets/01K31A2DQTW35APBHJZRVNQFBE) ;
  background-position: 0% -1%;
  background-size: cover;
  width: 100%;
    height: 60%;

}

.hero-unit:before {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    z-index: 1;
    content: "";
    background-color: #000;
    opacity: 0;
  }

.dropdown-menu {
  padding: 0;
  overflow: hidden;
  font-size: calc(16px - 2px);
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.dropdown-menu [role="menuitem"] {
  padding: 8px 16px;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    display: inline-block;
    margin-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.dropdown-menu [role="separator"] {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  border-color: rgba(28,27,27,.1);
}

@media (min-width: 768px) {

.topbar .dropdown-menu [role="menuitem"] {
    color: rgba(0, 0, 0, 1)
}
  }

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

@media (max-width: 767px) {

.section-subscribe .dropdown-menu {
    right: auto;
    left: 0
}
  }

.comment-actions .dropdown-menu {
  right: 0;
  left: auto;
}

#user .dropdown-toggle {
  padding: 0;
  color: inherit;
  border: 0;
}

@media (max-width: 767px) {

#user .dropdown-toggle:after {
      display: none
  }
    }

#user #user-dropdown {
  background: #fff;
}

@media (max-width: 767px) {

#user #user-dropdown {
    position: static;
    display: block !important;
    background: transparent;
    box-shadow: none
}

    #user #user-dropdown:before,
    #user #user-dropdown:after {
      display: none;
    }
  }

@media (max-width: 767px) {
  #user #user-dropdown [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }

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

@media (max-width: 991px) {
    #user-menu [role="separator"] {
      display: none;
    }
  }

#user-name {
  font-size: calc(16px - 2px);
  font-weight: 400;
  color: #1c1c1c;
}

#user #user-password #password-form {
  padding: 0 16px 16px;
}

#user #user-password #password-form,
#user #user-password #password-form label,
#user #user-password #password-form ul {
  font-size: 16px;
}

#user #user-password #password-form ul li {
  margin-bottom: 0;
}

#user #user-password #password-submit {
  float: none !important;
  margin: 0 !important;
}

#user #user-profile {
  padding: 0 0 16px;
}

#user #user-profile dt {
    padding: 4px 0 0 16px;
    font-size: 16px;
    text-align: left;
    opacity: 1;
  }

#user #user-profile label {
    margin-bottom: 0;
    font-weight: 400;
  }

#user #user-profile dd {
    padding: 2px;
    margin-left: 105px;
  }

#user #profile-photo-wrapper {
  width: 20px;
  height: 20px;
  border-radius: 2px;
}

#user #profile-photo img {
  max-height: 20px;
}

#user-password [role="separator"], #user-profile [role="separator"] {
    padding: 8px 16px;
    margin-bottom: 16px;
  }

@media (max-width: 767px) {

#user-password {
    min-width: 1px !important;
    background-color: #fff;
    border: 1px solid rgba(28,27,27,.1);
    border-radius: 2px
}

#user-profile {
    min-width: 1px !important;
    background-color: #fff;
    border: 1px solid rgba(28,27,27,.1);
    border-radius: 2px
}
  }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
    #user-dropdown,
    #user-dropdown[aria-expanded="false"] {
      opacity: 0;
    }

    #user-dropdown[aria-expanded="true"] {
      opacity: 1;
      -webkit-animation: bounce 0.3s ease-out;
              animation: bounce 0.3s ease-out;
    }
  }

#user .dropdown-toggle {
  color: #fff;
}

.search input[type="submit"] {
    display: none;
  }

.search-box {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 15%;
}

.search-box--without-button {
  max-width: 650px;
  padding-right: 16px;
  padding-top: 20%;
  padding-bottom: 2%;
  padding-left: 16px;
  margin: 0 auto;
}

.search-box--without-button .search:before {
    position: absolute;
    top: 50%;
    left: 20px;
    padding-right: 16px;
    margin-top: calc(20px / -2);
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #2b3d4e;
    content: "\f002";
    border-right: 1px solid rgba(28,27,27,.1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.search-box--without-button .search {
    position: relative;
  }

.search-box--without-button input[type="submit"] {
    display: none;
  }

.search-box--without-button #query {
  
  padding-right: 55px;
    padding-left: calc(55px + 16px);
    font-size: 16px;
    color: #333;
    border: none;
    border-radius: 50px;
    transition: all 0.6s ease;
    border: #ededed 1px solid;
  }

.search-box--without-button #query::-moz-placeholder= {
      color: #a5a1a1;
      opacity: 1;
    }

.search-box--without-button #query:-ms-input-placeholder= {
      color: #a5a1a1;
    }

.search-box--without-button #query::-webkit-input-placeholder= {
      color: #a5a1a1;
    }

@media (min-width: 768px) {

.search-box--without-button #query {
      height: 60px
        
  }
    }

.search-box--without-button #query:focus {
      border: #dadada 1px solid;
    }

@media (max-width: 767px) {

.search-box-small {
    margin-bottom: calc(16px * 1.6 * 1.5)
}
  }

.block-list {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {

.block-list {
    margin-bottom: calc(16px * 1.6 * 2)
}
  }

.block-item {
  position: relative;
  display: flex;
  height: 76px;
  margin-bottom: calc(16px * 1.6);
  flex-direction: column;
}

@media (min-width: 768px) {

.block-item {
    height: 150px
}
  }

.block-item__link {
  display: flex;
  padding: 0 10px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  vertical-align: middle;
  flex-direction: column;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,.1);
  border-radius: 4px;
  transition: all 0.2s linear;
  flex-grow: 1;
  justify-content: center;
}

.block-item__link:active,
  .block-item__link:focus,
  .block-item__link:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.17);
  }

.block-item__link h4 {
    font-size: calc(16px * 1.1);
    margin-bottom: 0;
  }

.block-item__link h4 span {
      position: relative;
    }

.block-item__link h4 span:after {
        display: block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        width: 60px;
        height: 2px;
        margin-left: -30px;
        content: '';
        background: rgba(20, 20, 20, 1);
      }

.block-item__title {
  margin-bottom: 0;
  font-size: calc(16px * 1.1);
}

.category h2 > a {
      color: inherit;
    }

@media (max-width: 767px) {

.category {
    padding-bottom: calc(16px * 1.6 / 2)
}
  }

.category + .category {
  padding-top: calc(16px * 1.6 * 2);
  border-top: 1px solid rgba(28,27,27,.1);
}

.section h3 > a {
  color: inherit;
}

.section:nth-of-type(1n) {
    clear: none;
  }

.section:nth-of-type(2n + 1) {
    clear: both;
  }

.section {
  margin-bottom: calc(16px * 1.6 * 2);
}

@media (min-width: 768px) {

.section-header {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.section-header__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.section-header__col--main {
    width: 100%;
    padding-right: 16px
}
  }

@media (max-width: 767px) {

.section-header__col--button {
    margin-bottom: calc(16px * 1.6)
}
  }

@media (min-width: 768px) {

.section-header__col--button {
    padding: 32px 0 0
}
  }

.article-promoted span {
  display: inline-block;
  margin-top: -3px;
  font-size: calc(16px - 4px);
  color: #FFC83C;
  vertical-align: middle;
}

.article-list {
  margin-bottom: calc(16px * 1.6 / 2);
}

.article-list li {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.footer {
  padding: calc(16px * 1.6) 0;
  font-size: calc(16px - 2px);
  line-height: 1.1;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 0, 1);
}

.footer a {
    color: $white;
  }

.footer a:hover {
      color: white;
  cursor: pointer;
    }

.footer .footer-social-link {
  cursor: pointer;
  display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 18px !important;
    line-height: 18px !important;
    color: $footer_social_links_color;
    vertical-align: middle;
    opacity: 0.0;
  }

.footer .footer-social-link + .footer-social-link {
 
    }

.footer .footer-social-link:hover {
     color: $footer_social_links_color;
 
    }

.footer__inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {

.footer__inner {
    display: table
}
  }

.footer__col {
  position: relative;
}

@media (min-width: 768px) {

.footer__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.footer__col--social-links {
   
  text-align: right
}
  }

.copyright a {
  all: initial;;
  color: rgba(220, 220, 220, 1);
}

.footer .container-inner {
  
  padding-top: calc(16px * 1.6);
  border-top: 1px solid rgba(67,65,65,0.1);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  margin-bottom: calc(16px * 1.6);
  list-style: none;
  background-color: transparent;
  font-size: 14px;
}

.breadcrumbs > li + li:before {
      padding: 0 0.5rem 0 0.8rem;
      color: #ccc;
      content: "›";
    }

.breadcrumbs a {
    color: rgba(0, 0, 0, 1);
  }

[dir="rtl"] .breadcrumbs li:before {
  transform: scale(-1, 1);
}

@media (max-width: 767px) {

.search-results-column {
    margin-bottom: calc(16px * 1.6)
}
  }

@media (min-width: 768px) {

.search-results-column {
    float: left;
    width: 50%;
    padding-right: 16px
}
  }

.search-result {
  margin: 0 0 calc(16px * 1.6) 0;
}

.search-result-meta {
  margin: 0 0 calc(16px * 1.6 / 4) 0;
  font-size: calc(16px - 2px);
  color: #979797;
}

.search-result-meta a {
    color: #979797;
  }

.search-result-link {
  margin-bottom: 0 0 calc(16px * 1.6 / 4) 0;
  font-size: calc(16px * 1.25);
}

.search-result-description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 600;
    background-color: #fff3ca;
    border-radius: 3px;
  }

.search-result-votes {
  color: #1ABC9C;
}

.search-result-votes:before {
  margin-right: 2px;
}

.note {
  position: relative;
  padding: 0 16px;
  margin-bottom: calc(16px * 1.6);
  color: #333;
  border-left: 4px solid transparent;
}

.note p:last-child {
    margin-bottom: 0;
  }

.note-title {
  margin-top: 0;
  margin-bottom: 1rem;
}

.note-default {
  border-color: #818a91;
}

.note--default {
  border-color: #818a91;
}

.note-default .note-title {
    color: #818a91;
  }

.note--default .note-title {
    color: #818a91;
  }

.note-info,
.note--info {
  border-color: #4E7DFF;
}

.note-info .note-title, .note--info .note-title {
    color: #4E7DFF;
  }

.note-warning,
.note--warning {
  border-color: #FFC83C;
}

.note-warning .note-title, .note--warning .note-title {
    color: #FFC83C;
  }

.note-success,
.note--success {
  border-color: #1ABC9C;
}

.note-success .note-title, .note--success .note-title {
    color: #1ABC9C;
  }

.note-danger,
.note--danger {
  border-color: #FF5C61;
}

.note-danger .note-title, .note--danger .note-title {
    color: #FF5C61;
  }

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc(16px * 1.6) 0;
  }

.pagination ul > li {
      display: inline-block;
      margin-right: 6px;
    }

.pagination ul > li > a {
        position: relative;
        display: block;
        padding: 8px
          calc(16px);
        line-height: 1.6;
        color: #FF693B;
        text-decoration: none;
        background-color: #fff;
        border-radius: 2px;
      }

.pagination ul > li > span {
        position: relative;
        display: block;
        padding: 8px
          calc(16px);
        line-height: 1.6;
        color: rgba(220, 220, 220, 1);
        text-decoration: none;
        background-color: #fff;
        border-radius: 2px;
      }

.pagination ul > li > a:hover {
        color: #FF693B;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > a:focus {
        color: #b6b6b6;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > span:hover {
        color: #b6b6b6;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > li > span:focus {
        color: #b6b6b6;
        background-color: #eceeef;
        border-color: #ddd;
      }

.pagination ul > .pagination-current > span,
      .pagination ul > .pagination-current > span:hover,
      .pagination ul > .pagination-current > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: rgba(20, 20, 20, 1);
        border-color: rgba(20, 20, 20, 1);
      }

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

main {
  margin-right: auto;
  margin-left: auto;
}

.container-inner {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.menu-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border-radius: calc(2rem / 15);
  transition: 0.3s;
}

@media (min-width: 768px) {

.menu-button {
    display: none
}
  }

.menu-button:hover {
    opacity: 1;
  }

.menu-button:active {
    outline: 0;
    box-shadow: none;
    transition: 0;
  }

.menu-button:focus {
    outline: 0;
  }

.menu-button__lines {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.13333rem;
  background: rgba(71, 69, 69, 1);
  border-radius: 0.13333rem;
  transition: 0.3s;
}

.menu-button__lines:before,
  .menu-button__lines:after {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 2rem;
    height: 0.13333rem;
    content: "";
    background: rgba(71, 69, 69, 1);
    border-radius: 0.13333rem;
    transition: 0.3s;
    transform-origin: calc(2rem / 14) center;
  }

.menu-button__lines:before {
    top: calc(2rem / 4);
  }

.menu-button__lines:after {
    top: calc(2rem / -4);
  }

.menu-button.is-pressed {
  transform: scale3d(0.8, 0.8, 0.8);
}

.menu-button.is-pressed .menu-button__lines {
    background: transparent;
  }

.menu-button.is-pressed .menu-button__lines:before,
    .menu-button.is-pressed .menu-button__lines:after {
      top: 0;
      width: 2rem;
      transform-origin: 50% 50%;
    }

.menu-button.is-pressed .menu-button__lines:before {
      transform: rotate3d(0, 0, 1, 45deg);
    }

.menu-button.is-pressed .menu-button__lines:after {
      transform: rotate3d(0, 0, 1, -45deg);
    }

.help-center-name {
  display: inline-block;
  margin: 0 0 0 calc(16px / 2);
  font-weight: 600;
  color: rgba(71, 69, 69, 1);
  vertical-align: middle;
}

.intro-title {
  position: relative;

  margin-bottom: 0;
  font-size: calc(16px * 1.75);
  font-weight: 500;
  color: #fcfcfc;
}

@media (min-width: 768px) {

.intro-title {
    font-size: 46px
}
  }

.meta {
  font-size: calc(16px - 2px);
  color: #979797;
}

.meta__item {
  display: inline-block;
  margin-right: calc(16px / 2);
}

.meta__item + .meta__item:before {
    margin-right: calc(16px / 2);
    font-size: 10px;
    content: "\2022";
  }

.meta--profile {
  margin-bottom: 0;
}

.meta--profile .meta__item {
    margin-bottom: 0;
  }

.avatar {
  position: relative;
}

.avatar--agent:before {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin-right: -4px;
    margin-bottom: -4px;
    font-family: "Font Awesome 5 Free";

    font-size: calc(16px * 0.85);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: rgba(20, 20, 20, 1);
    content: "\f19d";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 32px;
  height: 32px;
}

#user .user-avatar {
  width: 32px;
  height: 32px;
}

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

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  position: absolute;
}

.comment-avatar-agent:after {
  top: 0;
  left: calc(32px - (16px / 2));
}

.question-avatar-agent:after,
.answer-avatar-agent:after {
  left: calc(32px - (16px / 2));
}

.user-avatar,
.article-avatar img,
.comment-avatar img,
.question-avatar img,
.answer-avatar img {
  border-radius: 100%;
}

.user-avatar,
.article-avatar img,
.comment-avatar img,
.question-avatar img,
.answer-avatar img {
  width: 32px;
  height: 32px;
}

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  color: rgba(20, 20, 20, 1);
}

.comments__callout {
  font-size: calc(16px * 0.85);
  color: #FF693B;
}

.comments__callout:empty {
    display: none;
  }

.comments__list {
  padding-left: 0;
  list-style: none;
}

.comment-list-header {
  padding-bottom: calc(16px * 1.6 / 2);
  margin-bottom: calc(16px * 1.6);
  border-bottom: 1px solid rgba(28,27,27,.1);
}

.comment-list-heading {
  margin-bottom: 0;
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

.comment-sorter {
  padding-bottom: calc(16px * 1.6);
  margin-bottom: calc(16px * 1.6 * 1.25);
  border-bottom: 1px dotted rgba(28,27,27,.1);
}

@media (min-width: 768px) {

.comment-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.comment-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.comment-sorter__col--main {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.comment-sorter__col--main {
    padding-right: 16px
}
  }

@media (min-width: 768px) {

.comment-sorter__col--filters {
    text-align: right
}
  }

.comment-sorter__item.is-active {
    font-weight: 600;
  }

.comment-sorter__item + .comment-sorter__item:before {
    margin: 0 calc(16px / 2);
    font-size: 10px;
    content: "\2022";
  }

.comment {
  padding-bottom: calc(16px * 1.6 * 1.25);
  margin-bottom: calc(16px * 1.6 * 1.25);
  border-bottom: 1px dotted rgba(28,27,27,.1);
}

.comment__inner {
  position: relative;
  padding-right: calc(40px + 16px);
}

.comments__content {
  position: relative;
  padding-right: 16px;
}

.comment__header {
  position: relative;
  margin-bottom: calc(16px * 1.6);
}

.comment__voting-and-actions {
  position: absolute;
  top: calc(16px * 1.6 / 4);
  right: 0;
  width: 40px;
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.comment__voting-and-actions .dropdown-toggle:after {
    display: inline-block;
    margin-top: -2px;
    margin-left: 0;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f013";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.comment__official-heading {
  position: absolute;
  top: 0;
  right: calc(16px * 3);
  width: auto;
  padding: 1px calc(16px / 2);
  font-size: calc(16px * 0.85);
  color: #fff;
  background-color: rgba(20, 20, 20, 1);
  border-radius: 0 0 2px 2px;
}

.comment--official .comment__inner {
    position: relative;
    padding: calc(16px * 1.6)
      calc(16px * 2);
    background-color: #fff;
    border: 1px solid rgba(20, 20, 20, 1);
    border-radius: 2px;
  
  }

.comment__body ul {
    margin-left: 16px;
  }

.comment__body ol {
    margin-left: 16px;
  }

.comment__body ul {
    list-style-type: disc;
  }

.comment__body ol {
    list-style-type: decimal;
  }

.comment__body a {
  color: #FF693B;
}

.comment-form {
  position: relative;
  margin-bottom: calc(16px * 1.6);
}

@media (min-width: 768px) {

.comment-form {
    padding-left: calc(32px + 16px)
}
  }

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {

.comment-form__avatar {
    display: none
}
  }

.comment-form__body {
  margin-bottom: calc(16px * 1.6);
}

.comment-form__attachments {
  margin-bottom: calc(16px * 1.6);
}

.comment-form__mark-as-solved {
  position: relative;
}

.comment-form__comment-ccs ul {
    margin-bottom: 0;
  }

.comment-form__ccs {
  margin-bottom: 0;
}

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

.comment-form__ccs ul[data-hc-pills-container] {
    margin: 0;
    border: 1px solid #bdc2c5;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
  }

.comment-form__ccs ul[data-hc-pills-container][data-hc-focus="true"] {
    border-color: #66afe9;
  }

.promoted-articles__list {
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-flow: row wrap;
}

.promoted-articles__title {
  margin-bottom: calc(16px * 1.6);
  font-size: calc(16px * 1.75);
}

.promoted-articles-item__title {
  display: block;
  margin-bottom: calc(16px * 1.6 / 4);
  font-size: calc(16px * 1.1);
}

.promoted-articles-item__desc {
  margin-top: 0;
}

.container--promoted-articles {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.error-page {
  padding: 0;
  margin-bottom: calc(16px * 1.6 * 2);
}

.error-page h2 {
    font-size: calc(16px * 1.25);
  }

.satisfaction-box {
  padding: calc(8px * 2) 16px;
  margin: 0 0 calc(16px * 1.6) 0;
  background-color: #eee;
  border: 1px solid rgba(28,27,27,.1);
  border-radius: 2px;
}

.satisfaction-box h4 {
    font-weight: bold;
  }

.satisfaction-box h4:last-child {
      margin-bottom: 0;
    }

.satisfaction-box input[type="radio"] ~ label {
  padding: 8px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: 0;
  border: inherit;
  border-radius: ;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label:not([class="disabled"]) {
  background: #1ABC9C !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label:not([class="disabled"]) {
  background: #FF5C61 !important;
}

.satisfaction-box
  input[type="radio"][checked="checked"]
  + label:not([class="disabled"]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box label.disabled {
  display: inline-block;
  padding: 0 !important;
  margin-bottom: calc(16px * 1.6) !important;
  text-shadow: none;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #1ABC9C !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #FF5C61 !important;
}

.satisfaction-comment {
  margin-top: calc(16px * 1.6);
}

.satisfaction-box .satisfaction-submit {
  padding: 8px;
  margin-left: calc(16px * 1.6 / 2) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0;
  background: #1ABC9C;
  border-color: #17a689;
  border-radius: 2px;
}

.community {
  padding: 8px 16px;
  margin-bottom: calc(16px * 1.6);
  border: 1px solid rgba(28,27,27,.1);
  border-radius: 2px;
  
}

.my-activity-item {
  padding: 8px 16px;
  margin-bottom: calc(16px * 1.6);
  border: 1px solid rgba(28,27,27,.1);
  border-radius: 2px;
}

@media (min-width: 768px) {

.my-activity-item__title {
    max-width: 70%
}
  }

.my-activity-item__meta {
  font-size: calc(16px - 2px);
  color: #979797;
}

.my-activity-item--request {
  position: relative;
}

.my-activity-item--request .request-status {
    display: inline-block;
  }

@media (max-width: 767px) {

.my-activity-item--request .request-status {
      margin-bottom: calc(16px * 1.6 / 2)
  }
    }

@media (min-width: 768px) {

.my-activity-item--request .request-status {
      position: absolute;
      top: 16px;
      right: 16px
  }
    }

.my-activities-header {
  margin-bottom: calc(16px * 1.6);
}

.my-activities-menu {
  font-weight: 600;
}

.my-activities-menu__items {
  margin-top: 0;
  margin-bottom: 0;
}

.my-activities-menu__item {
  float: left;
  margin-bottom: 0;
  color: #4d4d4d;
}

.my-activities-menu__item a {
    display: block;
  }

.my-activities-menu--main {
  margin-bottom: calc(16px * 1.6);
  overflow: hidden;
  background-color: rgba(80,77,77,0.1);
  border-radius: 2px;
}

.my-activities-menu--main .my-activities-menu__item.is-active {
      color: #fff;
      background-color: rgba(20, 20, 20, 1);
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      padding: 16px 16px;
    }

.my-activities-menu--main .my-activities-menu__item a {
      padding: 16px 16px;
    }

@media (min-width: 768px) {
    .my-activities-menu--main .my-activities-menu__item + .my-activities-menu__item {
      border-left: 1px solid rgba(250, 250, 250, 1);
    }
  }

.my-activities-menu--sub {
  margin-bottom: calc(16px * 1.6);
}

.my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item {
    padding-left: 16px;
  }

@media (max-width: 991px) {

#quick-search {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 992px) {

#quick-search {
    float: left;
    max-width: 300px
}
  }

@media (max-width: 991px) {

.request-filter {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

.my-activities-header {
  margin-bottom: calc(16px * 1.6);
}

.my-activities-items {
  margin-bottom: calc(16px * 1.6 * 2);
}

@media (min-width: 768px) {

.my-activities-items {
    display: table;
    width: 100%
}
  }

.my-activities-items__head {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {

.my-activities-items__head {
    display: table-header-group;
    font-size: calc(16px * 0.85);
    font-weight: 600;
    text-transform: uppercase
}
  }

@media (min-width: 768px) {

.my-activities-items__body {
    display: table-row-group
}
  }

@media (min-width: 768px) {

.my-activities-items__row {
    display: table-row
}
  }

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc(16px * 1.6 / 2);
    padding-bottom: calc(16px * 1.6 / 2);
    border-bottom: 1px solid rgba(28,27,27,.1)
}

    .my-activities-items__col + .my-activities-items__col {
      padding-left: 16px;
    }
  }

@media (max-width: 767px) {

.my-activities-items__request-id {
    display: inline
}
  }

@media (min-width: 768px) {

.my-activities-items__request-id {
    display: none
}
  }

.request-table-toolbar {
  padding-top: calc(8px * 2);
  padding-bottom: 8px;
  margin-bottom: calc(16px * 1.6);
  background-color: #f9f9f9;
  border-radius: 2px;
}

@media (min-width: 768px) {

.request-table-toolbar {
    padding-top: 8px;
    padding-bottom: calc(8px * 2)
}
  }

.request-table-toolbar label {
    font-size: calc(16px * 0.85);
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.request-table-filters {
    display: table;
    width: 100%
}
  }

.request-table-filters__item {
  padding-right: 16px;
  padding-left: 16px;
}

@media (max-width: 767px) {

.request-table-filters__item {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

.request-table-organization__col--button {
  padding-left: calc(16px / 2);
}

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.requests-sort-symbol:after {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    color: #979797;
    content: "\f0d7";
  }

.requests-link {
  white-space: nowrap;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: "\f0d8";
}

.share {
  white-space: nowrap;
}

.share li {
  position: relative;

  display: inline-block;
  vertical-align: top;
}

.share a {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #979797;
  border: 1px solid rgba(28,27,27,.1);
  border-radius: 2px;
  touch-action: manipulation;
}

.share a:before {
    position: relative;

    display: inline-block;
    width: 100%;
    text-align: center;
  }



.request {
  position: relative;
}

.request-sidebar dt:first-child {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.request-sidebar dd {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.request-id {
  display: block;
  margin-bottom: calc(16px * 1.6 / 2);
}

.request-description {
  margin-bottom: calc(16px * 1.6);
}

.request-details {
  padding: calc(16px * 1.6 / 2) 15px;
  background-color: rgba(85,82,82,0.1);
}

.request-status {
  padding: calc(8px / 4)
    calc(16px / 4);
  font-size: calc(16px - 2px);
  color: #fff;
  border-radius: 2px;
}

.request-status--solved,
.request-status--closed {
  background-color: #1ABC9C;
}

.request-status--new,
.request-status--open {
  background-color: #FF5C61;
}

.request-status--answered {
  background-color: #FFC83C;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #818a91;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(16px * 1.6);
}

.table th,
  .table td {
    padding: 12px;
    vertical-align: top;
  }

.table td {
    border-top: 1px solid #d3d6d8;
  }

.table thead th {
    vertical-align: bottom;
  }

.table tbody + tbody {
    border-top: 1px solid #d3d6d8;
  }

.table .table {
    background-color: #fff;
  }

.table--color-header th {
    color: #fff;
    background-color: rgba(20, 20, 20, 1);
  }

.table--striped th,
  .table--striped td,
  .table--striped thead th {
    border-color: #fff;
  }

.table--striped tbody tr:nth-child(odd) {
    color: inherit;
    background-color: #eceeef;
  }

.table--hover tbody tr:hover {
    color: inherit;
    background-color: #eceeef;
  }

.table--bordered {
  border: 1px solid #d3d6d8;
}

.table--bordered td {
    border-left: 1px solid #d3d6d8;
  }

.table--bordered th {
    border-left: 1px solid #d3d6d8;
  }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

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

.table-responsive {
    width: 100%;
    margin-bottom: calc(16px * 1.6 * 0.75);
    overflow-y: hidden;
    border: 1px solid #d3d6d8;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table {
      margin-bottom: 0;
    }
          .table-responsive > .table > thead > tr > th,
          .table-responsive > .table > thead > tr > td,
          .table-responsive > .table > tbody > tr > th,
          .table-responsive > .table > tbody > tr > td,
          .table-responsive > .table > tfoot > tr > th,
          .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
          }
  }

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img, .embed-responsive img {
    width: 100%;
  }

.embed iframe,
  .embed embed,
  .embed object,
  .embed video,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

.embed:focus, .embed-responsive:focus {
    outline: none !important;
  }

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

.visibility-internal-icon:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f023";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-result-votes:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f164";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.recent-activity-item-comment span:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f075";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-vote-up:before {
  
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f164";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article-vote-down:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f165";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vote-controls a {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.share a:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.dropdown-toggle:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.article {
  position: relative;
}

.article-header {
  margin-bottom: calc(16px * 1.6);
}

.article-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(16px * 1.6);
}

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  width: 100%;
  padding-right: 16px;
}

.article__body {
  margin-bottom: calc(16px * 1.6);
}

.article__body ul {
    margin-left: 16px;
  }

.article__body ol {
    margin-left: 16px;
  }

.article__body ul ul {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ul ol {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ol ul {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ol ol {
      margin-top: calc(16px * 1.6 / 2);
    }

.article__body ul li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.article__body ol li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.article__body ul {
    list-style-type: disc;
  }

.article__body ol {
    list-style-type: decimal;
  }
.article__body a {
    color: #FF693B;
  }

.article__body .wysiwyg-font-size-x-large {
    font-size: calc(16px * 1.5);
  }

.article__body .wysiwyg-font-size-large {
    font-size: calc(16px * 1.25);
  }

.article__body .wysiwyg-font-size-medium {
    font-size: 16px;
  }

.article__body .wysiwyg-font-size-small {
    font-size: calc(16px * 0.85);
  }

.article__body .list-bullet,
  .article__body .list-colored {
    list-style-type: none;
  }

.article-footer {
  padding-top: calc(16px * 1.6 / 2);
  border-top: 1px solid rgba(28,27,27,.1);
}

.article-share {
  padding: calc(16px * 1.6) 0 0;
  border-top: 1px solid rgba(28,27,27,.1);
}

.article-vote {
  display: table;
  margin-bottom: calc(16px * 1.6);
}

.article-vote > * {
  display: table-cell;
  vertical-align: middle;
}

.article-vote > * + * {
  padding-left: 16px;
}

.article-vote-up:hover,
  .article-vote-up.article-voted {
    color: #1ABC9C !important;
  }

.article-vote-down:hover,
  .article-vote-down.article-voted {
    color: #FF5C61 !important;
  }

.article-vote-controls {
  white-space: nowrap;
}

.article-vote-controls a {
    color: #979797;
  }

.article-vote-count {
  color: #979797;
}

.article-footer {
  margin-bottom: calc(16px * 1.6);
}

.article__attachments {
  margin-bottom: calc(16px * 1.6);
}

.article-more-questions {
  margin-bottom: calc(16px * 1.6);
  clear: both;
}

.article-more-questions a {
    white-space: nowrap;
  }

.article-vote-question {
  font-size: calc(16px - 2px);
  font-weight: 500;
  color: #979797;
}

.related-articles .article-sidebar h3 {
  margin-top: 32px;
  font-size: calc(16px * 1.25);
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.custom-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(16px * 1.6);
  justify-content: center;
}

.custom-block {
  float: none;
  margin-bottom: calc(16px * 1.6);
}

.custom-block a {
    display: block;
  }

.custom-block__image {
  margin-bottom: calc(16px * 1.6);
  width: 75%;
height: 75%;
}
}

.custom-block__image svg {
    transition: all 0.3s ease-out;

  }

.custom-block__image circle {
    fill: rgba(164, 158, 158, 1);
    transition: all 0.3s ease-out;
  }

.custom-block__title {
  font-size: 16px;
  color: #333;
  transition: color 0.3s ease;
}

@media (min-width: 768px) {

.custom-block__title {
    margin-bottom: calc(16px * 1.6)
}
  }

@media (max-width: 767px) {
    .topbar .language-selector .dropdown-menu {
      position: static;
      margin: 0;
      background: transparent;
      border-radius: 0;
      box-shadow: none;
    }

    .topbar .language-selector .dropdown-menu [role="menuitem"] {
      padding-right: 0;
      padding-left: 0;
    }
  }

.community-recent-activity {
  padding: calc(16px * 1.6) 16px;
  margin-bottom: calc(16px * 1.6 * 2);
  border: 1px solid rgba(28,27,27,.1);
  border-radius: 2px;
}

.community-recent-activity h4 {
    font-weight: 600;
  }

.community-recent-activity .recent-activity-header {
    display: none;
  }

.community-recent-activity .recent-activity-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-list {
      margin-right: -15px;
      margin-left: -15px
  }
    }

@media (min-width: 768px) {

.community-recent-activity .recent-activity-item {
      display: inline-block;
      width: 50%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: calc(16px * 1.6);
      vertical-align: top
  }
    }

.community-recent-activity .recent-activity-item-meta {
    font-size: calc(16px * 0.85);
    color: #979797;
  }

.community-recent-activity .recent-activity-item-comment span:before {
    display: inline-block;
    margin-right: calc(16px / 4);
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    content: "\f075";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.community-recent-activity .recent-activity-item-parent {
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
  }

.page-header {
  position: relative;
  margin: 0 0 calc(16px * 1.6);
}

.page-header--with-border {
  border-bottom: 1px solid rgba(28,27,27,.1);
}

.page-description {
  margin: 0 0 calc(16px * 1.6) 0;
  color: #666;
}

.page-description:empty {
  display: none;
}

.profile-header {
  padding: calc(16px * 1.6) 15px;
  margin-bottom: calc(16px * 1.6);
  color: rgba(0, 0, 0, 1);
  text-align: center;
  background-color: $brand_secondary;
  border-radius: 2px;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.5);
}

.profile-header__name a {
    color: rgba(0, 0, 0, 1);
  }

@media (min-width: 768px) {

.profile-header__name {
    font-size: calc(16px * 1.75);
    font-weight: 300
}
  }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.6);
  background-color: rgba(20, 20, 20, 1);
}

.profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

.profile-stats {
  padding-left: 0;
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 0.85);
  color: #979797;
  list-style: none;
}

.profile-stats__stat {
  margin-right: 16px;
  margin-bottom: calc(16px * 1.6 / 4);
}

@media (max-width: 767px) {

.profile-stats__stat {
    display: block
}

    .profile-stats__stat:before {
      display: none;
    }
  }

.profile-stats__label {
  margin-right: calc(16px / 2);
}

.profile-stats__value {
  color: rgba(0, 0, 0, 1);
}

.profile-nav {
  margin-bottom: calc(16px * 1.6);
  overflow: hidden;
  font-size: calc(16px * 0.85);
  font-weight: 600;
  background-color: #eff0f2;
  border-radius: 2px;
}

.profile-nav__items {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 768px) {

.profile-nav__item {
    display: inline-block;
    vertical-align: middle
}
  }

.profile-nav__item a {
    display: block;
    color: rgba(0, 0, 0, 1);
  }

.profile-nav__item.is-active {
    color: #fff;
    background-color: rgba(20, 20, 20, 1);
  }

.profile-nav__item.is-active {
    padding: calc(16px * 1.6 / 1.5)
      16px;
    line-height: 1;
  }

.profile-nav__item a {
    padding: calc(16px * 1.6 / 1.5)
      16px;
    line-height: 1;
  }

.profile-nav__item:after {
    right: 16px !important;
  }

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(16px * 1.6);
}

.profile-section__title {
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.5);
}

.profile-section__description {
  font-size: calc(16px * 0.85);
  color: #979797;
}

@media (min-width: 768px) {

.profile-section__description {
    padding-bottom: 0
}
  }

.profile-section-sorter {
  font-size: calc(16px * 0.85);
}

.profile-section-sorter .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

.profile-section-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.profile-section-sorter {
    padding-top: 0;
    border-top: 0
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--main {
    padding-right: 16px
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--btn {
    text-align: right
}
  }

.profile-contribution {
  position: relative;
  padding: calc(16px * 1.6 / 2) 15px;

  word-wrap: break-word;
  background-color: #eff0f2;

  border-radius: 2px;
}

.profile-contribution__header {
  margin-bottom: calc(16px * 1.6 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(16px * 1.6 / 4);
}

.profile-contribution__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6 / 4);
  font-size: 16px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: calc(16px * 1.6 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
    display: inline-block;
    margin-right: 2px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: (calc(16px * 0.85));
}

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

.profile-activity-list {
  padding-left: 0;
  list-style: none;
}

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.6 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(16px * 1.6 / 2);

  font-size: calc(16px * 0.85);
  font-weight: 600;
}

.profile-activity__header:before {
    display: inline-block;
    margin-right: 2px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(16px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before {
  margin-right: calc(16px * 1.6) / 6;
  content: "\f15c";
}

.profile-activity[class$="-article"] .profile-activity__header:before {
  margin-right: calc(16px * 1.6) / 6;
  content: "\f15c";
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f086";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  font-weight: 400;
  content: "\f075";
}

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

.status-label {
  padding: 2px calc(16px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
}

.status-label--pending {
  background-color: #FFC83C;
}

.status-label--with-ticket {
  background-color: rgba(20, 20, 20, 1);
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }

.status-label--solved,
.status-label--closed {
  background-color: #1ABC9C;
}

.status-label--new,
.status-label--open {
  background-color: #FF5C61;
}

.status-label--answered {
  background-color: #FFC83C;
}

.status-label--official {
  background-color: rgba(20, 20, 20, 1);
}

.status-label--completed,
.status-label--answered {
  background-color: #1ABC9C;
}

.status-label--planned {
  background-color: rgba(20, 20, 20, 1);
}

.status-label--not-planned {
  color: rgba(0, 0, 0, 1);
  background-color: rgba(28,27,27,.1);
}

.entry-info {
  display: flex;
  overflow: hidden;
  font-size: calc(16px * 0.85);
}

.entry-info__avatar {
  padding-right: 16px;
}

.entry-info__content {
  display: table-cell;
  vertical-align: top;
  flex: 1;
}

.entry-info__follow {
  float: right;
}

.attachment-list {
  padding-left: 0;
  margin: 0;
  font-size: calc(16px * 0.85);
  list-style: none;
}

.attachment-list__item {
  position: relative;
  padding-left: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.6 / 2);
}

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

.attachment-list__icon {
  position: absolute;
  top: 4px;
  left: 0;
}

.callout {
  padding: calc(16px * 1.6) 20px 0;
  margin-bottom: calc(16px * 1.6);
  background-color: #FDEDAA;
  border-left-style: solid;
  border-left-width: 5px;
}

.callout p {
    padding-bottom: calc(16px * 1.6);
    margin-bottom: 0;
  }

.callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: rgba(0, 0, 0, 1);
  background-color: #cef8f0;
  border-color: #1ABC9C;
}

.callout--success .callout__title {
    color: #1ABC9C;
  }

.callout--info {
  color: #000000;
  background-color: #f1f5ff;
  border-color: #4E7DFF;
}

.callout--info .callout__title {
    color: #4E7DFF;
  }

.callout--warning {
  color: #FDEDAA;
  background-color: #ffefc6;
  border-color: #FFC83C;
}

.callout--warning .callout__title {
    color: #FDEDAA;
  }

.callout--danger {
  color: rgba(0, 0, 0, 1);
  background-color: #fff;
  border-color: #FF5C61;
}

.callout--danger .callout__title {
    color: #FF5C61;
  }

.callout--primary {
  color: #000000;
  background-color: #FDEDAA;
  border-color: rgba(20, 20, 20, 1);
}

.callout--primary .callout__title {
    color: rgba(20, 20, 20, 1);
  }

.callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

/* rtl:ignore */

.image-with-video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 0;
    height: 0;
    font-size: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    transition: transform 0.6s ease;
    transform: translate(-50%, -50%);
  }

.image-with-video-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }

/* rtl:ignore */

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
      transform: translate(-50%, -50%) scale(1.1);
    }

.list-colored,
.list-bullet {
  padding-left: 0;
  margin-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 16px);
    margin-bottom: calc(16px * 1.6 / 2) !important;
    counter-increment: list;
  }

.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 1;
      width: 30px;
      height: 30px;
      font-size: calc(16px * 0.85);
      line-height: 30px;
      color: #fff;
      text-align: center;
      content: counter(list);
      background-color: rgba(20, 20, 20, 1);
      border-radius: 50%;
    }

.list-colored ol {
    margin-bottom: 14px;
    list-style-type: none;
    counter-reset: list;
  }

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

.list-bullet li:before {
      position: absolute;
      top: -2px;
      left: 0;
      width: auto;
      height: auto;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      color: rgba(20, 20, 20, 1);
      vertical-align: bottom;
      content: "\f058";
      background-color: transparent;
    }

.list-bullet ul {
    margin-bottom: 14px;
    list-style: none;
  }

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

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

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

.text-primary {
  background-color: #616161;
}

.text-info {
  background-color: #4E7DFF;
}

.text-warning {
  background-color: #FFC83C;
}

.text-danger {
  background-color: #FF5C61;
}

.text-success {
  background-color: #1ABC9C;
}

.accordion {
  padding-top: 0;
  margin-bottom: calc(16px * 1.6);
  border: 1px solid #ddd;
  border-radius: 2px;
}

.accordion__item-title {
  position: relative;
  padding: 15px 20px 15px 52px;
  font-size: calc(16px * 1.25);
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    position: absolute;
    content: "";
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.accordion__item-content p:last-child {
    margin-bottom: 0;
  }

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    top: 50%;
    left: 22px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 2px solid rgba(20, 20, 20, 1);
    border-left: 2px solid rgba(20, 20, 20, 1);
    transition: transform 0.3s;
    transform: rotate(-45deg);
  }

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      transition: transform 0.3s;
      transform: rotate(135deg);
    }

.accordion--colored .accordion__item-title {
    transition: background-color 0.3s;
  }

.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }

.accordion--colored .accordion__item-title:before {
      left: 20px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title:after {
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      content: "";
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title--active {
      color: #fff;
      background-color: rgba(20, 20, 20, 1);
      transition: background-color 0.3s;
    }

.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 10px;
}

.accordion p {
  display: inline;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}






.tabs {
  margin-bottom: calc(16px * 1.6);
}

.tabs ul {
    margin-bottom: 0;
  }

.tabs ul:before,
    .tabs ul:after {
      display: table;
      content: "";
    }

.tabs ul:after {
      clear: both;
    }

.tabs li {
    display: inline-block;
    padding: 0 16px 0 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 1);
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 2px;
  }

@media (min-width: 768px) {

.tabs li {
      display: block;
      float: left;
      padding: calc(8px * 2)
        16px;
      margin: 0 0 calc(-2 * 1px) 0
  }
    }

@media (min-width: 768px) {

.tabs .is-active {
      background-color: #fff;
      border-color: rgba(28,27,27,.1);
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0
  }
    }

.tabs li a:not([role="button"]) {
    color: #4d4d4d;
  }

.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media (min-width: 768px) {

.tab {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}
  }

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: #55595c;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #878c90;
  }

@media (max-width: 767px) {

.tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
}

    .tabs-link:first-child {
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: $#FF693B;
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: $#FF693B;
    cursor: default;
  }

@media (min-width: 768px) {

.tabs-link.is-active {
    border-bottom: 1px solid rgba(250, 250, 250, 1);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}
  }

.tabs--colored-1 .tab {
    background-color: #f7f7f9 !important;
  }

.tabs--colored-1 .tabs-link.is-active {
    background-color: #f7f7f9;
    border-bottom-color: #f7f7f9;
  }

.tabs--colored-2 .tabs-link {
    color: rgba(20, 20, 20, 1);
  }

.tabs--colored-2 .tabs-link:hover {
      color: #474747;
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
    background-color: rgba(20, 20, 20, 1);
    border-bottom-color: rgba(20, 20, 20, 1);
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

.tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  color: rgba(20, 20, 20, 1);
  text-align: center;
  border: 1px solid rgba(220, 220, 220, 1);
  border-radius: 2px;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }

.scroll-to-top.is-active {
    bottom: 30px;
  }

.scroll-to-top:hover {
    color: #b6b6b6;
    border-color: #b6b6b6;
  }

@media (max-width: 767px) {

.scroll-to-top {
    display: none
}
  }

.scroll-to-top--fixed {
  position: fixed;

  right: 48px;
  bottom: calc(-4 * 48px);
}

.scroll-to-top--fixed.is-active {
    bottom: 48px;
  }

.recent-articles h3 {
    margin-bottom: calc(16px * 1.6 / 2);
  }

.related-articles h3 {
    margin-bottom: calc(16px * 1.6 / 2);
  }

@media (min-width: 768px) {

.recent-articles h3 {
      margin-top: calc(16px * 1.6 / 2)
  }

.related-articles h3 {
      margin-top: calc(16px * 1.6 / 2)
  }
    }

.recent-articles ul, .related-articles ul {
    padding-left: 0;
    list-style: none;
  }

.recent-articles ul > li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.related-articles ul > li {
      margin-bottom: calc(16px * 1.6 / 2);
    }

.recent-articles ul > li a {
        padding-bottom: 1px;
        color: rgba(0, 0, 0, 1);
        border-bottom: 1px solid rgba(28,27,27,.1);
      }

.related-articles ul > li a {
        padding-bottom: 1px;
        color: rgba(0, 0, 0, 1);
        border-bottom: 1px solid rgba(28,27,27,.1);
      }

.recent-articles h3 {
  font-size: calc(16px * 1.25);
}

.section-articles {
  margin-bottom: calc(16px * 1.6);
}

.section-articles__title {
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.25);
}

.section-articles__list {
  padding-left: 0;
  list-style: none;
}

.section-articles__item {
  margin-bottom: calc(16px * 1.6 / 2);
}

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
    margin-left: 16px;
  }

.community-nav__item.is-active {
    font-weight: 600;
  }

.community-nav__item--button {
  float: right;
}

.vote {
  width: 100%;
  max-width: 40px;
}
.vote [aria-selected="true"] {
    z-index: 2;
  }


.vote-sum {
  display: block;
  padding-top: calc(16px * 1.6 / 4);
  padding-bottom: calc(16px * 1.6 / 4);
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;
z-index: 1;
  display: block !important;
  padding: calc(16px * 1.6 / 6) 0 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: rgba(0, 0, 0, 1);
  border-color: rgba(28,27,27,.1);
  
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control:hover {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 1) !important;
  }

.vote-control[aria-selected="true"] {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 1) !important;
  }

.vote-control[aria-selected="true"]:hover {
      color: rgba(0, 0, 0, 1) !important;
      background-color: transparent !important;
    }

.topic-list-item:nth-child(2n + 1) {
    clear: left;
  }

.topic-list-item__box {
  padding: calc(16px * 1.6) 16px;
  margin-bottom: calc(16px * 1.6);
  border: 1px solid rgba(28,27,27,.1);
  border-radius: 2px;
}

.topic-list-item__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6 / 2);
}

.topic-list-item__title a {
    color: #1c1b1b;
  }

.topic-list-item__title a:hover {
      color: rgba(220, 220, 220, 1);
    }

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(16px * 1.6 / 2);
  margin-bottom: calc(16px * 1.6);
  border-bottom: 1px solid rgba(28,27,27,.1);
}

.topic__col {
  display: table-cell;
  vertical-align: top;
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.75);
}

.topic-filters__item {
  float: left;
  margin-right: calc(16px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc(16px * 1.6 / 2)
}
  }

.topic-controls {
  margin-bottom: calc(16px * 1.6 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(16px / 2);
}

@media (min-width: 768px) {

.topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
}
  }

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

@media (min-width: 768px) {

.post-page {
    margin-bottom: calc(16px * 1.6 * 2)
}
  }

.post {
  position: relative;
  margin-bottom: calc(16px * 1.6);
}

.post__title {
  padding-right: calc(16px * 1.5);
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

.post__title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.post__title {
    font-size: calc(16px * 2.5)
}
  }

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(16px * 1.6);
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  width: 100%;
  padding-right: 16px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: calc(40px + 16px);
}

.post__body ul {
    margin-left: 16px;
  }

.post__body ol {
    margin-left: 16px;
  }

.post__body ul {
    list-style-type: disc;
  }

.post__body ol {
    list-style-type: decimal;
  }

.post__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.post__voting-and-actions .dropdown-toggle {
    font-size: 0;
  }

.post__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    font-size: 16px;
    content: "\f013";
  }

.post-callout {
  padding: calc(16px * 1.6 / 2) 15px;
  background-color: rgba(85,82,82,0.1);
}

.post-callout__title {
  margin-top: 0;
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

.post-share ul {
    margin-left: 0;
  }

.post-list-item {
  padding-bottom: calc(16px * 1.6);
  margin-bottom: calc(16px * 1.6);
  border-bottom: 1px solid rgba(28,27,27,.1);
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item__title {
  margin-top: 0;
  margin-bottom: calc(16px * 1.6 / 2);
  font-size: calc(16px * 1.5);
}

.post-list-item__title a {
    color: #1c1b1b;
  }

.post-list-item__title a:hover {
      color: rgba(220, 220, 220, 1);
    }

.post-list-item__title .fa-star {
    position: relative;
    top: -4px;

    font-size: 50%;
  }

@media (min-width: 768px) {

.post-list-item__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.post-list-item__col--main {
    width: 60%
}
  }

@media (min-width: 768px) {

.post-list-item__col--side {
    width: 40%;
    text-align: right
}
  }

.post-info {
  font-size: calc(16px - 2px);
  color: #979797;
}

@media (min-width: 768px) {

.post-info {
    float: right;
    min-width: 90px;
    padding: 8px 16px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 2px
}
  }

@media (min-width: 768px) {

.post-info__count {
    display: block;
    font-weight: 600;
    color: rgba(0, 0, 0, 1)
}
  }

.post-info + .post-info {
  margin-right: 16px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: calc(16px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

.post-status {
  display: inline-block;
  padding: 1px calc(16px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
}

.post-status--completed,
.post-status--answered {
  background-color: #1ABC9C;
}

.post-status--planned {
  background-color: rgba(20, 20, 20, 1);
}

.post-status--not-planned {
  color: rgba(0, 0, 0, 1);
  background-color: rgba(28,27,27,.1);
}

.new-post-title {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

.new-post-title {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.new-post-title {
    font-size: calc(16px * 2.5)
}
  }

.new-post-form {
  margin-bottom: calc(16px * 1.6);
}

.article__body ul ul {
  list-style-type: circle;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

details {
  user-select: none;
}

details>summary span.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s;
  margin-left: auto;
}

details[open] summary span.icon {
  transform: rotate(180deg);
}

summary {
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* timezone zd field */
.request_custom_fields_14450156292883 {
  display: none;
}