/* Components */

/* Reset the box-sizing */

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

/* Body reset */

html {
  position: relative;
  min-height: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #373a3c;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

[dir] body {
  background-color: #fff;
}

/* Reset fonts for relevant elements */

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

/* Links */

a {
  color: #349c45;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
  a:focus {
    color: #21632c;
    text-decoration: none;
  }

[dir] figure {
  margin: 0;
}

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

hr {
  display: block;
  height: 1px;
}

[dir] hr {
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #eceeef;
}

/* Remove the gap between audio, canvas, iframes,
   images, videos and the bottom of their containers:
   https:/*github.com/h5bp/html5-boilerplate/issues/440 */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

[dir] h1 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h2 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h3 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h4 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h5 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] h6 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h1 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h2 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h3 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h4 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h5 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] .h6 {
  margin: 0 0 calc(16px * 1.5);
}

[dir] p {
  margin: 0 0 calc(16px * 1.5);
}

[dir] ul {
  margin: 0 0 calc(16px * 1.5);
}

[dir] ol {
  margin: 0 0 calc(16px * 1.5);
}

[dir] ul {
  margin: 0 0 calc(16px * 1.5);
}

[dir] ol {
  margin: 0 0 calc(16px * 1.5);
}

[dir] ul ul {
    margin-top: calc(16px * 1.5 / 2);
  }

[dir] ul ol {
    margin-top: calc(16px * 1.5 / 2);
  }

[dir] ol ul {
    margin-top: calc(16px * 1.5 / 2);
  }

[dir] ol ol {
    margin-top: calc(16px * 1.5 / 2);
  }

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

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

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

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

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: 16px;
}

.h5 {
  font-size: 16px;
}

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

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

b,
strong {
  font-weight: 600;
}

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

/* Description Lists */

dl { /* Remove browser default */
}

[dir] dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5);
}

dt {
  line-height: 1.5;
}

[dir] dt {
  margin-bottom: calc(16px * 1.5 / 2);
}

dd {
  line-height: 1.5;
}

[dir] dd {
  margin-bottom: calc(16px * 1.5 / 2);
}

dt {
  font-weight: bold;
}

dd { /* Undo browser default */
}

[dir=ltr] dd {
    margin-left: 0;
}

[dir=rtl] dd {
  margin-right: 0;
}

.dl-horizontal:before,
  .dl-horizontal:after {
    display: table; /* 1 */
    content: ""; /* 2 */
  }

[dir] .dl-horizontal:after {
    clear: both;
  }

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

@media (min-width: 768px) {

.dl-horizontal dt {
      width: 30%
  }

[dir] .dl-horizontal dt {
      clear: both
  }

[dir=ltr] .dl-horizontal dt {
        float: left;
        padding-right: 15px
  }

[dir=rtl] .dl-horizontal dt {
      float: right;
      padding-left: 15px
  }
    }

@media (min-width: 768px) {

.dl-horizontal dd {
      width: 70%
  }

[dir=ltr] .dl-horizontal dd {
        float: right
  }

[dir=rtl] .dl-horizontal dd {
      float: left
  }
    }

/* Abbreviations and acronyms */

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

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

/* Blockquotes */

[dir] blockquote {
  padding: calc(16px * 1.5 / 2)
    calc(16px * 1.5);
  margin: 0 0 calc(16px * 1.5);
}

[dir=ltr] blockquote {
    border-left: 5px solid #eceeef;
}

[dir=rtl] blockquote {
  border-right: 5px solid #eceeef;
}

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

/* Addresses */

address {
  font-style: normal;
  line-height: 1.5;
}

[dir] address {
  margin-bottom: calc(16px * 1.5);
}

.clearfix:before,
  .clearfix:after {
    display: table; /* 1 */
    content: ""; /* 2 */
  }

[dir] .clearfix:after {
    clear: both;
  }

.b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

[dir] .b {
  padding: 0;
  margin: -1px;
  border: 0;
}

.list-unstyled {
  list-style: none;
}

[dir=ltr] .list-unstyled {
    padding-left: 0;
}

[dir=rtl] .list-unstyled {
  padding-right: 0;
}

.hidden {
  display: none !important;
}

[dir] .text-center {
  text-align: center;
}

[dir] .c {
  float: none !important;
}

[dir=ltr] .c {
    margin-right: auto;
    margin-left: auto;
}

[dir=rtl] .c {
  margin-left: auto;
  margin-right: auto;
}

/* 
Normalize non-controls

Restyle and baseline non-control form elements. 
*/

fieldset {
  /*  
  Chrome and Firefox set a `min-width: min-content;` on fieldsets, 
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359. 
  */
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
}

[dir] legend {
  padding: 0;
  margin-bottom: calc(16px * 1.5);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 600;
}

[dir] label {
  margin-bottom: calc(16px * 1.5 / 2);
}

/* 
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies. 
*/

/*  Override content-box in Normalize (* isn't specific enough) */

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

/*  Position radios and checkboxes better */

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

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

/*  Set the height of file controls to match text inputs */

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

/*  Make range inputs behave like textual form controls */

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

/*  Make multiple select elements height not fixed */

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

/*  Focus for file, radio, and checkbox */

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

/*  Adjust output element */

output {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}

[dir] output {
  padding-top: 7px;
}

/* 
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:
 
*/

select {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] select {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] textarea {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="text"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="password"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="datetime"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="datetime-local"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="date"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="month"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="time"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="week"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="number"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="email"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="url"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="search"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="tel"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="color"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .nesty-input {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

/*  Customize the `:focus` state to imitate native WebKit styles. */

select:focus {
    outline: 0;
  }

[dir] select:focus {
    border-color: #9ed5e7;
  }

textarea:focus {
    outline: 0;
  }

[dir] textarea:focus {
    border-color: #9ed5e7;
  }

input[type="text"]:focus {
    outline: 0;
  }

[dir] input[type="text"]:focus {
    border-color: #9ed5e7;
  }

input[type="password"]:focus {
    outline: 0;
  }

[dir] input[type="password"]:focus {
    border-color: #9ed5e7;
  }

input[type="datetime"]:focus {
    outline: 0;
  }

[dir] input[type="datetime"]:focus {
    border-color: #9ed5e7;
  }

input[type="datetime-local"]:focus {
    outline: 0;
  }

[dir] input[type="datetime-local"]:focus {
    border-color: #9ed5e7;
  }

input[type="date"]:focus {
    outline: 0;
  }

[dir] input[type="date"]:focus {
    border-color: #9ed5e7;
  }

input[type="month"]:focus {
    outline: 0;
  }

[dir] input[type="month"]:focus {
    border-color: #9ed5e7;
  }

input[type="time"]:focus {
    outline: 0;
  }

[dir] input[type="time"]:focus {
    border-color: #9ed5e7;
  }

input[type="week"]:focus {
    outline: 0;
  }

[dir] input[type="week"]:focus {
    border-color: #9ed5e7;
  }

input[type="number"]:focus {
    outline: 0;
  }

[dir] input[type="number"]:focus {
    border-color: #9ed5e7;
  }

input[type="email"]:focus {
    outline: 0;
  }

[dir] input[type="email"]:focus {
    border-color: #9ed5e7;
  }

input[type="url"]:focus {
    outline: 0;
  }

[dir] input[type="url"]:focus {
    border-color: #9ed5e7;
  }

input[type="search"]:focus {
    outline: 0;
  }

[dir] input[type="search"]:focus {
    border-color: #9ed5e7;
  }

input[type="tel"]:focus {
    outline: 0;
  }

[dir] input[type="tel"]:focus {
    border-color: #9ed5e7;
  }

input[type="color"]:focus {
    outline: 0;
  }

[dir] input[type="color"]:focus {
    border-color: #9ed5e7;
  }

.nesty-input:focus {
    outline: 0;
  }

[dir] .nesty-input:focus {
    border-color: #9ed5e7;
  }

/*  Placeholder */

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: #999;
    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: #999;
    opacity: 1;
  }

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

select {
  height: calc(
    16px * 1.5 + 12px + 2px
  );
}

/*  Reset height for `textarea`s */

textarea {
  height: auto;
  height: calc(
    (16px * 1.5 + 12px + 2px) * 3
  );
  resize: vertical;
}

/*  Search inputs in iOS */

/* 
 This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */

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

/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */

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

/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */

[dir] .form-field {
  margin-bottom: calc(16px * 1.5);
}

.form-field .d {
  color: #686d71;
}

[dir=ltr] .form-field .d {
    margin-left: 4px;
}

[dir=rtl] .form-field .d {
  margin-right: 4px;
}

.form-field.e {
  position: relative;
}

[dir=ltr] .form-field.e {
    padding-left: 20px;
}

[dir=rtl] .form-field.e {
  padding-right: 20px;
}

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

[dir=ltr] .form-field.e input[type="checkbox"] {
    left: 0;
  }

[dir=rtl] .form-field.e input[type="checkbox"] {
    right: 0;
  }

.form-field.e label {
    min-height: calc(16px * 1.5);
    /* Ensure the input doesn't jump when there is no text */
  }

[dir] .form-field.e label {
    margin-bottom: 0;
    cursor: pointer;
  }

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

/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */

.form-field p,
.f {
  display: block; /* account for any element using help-block */
  font-size: 90%;
  color: #747a7f; /* lighten the text some for contrast */
}

[dir] .form-field p, [dir] .f {
  margin-top: 10px;
  margin-bottom: 15px;
}

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

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

[dir] .dropdown-toggle {
  padding: 0;
  text-align: initial;
  cursor: pointer;
  background: none;
  border: 0;
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: calc(16px - 4px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: inherit;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=ltr] .dropdown-toggle:after {
    margin-left: 8px;
}

[dir=rtl] .dropdown-toggle:after {
  margin-right: 8px;
}

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

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 170px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

[dir] .dropdown-menu {
  padding: 10px 0;
  margin-top: 1px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

[dir=ltr] .dropdown-menu {
    left: 0;
    text-align: left;
}

[dir=rtl] .dropdown-menu {
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #969696;
}

[dir] .dropdown-menu [role="separator"] {
  padding: 5px 0;
  margin: 5px 20px 10px;
  border-bottom: 1px solid #d8d8d8;
}

.dropdown-menu [role="menuitem"] {
  display: block;
  width: 100%;
  line-height: inherit;
  color: #333;
  white-space: nowrap;
  -webkit-appearance: none;
}

[dir] .dropdown-menu [role="menuitem"] {
  text-align: start;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

[dir=ltr] .dropdown-menu [role="menuitem"] {
    padding: 7px 40px 7px 20px;
}

[dir=rtl] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus {
  color: #333;
  text-decoration: none;
}

[dir] .dropdown-menu [role="menuitem"]:hover, [dir] .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
}

[dir] .dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
}

[dir] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

[dir=ltr] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    margin-left: 10px;
}

[dir=rtl] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 10px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.dropdown-menu [role="menuitem"][hidden],
.dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir=ltr] .dropdown-menu-end {
    right: 0;
    left: auto;
}

[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.g {
  bottom: 100%;
}

[dir] .g {
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  right: 0;
  left: auto;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  right: auto;
  left: 0;
}

.h {
  font-size: calc(16px - 5px);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}

[dir] .h {
  padding: 0;
  border: 0;
}

/* ==========================================================================
  Buttons
  ========================================================================== */

.btn,
input[type="submit"],
.section-subscribe button,
.article-subscribe button,
.i button,
.j .k button,
.l button,
.m a,
.n,
.o,
.p,
.q {
  display: inline-block;
  font-size: calc(16px - 5px);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

[dir] .btn, [dir] input[type="submit"], [dir] .section-subscribe button, [dir] .article-subscribe button, [dir] .i button, [dir] .j .k button, [dir] .l button, [dir] .m a, [dir] .n, [dir] .o, [dir] .p, [dir] .q {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus, .btn:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, .section-subscribe button:focus, .section-subscribe button:active:focus, .article-subscribe button:focus, .article-subscribe button:active:focus, .i button:focus, .i button:active:focus, .j .k button:focus, .j .k button:active:focus, .l button:focus, .l button:active:focus, .m a:focus, .m a:active:focus, .n:focus, .n:active:focus, .o:focus, .o:active:focus, .p:focus, .p:active:focus, .q:focus, .q:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

.btn:hover,
  .btn:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .section-subscribe button:hover,
  .section-subscribe button:focus,
  .article-subscribe button:hover,
  .article-subscribe button:focus,
  .i button:hover,
  .i button:focus,
  .j .k button:hover,
  .j .k button:focus,
  .l button:hover,
  .l button:focus,
  .m a:hover,
  .m a:focus,
  .n:hover,
  .n:focus,
  .o:hover,
  .o:focus,
  .p:hover,
  .p:focus,
  .q:hover,
  .q:focus {
    color: #666666;
    text-decoration: none;
  }

.btn:active, input[type="submit"]:active, .section-subscribe button:active, .article-subscribe button:active, .i button:active, .j .k button:active, .l button:active, .m a:active, .n:active, .o:active, .p:active, .q:active {
    outline: none;
  }

[dir] .btn:active, [dir] input[type="submit"]:active, [dir] .section-subscribe button:active, [dir] .article-subscribe button:active, [dir] .i button:active, [dir] .j .k button:active, [dir] .l button:active, [dir] .m a:active, [dir] .n:active, [dir] .o:active, [dir] .p:active, [dir] .q:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.btn--default,
.section-subscribe button,
.article-subscribe button,
.i button,
.j .k button,
.l button,
.m a,
.n,
.o,
.p,
.q {
  color: #666666;
}

[dir] .btn--default, [dir] .section-subscribe button, [dir] .article-subscribe button, [dir] .i button, [dir] .j .k button, [dir] .l button, [dir] .m a, [dir] .n, [dir] .o, [dir] .p, [dir] .q {
  background-color: transparent;
  border-color: #666666;
}

.btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .section-subscribe button:hover,
  .section-subscribe button:focus,
  .section-subscribe button:active,
  .article-subscribe button:hover,
  .article-subscribe button:focus,
  .article-subscribe button:active,
  .i button:hover,
  .i button:focus,
  .i button:active,
  .j .k button:hover,
  .j .k button:focus,
  .j .k button:active,
  .l button:hover,
  .l button:focus,
  .l button:active,
  .m a:hover,
  .m a:focus,
  .m a:active,
  .n:hover,
  .n:focus,
  .n:active,
  .o:hover,
  .o:focus,
  .o:active,
  .p:hover,
  .p:focus,
  .p:active,
  .q:hover,
  .q:focus,
  .q:active {
    color: #474747;
  }

[dir] .btn--default:hover, [dir] .btn--default:focus, [dir] .btn--default:active, [dir] .section-subscribe button:hover, [dir] .section-subscribe button:focus, [dir] .section-subscribe button:active, [dir] .article-subscribe button:hover, [dir] .article-subscribe button:focus, [dir] .article-subscribe button:active, [dir] .i button:hover, [dir] .i button:focus, [dir] .i button:active, [dir] .j .k button:hover, [dir] .j .k button:focus, [dir] .j .k button:active, [dir] .l button:hover, [dir] .l button:focus, [dir] .l button:active, [dir] .m a:hover, [dir] .m a:focus, [dir] .m a:active, [dir] .n:hover, [dir] .n:focus, [dir] .n:active, [dir] .o:hover, [dir] .o:focus, [dir] .o:active, [dir] .p:hover, [dir] .p:focus, [dir] .p:active, [dir] .q:hover, [dir] .q:focus, [dir] .q:active {
    background-color: transparent;
    border-color: #474747;
  }

input[type="submit"],
.btn--primary,
.m a {
  color: #fff;
}

[dir] input[type="submit"], [dir] .btn--primary, [dir] .m a {
  background-color: #349c45;
  border-color: #349c45;
}

input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active,
  .m a:hover,
  .m a:focus,
  .m a:active {
    color: #fff;
  }

[dir] input[type="submit"]:hover, [dir] input[type="submit"]:focus, [dir] input[type="submit"]:active, [dir] .btn--primary:hover, [dir] .btn--primary:focus, [dir] .btn--primary:active, [dir] .m a:hover, [dir] .m a:focus, [dir] .m a:active {
    background-color: #256e31;
    border-color: #256e31;
  }

.r {
  color: #349c45;
}

[dir] .r {
  background-color: transparent;
  border-color: #349c45;
}

.r:hover,
  .r:focus,
  .r:active {
    color: #256e31;
  }

[dir] .r:hover, [dir] .r:focus, [dir] .r:active {
    background-color: transparent;
    border-color: #256e31;
  }

[dir=ltr] .s {
    padding-right: calc(15px * 2);
    padding-left: calc(15px * 2);
}

[dir=rtl] .s {
  padding-left: calc(15px * 2);
  padding-right: calc(15px * 2);
}

.t {
  max-width: 940px;
}

[dir] .t {
  margin: 0 auto;
}

[dir] table {
  background-color: transparent;
}

caption {
  color: #818a91;
}

[dir] caption {
  padding-top: 12px;
  padding-bottom: 12px;
}

[dir=ltr] caption {
    text-align: left;
}

[dir=rtl] caption {
  text-align: right;
}

[dir=ltr] th {
    text-align: left;
}

[dir=rtl] th {
  text-align: right;
}

.table {
  width: 100%;
  max-width: 100%;
}

[dir] .table {
  margin-bottom: calc(16px * 1.5);
}

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

[dir] .table th, [dir] .table td {
    padding: 12px;
  }

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

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

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

[dir] .table .table {
    background-color: #fff;
  }

.table--color-header th {
    color: #fff;
  }

[dir] .table--color-header th {
    background-color: #349c45;
  }

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

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

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

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

[dir] .table--hover tbody tr:hover {
    background-color: #eceeef;
  }

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

[dir=ltr] .table--bordered td {
    border-left: 1px solid #d3d6d8;
  }

[dir=rtl] .table--bordered td {
    border-right: 1px solid #d3d6d8;
  }

[dir=ltr] .table--bordered th {
    border-left: 1px solid #d3d6d8;
  }

[dir=rtl] .table--bordered th {
    border-right: 1px solid #d3d6d8;
  }

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

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

.table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

[dir] .table-responsive {
    margin-bottom: calc(16px * 1.5 * 0.75);
    border: 1px solid #d3d6d8
}

    [dir] .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;
          }
  }

[dir=ltr] .u {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
}

[dir=rtl] .u {
  margin-left: calc(15px * -1);
  margin-right: calc(15px * -1);
}

.v {
  position: relative;
  width: 100%;
  min-height: 1px;
}

[dir=ltr] .v {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

[dir=rtl] .v {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}

.w {
  width: 8.33333%;
}

.y {
  width: 16.66667%;
}

.z {
  width: 25%;
}

.aa {
  width: 33.33333%;
}

.ab {
  width: 41.66667%;
}

.ac {
  width: 50%;
}

.ad {
  width: 58.33333%;
}

.ae {
  width: 66.66667%;
}

.af {
  width: 75%;
}

.ag {
  width: 83.33333%;
}

.ah {
  width: 91.66667%;
}

.ai {
  width: 100%;
}

[dir=ltr] .aj {
    margin-left: 0%;
}

[dir=rtl] .aj {
  margin-right: 0%;
}

[dir=ltr] .ak {
    margin-left: 8.33333%;
}

[dir=rtl] .ak {
  margin-right: 8.33333%;
}

[dir=ltr] .al {
    margin-left: 16.66667%;
}

[dir=rtl] .al {
  margin-right: 16.66667%;
}

[dir=ltr] .am {
    margin-left: 25%;
}

[dir=rtl] .am {
  margin-right: 25%;
}

[dir=ltr] .an {
    margin-left: 33.33333%;
}

[dir=rtl] .an {
  margin-right: 33.33333%;
}

[dir=ltr] .ao {
    margin-left: 41.66667%;
}

[dir=rtl] .ao {
  margin-right: 41.66667%;
}

[dir=ltr] .ap {
    margin-left: 50%;
}

[dir=rtl] .ap {
  margin-right: 50%;
}

[dir=ltr] .aq {
    margin-left: 58.33333%;
}

[dir=rtl] .aq {
  margin-right: 58.33333%;
}

[dir=ltr] .ar {
    margin-left: 66.66667%;
}

[dir=rtl] .ar {
  margin-right: 66.66667%;
}

[dir=ltr] .as {
    margin-left: 75%;
}

[dir=rtl] .as {
  margin-right: 75%;
}

[dir=ltr] .at {
    margin-left: 83.33333%;
}

[dir=rtl] .at {
  margin-right: 83.33333%;
}

[dir=ltr] .au {
    margin-left: 91.66667%;
}

[dir=rtl] .au {
  margin-right: 91.66667%;
}

[dir=ltr] .av {
    margin-left: 100%;
}

[dir=rtl] .av {
  margin-right: 100%;
}

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

  .ax {
    width: 16.66667%;
  }

  .ay {
    width: 25%;
  }

  .az {
    width: 33.33333%;
  }

  .ba {
    width: 41.66667%;
  }

  .bb {
    width: 50%;
  }

  .bc {
    width: 58.33333%;
  }

  .bd {
    width: 66.66667%;
  }

  .be {
    width: 75%;
  }

  .bf {
    width: 83.33333%;
  }

  .bg {
    width: 91.66667%;
  }

  .bh {
    width: 100%;
  }

  [dir=ltr] .bi {
        margin-left: 0%;
  }

  [dir=rtl] .bi {
    margin-right: 0%;
  }

  [dir=ltr] .bj {
        margin-left: 8.33333%;
  }

  [dir=rtl] .bj {
    margin-right: 8.33333%;
  }

  [dir=ltr] .bk {
        margin-left: 16.66667%;
  }

  [dir=rtl] .bk {
    margin-right: 16.66667%;
  }

  [dir=ltr] .bl {
        margin-left: 25%;
  }

  [dir=rtl] .bl {
    margin-right: 25%;
  }

  [dir=ltr] .bm {
        margin-left: 33.33333%;
  }

  [dir=rtl] .bm {
    margin-right: 33.33333%;
  }

  [dir=ltr] .bn {
        margin-left: 41.66667%;
  }

  [dir=rtl] .bn {
    margin-right: 41.66667%;
  }

  [dir=ltr] .bo {
        margin-left: 50%;
  }

  [dir=rtl] .bo {
    margin-right: 50%;
  }

  [dir=ltr] .bp {
        margin-left: 58.33333%;
  }

  [dir=rtl] .bp {
    margin-right: 58.33333%;
  }

  [dir=ltr] .bq {
        margin-left: 66.66667%;
  }

  [dir=rtl] .bq {
    margin-right: 66.66667%;
  }

  [dir=ltr] .br {
        margin-left: 75%;
  }

  [dir=rtl] .br {
    margin-right: 75%;
  }

  [dir=ltr] .bs {
        margin-left: 83.33333%;
  }

  [dir=rtl] .bs {
    margin-right: 83.33333%;
  }

  [dir=ltr] .bt {
        margin-left: 91.66667%;
  }

  [dir=rtl] .bt {
    margin-right: 91.66667%;
  }

  [dir=ltr] .bu {
        margin-left: 100%;
  }

  [dir=rtl] .bu {
    margin-right: 100%;
  }
}

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

  .bw {
    width: 16.66667%;
  }

  .bx {
    width: 25%;
  }

  .by {
    width: 33.33333%;
  }

  .bz {
    width: 41.66667%;
  }

  .ca {
    width: 50%;
  }

  .cb {
    width: 58.33333%;
  }

  .cc {
    width: 66.66667%;
  }

  .cd {
    width: 75%;
  }

  .ce {
    width: 83.33333%;
  }

  .cf {
    width: 91.66667%;
  }

  .cg {
    width: 100%;
  }

  [dir=ltr] .ch {
        margin-left: 8.33333%;
  }

  [dir=rtl] .ch {
    margin-right: 8.33333%;
  }

  [dir=ltr] .ci {
        margin-left: 16.66667%;
  }

  [dir=rtl] .ci {
    margin-right: 16.66667%;
  }

  [dir=ltr] .cj {
        margin-left: 25%;
  }

  [dir=rtl] .cj {
    margin-right: 25%;
  }

  [dir=ltr] .ck {
        margin-left: 33.33333%;
  }

  [dir=rtl] .ck {
    margin-right: 33.33333%;
  }

  [dir=ltr] .cl {
        margin-left: 41.66667%;
  }

  [dir=rtl] .cl {
    margin-right: 41.66667%;
  }

  [dir=ltr] .cm {
        margin-left: 50%;
  }

  [dir=rtl] .cm {
    margin-right: 50%;
  }

  [dir=ltr] .cn {
        margin-left: 58.33333%;
  }

  [dir=rtl] .cn {
    margin-right: 58.33333%;
  }

  [dir=ltr] .co {
        margin-left: 66.66667%;
  }

  [dir=rtl] .co {
    margin-right: 66.66667%;
  }

  [dir=ltr] .cp {
        margin-left: 75%;
  }

  [dir=rtl] .cp {
    margin-right: 75%;
  }

  [dir=ltr] .cq {
        margin-left: 83.33333%;
  }

  [dir=rtl] .cq {
    margin-right: 83.33333%;
  }

  [dir=ltr] .cr {
        margin-left: 91.66667%;
  }

  [dir=rtl] .cr {
    margin-right: 91.66667%;
  }

  [dir=ltr] .cs {
        margin-left: 100%;
  }

  [dir=rtl] .cs {
    margin-right: 100%;
  }
}

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

  .cu {
    width: 16.66667%;
  }

  .cv {
    width: 25%;
  }

  .cw {
    width: 33.33333%;
  }

  .cx {
    width: 41.66667%;
  }

  .cy {
    width: 50%;
  }

  .cz {
    width: 58.33333%;
  }

  .da {
    width: 66.66667%;
  }

  .db {
    width: 75%;
  }

  .dc {
    width: 83.33333%;
  }

  .dd {
    width: 91.66667%;
  }

  .de {
    width: 100%;
  }

  [dir=ltr] .df {
        right: auto;
  }

  [dir=rtl] .df {
    left: auto;
  }

  [dir=ltr] .dg {
        right: 8.33333%;
  }

  [dir=rtl] .dg {
    left: 8.33333%;
  }

  [dir=ltr] .dh {
        right: 16.66667%;
  }

  [dir=rtl] .dh {
    left: 16.66667%;
  }

  [dir=ltr] .di {
        right: 25%;
  }

  [dir=rtl] .di {
    left: 25%;
  }

  [dir=ltr] .dj {
        right: 33.33333%;
  }

  [dir=rtl] .dj {
    left: 33.33333%;
  }

  [dir=ltr] .dk {
        right: 41.66667%;
  }

  [dir=rtl] .dk {
    left: 41.66667%;
  }

  [dir=ltr] .dl {
        right: 50%;
  }

  [dir=rtl] .dl {
    left: 50%;
  }

  [dir=ltr] .dm {
        right: 58.33333%;
  }

  [dir=rtl] .dm {
    left: 58.33333%;
  }

  [dir=ltr] .dn {
        right: 66.66667%;
  }

  [dir=rtl] .dn {
    left: 66.66667%;
  }

  [dir=ltr] .do {
        right: 75%;
  }

  [dir=rtl] .do {
    left: 75%;
  }

  [dir=ltr] .dp {
        right: 83.33333%;
  }

  [dir=rtl] .dp {
    left: 83.33333%;
  }

  [dir=ltr] .dq {
        right: 91.66667%;
  }

  [dir=rtl] .dq {
    left: 91.66667%;
  }

  [dir=ltr] .dr {
        right: 100%;
  }

  [dir=rtl] .dr {
    left: 100%;
  }

  [dir=ltr] .ds {
        left: auto;
  }

  [dir=rtl] .ds {
    right: auto;
  }

  [dir=ltr] .dt {
        left: 8.33333%;
  }

  [dir=rtl] .dt {
    right: 8.33333%;
  }

  [dir=ltr] .du {
        left: 16.66667%;
  }

  [dir=rtl] .du {
    right: 16.66667%;
  }

  [dir=ltr] .dv {
        left: 25%;
  }

  [dir=rtl] .dv {
    right: 25%;
  }

  [dir=ltr] .dw {
        left: 33.33333%;
  }

  [dir=rtl] .dw {
    right: 33.33333%;
  }

  [dir=ltr] .dx {
        left: 41.66667%;
  }

  [dir=rtl] .dx {
    right: 41.66667%;
  }

  [dir=ltr] .dy {
        left: 50%;
  }

  [dir=rtl] .dy {
    right: 50%;
  }

  [dir=ltr] .dz {
        left: 58.33333%;
  }

  [dir=rtl] .dz {
    right: 58.33333%;
  }

  [dir=ltr] .ea {
        left: 66.66667%;
  }

  [dir=rtl] .ea {
    right: 66.66667%;
  }

  [dir=ltr] .eb {
        left: 75%;
  }

  [dir=rtl] .eb {
    right: 75%;
  }

  [dir=ltr] .ec {
        left: 83.33333%;
  }

  [dir=rtl] .ec {
    right: 83.33333%;
  }

  [dir=ltr] .ed {
        left: 91.66667%;
  }

  [dir=rtl] .ed {
    right: 91.66667%;
  }

  [dir=ltr] .ee {
        left: 100%;
  }

  [dir=rtl] .ee {
    right: 100%;
  }

  [dir=ltr] .ef {
        margin-left: 0%;
  }

  [dir=rtl] .ef {
    margin-right: 0%;
  }

  [dir=ltr] .eg {
        margin-left: 8.33333%;
  }

  [dir=rtl] .eg {
    margin-right: 8.33333%;
  }

  [dir=ltr] .eh {
        margin-left: 16.66667%;
  }

  [dir=rtl] .eh {
    margin-right: 16.66667%;
  }

  [dir=ltr] .ei {
        margin-left: 25%;
  }

  [dir=rtl] .ei {
    margin-right: 25%;
  }

  [dir=ltr] .ej {
        margin-left: 33.33333%;
  }

  [dir=rtl] .ej {
    margin-right: 33.33333%;
  }

  [dir=ltr] .ek {
        margin-left: 41.66667%;
  }

  [dir=rtl] .ek {
    margin-right: 41.66667%;
  }

  [dir=ltr] .el {
        margin-left: 50%;
  }

  [dir=rtl] .el {
    margin-right: 50%;
  }

  [dir=ltr] .em {
        margin-left: 58.33333%;
  }

  [dir=rtl] .em {
    margin-right: 58.33333%;
  }

  [dir=ltr] .en {
        margin-left: 66.66667%;
  }

  [dir=rtl] .en {
    margin-right: 66.66667%;
  }

  [dir=ltr] .eo {
        margin-left: 75%;
  }

  [dir=rtl] .eo {
    margin-right: 75%;
  }

  [dir=ltr] .ep {
        margin-left: 83.33333%;
  }

  [dir=rtl] .ep {
    margin-right: 83.33333%;
  }

  [dir=ltr] .eq {
        margin-left: 91.66667%;
  }

  [dir=rtl] .eq {
    margin-right: 91.66667%;
  }

  [dir=ltr] .er {
        margin-left: 100%;
  }

  [dir=rtl] .er {
    margin-right: 100%;
  }
}

[dir] .es + main {
  margin-top: calc(10px * 4);
}

@media (min-width: 768px) {

[dir=ltr] .main-column {
        padding-left: calc(15px * 2)
}

[dir=rtl] .main-column {
    padding-right: calc(15px * 2)
}
  }

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

.meta__item {
  display: inline-block;
}

[dir=ltr] .meta__item {
    margin-right: calc(12px / 2);
}

[dir=rtl] .meta__item {
  margin-left: calc(12px / 2);
}

.meta__item + .meta__item:before {
    font-size: 10px;
    content: "\2022";
  }

[dir=ltr] .meta__item + .meta__item:before {
    margin-right: calc(12px / 2);
  }

[dir=rtl] .meta__item + .meta__item:before {
    margin-left: calc(12px / 2);
  }

[dir] .et {
  margin-bottom: 0;
}

.lines-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s;
}

[dir] .lines-button {
  padding: calc(30px / 2) calc(30px / 4);
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

@media (max-width: 767px) {

[dir=ltr] .lines-button {
        float: right
}

[dir=rtl] .lines-button {
    float: left
}
  }

@media (min-width: 768px) {

.lines-button {
    display: none
}
  }

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

.lines-button:active {
    outline: 0;
    transition: 0;
  }

[dir] .lines-button:active {
    box-shadow: none;
  }

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

/*common to all three-liners */

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: calc(30px / 15);
  transition: 0.3s;
}

[dir] .lines {
  background: #349c45;
  border-radius: calc(30px / 15);
}

.lines:before,
  .lines:after {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: calc(30px / 15);
    content: "";
    transition: 0.3s;
  }

[dir] .lines:before, [dir] .lines:after {
    background: #349c45;
    border-radius: calc(30px / 15);
  }

[dir=ltr] .lines:before, [dir=ltr] .lines:after {
    left: 0;
    transform-origin: calc(30px / 14) center;
  }

[dir=rtl] .lines:before, [dir=rtl] .lines:after {
    right: 0;
    transform-origin: calc(100% - (30px / 14)) center;
  }

.lines:before {
    top: 7.5px;
  }

.lines:after {
    top: -7.5px;
  }

[dir] .lines-button.is-active {
  transform: scale3d(0.8, 0.8, 0.8);
}

[dir] .lines-button.is-active .lines {
    background: transparent;
  }

.lines-button.is-active .lines:before,
    .lines-button.is-active .lines:after {
      top: 0;

      width: 30px;
    }

[dir] .lines-button.is-active .lines:before, [dir] .lines-button.is-active .lines:after {
      transform-origin: 50% 50%;
    }

[dir=ltr] .lines-button.is-active .lines:before {
    transform: rotate3d(0, 0, 1, 45deg);
    }

[dir=rtl] .lines-button.is-active .lines:before {
      transform: rotate3d(0, 0, 1, -45deg);
    }

[dir=ltr] .lines-button.is-active .lines:after {
    transform: rotate3d(0, 0, 1, -45deg);
    }

[dir=rtl] .lines-button.is-active .lines:after {
      transform: rotate3d(0, 0, 1, 45deg);
    }

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

.logo img {
    display: block;
    max-height: 50px !important;
  }

[dir] #user-menu {
  margin: 0 !important;
  border: 0 !important;
}

#user > .btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

[dir=ltr] #user > .btn {
    padding-right: 0;
    padding-left: 0;
}

[dir=rtl] #user > .btn {
  padding-left: 0;
  padding-right: 0;
}

[dir] #user-dropdown [role="menuitem"] {
    padding: 10px 0;
  }

@media (max-width: 767px) {

#user-dropdown [role="menuitem"] {
      color: #3e3e40
  }

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

@media (min-width: 768px) {

[dir=ltr] #user-dropdown [role="menuitem"] {
        padding-right: 16px;
        padding-left: 16px
  }

[dir=rtl] #user-dropdown [role="menuitem"] {
      padding-left: 16px;
      padding-right: 16px
  }
    }

[dir] #user-dropdown [role="separator"] {
    padding: 0;
    margin: 0;
  }

@media (max-width: 767px) {

[dir] #user-dropdown [role="separator"] {
      border-color: rgba(255, 255, 255, 0.15)
  }
    }

#user-dropdown,
  #user-dropdown[aria-expanded="false"] {
    opacity: 0;
  }

#user-dropdown[aria-expanded="true"] {
    display: inline;
    opacity: 1;
  }

@media (min-width: 768px) {

#user-dropdown[aria-expanded="true"] {
      top: 100%
  }
    }

#user-dropdown:before,
  #user-dropdown:after {
    color: inherit;
  }

@media (max-width: 767px) {

#user-dropdown {
    position: static;

    display: inline;
    opacity: 1 !important
}

[dir] #user-dropdown {
    float: none;
    background: transparent !important;
    border: 0;
    box-shadow: none
}

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

#user {
  display: block;
}

#user .dropdown-toggle {
    font-size: calc(16px * 0.85);
    font-weight: 500;
    color: inherit;
  }

[dir=ltr] #user .dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
  }

[dir=rtl] #user .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

[dir] #user .dropdown-toggle, [dir] #user .dropdown-toggle:active, [dir] #user .dropdown-toggle:hover {
      border-color: transparent;
    }

#user .dropdown-toggle:before,
    #user .dropdown-toggle:after {
      color: #3e3e40;
    }

@media (max-width: 767px) {

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

@media (min-width: 768px) {

#user {
    display: inline-block;
    vertical-align: middle
}
  }

#user-password,
#user-profile {
  color: #373a3c;
}

@media (max-width: 767px) {

#user-password {
    min-width: 1px !important
}

[dir] #user-password {
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 4px
}

#user-profile {
    min-width: 1px !important
}

[dir] #user-profile {
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 4px
}
  }

[dir] #user-password [role="separator"] {
    padding: 6px 12px !important;
  }

[dir] #user-profile [role="separator"] {
    padding: 6px 12px !important;
  }

[dir] #user-password form {
    padding: 6px 12px !important;
  }

[dir] #user-profile form {
    padding: 6px 12px !important;
  }

#user-profile {
  font-size: calc(16px - 2) !important;
}

[dir] #user-profile dt {
    padding: 8px 4px !important;
  }

[dir] #user-profile dt label {
      margin-bottom: 0 !important;
    }

#user-profile input[type="text"] {
    font-size: calc(16px - 2) !important;
  }

#password-form label {
  font-size: calc(16px - 2) !important;
}

[dir] #password-submit {
  float: none !important;
  margin: 0 !important;
  background: auto !important;
}

.breadcrumbs {
  list-style: none;
}

[dir] .breadcrumbs {
  padding-top: 0;
  margin-bottom: calc(16px * 1.5);
  background-color: transparent;
  border-radius: 4px;
}

[dir=ltr] .breadcrumbs {
    padding-left: 0;
}

[dir=rtl] .breadcrumbs {
  padding-right: 0;
}

.breadcrumbs > li {
    display: inline-block;
  }

.breadcrumbs > li + li:before {
      color: #666666;
      content: "\00a0";
      content: "› ";
    }

[dir] .breadcrumbs > li + li:before {
      padding: 0 5px;
    }

.breadcrumbs > li a {
      color: #349c45;
    }

[dir] .ev {
  margin-bottom: 8px;
}

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

[dir] .ew {
  margin: 0;
}

@media (max-width: 767px) {

.ew {
    display: none
}
  }

.hero-unit {
  /* display: none; */
  position: relative;
  /* overflow: hidden; */
}

[dir] .hero-unit {
  padding-top: 7%;
  padding-bottom: 7%;
  margin-bottom: calc(16px * 1.5 * 2);
  text-align: center;
  background-image: url(/hc/theming_assets/01HZKSWAG5VAM8PG8JD3P9RZKV);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.hero-unit:after {
    position: absolute;
    top: 0;

    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.35;
  }

[dir] .hero-unit:after {
    background-color: #000;
  }

[dir=ltr] .hero-unit:after {
    left: 0;
  }

[dir=rtl] .hero-unit:after {
    right: 0;
  }

.hero-unit .t {
    position: relative;
    z-index: 2;
  }

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

[dir=ltr] .language-selector {
    margin-right: 12px;
}

[dir=rtl] .language-selector {
  margin-left: 12px;
}

.language-selector .dropdown-toggle {
    font-size: calc(16px * 0.85);
    font-weight: 500;
    color: #3e3e40;
  }

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

.dropdown a[data-url]:before {
  display: none;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  content: "";
}

[dir] .dropdown a[data-url]:before {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-size: auto;
}

[dir=ltr] .dropdown a[data-url]:before {
    margin-right: 8px;
    margin-left: 8px;
}

[dir=rtl] .dropdown a[data-url]:before {
  margin-left: 8px;
  margin-right: 8px;
}

.ex.dropdown a[data-url]:before {
  display: inline-block;
}

[dir] .dropdown a[data-url]:before {
  background-image: url("/hc/theming_assets/01HZKSW8BYW1M4CEAZDTQ2726V");
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/af"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/af-za"]:before {
    background-position: 0 0;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/af"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/af-za"]:before {
  background-position: 100% 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/am"]:before {
  background-position: -22px 0;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/ar"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/ar-ae"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/ar-ps"]:before {
    background-position: 0 -22px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/ar"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/ar-ae"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/ar-ps"]:before {
  background-position: 100% -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/az"]:before {
  background-position: -22px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/be"]:before {
  background-position: -44px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/bg-bg"]:before, [dir] .dropdown a[data-url*="/hc/change_language/bg"]:before {
  background-position: -44px -22px;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/bn"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/bn-in"]:before {
    background-position: 0 -44px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/bn"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/bn-in"]:before {
  background-position: 100% -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/bo"]:before {
  background-position: -22px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/bs"]:before {
  background-position: -44px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/cs"]:before, [dir] .dropdown a[data-url*="/hc/change_language/cs-cz"]:before {
  background-position: -66px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/cy"]:before {
  background-position: -66px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/da"]:before, [dir] .dropdown a[data-url*="/hc/change_language/da-dk"]:before {
  background-position: -66px -44px;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/de"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/de-at"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/de-be"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/de-ch"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/de-dk"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/de-it"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/de-lu"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/de-ro"]:before {
    background-position: 0 -66px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/de"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/de-at"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/de-be"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/de-ch"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/de-dk"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/de-it"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/de-lu"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/de-ro"]:before {
  background-position: 100% -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/el"]:before, [dir] .dropdown a[data-url*="/hc/change_language/el-gr"]:before {
  background-position: -22px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/et"]:before, [dir] .dropdown a[data-url*="/hc/change_language/et-ee"]:before {
  background-position: -44px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/eu"]:before, [dir] .dropdown a[data-url*="/hc/change_language/eu-es"]:before {
  background-position: -66px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/fa"]:before {
  background-position: -88px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/fi"]:before {
  background-position: -88px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/fil"]:before {
  background-position: -88px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/fo"]:before, [dir] .dropdown a[data-url*="/hc/change_language/fo-dk"]:before {
  background-position: -88px -66px;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/fr"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/fr-002"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/fr-be"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/fr-ca"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/fr-ch"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/fr-fr"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/fr-it"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/fr-lu"]:before {
    background-position: 0 -88px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/fr"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/fr-002"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/fr-be"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/fr-ca"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/fr-ch"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/fr-fr"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/fr-it"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/fr-lu"]:before {
  background-position: 100% -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ga"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ga-ie"]:before {
  background-position: -22px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/he"]:before {
  background-position: -44px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/hr"]:before {
  background-position: -66px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/hu"]:before, [dir] .dropdown a[data-url*="/hc/change_language/hu-hu"]:before, [dir] .dropdown a[data-url*="/hc/change_language/hu-ro"]:before, [dir] .dropdown a[data-url*="/hc/change_language/hu-sk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/hu-ua"]:before {
  background-position: -88px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/hy"]:before {
  background-position: -110px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/id"]:before, [dir] .dropdown a[data-url*="/hc/change_language/id-id"]:before, [dir] .dropdown a[data-url*="/hc/change_language/jv-id"]:before {
  background-position: -110px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/as-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/gu"]:before, [dir] .dropdown a[data-url*="/hc/change_language/gu-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/hi"]:before, [dir] .dropdown a[data-url*="/hc/change_language/hi-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/kn"]:before, [dir] .dropdown a[data-url*="/hc/change_language/kn-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ks-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/or-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/pa-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/sa-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/sd-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ta"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ta-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/te"]:before, [dir] .dropdown a[data-url*="/hc/change_language/te-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ur"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ur-in"]:before {
  background-position: -110px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/is"]:before {
  background-position: -110px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/it"]:before, [dir] .dropdown a[data-url*="/hc/change_language/it-ch"]:before, [dir] .dropdown a[data-url*="/hc/change_language/it-it"]:before {
  background-position: -110px -88px;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/ja"]:before {
    background-position: 0 -110px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/ja"]:before {
  background-position: 100% -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ka"]:before {
  background-position: -22px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/kk"]:before {
  background-position: -44px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/kl"]:before {
  background-position: -66px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/km"]:before {
  background-position: -88px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ko"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ko-kr"]:before {
  background-position: -110px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ky"]:before {
  background-position: -132px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/lt"]:before, [dir] .dropdown a[data-url*="/hc/change_language/lt-lv"]:before, [dir] .dropdown a[data-url*="/hc/change_language/lt-lt"]:before {
  background-position: -132px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/lv"]:before, [dir] .dropdown a[data-url*="/hc/change_language/lv-lv"]:before {
  background-position: -132px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/mk"]:before {
  background-position: -132px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/mn"]:before {
  background-position: -132px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ms"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ms-my"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ml"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ml-in"]:before {
  background-position: -132px -110px;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/mt"]:before {
    background-position: 0 -132px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/mt"]:before {
  background-position: 100% -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/my"]:before {
  background-position: -22px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ne"]:before {
  background-position: -44px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/nl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/nl-id"]:before, [dir] .dropdown a[data-url*="/hc/change_language/nl-nl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/nl-be"]:before {
  background-position: -66px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/no"]:before, [dir] .dropdown a[data-url*="/hc/change_language/nb"]:before, [dir] .dropdown a[data-url*="/hc/change_language/nb-no"]:before, [dir] .dropdown a[data-url*="/hc/change_language/nn"]:before, [dir] .dropdown a[data-url*="/hc/change_language/nn-no"]:before {
  background-position: -88px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/mi-nz"]:before {
  background-position: -110px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/pl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/pl-cz"]:before, [dir] .dropdown a[data-url*="/hc/change_language/pl-lt"]:before, [dir] .dropdown a[data-url*="/hc/change_language/pl-pl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/pl-ua"]:before {
  background-position: -132px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/apc-ps"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ajp-ps"]:before {
  background-position: -154px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/ps"]:before {
  background-position: -154px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/pt-br"]:before {
  background-position: -154px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/pt"]:before, [dir] .dropdown a[data-url*="/hc/change_language/pt-bt"]:before {
  background-position: -154px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ro"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ro-bg"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ro-sk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ro-ua"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ro-ro"]:before {
  background-position: -154px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ru"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ru-ee"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ru-kz"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ru-lt"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ru-lv"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ru-ua"]:before {
  background-position: -154px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/si"]:before {
  background-position: -154px -132px;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/sl"]:before {
    background-position: 0 -154px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/sl"]:before {
  background-position: 100% -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/so"]:before {
  background-position: -22px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ca"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ca-es"]:before, [dir] .dropdown a[data-url*="/hc/change_language/gl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/gl-es"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-419"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-ar"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-cl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-co"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-es"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-hn"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-mx"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-pe"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-pr"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-us"]:before, [dir] .dropdown a[data-url*="/hc/change_language/es-ve"]:before {
  background-position: -44px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sq"]:before {
  background-position: -66px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sr-me"]:before {
  background-position: -88px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sr"]:before {
  background-position: -110px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sv"]:before, [dir] .dropdown a[data-url*="/hc/change_language/sv-se"]:before {
  background-position: -132px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sw"]:before {
  background-position: -154px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tg"]:before {
  background-position: -176px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/th"]:before {
  background-position: -176px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tk"]:before {
  background-position: -176px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/tl-ph"]:before {
  background-position: -176px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tr"]:before, [dir] .dropdown a[data-url*="/hc/change_language/tr-bg"]:before {
  background-position: -176px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/uk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/uk-sk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/uk-ua"]:before {
  background-position: -176px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/en-us"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-001"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ae"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-150"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-at"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-au"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-be"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-bg"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-bo"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ca"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ch"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-co"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-cr"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-cy"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-cz"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-dk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ec"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ee"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-es"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-gb"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-gr"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-gu"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-hk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-hn"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-hu"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-id"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ie"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-il"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-in"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-it"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-kr"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-lr"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-lt"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-lu"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-lv"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-mx"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-my"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-nl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-no"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-nz"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-pe"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ph"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-pl"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-pr"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ps"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-pt"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ro"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-se"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-sg"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-sk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-th"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-ua"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-vn"]:before, [dir] .dropdown a[data-url*="/hc/change_language/en-za"]:before {
  background-position: -176px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/uz"]:before {
  background-position: -176px -154px;
}

[dir=ltr] .dropdown a[data-url*="/hc/change_language/vi"]:before, [dir=ltr] .dropdown a[data-url*="/hc/change_language/vi-vn"]:before {
    background-position: 0 -176px;
}

[dir=rtl] .dropdown a[data-url*="/hc/change_language/vi"]:before, [dir=rtl] .dropdown a[data-url*="/hc/change_language/vi-vn"]:before {
  background-position: 100% -176px;
}

[dir] .dropdown a[data-url*="/hc/change_language/nso-za"]:before, [dir] .dropdown a[data-url*="/hc/change_language/st-za"]:before, [dir] .dropdown a[data-url*="/hc/change_language/tz-za"]:before, [dir] .dropdown a[data-url*="/hc/change_language/ts-za"]:before, [dir] .dropdown a[data-url*="/hc/change_language/xh"]:before, [dir] .dropdown a[data-url*="/hc/change_language/xh-za"]:before, [dir] .dropdown a[data-url*="/hc/change_language/zu-za"]:before {
  background-position: -22px -176px;
}

[dir] .dropdown a[data-url*="/hc/change_language/zh"]:before, [dir] .dropdown a[data-url*="/hc/change_language/zh-hk"]:before, [dir] .dropdown a[data-url*="/hc/change_language/zh-mo"]:before, [dir] .dropdown a[data-url*="/hc/change_language/zh-sg"]:before, [dir] .dropdown a[data-url*="/hc/change_language/zh-cn"]:before, [dir] .dropdown a[data-url*="/hc/change_language/zh-tw"]:before {
  background-position: -44px -176px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [dir] .dropdown a[data-url]:before {
    background-image: url("/hc/theming_assets/01HZKSW95FVQ24PF4PF0CHK8J4");
    background-size: 198px 198px;
  }
}

.avatar {
  position: relative;
}

.avatar--agent:before {
    position: absolute;
    top: 0;

    font-size: calc(16px * 0.85);
    color: #349c45;
  }

[dir=ltr] .avatar--agent:before {
    right: 0;
  }

[dir=rtl] .avatar--agent:before {
    left: 0;
  }

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

.ey {
  width: 40px;
  height: 40px;
}

.ez {
  width: 40px;
  height: 40px;
}

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

.search {
  position: relative;
}

.search:before {
    position: absolute;
    top: 50%;

    width: 16px;
    height: 16px;
    content: "";
  }

[dir] .search:before {
    margin-top: -9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcuNjcgMTYuMDhsLTMuNDk1LTMuNDk1Yy45ODQtMS4zMTUgMS41NzQtMi45NDEgMS41NzQtNC43MSAwLTQuMzUtMy41MjUtNy44NzUtNy44NzUtNy44NzVzLTcuODc1IDMuNTI1LTcuODc1IDcuODc1IDMuNTI1IDcuODc1IDcuODc1IDcuODc1YzEuNzY5IDAgMy4zOTYtLjU5IDQuNzExLTEuNTc0bDMuNDk0IDMuNDk1Yy40MzkuNDM5IDEuMTUxLjQzOSAxLjU5MSAwIC40MzktLjQzOS40NC0xLjE1MSAwLTEuNTkxem0tOS43OTUtMi41OGMtMy4xMDcgMC01LjYyNS0yLjUxOC01LjYyNS01LjYyNXMyLjUxOC01LjYyNSA1LjYyNS01LjYyNSA1LjYyNSAyLjUxOCA1LjYyNSA1LjYyNS0yLjUxOCA1LjYyNS01LjYyNSA1LjYyNXoiIGZpbGw9IiMyMzFGMjAiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
  }

[dir=ltr] .search:before {
    right: 16px;
  }

[dir=rtl] .search:before {
    left: 16px;
  }

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

#query {
  display: inline-block;
  color: #333;
  transition: border 0.3s ease;
}

[dir] #query {
  border-radius: 4px;
}

#query::-moz-placeholder {
    color: #333;
    opacity: 1;
  }

#query:-ms-input-placeholder {
    color: #333;
  }

#query::-webkit-input-placeholder {
    color: #333;
  }

[dir] .searchbox {
  margin-top: calc(16px * 1.5);
}

.searchbox-suggestions ul {

    list-style: none;
  }

[dir] .searchbox-suggestions ul {
    margin-bottom: calc(16px * 1.5);
  }

[dir=ltr] .searchbox-suggestions ul {
    padding-left: 0;
  }

[dir=rtl] .searchbox-suggestions ul {
    padding-right: 0;
  }

[dir] .searchbox-suggestions li {
    margin-bottom: calc(16px * 1.5 / 3);
  }

.search-box {
  position: relative;
}

[dir] .fb {
  margin-bottom: calc(16px * 1.5);
}

[dir] .fc {
  margin-bottom: calc(16px * 1.5);
}

[dir] .fd {
  margin-bottom: calc(16px * 1.5 * 2);
}

.fd #query {
    height: 50px;
  }

[dir] .fe {
  margin-bottom: calc(16px * 1.5 * 2);
}

.ff {
  font-size: calc(16px * 1.25);
  font-weight: 600;
}

[dir] .search-result {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

.fg {
  font-weight: 600;
}

[dir] .fg {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .fh {
  margin-bottom: calc(16px * 1.5 / 2);
}

.fh:empty {
    display: none;
  }

.fh em {
    font-style: normal;
    font-weight: 600;
  }

[dir] .fh em {
    padding: 0 3px;
    background-color: #fff3ca;
    border-radius: 3px;
  }

[dir] .fi {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result-votes {
  display: inline-block;
  font-size: calc(16px * 0.85);
  color: #fff;
}

[dir] .search-result-votes {
  padding: 2px 4px;
  background-color: #349c45;
  border-radius: 4px;
}

/* ==========================================================================
  Search Results Filters
   ========================================================================== */

.fj {
  font-size: calc(16px - 2px);
}

[dir] .fj {
  padding: 16px;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

@media (max-width: 767px) {

[dir] .fj {
    margin-bottom: calc(16px * 1.5 * 2)
}
  }

[dir] .fk + .fk {
  margin-top: 24px;
}

@media (min-width: 768px) {

[dir] .fk + .fk {
    margin-top: 32px
}
  }

.fl {
  font-weight: 600;
}

[dir] .fl {
  margin-bottom: 0;
}

[dir=ltr] .fl {
    margin-left: 8px;
}

[dir=rtl] .fl {
  margin-right: 8px;
}

@media (max-width: 767px) {

.fl {
    position: relative;
    font-size: calc(16px * 0.85)
}

[dir] .fl {
    cursor: pointer
}
  }

@media (max-width: 767px) {
  .fl:after {
    position: absolute;
    top: 50%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    transition: all 0.3s ease;
  }
  [dir] .fl:after {
    transform: translateY(-50%);
  }
  [dir=ltr] .fl:after {
        right: 0;
        margin-left: 5px;
  }
  [dir=rtl] .fl:after {
    left: 0;
    margin-right: 5px;
  }

  [dir=ltr] .fl.is-active:after {
        transform: translateY(-50%) rotate(-180deg);
  }

  [dir=rtl] .fl.is-active:after {
    transform: translateY(-50%) rotate(180deg);
  }
}

[dir] .fm {
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

.fm {
    display: none
}
  }

@media (min-width: 768px) {

.fm {
    display: block !important
}
  }

.fn {
  display: block;
}

[dir] .fn {
  margin-bottom: 4px;
}

.fn.is-active .fo {
  color: #fff;
}

[dir] .fn.is-active .fo {
  background-color: #666666;
  border-color: #666666;
}

.fp:nth-child(n + 7) {
  display: none;
}

.fq .fn:nth-child(n + 7) {
    display: block;
  }

.fq .fr {
    display: none !important;
  }

.fo {
  display: block;
  color: #373a3c;
  text-decoration: none;
  transition: all 0.3s ease;
}

[dir] .fo {
  padding: 6px 8px;
  border: 2px solid transparent;
  border-radius: 4px;
}

[dir] .fo:hover {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
  }

[dir] .fo:focus {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
  }

[dir] .fo:active {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
  }

.fo:active {
    outline: none;
  }

[dir] .fo:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.fs {
  opacity: 0.6;
}

.fr {
  color: #666666;
}

[dir] .fr {
  padding: 0;
  background-color: transparent;
  border: 0;
}

[dir=ltr] .fr {
    margin-left: 8px;
}

[dir=rtl] .fr {
  margin-right: 8px;
}

.ft:empty {
    display: none;
  }

.fu {
  display: none;
}

.fu:first-child {
    display: block;
  }

.fv {
  display: none;
}

.fw {
  list-style: none;
}

[dir] .fw {
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eceeef;
  border-radius: 4px;
}

[dir=ltr] .fw {
    padding-left: 0;
}

[dir=rtl] .fw {
  padding-right: 0;
}

.fx {
  position: relative;
}

[dir] .fx:not(:last-child) {
    border-bottom: 1px solid #eceeef;
  }

.fy {
  display: block;
  font-weight: 600;
  font-weight: 300;
  color: inherit;
}

[dir] .fy {
  padding: 15px;
}

.fy:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    content: "";
    transition: all 0.3s ease;
  }

[dir] .fy:before {
    background-color: transparent;
  }

[dir=ltr] .fy:before {
    left: 0;
  }

[dir=rtl] .fy:before {
    right: 0;
  }

[dir] .fy:hover:before, [dir] .fy.fz:before {
      background-color: #349c45;
    }

[dir] .ga {
  margin-bottom: 0;
}

[dir] .section {
  margin-bottom: calc(16px * 1.5 * 2);
}

.gb {
  font-weight: 400;
}

.gc {
  color: inherit;
}

.gd {
  position: relative;
}

.section-subscribe {
  position: absolute;
  top: 0;
}

[dir=ltr] .section-subscribe {
    right: 0;
}

[dir=rtl] .section-subscribe {
  left: 0;
}

[dir=ltr] .section-subscribe .dropdown-menu {
    right: initial;
    left: initial;
  }

[dir=rtl] .section-subscribe .dropdown-menu {
    left: initial;
    right: initial;
  }

[dir=ltr] .ge {
    padding-right: 120px;
}

[dir=rtl] .ge {
  padding-left: 120px;
}

@media (min-width: 768px) {
      [dir=ltr] .section-tree .section:nth-child(2n + 1) {
        clear: left;
      }
      [dir=rtl] .section-tree .section:nth-child(2n + 1) {
        clear: right;
      }
    }

@media (min-width: 992px) {
      [dir] .section-tree .section:nth-child(2n + 1) {
        clear: none;
      }

      [dir=ltr] .section-tree .section:nth-child(3n + 1) {
        clear: left;
      }

      [dir=rtl] .section-tree .section:nth-child(3n + 1) {
        clear: right;
      }
    }

[dir] .gf {
  margin: calc(16px * 1.5 / 2) 0;
}

.gg {
  list-style: none;
}

[dir=ltr] .gg {
    padding-left: 0;
}

[dir=rtl] .gg {
  padding-right: 0;
}

.article {
  position: relative;
}

.gh {
  font-size: calc(16px * 1.5);
  font-weight: 300;
}

[dir] .gh {
  margin-bottom: calc(16px * 1.5 / 2);
}

@media (min-width: 768px) {

.gh {
    font-size: calc(16px * 2.15)
}
  }

@media (min-width: 992px) {

.gh {
    font-size: calc(16px * 2.6)
}
  }

[dir] .gi {
  margin-bottom: calc(16px * 1.5);
}

[dir] .article__body {
  margin-bottom: calc(16px * 1.5);
}

.article__body .wysiwyg-font-size-x-large {
    font-size: calc(16px * 2.15);
    font-weight: 500;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-large {
    font-size: calc(16px * 1.5);
    font-weight: 600;
    line-height: 1.2;
  }

.article__body .wysiwyg-font-size-medium {
    font-size: calc(16px * 1.25);
    font-weight: 600;
    line-height: 1.2;
  }

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

[dir=ltr] .article__body ul, [dir=ltr] .article__body ol {
    padding-left: 20px;
  }

[dir=rtl] .article__body ul, [dir=rtl] .article__body ol {
    padding-right: 20px;
  }

[dir] .article__body ul ul {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .article__body ul ol {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .article__body ol ul {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .article__body ol ol {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .article__body ul li {
      margin-bottom: calc(16px * 1.5 / 2);
    }

[dir] .article__body ol li {
      margin-bottom: calc(16px * 1.5 / 2);
    }

.article-vote {
  position: relative;
}

.article-vote-controls__item--voted {
  color: #1f2021;
}

[dir] .article-vote-controls__item--voted {
  border-color: #1f2021;
}

[dir=ltr] .article-vote-question {
    float: left;
    margin-right: 12px;
}

[dir=rtl] .article-vote-question {
  float: right;
  margin-left: 12px;
}

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

.article-vote-count {
  display: block;
  font-size: calc(calc(16px * 0.85) - 2);
  color: #979797;
}

[dir] .gj {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  background-color: #f6f7f8;
  border-radius: 4px;
}

[dir] .gk {
  margin-bottom: calc(16px * 1.5);
}

[dir] .article-more-questions {
  margin-bottom: calc(16px * 1.5);
  clear: both;
}

.article-more-questions:empty {
    display: none;
  }

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

[dir] .article-vote-controls__item {
  border-color: #666666;
}

.article-list {
  list-style: none;
}

[dir=ltr] .article-list {
    padding-left: 0;
}

[dir=rtl] .article-list {
  padding-right: 0;
}

[dir] .article-list-item {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

.article-list-item.is-active .gl:after {
      content: "\f106";
    }

.article-list-item.is-active .gm {
      display: block;
    }

.gl {
  position: relative;
  display: block;
  font-size: calc(16px * 1.25);
  color: #349c45;
}

[dir] .gl {
  padding-bottom: calc(16px * 1.5);
}

[dir=ltr] .gl {
    padding-right: calc(16px * 1.5);
}

[dir=rtl] .gl {
  padding-left: calc(16px * 1.5);
}

.gl:after {
    position: absolute;
    top: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: calc(16px * 1.5);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f107";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir=ltr] .gl:after {
    right: 0;
  }

[dir=rtl] .gl:after {
    left: 0;
  }

.gm {
  display: none;
}

/* ==========================================================================
  Comment Form
  ========================================================================== */

.comment-form {
  position: relative;
}

[dir] .comment-form {
  margin-bottom: 24px;
}

@media (min-width: 768px) {

[dir=ltr] .comment-form {
        padding-left: 72px
}

[dir=rtl] .comment-form {
    padding-right: 72px
}
  }

.gn {
  position: absolute;
  top: 0;
}

[dir=ltr] .gn {
    left: 0;
}

[dir=rtl] .gn {
  right: 0;
}

@media (max-width: 767px) {

.gn {
    display: none
}
  }

[dir] .go {
  margin-bottom: 24px;
}

.gp {
  position: relative;
}

[dir] .gq {
  margin-bottom: 0;
}

[dir] .gq + textarea {
    margin-top: 0;
  }

[dir=ltr] .gq + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

[dir=rtl] .gq + textarea {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

[dir] .gq ul[data-hc-pills-container] {
    margin: 0 0 calc(1px * -1);
    border: 1px solid #eceeef;
    border-radius: 4px 4px 0 0;
  }

.gq ul[data-hc-pills-container][data-hc-focus="true"] {
    position: relative;
    z-index: 2;
  }

[dir] .gq ul[data-hc-pills-container][data-hc-focus="true"] {
    border-color: #9ed5e7;
  }

[dir] .gr {
  margin-bottom: 16px;
}

/* ==========================================================================
  Comment Sorter
  ========================================================================== */

[dir] .comment-sorter {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (max-width: 767px) {

[dir] .gt {
    margin-bottom: 12px
}
  }

@media (min-width: 768px) {

[dir=ltr] .gt {
        padding-right: 16px
}

[dir=rtl] .gt {
    padding-left: 16px
}
  }

@media (min-width: 768px) {

[dir=ltr] .gu {
        text-align: right
}

[dir=rtl] .gu {
    text-align: left
}
  }

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

.comment-sorter__item + .comment-sorter__item:before {
    font-size: 10px;
    font-weight: 900;
    content: "\2022";
  }

[dir] .comment-sorter__item + .comment-sorter__item:before {
    margin: 0 6px;
  }

/* ==========================================================================
  Comment
  ========================================================================== */

[dir] .comment {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
}

.gv {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.gw {
  position: relative;
}

[dir] .gw {
  margin-bottom: 24px;
}

.gx {
  flex-grow: 1;
}

.gy {
  flex-shrink: 0;
}

[dir=ltr] .gy {
    margin-left: 16px;
}

[dir=rtl] .gy {
  margin-right: 16px;
}

.gz {
  position: absolute;
  top: 0;
  width: auto;
  font-size: calc(16px * 0.85);
  color: #fff;
}

[dir] .gz {
  padding: 2px 8px;
  background-color: #349c45;
  border-radius: 0 0 4px 4px;
}

[dir=ltr] .gz {
    right: 36px;
}

[dir=rtl] .gz {
  left: 36px;
}

.comment--official .gv {
  position: relative;
}

[dir] .comment--official .gv {
  padding: 24px;
  border: 1px solid #349c45;
  border-radius: 4px;
}

.ha {
  word-break: break-word;
}

[dir] .ha {
  margin-bottom: 24px;
}

.ha ul {
    list-style: disc;
  }

[dir=ltr] .ha ul, [dir=ltr] .ha ol {
    padding-left: 20px;
  }

[dir=rtl] .ha ul, [dir=rtl] .ha ol {
    padding-right: 20px;
  }

[dir] .ha ul ul, [dir] .ha ul ol, [dir] .ha ol ul, [dir] .ha ol ol {
      margin-top: 12px;
    }

[dir] .ha ul li, [dir] .ha ol li {
      margin-bottom: 12px;
    }

@media (max-width: 767px) {

.ha [dir="auto"] {
      margin-bottom: 0
  }
    }

@media (max-width: 767px) {

[dir] .ha {
    margin-bottom: 0
}
  }

[dir] .hb {
  padding-top: 8px;
}

.hb button {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .hb button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir=ltr] .hb button {
    margin-right: auto;
    margin-left: auto;
}

[dir=rtl] .hb button {
  margin-left: auto;
  margin-right: auto;
}

/* Comment List */

[dir] .hc {
  margin-bottom: 48px;
}

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

.hd:empty {
    display: none;
  }

.he {
  list-style: none;
}

[dir=ltr] .he {
    padding-left: 0;
}

[dir=rtl] .he {
  padding-right: 0;
}

[dir] .hf {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

.hg {
  font-size: 16px;
  font-weight: 600;
}

[dir] .hg {
  margin-bottom: 0;
}

.share {
  white-space: nowrap;
  list-style: none;
}

[dir=ltr] .share {
    padding-left: 0;
}

[dir=rtl] .share {
  padding-right: 0;
}

.share li {
  position: relative;

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

[dir] .share li {
  margin-bottom: 5px;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #818a91;
  touch-action: manipulation;
}

[dir] .share a {
  background-color: #eceeef;
  border-color: #eceeef;
  border-radius: 4px;
}

.share a:before {
    position: relative;

    display: inline-block;
    width: 100%;
    font-family: "Font Awesome 5 Brands";
  }

[dir] .share a:before {
    text-align: center;
  }

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

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

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

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

[dir] .hh {
  margin-bottom: calc(16px * 1.5);
}

[dir] .my-activities-items {
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

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

.hi {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.hj {
    display: table-row-group
}
  }

@media (min-width: 768px) {

.hk {
    display: table-row
}
  }

@media (min-width: 768px) {

.hl {
    display: table-cell
}

[dir] .hl {
    padding-top: calc(6px * 1.5);
    padding-bottom: calc(6px * 1.5);
    border-bottom: 1px solid #eceeef
}

    [dir=ltr] .hl + .hl {
        padding-left: 12px;
    }

    [dir=rtl] .hl + .hl {
      padding-right: 12px;
    }
  }

@media (max-width: 767px) {

.hm {
    display: inline
}
  }

@media (min-width: 768px) {

.hm {
    display: none
}
  }

.my-activities-menu ul {
    list-style: none;
  }

[dir=ltr] .my-activities-menu ul {
    padding-left: 0;
  }

[dir=rtl] .my-activities-menu ul {
    padding-right: 0;
  }

[dir] .hn {
  margin-bottom: 0;
}

[dir] .my-activities-menu__item {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {

[dir=ltr] .my-activities-menu__item {
        float: left
}

[dir=rtl] .my-activities-menu__item {
    float: right
}
  }

@media (min-width: 768px) {
  [dir=ltr] .my-activities-menu__item + .my-activities-menu__item {
        margin-left: 12px;
  }
  [dir=rtl] .my-activities-menu__item + .my-activities-menu__item {
    margin-right: 12px;
  }
}

[dir] .ho {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

[dir] .ho .my-activities-menu__item {
    padding: 6px 12px;
    background-color: #eceeef;
    border-radius: 4px;
  }

@media (max-width: 767px) {

[dir] .ho .my-activities-menu__item {
      margin-bottom: calc(16px * 1.5 / 3)
  }
    }

.ho .my-activities-menu__item.is-active {
      font-weight: 600;
      color: #373a3c;
    }

[dir] .my-activities-menu--sub {
  margin-bottom: calc(16px * 1.5);
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
      font-weight: 600;
    }

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

@media (min-width: 768px) {
    .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      font-size: 10px;
      content: "\2022";
    }
    [dir=ltr] .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
        margin-right: calc(12px / 2);
    }
    [dir=rtl] .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      margin-left: calc(12px / 2);
    }
  }

@media (max-width: 767px) {

[dir] .hp {
    padding: 6px 12px;
    margin-bottom: calc(16px * 1.5);
    border: 1px solid #eceeef;
    border-radius: 4px
}
  }

.hq {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {

.hq {
    display: inline-block
}

[dir=ltr] .hq {
        margin-right: calc(12px / 2)
}

[dir=rtl] .hq {
    margin-left: calc(12px / 2)
}

    .hq + .hq:before {
      content: "\2022";
    }

    [dir=ltr] .hq + .hq:before {
        margin-right: calc(12px / 2);
    }

    [dir=rtl] .hq + .hq:before {
      margin-left: calc(12px / 2);
    }
  }

.hr {
  font-weight: 500;
}

@media (max-width: 767px) {

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

@media (max-width: 767px) {

.hs {
    display: inline-block
}
  }

@media (min-width: 768px) {

.hs {
    display: none
}
  }

[dir] .request-table-toolbar {
  padding-top: calc(6px * 2);
  padding-bottom: 6px;
  margin-bottom: calc(16px * 1.5);
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {

[dir] .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: calc(6px * 2)
}
  }

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

@media (min-width: 768px) {

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

[dir=ltr] .hu {
    padding-right: 12px;
    padding-left: 12px;
}

[dir=rtl] .hu {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 767px) {

[dir] .hu {
    margin-bottom: calc(16px * 1.5 / 2)
}
  }

@media (min-width: 768px) {

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

.hv {
  position: relative;
}

.hw {
  font-weight: 600;
}

[dir] .hw {
  margin-bottom: calc(16px * 1.5 / 2);
}

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

@media (min-width: 992px) {

.hx {
    font-size: calc(16px * 2.15);
    font-weight: 300
}
  }

.hy:empty {
  display: none;
}

.hz {
  font-size: 14px;
}

[dir] .hz {
  padding: calc(16px * 1.5) 12px 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eceeef;
  border-radius: 4px;
}

[dir] .hz dd {
    margin-bottom: calc(16px * 1.5 / 2);
  }

.ia {
  font-size: calc(16px * 0.85);
  list-style: none;
}

[dir] .ia {
  margin-bottom: 0;
}

[dir=ltr] .ia {
    padding-left: 0;
}

[dir=rtl] .ia {
  padding-right: 0;
}

[dir] .ia > li {
    margin-bottom: calc(16px * 1.5 / 3);
    margin-bottom: 0;
  }

.ib {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.ib:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: #349c45;
    content: "\f0d7";
  }

[dir] .ib:after {
    margin-bottom: 2px;
  }

[dir=ltr] .ib:after {
    margin-left: 5px;
  }

[dir=rtl] .ib:after {
    margin-right: 5px;
  }

.ic {
  white-space: nowrap;
}

.ic[href*="asc"] .ib:after {
  content: "\f0d8";
}

.request-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

[dir] .request-status {
  padding: 1px calc(12px / 2);
  border-radius: 4px;
}

[dir] .request-status--solved, [dir] .request-status--closed {
  background-color: #349c45;
}

[dir] .request-status--new, [dir] .request-status--open {
  background-color: #ff4b46;
}

[dir] .request-status--answered {
  background-color: #f5d200;
}

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

@media (min-width: 768px) {

.id {
    font-size: calc(16px * 2.15)
}
  }

@media (min-width: 992px) {

.id {
    font-size: calc(16px * 2.6)
}
  }

[dir] .ie {
  margin-bottom: calc(16px * 1.5);
}

[dir] .upload-dropzone {
  padding: calc(16px * 1.5) 16px;
  border-color: #eceeef;
  border-radius: 4px;
}

.upload-dropzone {
    font-size: calc(16px * 0.85);
  }

.upload-dropzone a {
    font-size: calc(16px * 0.85);
  }

.upload-dropzone span:before {
  display: block;
}

.if {
  font-size: calc(16px * 1.5);
  line-height: 1.1;
  color: #fff;
}

[dir] .if {
  text-align: center;
}

@media (min-width: 768px) {

.if {
    font-size: calc(16px * 2.15)
}
  }

.ig {
  /* border-bottom: 1px solid var(--hr-border);
  /* @media (--screen-xxs-max) {
    /* margin-bottom: ($line-height-computed * 2);
  /* } */
}

[dir] .ih {
  margin-bottom: calc(16px * 1.5);
}

@media (max-width: 479px) {

.ih {
    width: 100%
}

[dir] .ih {
    float: none;
    padding: 0 16px
}
  }

@media (min-width: 480px) {

[dir] .ih {
    padding: 0 16px;
    text-align: center
}
  }

@media (min-width: 768px) {

[dir] .ih {
    margin-bottom: calc(16px * 1.5)
}
  }

.ii {
  display: block;
  transition: all 0.3s ease;
}

[dir] .ii {

  padding-top: calc(16px * 1.5);
  padding-bottom: calc(16px * 1.5);
  border-radius: 4px;
}

@media (max-width: 479px) {

.ii {
    display: table
}
  }

.ii:active {
    /* .ij circle {
    /*   stroke: $icon_color-hover;
    /* } */
  }

[dir] .ii:active {
    background-color: #f2f3f4;
  }

.ii:focus {
    /* .ij circle {
    /*   stroke: $icon_color-hover;
    /* } */
  }

[dir] .ii:focus {
    background-color: #f2f3f4;
  }

.ii:hover {
    /* .ij circle {
    /*   stroke: $icon_color-hover;
    /* } */
  }

[dir] .ii:hover {
    background-color: #f2f3f4;
  }

.ij {
  display: inline-block;
}

@media (min-width: 480px) {

[dir] .ij {
    margin-bottom: calc(16px * 1.5)
}
  }

.ij svg {
    width: $icon_height;
    height: $icon_height;
  }

@media (min-width: 480px) {

.ij svg {
      width: calc($icon_height + 10px);
      height: calc($icon_height + 10px)
  }
    }

.ij circle,
  .ij path {
    transition: all 0.3s ease;
  }

.ij path,
  .ij circle {
    stroke: $icon_color;
  }

.ik {
  font-size: 16px;
  font-weight: 500;
  color: #373a3c;
}

/* text-transform: uppercase; */

@media (max-width: 479px) {

.ik {
    display: table-cell;
    width: 100%
}

[dir=ltr] .ik {
        padding-left: 12px
}

[dir=rtl] .ik {
    padding-right: 12px
}
  }

@media (min-width: 480px) {

.ik {
    display: block
}
  }

[dir] .il {
  padding: 10% 0%;
  text-align: center;
}

.im {
  text-transform: capitalize;
}

[dir] .io {
  padding: calc(16px * 1.5 * 2)
    calc(15px * 2) calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5 * 2);
  text-align: center;
  background-color: #314157;
  border-radius: 4px;
}

.ip {
  font-size: calc(16px * 1.5);
  font-weight: 400;
  color: #fff;
}

.iq {
  font-size: calc(16px * 1.5);
  font-weight: 400;
  color: #fff;
}

.ir:empty {
    display: none;
  }

[dir] .ir .btn {
    padding: calc(6px * 1.5) calc(12px * 1.5);
  }

.note {
  position: relative;
  color: #686d71;
}

[dir] .note {
  margin: calc(16px * 1.5) 0;
}

[dir=ltr] .note {
    padding-left: 12px;
    border-left: calc(1px * 2) solid transparent;
}

[dir=rtl] .note {

  padding-right: 12px;
  border-right: calc(1px * 2) solid transparent;
}

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

.is {
  font-size: 16px;
  font-weight: 600;
}

[dir] .is {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .it {
  border-color: #818a91;
}

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

.it .is {
    color: #818a91;
  }

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

[dir] .iu, [dir] .note--info {
  border-color: #5bc0de;
}

.iu .is, .note--info .is {
    color: #5bc0de;
  }

[dir] .iv, [dir] .note--warning {
  border-color: #f5d200;
}

.iv .is, .note--warning .is {
    color: #f5d200;
  }

[dir] .iw, [dir] .note--success {
  border-color: #349c45;
}

.iw .is, .note--success .is {
    color: #349c45;
  }

[dir] .ix, [dir] .note--danger {
  border-color: #ff4b46;
}

.ix .is, .note--danger .is {
    color: #ff4b46;
  }

.iy {
  width: 100%;
  font-size: calc(16px - 2px);
  line-height: 1.1;
  color: #999;
}

[dir] .iy {
  padding-top: calc(16px * 1.5 * 2);
  background-color: #fff;
  border-color: #eee transparent transparent;
  border-style: solid;
  border-width: 1px 0 0;
}

.iz {
  width: 100%;
}

[dir] .iz {
  margin: 0 auto;
}

@media (min-width: 768px) {

.iz {
    display: table
}
  }

.ja {
  position: relative;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

[dir=ltr] .jb {
        text-align: right
}

[dir=rtl] .jb {
    text-align: left
}
  }

.jc {
  width: calc((16px * 2) - 2px);
  height: calc((16px * 2) - 2px);
  color: #666666;
  vertical-align: middle;
}

[dir=ltr] .jc + .jc {
    margin-left: 5px;
  }

[dir=rtl] .jc + .jc {
    margin-right: 5px;
  }

.jc.fa {
    font-size: 16px;
  }

.jd a {
  color: #999;
}

.je {
  list-style: none;
}

[dir=ltr] .je {
    padding-left: 0;
    margin-left: 0;
}

[dir=rtl] .je {
  padding-right: 0;
  margin-right: 0;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

[dir=ltr] .jf {
    margin-right: 16px;
}

[dir=rtl] .jf {
  margin-left: 16px;
}

[dir="rtl"] .jf {
  margin-left: 16px;
}

[dir=ltr] .jg {
    margin-left: 16px;
}

[dir=rtl] .jg {
  margin-right: 16px;
}

[dir="rtl"] .jg {
  margin-right: 16px;
}

[dir] .satisfaction-box {
  padding: calc(16px * 1.5) 15px;
  margin: 0 0 calc(10px * 2) 0;
  margin-top: 0;
  border-color: #eceeef;
  border-radius: 4px;
}

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

.satisfaction-box input[type="radio"] ~ label {
  letter-spacing: normal;
}

[dir=ltr] .satisfaction-box input[type="radio"] ~ label {
    margin-right: 10px;
}

[dir=rtl] .satisfaction-box input[type="radio"] ~ label {
  margin-left: 10px;
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  color: #fff !important;
}

[dir] .satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  background-color: #256e31 !important;
  border-color: #256e31 !important;
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  color: #fff !important;
}

[dir] .satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  background-color: #ff0f09 !important;
  border-color: darken(darken(#ff4b46, 5%), 12%) !important;
}

[dir] .satisfaction-box label.disabled {
  margin-bottom: calc(16px * 1.5) !important;
}

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

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

[dir] .satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  font-size: calc(16px * 0.85) !important;
}

[dir=ltr] .satisfaction-box .satisfaction-submit {
    margin-left: 10px !important;
}

[dir=rtl] .satisfaction-box .satisfaction-submit {
  margin-right: 10px !important;
}

[dir] .jh {
  padding-top: calc(16px * 1.5);
}

.satisfaction-box .ji {
  font-size: calc(16px * 0.85) !important;
  line-height: 1.5 !important;
}

.jj {
  position: relative;
  top: 0;

  z-index: 10;
  width: 100%;
  color: #3e3e40;
}

[dir] .jj {
  border-top: 4px solid #349c45;
}

[dir=ltr] .jj {
    left: 0;
}

[dir=rtl] .jj {
  right: 0;
}

[dir=ltr] .jj .login {
    margin-left: 12px;
  }

[dir=rtl] .jj .login {
    margin-right: 12px;
  }

@media (max-width: 767px) {

[dir] .jj .submit-a-request, [dir] .jj .login, [dir] .jj .language-selector {
      margin-bottom: 5px
  }
    }

[dir] .jj + main {
  padding-top: calc(16px * 1.5);
}

@media (min-width: 768px) {

[dir] .jj + main {
    padding-top: calc(16px * 1.5 * 2)
}
  }

.jk {
  width: 100%;
}

[dir] .jk {
  margin: 0 auto;
}

@media (min-width: 768px) {

.jk {
    display: table
}
  }

.jl {
  position: relative;
}

[dir] .jl {

  padding: calc(16px * 1.5 / 1.5) 0;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

[dir=ltr] .jm {
        float: right
}

[dir=rtl] .jm {
    float: left
}
  }

@media (max-width: 767px) {

.jn {
    display: none
}

[dir] .jn {
    padding-bottom: calc(16px * 1.5)
}
  }

@media (min-width: 768px) {

.jn {
    display: block !important
}
  }

@media (max-width: 767px) {

[dir] .jo {
    padding: 0
}
  }

.jp {
  position: fixed;
  bottom: -50px;
  z-index: 3;

  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[dir] .jp {
  text-align: center;
  border: 1px solid #349c45;
  border-radius: 4px;
}

[dir=ltr] .jp {
    right: 30px;
}

[dir=rtl] .jp {
  left: 30px;
}

.jp:focus,
  .jp:active {
    outline: 0;
  }

.jp.is-active {
    bottom: 30px;
  }

.jp:hover {
    color: #21632c;
  }

[dir] .jp:hover {
    border-color: #21632c;
  }

@media (max-width: 767px) {

.jp {
    display: none
}
  }

/* Embeds responsive */

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  overflow: hidden;
}

[dir] .embed, [dir] .embed-responsive {
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

.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;
    width: 100%;
    height: 100%;
  }

[dir] .embed iframe, [dir] .embed embed, [dir] .embed object, [dir] .embed video, [dir] .embed-responsive iframe, [dir] .embed-responsive embed, [dir] .embed-responsive object, [dir] .embed-responsive video {
    border: 0;
  }

[dir=ltr] .embed iframe, [dir=ltr] .embed embed, [dir=ltr] .embed object, [dir=ltr] .embed video, [dir=ltr] .embed-responsive iframe, [dir=ltr] .embed-responsive embed, [dir=ltr] .embed-responsive object, [dir=ltr] .embed-responsive video {
    left: 0;
  }

[dir=rtl] .embed iframe, [dir=rtl] .embed embed, [dir=rtl] .embed object, [dir=rtl] .embed video, [dir=rtl] .embed-responsive iframe, [dir=rtl] .embed-responsive embed, [dir=rtl] .embed-responsive object, [dir=rtl] .embed-responsive video {
    right: 0;
  }

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

/* Modifier class for 16:9 aspect ratio */

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

/* Modifier class for 4:3 aspect ratio */

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

@-ms-viewport {
  width: device-width;
}

.jq,
.jr,
.jt,
.ju {
  display: block !important;
}

@media (max-width: 767px) {
  .jq {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jr {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .jt {
    display: block;
  }
}

@media (min-width: --screen-lg) {
  .ju {
    display: block;
  }
}

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

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

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

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

.jz {
  display: none !important;
}

@media print {
  .jz {
    display: block;
  }
}

.ka {
  display: none !important;
}

@media print {

.ka {
    display: block !important
}
  }

.kb {
  display: none !important;
}

@media print {

.kb {
    display: inline !important
}
  }

.kc {
  display: none !important;
}

@media print {

.kc {
    display: inline-block !important
}
  }

@media print {
  .kd {
    display: none !important;
  }
}

[dir] .ke {
  margin-bottom: calc(16px * 1.5);
}

[dir] .kf {
  border-bottom: 1px solid #eceeef;
}

[dir] .related-articles {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .recent-articles {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .related-articles h3 {
    margin-bottom: calc(16px * 1.5 / 2);
  }

[dir] .recent-articles h3 {
    margin-bottom: calc(16px * 1.5 / 2);
  }

@media (min-width: 768px) {

[dir] .related-articles h3 {
      margin-top: calc(16px * 1.5 / 2)
  }

[dir] .recent-articles h3 {
      margin-top: calc(16px * 1.5 / 2)
  }
    }

.related-articles ul, .recent-articles ul {
    list-style: none;
  }

[dir=ltr] .related-articles ul, [dir=ltr] .recent-articles ul {
    padding-left: 0;
  }

[dir=rtl] .related-articles ul, [dir=rtl] .recent-articles ul {
    padding-right: 0;
  }

[dir] .related-articles ul > li {
      margin-bottom: calc(16px * 1.5 / 3);
    }

[dir] .recent-articles ul > li {
      margin-bottom: calc(16px * 1.5 / 3);
    }

[dir] .kg {
  margin-bottom: calc(16px * 1.5 / 3);
}

[dir] .kh {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5 * 2);
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.kh .recent-activity-header {
    font-size: 16px;
  }

.kh .recent-activity-list {

    list-style: none;
  }

[dir] .kh .recent-activity-list {
    margin-bottom: 0;
  }

[dir=ltr] .kh .recent-activity-list {
    padding-left: 0;
  }

[dir=rtl] .kh .recent-activity-list {
    padding-right: 0;
  }

@media (min-width: 768px) {

[dir=ltr] .kh .recent-activity-list {
        margin-right: -var(--grid-gutter-width);
        margin-left: -var(--grid-gutter-width)
  }

[dir=rtl] .kh .recent-activity-list {
      margin-left: -var(--grid-gutter-width);
      margin-right: -var(--grid-gutter-width)
  }
    }

@media (min-width: 768px) {

.kh .recent-activity-item {
      display: inline-block;
      width: 33.3333%;
      vertical-align: top
  }

[dir] .kh .recent-activity-item {
      margin-bottom: calc(16px * 1.5)
  }

[dir=ltr] .kh .recent-activity-item {
        padding-right: 15px;
        padding-left: 15px
  }

[dir=rtl] .kh .recent-activity-item {
      padding-left: 15px;
      padding-right: 15px
  }
    }

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

.kh .recent-activity-item-comment span:before {
    display: inline-block;
    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;
  }

[dir=ltr] .kh .recent-activity-item-comment span:before {
    margin-right: calc(12px / 4);
  }

[dir=rtl] .kh .recent-activity-item-comment span:before {
    margin-left: calc(12px / 4);
  }

.kh .recent-activity-item-parent {
    font-weight: 600;
    color: #373a3c;
  }

.promoted-articles {
  display: none;
}

.ki {
  list-style: none;
}

[dir=ltr] .ki {
    padding-left: 0;
}

[dir=rtl] .ki {
  padding-right: 0;
}

.ki .article-list-item {
    display: block;
  }

.kj {
  font-size: calc(16px * 1.5);
  font-weight: 400;
}

.kk {
  display: block;
  font-size: calc(16px * 1.25);
}

[dir] .kk {
  margin-bottom: calc(16px * 1.5 / 4);
}

/* User Profiles */

/* Profile Header */

.kl {
  color: #fff;
}

[dir] .kl {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  text-align: center;
  background-color: #030303;
  border-radius: 4px;
}

.km {
  display: inline-block;
}

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

[dir] .kn {
  margin-bottom: calc(16px * 1.5 / 2);
}

.kn a {
    color: #fff;
  }

@media (min-width: 768px) {

.kn {
    font-size: calc(16px * 2.15);
    font-weight: 300
}
  }

.ko {
  display: inline-block;
  color: #349c45;
}

[dir] .ko {
  margin-bottom: calc(16px * 1.5);
  background-color: #fff;
}

.kp {
  word-break: break-all;
  word-break: break-word;
}

/* Profile Stats */

.kq {
  font-size: calc(16px * 0.85);
  color: #979797;
  list-style: none;
}

[dir] .kq {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir=ltr] .kq {
    padding-left: 0;
}

[dir=rtl] .kq {
  padding-right: 0;
}

[dir] .kr {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir=ltr] .kr {
    margin-right: 12px;
}

[dir=rtl] .kr {
  margin-left: 12px;
}

@media (max-width: 767px) {

.kr {
    display: block
}

    .kr:before {
      display: none;
    }
  }

[dir=ltr] .ks {
    margin-right: calc(12px / 2);
}

[dir=rtl] .ks {
  margin-left: calc(12px / 2);
}

.kt {
  color: #fff;
}

/* Profile Nav */

.ku {
  overflow: hidden;
  font-size: calc(16px * 0.85);
  font-weight: 600;
}

[dir] .ku {
  margin-bottom: calc(16px * 1.5);
  background-color: #eceeef;
  border-radius: 4px;
}

.kv {
  list-style: none;
}

[dir] .kv {
  margin: 0;
}

[dir=ltr] .kv {
    padding-left: 0;
}

[dir=rtl] .kv {
  padding-right: 0;
}

[dir] .kw {
  margin-bottom: 0;
}

@media (min-width: 768px) {

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

.kw a {
    display: block;
    color: #373a3c;
  }

.kw.is-active {
    color: #fff;
  }

[dir] .kw.is-active {
    background-color: #349c45;
  }

.kw.is-active {
    line-height: 1;
  }

[dir] .kw.is-active {
    padding: calc(16px * 1.5 / 1.5)
      12px;
  }

.kw a {
    line-height: 1;
  }

[dir] .kw a {
    padding: calc(16px * 1.5 / 1.5)
      12px;
  }

[dir=ltr] .kw:after {
    right: 12px !important;
  }

[dir=rtl] .kw:after {
    left: 12px !important;
  }

/* Profile Section */

.kx {
  width: 100%;
}

[dir] .ky {
  margin-bottom: calc(16px * 1.5);
}

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

[dir] .kz {
  margin-bottom: calc(16px * 1.5 / 2);
}

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

@media (min-width: 768px) {

[dir] .la {
    padding-bottom: 0
}
  }

/* Profile Section Sorter */

.lb {
  font-size: calc(16px * 0.85);
}

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

[dir] .lb {
    padding-top: 0;
    border-top: 0
}
  }

@media (min-width: 768px) {

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

@media (max-width: 767px) {

[dir] .ld {
    margin-bottom: calc(16px * 1.5 / 2)
}
  }

@media (min-width: 768px) {

[dir=ltr] .ld {
        padding-right: 12px
}

[dir=rtl] .ld {
    padding-left: 12px
}
  }

@media (min-width: 768px) {

[dir=ltr] .le {
        text-align: right
}

[dir=rtl] .le {
    text-align: left
}
  }

/* Profile Contribution */

.lf {
  position: relative;

  word-wrap: break-word;
}

[dir] .lf {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: #f4f5f6;

  border-radius: 4px;
}

[dir] .lg {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir] .lh {
  margin-bottom: calc(16px * 1.5 / 4);
}

.li {
  font-size: 16px;
  font-weight: 600;
}

[dir] .li {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir] .lj {
  margin-bottom: calc(16px * 1.5 / 2);
}

.lk .li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir=ltr] .lk .li:before {
    margin-right: 2px;
  }

[dir=rtl] .lk .li:before {
    margin-left: 2px;
  }

.ll {
  font-size: calc(16px * 0.85);
}

[dir] .ll {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}

.lm {
  color: #979797;
}

[dir] .lm {
  text-align: center;
}

.ln {
  color: #979797;
}

[dir] .ln {
  text-align: center;
}

/* Profile Activity */

.lo {
  list-style: none;
}

[dir=ltr] .lo {
    padding-left: 0;
}

[dir=rtl] .lo {
  padding-right: 0;
}

.profile-activity {
  position: relative;
}

[dir] .profile-activity {
  margin-bottom: calc(16px * 1.5 * 1.5);
}

.lp {

  font-size: calc(16px * 0.85);
  font-weight: 600;
}

[dir] .lp {
  margin-bottom: calc(16px * 1.5 / 2);
}

.lp:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir=ltr] .lp:before {
    margin-right: 2px;
  }

[dir=rtl] .lp:before {
    margin-left: 2px;
  }

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

[dir=ltr] .lq {
    margin-right: calc(12px / 2);
}

[dir=rtl] .lq {
  margin-left: calc(12px / 2);
}

.profile-activity-list--articles .li:before,
.profile-activity[class$="-article"] .lp:before {
  content: "\f15c";
}

.profile-activity-list--posts .li:before,
.profile-activity[class$="-post"] .lp:before {
  content: "\f086";
}

.profile-activity-list--comments .li:before,
.profile-activity[class$="-comment"] .lp:before {
  font-weight: 400;
  content: "\f075";
}

.lr {
  display: inline-block;
}

.status-label {
  font-size: 12px;
}

[dir] .status-label {
  padding: 2px calc(12px / 2);
  border-radius: 4px;
}

[dir] .status-label--pending {
  background-color: #f5d200;
}

[dir] .status-label--with-ticket {
  background-color: #349c45;
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }

[dir] .status-label--solved, [dir] .status-label--closed {
  background-color: #349c45;
}

[dir] .status-label--new, [dir] .status-label--open {
  background-color: #ff4b46;
}

[dir] .status-label--answered {
  background-color: #f5d200;
}

[dir] .status-label--official {
  background-color: #349c45;
}

[dir] .status-label--completed, [dir] .status-label--answered {
  background-color: #349c45;
}

[dir] .status-label--planned {
  background-color: #349c45;
}

.status-label--not-planned {
  color: #373a3c;
}

[dir] .status-label--not-planned {
  background-color: #eceeef;
}

.ls:before,
  .ls:after {
    display: table; /* 1 */
    content: ""; /* 2 */
  }

[dir] .ls:after {
    clear: both;
  }

.ls {
  overflow: hidden;

  font-size: calc(16px * 0.85);
}

[dir=ltr] .lt {
    float: left;
    padding-right: 12px;
}

[dir=rtl] .lt {
  float: right;
  padding-left: 12px;
}

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

[dir] .callout {
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  background-color: #eceeef;
}

[dir=ltr] .callout {
    border-left-style: solid;
    border-left-width: 5px;
}

[dir=rtl] .callout {
  border-right-style: solid;
  border-right-width: 5px;
}

[dir] .callout p:last-child {
    margin-bottom: 0;
  }

[dir] .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: #373a3c;
}

[dir] .callout--success {
  background-color: #e7f7ea;
  border-color: #349c45;
}

.callout--success .callout__title {
    color: #349c45;
  }

.callout--info {
  color: #373a3c;
}

[dir] .callout--info {
  background-color: #ebf7fb;
  border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
  }

.callout--warning {
  color: #373a3c;
}

[dir] .callout--warning {
  background-color: #fffadc;
  border-color: #f5d200;
}

.callout--warning .callout__title {
    color: #f5d200;
  }

.callout--danger {
  color: #373a3c;
}

[dir] .callout--danger {
  background-color: #ffeae9;
  border-color: #ff4b46;
}

.callout--danger .callout__title {
    color: #ff4b46;
  }

.callout--primary {
  color: #373a3c;
}

[dir] .callout--primary {
  background-color: #e3f6e6;
  border-color: #349c45;
}

.callout--primary .callout__title {
    color: #349c45;
  }

[dir] .callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

[dir] .image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

[dir] .image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c;
}

[dir] .image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
  }

[dir] .image-overlay:before {
    background-color: rgba(255, 255, 255, 0.3);
  }

[dir=ltr] .image-overlay:before {
    right: 0;
    left: 0;
  }

[dir=rtl] .image-overlay:before {
    left: 0;
    right: 0;
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

.image-with-video-icon:before {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 0;
    height: 0;
    font-size: 0;
    content: "";
    transition: transform 0.6s ease;
  }

[dir] .image-with-video-icon:before {
    border-style: solid;
  }

[dir=ltr] .image-with-video-icon:before {
    left: 50%;
    border-color: transparent transparent transparent #fff;
    border-width: 30px 0 30px 60px;
    transform: translate(-50%, -50%);
  }

[dir=rtl] .image-with-video-icon:before {
    right: 50%;
    border-color: transparent #fff transparent transparent;
    border-width: 30px 60px 30px 0;
    transform: translate(50%, -50%);
  }

.image-with-video-icon:after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    content: "";
  }

[dir] .image-with-video-icon:after {
    background-color: rgba(0, 0, 0, 0.3);
  }

[dir=ltr] .image-with-video-icon:after {
    right: 0;
    left: 0;
  }

[dir=rtl] .image-with-video-icon:after {
    left: 0;
    right: 0;
  }

[dir=ltr] .image-with-video-icon:active:before, [dir=ltr] .image-with-video-icon:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
    }

[dir=rtl] .image-with-video-icon:active:before, [dir=rtl] .image-with-video-icon:hover:before {
      transform: translate(50%, -50%) scale(1.1);
    }

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

[dir=ltr] .list-colored, [dir=ltr] .list-bullet {
    padding-left: 0 !important;
}

[dir=rtl] .list-colored, [dir=rtl] .list-bullet {
  padding-right: 0 !important;
}

.list-colored > ul, .list-bullet > ul {
    list-style: none;
  }

[dir] .list-colored > ul, [dir] .list-bullet > ul {
    margin-bottom: 14px;
  }

.list-colored > ol, .list-bullet > ol {
    list-style-type: none;
    counter-reset: list;
  }

[dir] .list-colored > ol, [dir] .list-bullet > ol {
    margin-bottom: 14px;
  }

.list-colored > li {
    position: relative;
    counter-increment: list;
  }

[dir] .list-colored > li {
    margin-bottom: calc(16px * 1.5 / 1.5) !important;
  }

[dir=ltr] .list-colored > li {
    padding-left: calc(12px + 30px);
  }

[dir=rtl] .list-colored > li {
    padding-right: calc(12px + 30px);
  }

.list-colored > li:before {
      position: absolute;
      top: -3px;
      z-index: 1;
      width: 30px;
      height: 30px;
      font-size: calc(16px * 0.85);
      line-height: 30px;
      color: #fff;
      content: counter(list);
    }

[dir] .list-colored > li:before {
      text-align: center;
      background-color: #349c45;
      border-radius: 50%;
    }

[dir=ltr] .list-colored > li:before {
    left: 0;
    }

[dir=rtl] .list-colored > li:before {
      right: 0;
    }

.list-bullet > li {
    position: relative;
  }

[dir] .list-bullet > li {
    margin-bottom: 10px;
  }

[dir=ltr] .list-bullet > li {
    padding-left: 30px;
  }

[dir=rtl] .list-bullet > li {
    padding-right: 30px;
  }

.list-bullet > li:before {
      position: absolute;
      top: -2px;
      font-family: "Font Awesome 5 Free";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      color: #349c45;
      content: "\f058";
    }

[dir=ltr] .list-bullet > li:before {
    left: 0;
    }

[dir=rtl] .list-bullet > li:before {
      right: 0;
    }

[dir=ltr] .text-left {
    text-align: left;
}

[dir=rtl] .text-left {
  text-align: right;
}

[dir] .text-center {
  text-align: center;
}

[dir=ltr] .text-right {
    text-align: right;
}

[dir=rtl] .text-right {
  text-align: left;
}

[dir] .text-primary {
  background-color: #8fda9b;
}

[dir] .text-info {
  background-color: #5bc0de;
}

[dir] .text-warning {
  background-color: #f5d200;
}

[dir] .text-danger {
  background-color: #ff4b46;
}

[dir] .text-success {
  background-color: #349c45;
}

[dir] .accordion {
  padding-top: 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion__item-title {
  position: relative;
  font-size: calc(16px * 1.25);
}

[dir] .accordion__item-title {
  cursor: pointer;
}

[dir=ltr] .accordion__item-title {
    padding: 15px 20px 15px 52px;
}

[dir=rtl] .accordion__item-title {
  padding: 15px 52px 15px 20px;
}

[dir] .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;
}

[dir] .accordion__item-content {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

[dir] .accordion__item-content p:last-child {
    margin-bottom: 0;
  }

[dir] .lu:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    top: 50%;

    width: 8px;
    height: 8px;
    transition: transform 0.3s;
  }

[dir] .accordion--default .accordion__item-title:before {

    margin-top: -4px;
    border-bottom: 2px solid #349c45;
  }

[dir=ltr] .accordion--default .accordion__item-title:before {
    left: 22px;
    border-left: 2px solid #349c45;
    transform: rotate(-45deg);
  }

[dir=rtl] .accordion--default .accordion__item-title:before {
    right: 22px;
    border-right: 2px solid #349c45;
    transform: rotate(45deg);
  }

[dir] .accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      transition: transform 0.3s;
    }

[dir=ltr] .accordion--default .accordion__item-title--active:before {
    transform: rotate(135deg);
    }

[dir=rtl] .accordion--default .accordion__item-title--active:before {
      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 {
      width: 10px;
      height: 2px;
    }

[dir] .accordion--colored .accordion__item-title:before {
      margin-top: -1px;
      background-color: #818a91;
    }

[dir=ltr] .accordion--colored .accordion__item-title:before {
    left: 20px;
    }

[dir=rtl] .accordion--colored .accordion__item-title:before {
      right: 20px;
    }

.accordion--colored .accordion__item-title:after {
      position: absolute;
      width: 2px;
      height: 10px;
      content: "";
    }

[dir] .accordion--colored .accordion__item-title:after {
      margin-top: -5px;
      background-color: #818a91;
    }

[dir=ltr] .accordion--colored .accordion__item-title:after {
    left: 24px;
    }

[dir=rtl] .accordion--colored .accordion__item-title:after {
      right: 24px;
    }

.accordion--colored .accordion__item-title--active {
      color: #fff;
      transition: background-color 0.3s;
    }

[dir] .accordion--colored .accordion__item-title--active {
      background-color: #349c45;
    }

[dir] .accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

[dir] .tabs {
  margin-bottom: calc(16px * 1.5);
}

.tab {
  display: block;
}

[dir] .tab {
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
}

[dir=ltr] .tab {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

[dir=rtl] .tab {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

[dir] .tab p:last-child {
    margin-bottom: 0;
  }

@media (min-width: 768px) {

[dir=ltr] .tab {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
}

[dir=rtl] .tab {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
  }

[dir=ltr] .tab:nth-child(2) {
    border-top-left-radius: 0;
}

[dir=rtl] .tab:nth-child(2) {
  border-top-right-radius: 0;
}

.tabs-link {
  display: block;
  font-weight: 600;
  color: #373a3c;
}

[dir] .tabs-link {
  padding: 8px 30px;
  margin: 0;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #349c45;
  }

@media (max-width: 767px) {

[dir] .tabs-link {
    border-top-color: #ddd
}

[dir=ltr] .tabs-link {
        border-right-color: #ddd;
        border-left-color: #ddd
}

[dir=rtl] .tabs-link {
    border-left-color: #ddd;
    border-right-color: #ddd
}

    [dir=ltr] .tabs-link:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    [dir=rtl] .tabs-link:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: #349c45;
}

[dir] .tabs-link.is-active {
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: #349c45;
  }

[dir] .tabs-link.is-active:hover {
    cursor: default;
  }

@media (min-width: 768px) {

[dir] .tabs-link.is-active {
    border-bottom: 1px solid #fff
}

[dir=ltr] .tabs-link.is-active {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
}

[dir=rtl] .tabs-link.is-active {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
  }

[dir] .tabs--colored-1 .tab {
    background-color: #f7f7f9 !important;
  }

[dir] .tabs--colored-1 .tabs-link.is-active {
    background-color: #f7f7f9;
    border-bottom-color: #f7f7f9;
  }

.tabs--colored-2 .tabs-link:hover {
      color: #349c45;
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
  }

[dir] .tabs--colored-2 .tabs-link.is-active {
    background-color: #349c45;
    border-color: #349c45;
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

[dir] .tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

/* ==========================================================================
  Notification
  ========================================================================== */

.lv {
  display: table;
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  transition: height 0.2s;
}

[dir] .lv {
  padding: 13px 15px;
  border: 1px solid;
}

.lv a {
  color: #158ec2;
}

.lw {
  max-width: 980px;
}

[dir] .lw {
  padding: 0 20px;
  margin: 0 auto;
}

.lx,
.ly,
.lz {
  display: table-cell;
  vertical-align: middle;
}

.ly {
  width: 100%;
}

[dir] .ly {
  padding: 0 15px;
}

.lv + .lv {
  position: relative;
  top: -1px;
}

[dir] .lv + .lv {
  margin-bottom: -1px;
}

/* Error */

[dir] .ma {
  background: #ffeded;
  border-color: #f7cbcb;
}

[dir] .ma .lx:before, [dir] .ma .mb.ma:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */

[dir] .mc {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

[dir] .mc .lx:before, [dir] .mc .mb.ma:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */

.md {
  color: #ad5e18;
}

[dir] .md {
  background: #fff8ed;
  border-color: #fcdba9;
}

[dir] .md .lx:before, [dir] .md .mb.ma:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.lx:before,
.mb.ma:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}

[dir] .lx:before, [dir] .mb.ma:before {
  background-size: cover;
}

/* Dismiss button */

.lz,
a.lz {
  color: #555;
  text-decoration: none !important;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

[dir] .lz, [dir] a.lz {
  cursor: pointer;
}

.lz:hover {
  opacity: 1;
}

/* Inline notifications */

.mb {
  position: relative;
  line-height: 14px;
  vertical-align: middle;
}

[dir] .mb {
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
}

[dir=ltr] .mb {
    text-align: left;
}

[dir=rtl] .mb {
  text-align: right;
}

[dir="rtl"] .mb {
  text-align: right;
}

.mb[aria-hidden="true"] {
  display: none;
}

[dir] .mb.ma:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
}

[dir=ltr] .mb.ma:before {
    margin: -2px 5px 0 0;
}

[dir=rtl] .mb.ma:before {
  margin: -2px 0 0 5px;
}

[dir="rtl"] .mb.ma:before {
  margin: 0 0 0 5px;
}

.mb.ma {
  color: #cc3340;
}

[dir] .mb.ma {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}

[dir] .mb.me {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir=ltr] .mf {
    padding-left: 0;
    text-align: left;
}

[dir=rtl] .mf {
  padding-right: 0;
  text-align: right;
}

.mg {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  color: white;
  align-items: center;
  justify-content: center;
}

[dir] .mg {
  padding: 20px;
  margin: 20px;
  background-color: black;
}

[dir=ltr] .mg {
    left: -999px;
}

[dir=rtl] .mg {
  right: -999px;
}

.mg:focus,
.mg:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-decoration: none;
}

[dir] .mg:focus, [dir] .mg:active {
  text-align: center;
}

[dir=ltr] .mg:focus, [dir=ltr] .mg:active {
    left: auto;
}

[dir=rtl] .mg:focus, [dir=rtl] .mg:active {
  right: auto;
}

/* Community */

[dir=ltr] .mh {
    float: left;
}

[dir=rtl] .mh {
  float: right;
}

[dir=ltr] .mh + .mh {
    margin-left: 12px;
  }

[dir=rtl] .mh + .mh {
    margin-right: 12px;
  }

.mh.is-active {
    font-weight: 600;
  }

[dir=ltr] .mi {
    float: right;
}

[dir=rtl] .mi {
  float: left;
}

.vote {
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected="true"] {
    z-index: 2;
  }

.vote-sum {
  display: block;
  font-weight: 600;
}

[dir] .vote-sum {
  padding-top: calc(16px * 1.5 / 4);
  padding-bottom: calc(16px * 1.5 / 4);
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #373a3c;
}

[dir] .vote-control {
  border-color: #eceeef;
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

[dir] .vote-control--active {
    border-color: #474747;
  }

[dir=ltr] .mj:nth-child(2n + 1) {
    clear: left;
  }

[dir=rtl] .mj:nth-child(2n + 1) {
    clear: right;
  }

[dir] .mk {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eceeef;
  border-radius: 4px;
}

[dir] .ml {
  margin-bottom: calc(16px * 1.5 / 2);
}

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

[dir] .topic {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

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

[dir=ltr] .mn {
    text-align: right;
}

[dir=rtl] .mn {
  text-align: left;
}

.mo {
  width: 100%;
  font-size: calc(16px * 2.15);
}

[dir] .mo {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir=ltr] .mp {
    margin-right: calc(12px / 2);
}

[dir=rtl] .mp {
  margin-left: calc(12px / 2);
}

[dir=ltr] .mq {
    margin-right: 8px;
}

[dir=rtl] .mq {
  margin-left: 8px;
}

@media (max-width: 767px) {

[dir] .mq {
    margin-bottom: 8px
}
  }

[dir] .mr {
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

.mr {
    display: flex;
    justify-content: space-between
}
  }

@media (min-width: 768px) {

.ms {
    display: flex;
    align-items: center
}
  }

[dir=ltr] .mp {
    margin-right: 16px;
}

[dir=rtl] .mp {
  margin-left: 16px;
}

.mt {
  display: flex;
  align-items: center;
}

.post {
  position: relative;
}

[dir] .post {
  margin-bottom: calc(16px * 1.5);
}

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

[dir=ltr] .mu {
    padding-right: calc(12px * 1.5);
}

[dir=rtl] .mu {
  padding-left: calc(12px * 1.5);
}

@media (min-width: 768px) {

.mu {
    font-size: calc(16px * 2.15)
}
  }

@media (min-width: 992px) {

.mu {
    font-size: calc(16px * 2.6)
}
  }

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

[dir] .mv {
  margin-bottom: calc(16px * 1.5);
}

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

.mx {
  width: 100%;
}

[dir=ltr] .mx {
    padding-right: 12px;
}

[dir=rtl] .mx {
  padding-left: 12px;
}

@media (max-width: 1199px) {

[dir=ltr] .my {
        margin-right: 12px
}

[dir=rtl] .my {
    margin-left: 12px
}
  }

.ls {
  display: flex;
  font-size: calc(16px * 0.85);
}

[dir=ltr] .lt {
    padding-right: 12px;
}

[dir=rtl] .lt {
  padding-left: 12px;
}

.mz {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
}

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

[dir=ltr] .na img {
    margin-right: calc(12px / 2);
  }

[dir=rtl] .na img {
    margin-left: calc(12px / 2);
  }

.nb {
  word-wrap: break-word;
}

.nc {
  position: absolute;
  top: 0;
}

[dir=ltr] .nc {
    right: 0;
}

[dir=rtl] .nc {
  left: 0;
}

.nc .dropdown-toggle {
    font-size: 0;
  }

.nc .dropdown-toggle:after {
      font-size: calc(16px + 2);
    }

[dir=ltr] .nc .dropdown-menu {
    right: initial;
    left: initial;
  }

[dir=rtl] .nc .dropdown-menu {
    left: initial;
    right: initial;
  }

.nd {
  position: absolute;
  top: 0;
  width: 40px;
}

[dir] .nd {
  text-align: center;
}

[dir=ltr] .nd {
    right: 0;
}

[dir=rtl] .nd {
  left: 0;
}

.nd .dropdown-toggle {
    font-size: 0;
  }

.nd .dropdown-toggle:after {
    font-size: 16px;
    content: "\f013";
  }

[dir=ltr] .nd .dropdown-toggle:after {
    margin-left: 0;
  }

[dir=rtl] .nd .dropdown-toggle:after {
    margin-right: 0;
  }

.nd .vote {
    position: static;
  }

[dir=ltr] .ne {
    padding-right: calc(40px + 12px);
}

[dir=rtl] .ne {
  padding-left: calc(40px + 12px);
}

.ne ul {
    list-style: disc;
  }

[dir=ltr] .ne ul, [dir=ltr] .ne ol {
    padding-left: 20px;
  }

[dir=rtl] .ne ul, [dir=rtl] .ne ol {
    padding-right: 20px;
  }

[dir] .ne ul ul {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .ne ul ol {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .ne ol ul {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .ne ol ol {
      margin-top: calc(16px * 1.5 / 2);
    }

[dir] .ne ul li {
      margin-bottom: calc(16px * 1.5 / 2);
    }

[dir] .ne ol li {
      margin-bottom: calc(16px * 1.5 / 2);
    }

[dir] .post-list-item {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

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

[dir] .nf {
  margin-bottom: calc(16px * 1.5 / 2);
}

.nf .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
  }

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.nh {
    width: 60%
}
  }

@media (min-width: 768px) {

.ni {
    width: 40%
}

[dir=ltr] .ni {
        text-align: right
}

[dir=rtl] .ni {
    text-align: left
}
  }

.nj {
  font-size: 14px;
  color: #979797;
}

@media (min-width: 768px) {

.nj {
    min-width: 90px
}

[dir] .nj {
    padding: 6px 12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px
}

[dir=ltr] .nj {
        float: right
}

[dir=rtl] .nj {
    float: left
}
  }

@media (min-width: 768px) {

.nk {
    display: block;
    font-weight: 600;
    color: #373a3c
}
  }

[dir=ltr] .nj + .nj {
    margin-right: 12px;
}

[dir=rtl] .nj + .nj {
  margin-left: 12px;
}

@media (max-width: 767px) {
    .nj + .nj:before {
      font-size: 10px;
      content: "\2022";
    }
    [dir=ltr] .nj + .nj:before {
        margin-right: calc(12px / 2);
    }
    [dir=rtl] .nj + .nj:before {
      margin-left: calc(12px / 2);
    }
  }

.post-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

[dir] .post-status {
  padding: 1px calc(12px / 2);
  border-radius: 4px;
}

[dir] .post-status--completed, [dir] .post-status--answered {
  background-color: #349c45;
}

[dir] .post-status--planned {
  background-color: $brand-secondary;
}

.post-status--not-planned {
  color: #373a3c;
}

[dir] .post-status--not-planned {
  background-color: #eceeef;
}

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

@media (min-width: 768px) {

.nl {
    font-size: calc(16px * 2.15)
}
  }

@media (min-width: 992px) {

.nl {
    font-size: calc(16px * 2.6)
}
  }

[dir] .nm {
  margin-bottom: calc(16px * 1.5);
}

[dir] .ir .btn {
  padding: 9px 18px;
  color: #fff;
  background-color: #349c45;
  border-color: #349c45;
      font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

[dir] .ir .btn:hover {
  color: #e0e0e0;
  background-color: #277634;
  border-color: #256e31;
}

body .jm .btn.r {
    font-size: 14px;
  text-transform: none;
    font-weight: 500;
}

.dropdown-toggle.btn.r {
  border: none;
}

[dir=ltr] .language-selector {
    margin-right: 0;
}

.btn.r.submit-a-request {
  margin-right: 12px;
}

#user .dropdown-toggle {
  text-transform: none;
  font-size: 14px;
}