/* Components */
/* Reset the box-sizing */
*,
  *:before,
  *:after {
    box-sizing: border-box;
  }
html,
body {
  height: 100%;
}
/* Body reset */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  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: #276FD0;
  text-decoration: none;
}
a:hover,
  a:focus {
    color: #1b4d90;
    text-decoration: none;
  }
a.disabled {
    color: #818a91;
  }
[dir] a.disabled {
    cursor: default;
  }
[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 #eee;
}
/*
  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: bold;
  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);
}
h1 {
  font-size: calc(16px * 2.5);
}
.h1 {
  font-size: calc(16px * 2.5);
}
h2 {
  font-size: calc(16px * 1.75 - 2px);
}
.h2 {
  font-size: calc(16px * 1.75 - 2px);
}
h3 {
  font-size: calc(16px * 1.5);
}
.h3 {
  font-size: calc(16px * 1.5);
}
h4 {
  font-size: calc(16px * 1.25);
}
.h4 {
  font-size: calc(16px * 1.25);
}
h5 {
  font-size: calc(16px * 1.1);
}
.h5 {
  font-size: calc(16px * 1.1);
}
h6 {
  font-size: calc(16px * 1);
}
.h6 {
  font-size: calc(16px * 1);
}
b {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
small,
.a {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}
/* Description Lists */
[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;
    content: "";
  }
[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 */
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
[dir] blockquote {
  padding: calc(16px * 1.5 / 2)
    calc(16px * 1.5);
  margin: 0 0 calc(16px * 1.5);
  background-color: #f6f7f8;
}
[dir=ltr] blockquote {
    border-left: 5px solid #eee;
}
[dir=rtl] blockquote {
  border-right: 5px solid #eee;
}
[dir=ltr] blockquote.is-colored {
    border-left: 5px solid #276FD0;
  }
[dir=rtl] blockquote.is-colored {
    border-right: 5px solid #276FD0;
  }
[dir] blockquote p:last-child, [dir] blockquote ul:last-child, [dir] blockquote ol:last-child {
      margin-bottom: 0;
    }
/* Code */
[dir] code {
  padding: 20px !important;
  border-radius: 4px !important;
}
/* Addresses */
address {
  font-style: normal;
  line-height: 1.5;
}
[dir] address {
  margin-bottom: calc(16px * 1.5);
}
.clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
  }
[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;
}
.is-hidden,
.hidden,
[hidden] {
  display: none !important;
}
.powered-by-zendesk {
  display: none;
}
.c,
.d,
.e,
.f {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
[dir] .c, [dir] .d, [dir] .e, [dir] .f {
  padding: 0;
  margin: -1px;
  border: 0;
}
/********
Forms
--------------------------------------------------
Normalize non-controls

Restyle and baseline non-control form elements.
*********/
fieldset {
  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;
}
/* 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: #666;
}
[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: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] select {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] textarea {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="text"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="password"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="datetime"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="datetime-local"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="date"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="month"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="time"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="week"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="number"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="email"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="url"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="search"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="tel"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] input[type="color"] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] .nesty-input {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
ul[data-hc-pills-container] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
[dir] ul[data-hc-pills-container] {
  padding: calc(12px / 2)
    12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}
select:focus {
    outline: 0;
  }
[dir] select:focus {
    border-color: #276FD0;
  }
textarea:focus {
    outline: 0;
  }
[dir] textarea:focus {
    border-color: #276FD0;
  }
input[type="text"]:focus {
    outline: 0;
  }
[dir] input[type="text"]:focus {
    border-color: #276FD0;
  }
input[type="password"]:focus {
    outline: 0;
  }
[dir] input[type="password"]:focus {
    border-color: #276FD0;
  }
input[type="datetime"]:focus {
    outline: 0;
  }
[dir] input[type="datetime"]:focus {
    border-color: #276FD0;
  }
input[type="datetime-local"]:focus {
    outline: 0;
  }
[dir] input[type="datetime-local"]:focus {
    border-color: #276FD0;
  }
input[type="date"]:focus {
    outline: 0;
  }
[dir] input[type="date"]:focus {
    border-color: #276FD0;
  }
input[type="month"]:focus {
    outline: 0;
  }
[dir] input[type="month"]:focus {
    border-color: #276FD0;
  }
input[type="time"]:focus {
    outline: 0;
  }
[dir] input[type="time"]:focus {
    border-color: #276FD0;
  }
input[type="week"]:focus {
    outline: 0;
  }
[dir] input[type="week"]:focus {
    border-color: #276FD0;
  }
input[type="number"]:focus {
    outline: 0;
  }
[dir] input[type="number"]:focus {
    border-color: #276FD0;
  }
input[type="email"]:focus {
    outline: 0;
  }
[dir] input[type="email"]:focus {
    border-color: #276FD0;
  }
input[type="url"]:focus {
    outline: 0;
  }
[dir] input[type="url"]:focus {
    border-color: #276FD0;
  }
input[type="search"]:focus {
    outline: 0;
  }
[dir] input[type="search"]:focus {
    border-color: #276FD0;
  }
input[type="tel"]:focus {
    outline: 0;
  }
[dir] input[type="tel"]:focus {
    border-color: #276FD0;
  }
input[type="color"]:focus {
    outline: 0;
  }
[dir] input[type="color"]:focus {
    border-color: #276FD0;
  }
.nesty-input:focus {
    outline: 0;
  }
[dir] .nesty-input:focus {
    border-color: #276FD0;
  }
ul[data-hc-pills-container]:focus {
    outline: 0;
  }
[dir] ul[data-hc-pills-container]:focus {
    border-color: #276FD0;
  }
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, ul[data-hc-pills-container]::-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, ul[data-hc-pills-container]:-ms-input-placeholder {
    color: #999;
  }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .nesty-input::-webkit-input-placeholder, ul[data-hc-pills-container]::-webkit-input-placeholder {
    color: #999;
  }
[dir] ul[data-hc-pills-container][data-hc-focus="true"] {
  border-color: #276FD0;
}
select {
  height: calc(16px * 1.5 + 14px);
}
textarea {
  height: 102px;
  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"] {
    line-height: calc(16px * 1.5 + 14px);
  }
  input[type="time"] {
    line-height: calc(16px * 1.5 + 14px);
  }
  input[type="datetime-local"] {
    line-height: calc(16px * 1.5 + 14px);
  }
  input[type="month"] {
    line-height: calc(16px * 1.5 + 14px);
  }
}
/********
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 p {
    display: block;
    font-size: 90%;
    color: #626262;
  }
[dir] .form-field p {
    margin-top: 10px;
    margin-bottom: 15px;
  }
.form-field .g {
  color: #555;
}
[dir=ltr] .form-field .g {
    margin-left: 4px;
}
[dir=rtl] .form-field .g {
  margin-right: 4px;
}
.form-field.h {
  position: relative;
}
[dir=ltr] .form-field.h {
    padding-left: 20px;
}
[dir=rtl] .form-field.h {
  padding-right: 20px;
}
.form-field.h input[type="checkbox"] {
    position: absolute;
  }
[dir=ltr] .form-field.h input[type="checkbox"] {
    left: 0;
  }
[dir=rtl] .form-field.h input[type="checkbox"] {
    right: 0;
  }
.form-field.h label {
    min-height: calc(16px * 1.5);
  }
[dir] .form-field.h label {
    margin-bottom: 0;
    cursor: pointer;
  }
/********
Apply same disabled cursor tweak as for inputs
Some special care is needed because <label>s don't inherit their parent's `cursor`.

Note: Neither radios nor checkboxes can be readonly.
*******/
[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.
********/
.i {
  display: block;
  font-size: 90%;
  color: #626262;
}
[dir] .i {
  margin-top: 10px;
  margin-bottom: 15px;
}
.btn,
input[type="submit"],
.section-subscribe button,
.article-subscribe button,
.j button,
.k .l button,
.m button,
.n a,
.o,
.p,
.q,
.r {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  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] .j button, [dir] .k .l button, [dir] .m button, [dir] .n a, [dir] .o, [dir] .p, [dir] .q, [dir] .r {
  padding: 8px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  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, .j button:focus, .j button:active:focus, .k .l button:focus, .k .l button:active:focus, .m button:focus, .m button:active:focus, .n a:focus, .n a:active:focus, .o:focus, .o:active:focus, .p:focus, .p:active:focus, .q:focus, .q:active:focus, .r:focus, .r: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,
  .j button:hover,
  .j button:focus,
  .k .l button:hover,
  .k .l button:focus,
  .m button:hover,
  .m button:focus,
  .n a:hover,
  .n a:focus,
  .o:hover,
  .o:focus,
  .p:hover,
  .p:focus,
  .q:hover,
  .q:focus,
  .r:hover,
  .r:focus {
    color: #fff;
    text-decoration: none;
  }
.btn:active, input[type="submit"]:active, .section-subscribe button:active, .article-subscribe button:active, .j button:active, .k .l button:active, .m button:active, .n a:active, .o:active, .p:active, .q:active, .r:active {
    outline: none;
  }
[dir] .btn:active, [dir] input[type="submit"]:active, [dir] .section-subscribe button:active, [dir] .article-subscribe button:active, [dir] .j button:active, [dir] .k .l button:active, [dir] .m button:active, [dir] .n a:active, [dir] .o:active, [dir] .p:active, [dir] .q:active, [dir] .r:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
.btn--default,
.section-subscribe button,
.article-subscribe button,
.j button,
.k .l button,
.m button,
.n a,
.o,
.p,
.q,
.r {
  color: #276FD0;
}
[dir] .btn--default, [dir] .section-subscribe button, [dir] .article-subscribe button, [dir] .j button, [dir] .k .l button, [dir] .m button, [dir] .n a, [dir] .o, [dir] .p, [dir] .q, [dir] .r {

  border-color: #276FD0;
}
.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,
  .j button:hover,
  .j button:focus,
  .j button:active,
  .k .l button:hover,
  .k .l button:focus,
  .k .l button:active,
  .m button:hover,
  .m button:focus,
  .m button:active,
  .n a:hover,
  .n a:focus,
  .n a:active,
  .o:hover,
  .o:focus,
  .o:active,
  .p:hover,
  .p:focus,
  .p:active,
  .q:hover,
  .q:focus,
  .q:active,
  .r:hover,
  .r:focus,
  .r:active {
    color: #fff;
  }
[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] .j button:hover, [dir] .j button:focus, [dir] .j button:active, [dir] .k .l button:hover, [dir] .k .l button:focus, [dir] .k .l button:active, [dir] .m button:hover, [dir] .m button:focus, [dir] .m button:active, [dir] .n a:hover, [dir] .n a:focus, [dir] .n a: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, [dir] .r:hover, [dir] .r:focus, [dir] .r:active {
    background-color: #1d539c;
    border-color: #1d539c;
  }
.btn--primary,
input[type="submit"],
.n a {
  color: #fff;
}
[dir] .btn--primary, [dir] input[type="submit"], [dir] .n a {
  background-color: #276FD0;
  border-color: #276FD0;
}
.btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .n a:hover,
  .n a:focus,
  .n a:active {
    color: #e0e0e0;
  }
[dir] .btn--primary:hover, [dir] .btn--primary:focus, [dir] .btn--primary:active, [dir] input[type="submit"]:hover, [dir] input[type="submit"]:focus, [dir] input[type="submit"]:active, [dir] .n a:hover, [dir] .n a:focus, [dir] .n a:active {
    background-color: #1f58a5;
    border-color: #194887;
  }
[dir] .s {
  border: 1px solid currentColor;
  border-radius: 100px;
}
.s:hover {
    opacity: 1;
  }
[dir] .s:active {
    box-shadow: none;
  }
@media (min-width: 768px) {
.s {
    display: inline-block;
    vertical-align: top
}
[dir] .s {
    margin-bottom: 0
}
  }
.topbar--small .s {
  color: #fff;
}
[dir] .topbar--small .s {
  background-color: transparent;
  border-color: #fff;
}
.topbar--small .s:hover,
  .topbar--small .s:focus,
  .topbar--small .s:active {
    color: #e0e0e0;
  }
[dir] .topbar--small .s:hover, [dir] .topbar--small .s:focus, [dir] .topbar--small .s:active {
    background-color: darken(transparent, 10%);
    border-color: #e0e0e0;
  }
@media (max-width: 767px) {
.s {
    display: block;
    width: 100%
}
[dir] .s {
    margin-bottom: calc(16px * 1.5 / 2)
}
  }
[dir] .btn--sidebar-toggle {
  margin-bottom: calc(16px * 1.5);
}
[dir] .t button {
  padding: calc(12px / 2)
    12px;
}
[dir=ltr] .btn .fa {
    margin-right: 4px;
}
[dir=rtl] .btn .fa {
  margin-left: 4px;
}
[dir=ltr] .u {
    padding-right: 15px;
    padding-left: 15px;
}
[dir=rtl] .u {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
[dir=ltr] .u {
        padding-right: calc(15px * 2);
        padding-left: calc(15px * 2)
}
[dir=rtl] .u {
    padding-left: calc(15px * 2);
    padding-right: calc(15px * 2)
}
  }
[dir] .v {
  background-color: #f6f7f8;
}
.w {
  max-width: 1180px;
}
[dir] .w {
  margin: 0 auto;
}
/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
[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;
}
/* Baseline styles */
.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 #ddd;
  }
.table thead th {
    vertical-align: bottom;
  }
[dir] .table tbody + tbody {
    border-top: 1px solid #ddd;
  }
[dir] .table .table {
    background-color: #fff;
  }
.table--color-header th {
    color: #fff;
  }
[dir] .table--color-header th {
    background-color: #276FD0;
  }
[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: #eee;
  }
.table--hover tbody tr:hover {
    color: inherit;
  }
[dir] .table--hover tbody tr:hover {
    background-color: #eee;
  }
[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;
  }
/***********
Responsive tables

Wrap your tables in `.table-responsive` and we'll make them mobile friendly
by enabling horizontal scrolling. Only applies <768px. Everything above that
will display normally.
************/
.table-responsive {
  min-height: 0.01%; /* Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) */
  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 #ddd
}

    [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] .y {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
}
[dir=rtl] .y {
  margin-left: calc(15px * -1);
  margin-right: calc(15px * -1);
}
.z {
  position: relative;
  width: 100%;
  min-height: 1px;
}
[dir=ltr] .z {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
[dir=rtl] .z {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
.aa {
  width: 8.33333%;
}
.ab {
  width: 16.66667%;
}
.ac {
  width: 25%;
}
.ad {
  width: 33.33333%;
}
.ae {
  width: 41.66667%;
}
.af {
  width: 50%;
}
.ag {
  width: 58.33333%;
}
.ah {
  width: 66.66667%;
}
.ai {
  width: 75%;
}
.aj {
  width: 83.33333%;
}
.ak {
  width: 91.66667%;
}
.al {
  width: 100%;
}
[dir=ltr] .am {
    margin-left: 0%;
}
[dir=rtl] .am {
  margin-right: 0%;
}
[dir=ltr] .an {
    margin-left: 8.33333%;
}
[dir=rtl] .an {
  margin-right: 8.33333%;
}
[dir=ltr] .ao {
    margin-left: 16.66667%;
}
[dir=rtl] .ao {
  margin-right: 16.66667%;
}
[dir=ltr] .ap {
    margin-left: 25%;
}
[dir=rtl] .ap {
  margin-right: 25%;
}
[dir=ltr] .aq {
    margin-left: 33.33333%;
}
[dir=rtl] .aq {
  margin-right: 33.33333%;
}
[dir=ltr] .ar {
    margin-left: 41.66667%;
}
[dir=rtl] .ar {
  margin-right: 41.66667%;
}
[dir=ltr] .as {
    margin-left: 50%;
}
[dir=rtl] .as {
  margin-right: 50%;
}
[dir=ltr] .at {
    margin-left: 58.33333%;
}
[dir=rtl] .at {
  margin-right: 58.33333%;
}
[dir=ltr] .au {
    margin-left: 66.66667%;
}
[dir=rtl] .au {
  margin-right: 66.66667%;
}
[dir=ltr] .av {
    margin-left: 75%;
}
[dir=rtl] .av {
  margin-right: 75%;
}
[dir=ltr] .aw {
    margin-left: 83.33333%;
}
[dir=rtl] .aw {
  margin-right: 83.33333%;
}
[dir=ltr] .ax {
    margin-left: 91.66667%;
}
[dir=rtl] .ax {
  margin-right: 91.66667%;
}
[dir=ltr] .ay {
    margin-left: 100%;
}
[dir=rtl] .ay {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .az {
    width: 8.33333%;
  }

  .ba {
    width: 16.66667%;
  }

  .bb {
    width: 25%;
  }

  .bc {
    width: 33.33333%;
  }

  .bd {
    width: 41.66667%;
  }

  .be {
    width: 50%;
  }

  .bf {
    width: 58.33333%;
  }

  .bg {
    width: 66.66667%;
  }

  .bh {
    width: 75%;
  }

  .bi {
    width: 83.33333%;
  }

  .bj {
    width: 91.66667%;
  }

  .bk {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir=rtl] .bx {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .by {
    width: 8.33333%;
  }

  .bz {
    width: 16.66667%;
  }

  .ca {
    width: 25%;
  }

  .cb {
    width: 33.33333%;
  }

  .cc {
    width: 41.66667%;
  }

  .cd {
    width: 50%;
  }

  .ce {
    width: 58.33333%;
  }

  .cf {
    width: 66.66667%;
  }

  .cg {
    width: 75%;
  }

  .ch {
    width: 83.33333%;
  }

  .ci {
    width: 91.66667%;
  }

  .cj {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir=rtl] .cv {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .cw {
    width: 8.33333%;
  }

  .cx {
    width: 16.66667%;
  }

  .cy {
    width: 25%;
  }

  .cz {
    width: 33.33333%;
  }

  .da {
    width: 41.66667%;
  }

  .db {
    width: 50%;
  }

  .dc {
    width: 58.33333%;
  }

  .dd {
    width: 66.66667%;
  }

  .de {
    width: 75%;
  }

  .df {
    width: 83.33333%;
  }

  .dg {
    width: 91.66667%;
  }

  .dh {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  [dir=rtl] .eu {
    margin-right: 100%;
  }
}
.ev {
  min-height: 100%;
}
[dir] .ev {
  background-color: #fff;
}
.ew {
  width: 100%;
  min-height: calc(100vh - 490px);
}
[dir] .ew {

  padding-top: calc(16px * 1.5 * 4);
}
.ew:after {
    display: block;
    height: 0;
    font-weight: 900;
    visibility: hidden;
    content: "\00a0";
  }
@media (min-width: 768px) {
  [dir] .ew {
    padding-top: calc(16px * 1.5 * 5);
  }
}
.ex,
.layout__footer {
  flex: none;
}
.meta {
  font-size: 14px;
  color: #808488;
}
.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 {
    position: relative;
    top: -2px;
    font-size: 8px;
    font-weight: 900;
    content: "\2022";
  }
[dir=ltr] .meta__item + .meta__item:before {
    margin-right: calc(12px / 1.75);
  }
[dir=rtl] .meta__item + .meta__item:before {
    margin-left: calc(12px / 1.75);
  }
[dir] .ey {
  margin-bottom: 0;
}
.lines-button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: calc(16px - 5px);
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  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] .lines-button {
  padding: 7.5px;
  margin-top: 4px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-color: transparent !important;
  border: 0;
  border-radius: 4px;
}
.lines-button:focus, .lines-button:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
.lines-button:hover,
  .lines-button:focus {
    color: #fff;
    text-decoration: none;
  }
.lines-button:active {
    outline: none;
  }
[dir] .lines-button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
@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: none;
  }
[dir] .lines-button:active {
    box-shadow: none;
  }
.lines-button:focus {
    outline: 0;
  }
[dir] .lines-button.is-active .lines {
      background-color: transparent !important;
    }
/* common to all three-liners */
.lines {
  position: absolute;
  top: calc(50% - 1px);
  display: inline-block;
  width: 30px;
  height: 2px;
  transition: 0.3s;
}
[dir] .lines {
  background: #fff;
  border-radius: 2px;
}
[dir=ltr] .lines {
    left: calc(50% - 15px);
}
[dir=rtl] .lines {
  right: calc(50% - 15px);
}
.lines:before,
  .lines:after {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 2px;
    content: "";
    transition: 0.3s;
  }
[dir] .lines:before, [dir] .lines:after {
    background: #fff;
    border-radius: 2px;
    transform-origin: 2px center;
  }
[dir=ltr] .lines:before, [dir=ltr] .lines:after {
    left: 0;
  }
[dir=rtl] .lines:before, [dir=rtl] .lines:after {
    right: 0;
  }
.lines:before {
    top: 8px;
  }
.lines:after {
    top: -8px;
  }
.lines--sidebar {
  position: relative;
  top: -5px;
}
[dir=ltr] .lines--sidebar {
    left: 0;
    margin: 0 calc(16px * 1.5 / 3) 0 0;
}
[dir=rtl] .lines--sidebar {
  right: 0;
  margin: 0 0 0 calc(16px * 1.5 / 3);
}
.lines--sidebar,
  .lines--sidebar:before,
  .lines--sidebar:after {
    width: 16px;
    height: 1px;
  }
.lines--sidebar:before {
    top: -5px;
  }
.lines--sidebar:after {
    top: 5px;
  }
[dir] .topbar--small .lines {
  background-color: #222;
}
[dir] .topbar--small .lines:before, [dir] .topbar--small .lines:after {
    background-color: #222;
  }
[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);
    }
.ez {
  display: inline-block;
  vertical-align: middle;
}
.logo img {
    max-height: 50px !important;
  }
.logo svg {
    width: auto;
    height: 50px;
  }
.fb {
  display: none;
}
.topbar__nav--white .fc,
.topbar__nav--filled .fc,
.topbar--small .fc {
  display: none;
}
.topbar__nav--white .fb,
.topbar__nav--filled .fb,
.topbar--small .fb {
  display: block;
}
.breadcrumbs {
  list-style: none;
}
[dir] .breadcrumbs {
  padding: 8px 0 0;
  margin-bottom: calc(16px * 1.5);
  background-color: transparent;
}
.breadcrumbs > li {
    display: inline-block;
    color: #818a91;
  }
.breadcrumbs > li + li:before {
      font-weight: 900;
      color: #ccc;
      content: "›\00a0";
    }
[dir] .breadcrumbs > li + li:before {
      padding: 0 5px;
    }
.breadcrumbs > li a {
      color: #276FD0;
    }
.breadcrumbs > li:last-child a {
      color: #276FD0;
    }
.fd {
  font-size: calc(16px * 0.85);
}
[dir] .fd {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}
.fe {
  display: inline-block;
  vertical-align: middle;
}
[dir=ltr] .fe {
    margin: 0 0 0 15px;
}
[dir=rtl] .fe {
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
.fe {
    display: none
}
  }
.hero-unit {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
[dir] .hero-unit {
  padding: calc(140px + 2%) 15px 8%;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
[dir] .hero-unit {
    padding-top: 120px
}
  }
[dir] .ff {
  margin-top: calc(16px * 1.5 * -5);
}
[dir] .fg {
  padding-top: calc(16px * 1.5 * 2);
  padding-bottom: calc(16px * 1.5 * 2);
}
@media (min-width: 768px) {
[dir] .fg {
    padding-top: calc(16px * 1.5 * 4);
    padding-bottom: calc(16px * 1.5 * 4)
}
  }
.avatar {
  position: relative;
  display: inline-block;
}
.avatar--agent:before {
  position: absolute;
  bottom: -4px;
  display: flex;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  content: "\f007";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  justify-content: center;
}
[dir] .avatar--agent:before {
  background-color: #4cae4c;
  border: 2px solid #fff;
  border-radius: 100%;
}
[dir=ltr] .avatar--agent:before {
    right: -4px;
}
[dir=rtl] .avatar--agent:before {
  left: -4px;
}
[dir] .user-avatar {
  border-radius: 100%;
}
.fh {
  width: 56px;
  height: 56px;
}
.fi {
  width: 30px;
  height: 30px;
}
.search {
  position: relative;
}
.search:before {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    content: "";
  }
[dir] .search:before {
    background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2223%22%20height%3D%2224%22%20viewBox%3D%220%200%2023%2024%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28-6%20-2%29%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ccircle%20cx%3D%2219.889%22%20cy%3D%2211.611%22%20r%3D%228%22%20stroke%3D%22%23BDBDBD%22%20stroke-width%3D%222%22%20transform%3D%22rotate%2845%2019.89%2011.61%29%22%3E%3C/circle%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20fill%3D%22%23BDBDBD%22%20fill-rule%3D%22nonzero%22%20d%3D%22M9.34328327%2C15.6566781%20L11.3432833%2C15.6566781%20L11.3432833%2C25.6606781%20C11.3432833%2C26.2106781%2010.8992833%2C26.6566781%2010.3432833%2C26.6566781%20C9.79128327%2C26.6566781%209.34328327%2C26.2116781%209.34328327%2C25.6606781%20L9.34328327%2C15.6566781%20Z%22%20transform%3D%22rotate%2845%2010.343%2021.157%29%22%3E%3C/path%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/g%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C/svg%3E)
      no-repeat;
    transform: translateY(-50%);
  }
[dir=ltr] .search:before {
    left: 10px;
  }
[dir=rtl] .search:before {
    right: 10px;
  }
.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-results-column a {
    color: #276FD0;
  }
.search-box {
  position: relative;
}
.search-box #query {
    transition: border 0.3s ease;
  }
[dir=ltr] .search-box #query {
    padding: 10px 12px 10px 35px;
  }
[dir=rtl] .search-box #query {
    padding: 10px 35px 10px 12px;
  }
.fj {
  z-index: 2;
  max-width: 720px;
  transition: top 0.3s ease;
}
[dir] .fj {
  margin: 0 auto;
}
.fj .search {
    display: flex;
  }
[dir=ltr] .fj .search:before {
    left: 20px;
  }
[dir=rtl] .fj .search:before {
    right: 20px;
  }
.fj #query {
    height: 50px;
    transition: border 0.3s ease, background-color 0.3s ease;
  }
[dir] .fj #query {
    padding: 0 55px;
    background-color: #fff;
    border-color: #fff;
  }
[dir] .fj #query:focus {
      background-color: #fff;
    }
.fj input[type="submit"] {
    display: inline-block;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    flex-shrink: 0;
  }
[dir] .fj input[type="submit"] {
    background-color: #276FD0;
    border-color: #276FD0;
    border-radius: 4px;
  }
[dir=ltr] .fj input[type="submit"] {
    padding-right: calc(12px + 4px);
    padding-left: calc(12px + 4px);
    margin-left: 20px;
  }
[dir=rtl] .fj input[type="submit"] {
    padding-left: calc(12px + 4px);
    padding-right: calc(12px + 4px);
    margin-right: 20px;
  }
.fj input[type="submit"]:hover,
    .fj input[type="submit"]:focus,
    .fj input[type="submit"]:active {
      color: #e0e0e0;
    }
[dir] .fj input[type="submit"]:hover, [dir] .fj input[type="submit"]:focus, [dir] .fj input[type="submit"]:active {
      background-color: #1d539c;
      border-color: #1d539c;
    }
[dir] .fj input[type="submit"]:active {
      background-image: none;
    }
.fj input[type="submit"]:hover {
      color: #fff;
    }
@media (max-width: 991px) {
.fj input[type="submit"] {
      display: none
  }
    }
@media (min-width: 768px) {
[dir=ltr] .fj input[type="submit"] {
        padding-right: 38px;
        padding-left: 38px
  }
[dir=rtl] .fj input[type="submit"] {
      padding-left: 38px;
      padding-right: 38px
  }
    }
[dir] .fk {
  margin-bottom: calc(16px * 1.5 * 2);
}
[dir] .fk #query {
    padding: 10px 12px;
  }
@media (max-width: 767px) {
[dir] .fk {
    margin-bottom: calc(16px * 1.5)
}
  }
[dir] .fl {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
[dir] .fl {
    margin-bottom: calc(16px * 1.5)
}
  }
.fm {
  font-size: calc(16px * 1.25);
}
[dir] .search-result {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eee;
}
.fn {
  font-weight: 600;
}
[dir] .fn {
  margin-bottom: calc(16px * 1.5 / 2);
}
.fo {
  font-size: calc(16px * 0.85);
}
[dir] .fo {
  margin-bottom: calc(16px * 1.5 / 2);
}
.fo:empty {
    display: none;
  }
.fo em {
    font-style: normal;
    font-weight: 600;
  }
[dir] .fo em {
    padding: 0 3px;
    background-color: #fff3ca;
    border-radius: 3px;
  }
[dir] .fp {
  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: #276FD0;
  border-radius: 4px;
}
/* ==========================================================================
  Search Results Filters
   ========================================================================== */
.fq {
  font-size: calc(16px - 2px);
}
[dir] .fq {
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 4px;
}
@media (max-width: 767px) {
[dir] .fq {
    margin-bottom: calc(16px * 1.5 * 2)
}
  }
[dir] .fr + .fr {
  margin-top: 24px;
}
@media (min-width: 768px) {
[dir] .fr + .fr {
    margin-top: 32px
}
  }
.fs {
  font-weight: 600;
}
[dir] .fs {
  margin-bottom: 0;
}
[dir=ltr] .fs {
    margin-left: 8px;
}
[dir=rtl] .fs {
  margin-right: 8px;
}
@media (max-width: 767px) {
.fs {
    position: relative;
    font-size: calc(16px * 1)
}
[dir] .fs {
    cursor: pointer
}
  }
@media (max-width: 767px) {
  .fs: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] .fs:after {
    transform: translateY(-50%);
  }
  [dir=ltr] .fs:after {
        right: 0;
        margin-left: 5px;
  }
  [dir=rtl] .fs:after {
    left: 0;
    margin-right: 5px;
  }

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

  [dir=rtl] .fs.is-active:after {
    transform: translateY(-50%) rotate(180deg);
  }
}
[dir] .ft {
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
.ft {
    display: none
}
  }
@media (min-width: 768px) {
.ft {
    display: block !important
}
  }
.fu {
  display: block;
}
[dir] .fu {
  margin-bottom: 4px;
}
.fu.is-active .fv {
  color: #fff;
}
[dir] .fu.is-active .fv {
  background-color: #276FD0;
  border-color: #276FD0;
}
.fw:nth-child(n + 7) {
  display: none;
}
.fx .fu:nth-child(n + 7) {
    display: block;
  }
.fx .fy {
    display: none !important;
  }
.fv {
  display: block;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}
[dir] .fv {
  padding: 6px 8px;
  border: $border_width solid transparent;
  border-radius: 4px;
}
[dir] .fv:hover {
    background-color: #f6f7f8;
    border-color: #f6f7f8;
  }
[dir] .fv:focus {
    background-color: #f6f7f8;
    border-color: #f6f7f8;
  }
[dir] .fv:active {
    background-color: #f6f7f8;
    border-color: #f6f7f8;
  }
.fv:active {
    outline: none;
  }
[dir] .fv:active {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
.fz {
  opacity: 0.6;
}
.fy {
  color: #276FD0;
}
[dir] .fy {
  padding: 0;
  background-color: transparent;
  border: 0;
}
[dir=ltr] .fy {
    margin-left: 8px;
}
[dir=rtl] .fy {
  margin-right: 8px;
}
[dir] .ga {
  text-align: center;
}
@media (min-width: 768px) {
[dir] .ga {
    margin-bottom: calc(16px * 1.5 * 1.5)
}
  }
.gb {
  list-style: none;
}
[dir] .gb {
  margin-bottom: 0;
}
[dir=ltr] .gb {
    padding-left: 0;
}
[dir=rtl] .gb {
  padding-right: 0;
}
@media (min-width: 768px) {
.gb {
    display: flex;
    flex-wrap: wrap
}
  }
.ga {
  font-size: 41px;
}
@media (max-width: 767px) {
.ga {
    font-size: 28px
}
  }
.gc {
  position: relative;
}
[dir] .gc {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.gd {
  position: relative;
  display: block;
  font-weight: 400;
  color: #276FD0;
  vertical-align: middle;
  transition: all 0.3s ease;
}
[dir] .gd {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
[dir=ltr] .gd {
    padding-left: calc(16px * 1.5 * 3.5);
    text-align: left;
}
[dir=rtl] .gd {
  padding-right: calc(16px * 1.5 * 3.5);
  text-align: right;
}
.gd .meta {
    font-size: 16px;
  }
.gd:active,
  .gd:focus,
  .gd:hover {
    text-decoration: none;
  }
[dir] .gd:active, [dir] .gd:focus, [dir] .gd:hover {
    background-color: #e8eaed;
  }
@media (min-width: 768px) {
.gd {
    height: 100%
}
  }
[dir] .gd .meta {
    margin-bottom: 0;
  }
.ge {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
}
[dir] .ge {
  margin-bottom: 8px;
}
.gf {
  position: absolute;
  height: 40px;
}
[dir=ltr] .gf {
    left: 24px;
}
[dir=rtl] .gf {
  right: 24px;
}
.gf img,
  .gf svg {
    width: auto;
    height: 100%;
  }
@media (min-width: 768px) {
[dir] .gg {
    margin-bottom: calc(16px * 1.5 * 2)
}
  }
.gh:empty {
    display: none;
  }
[dir] .gi {
  padding-top: calc(16px * 1.5);
  border-top: 1px solid #eee;
}
[dir] .gi:nth-child(odd) {
    background-color: #f6f7f8;
  }
[dir] .gi:last-child {
    border-bottom: 1px solid #eee;
  }
@media (min-width: 768px) {
[dir] .gi {
    padding-top: calc(16px * 1.5 * 3);
    padding-bottom: calc(16px * 1.5 * 2)
}
  }
.gj {
  font-size: 41px;
}
[dir] .gj {
  text-align: center;
}
@media (min-width: 768px) {
[dir] .gj {
    margin-bottom: calc(16px * 1.5 * 1.5)
}
  }
[dir=ltr] .gk {
    margin-right: 0;
    margin-left: 0;
}
[dir=rtl] .gk {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
      [dir=ltr] .gk .section:nth-child(2n + 1) {
        clear: left;
      }
      [dir=rtl] .gk .section:nth-child(2n + 1) {
        clear: right;
      }
    }
@media (min-width: 768px) {
      [dir] .gk .section:nth-child(2n + 1) {
        clear: none;
      }

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

      [dir=rtl] .gk .section:nth-child(3n + 1) {
        clear: right;
      }
    }
.gl {
  color: inherit;
}
[dir] .gm {
  margin-bottom: calc(16px * 1.5 * 2);
}
[dir] .section {
  margin-bottom: calc(16px * 1.5);
}
.gn {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
[dir] .gn {
  margin-bottom: calc(16px * 1.5 / 1.5);
}
.go {
  color: #666;
}
.gp {
  position: relative;
}
[dir] .section-subscribe .dropdown-toggle {
    margin-top: calc(16px * 1.5);
  }
.section-subscribe .dropdown-toggle:after {
      display: none;
    }
[dir=ltr] .section-subscribe .dropdown-menu {
    right: 0;
    left: initial;
  }
[dir=rtl] .section-subscribe .dropdown-menu {
    left: 0;
    right: initial;
  }
[dir] .gq {
  text-align: center;
}
@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;
      }
    }
.section-list {
  list-style: none;
}
[dir] .section-list {
  margin-bottom: calc(16px * 1.5);
}
[dir=ltr] .section-list {
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
[dir=rtl] .section-list {
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
.section-list {
    display: flex;
    flex-wrap: wrap
}
[dir] .section-list {
    margin-bottom: 76px
}
[dir=ltr] .section-list {
        margin-right: calc(15px * -2);
        margin-left: calc(15px * -2)
}
[dir=rtl] .section-list {
    margin-left: calc(15px * -2);
    margin-right: calc(15px * -2)
}
  }
.gr {
  position: relative;
}
[dir] .gr {
  margin-bottom: calc(16px * 1.5);
}
@media (min-width: 768px) {
.gr {
    min-height: 120px
}
  }
.gs {
  display: block;
  font-weight: 400;
  color: #276FD0;
  vertical-align: middle;
  transition: all 0.3s ease;
}
[dir] .gs {
  padding: 22px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
}
[dir=ltr] .gs {
    text-align: left;
}
[dir=rtl] .gs {
  text-align: right;
}
.gs:active,
  .gs:focus,
  .gs:hover {
    text-decoration: none;
  }
[dir] .gs:active, [dir] .gs:focus, [dir] .gs:hover {
    background-color: #276FD0;
  }
.gs:active .gt, .gs:focus .gt, .gs:hover .gt {
      color: #fff;
    }
.gs:active .meta, .gs:focus .meta, .gs:hover .meta {
      color: #fff;
    }
@media (min-width: 768px) {
.gs {
    height: 100%
}
  }
.gt {
  font-weight: 600;
}
[dir] .gt {
  margin-bottom: 8px;
}
.gu {
  list-style: none;
}
[dir] .gu {
  margin-bottom: 0;
}
[dir=ltr] .gu {
    padding-left: 0;
}
[dir=rtl] .gu {
  padding-right: 0;
}
.gv {
  position: relative;
}
[dir] .gv {
  margin-bottom: calc(16px * 1.5 / 2);
}
[dir=ltr] .gv {
    padding-left: 20px;
}
[dir=rtl] .gv {
  padding-right: 20px;
}
.gv span {
  position: absolute;
  top: 8px;
  font-size: 10px;
  color: #f49e44;
  vertical-align: middle;
}
[dir=ltr] .gv span {
    left: -3px;
}
[dir=rtl] .gv span {
  right: -3px;
}
[dir] .gw {
  margin-bottom: calc(16px * 1.5 * 2);
}
.article {
  position: relative;
}
.gx {
  font-size: calc(16px * 1.5);
}
@media (min-width: 992px) {
.gx {
    font-size: calc(16px * 1.75 - 2px)
}
  }
@media (min-width: 1200px) {
.gx {
    width: 80%;
    font-size: calc(16px * 2.5)
}
[dir=ltr] .gx {
        float: left
}
[dir=rtl] .gx {
    float: right
}
  }
.article-header:before,
  .article-header:after {
    display: table;
    content: "";
  }
[dir] .article-header:after {
    clear: both;
  }
[dir] .gy {
  margin-bottom: calc(16px * 1.5);
}
@media (min-width: 1200px) {
.gy {
    width: 20%;
    vertical-align: top
}
[dir=ltr] .gy {
        float: right;
        text-align: right
}
[dir=rtl] .gy {
    float: left;
    text-align: left
}
  }
.gz {
  display: table;
  width: 100%;
}
[dir] .gz {
  margin-bottom: calc(16px * 1.5);
}
.ha {
  display: table-cell;
  vertical-align: top;
}
.hb {
  width: 100%;
}
[dir=ltr] .hb {
    padding-right: 12px;
}
[dir=rtl] .hb {
  padding-left: 12px;
}
.article__body {
  word-break: break-word;
}
[dir] .article__body {
  margin-bottom: calc(16px * 1.5);
}
.article__body h2 {
    font-size: calc(16px * 1.75 - 2px);
    font-weight: 400;
    line-height: 1.2;
  }
.article__body .wysiwyg-font-size-x-large {
    font-size: calc(16px * 1.75 - 2px);
    font-weight: 400;
    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;
}
[dir] .article-vote {
  padding: calc(16px * 1.5) 12px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}
.article-vote-controls__item {
  color: #222;
}
[dir] .article-vote-controls__item {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.article-vote-controls__item {
  color: #222;
}
[dir] .article-vote-controls__item {
  background-color: #f1f1f1;
}
.article-vote-controls__item:hover {
  color: #030303;
}
[dir] .article-vote-controls__item:hover {
  background-color: #b9b9b9;
}
.article-vote-controls__item:focus {
  color: #030303;
}
[dir] .article-vote-controls__item:focus {
  background-color: #b9b9b9;
}
.article-vote-controls__item:active {
  color: #030303;
}
[dir] .article-vote-controls__item:active {
  background-color: #b9b9b9;
}
.article-vote-controls__item--voted,
.article-vote-controls__item--voted:active,
.article-vote-controls__item--voted:focus {
  color: #fff;
}
[dir] .article-vote-controls__item--voted, [dir] .article-vote-controls__item--voted:active, [dir] .article-vote-controls__item--voted:focus {
  background-color: #276FD0;
}
@media (min-width: 768px) {
  [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;
}
@media (max-width: 767px) {
  .article-vote-question {
    display: block;
  }
  [dir] .article-vote-question {
    margin-bottom: calc(16px * 1.5 / 2);
  }

  .article-vote-controls {
    display: block;
  }

  [dir] .article-vote-controls {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
.article-vote-count {
  display: block;
  font-size: calc((16px * 0.75) - 2);
  color: #979797;
}
[dir] .hc {
  margin-bottom: calc(16px * 1.5);
}
[dir] .hc ul {
    margin-top: 0;
  }
[dir] .hd {
  margin-bottom: calc(16px * 1.5);
}
[dir] .he {
  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;
  }
@media (max-width: 767px) {
[dir] .hf {
    padding-top: calc(16px * 1.5);
    border-top: 1px solid #eee
}
  }
.hg {
  display: flex;
  flex-wrap: wrap;
}
[dir=ltr] .hg {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
}
[dir=rtl] .hg {
  margin-left: calc(15px * -1);
  margin-right: calc(15px * -1);
}
.hh {
  flex: 0 0 100%;
}
[dir=ltr] .hh {
    padding-right: 15px;
    padding-left: 15px;
}
[dir=rtl] .hh {
  padding-left: 15px;
  padding-right: 15px;
}
[dir] .hi {
  padding-bottom: 24px;
}
.hg .hj {
  display: none;
}
.hk .hj {
  display: block;
}
@media (min-width: 992px) {
  .hg .hi {
    flex: 0 0 calc(100% / 3);
  }

  .hg .hl {
    flex: 0 0 calc(100% / 3 * 2);
  }

  .hk .hl {
    flex-basis: 50%;
  }

  .hk .hi,
  .hk .hj {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  .hk .hl {
    flex-basis: calc(100% / 12 * 7);
  }

  .hk .hj {
    flex-basis: calc(100% / 12 * 2);
  }
}
.article-list {
  list-style: none;
}
[dir=ltr] .article-list {
    padding-left: 0;
}
[dir=rtl] .article-list {
  padding-right: 0;
}
.article-list-item {
  position: relative;
}
[dir] .article-list-item {
  margin-bottom: calc(16px * 1.5 / 2);
}
[dir=ltr] .article-list-item {
    padding-left: 20px;
}
[dir=rtl] .article-list-item {
  padding-right: 20px;
}
.article-list-item:before {
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    content: "";
  }
[dir] .article-list-item:before {
    border-style: solid;
  }
[dir=ltr] .article-list-item:before {
    left: 0;
    border-color: transparent transparent transparent #f49e44;
    border-width: 5px 0 5px 6px;
  }
[dir=rtl] .article-list-item:before {
    right: 0;
    border-color: transparent #f49e44 transparent transparent;
    border-width: 5px 6px 5px 0;
  }
.hm {
  font-size: 16px;
  color: #276FD0;
}
.article-list-item--is-promoted span {
  position: absolute;
  top: 8px;
  font-size: 10px;
  color: #f49e44;
  vertical-align: middle;
}
[dir=ltr] .article-list-item--is-promoted span {
    left: -3px;
}
[dir=rtl] .article-list-item--is-promoted span {
  right: -3px;
}
.article-list-item--is-promoted:before {
  display: none;
}
@media (min-width: 768px) {
.hn {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: calc(15px * 3);
         column-gap: calc(15px * 3)
}
  }
/* ==========================================================================
  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
}
  }
.ho {
  position: absolute;
  top: 0;
}
[dir=ltr] .ho {
    left: 0;
}
[dir=rtl] .ho {
  right: 0;
}
@media (max-width: 767px) {
.ho {
    display: none
}
  }
[dir] .hp {
  margin-bottom: 24px;
}
.hq {
  position: relative;
}
[dir] .hr {
  margin-bottom: 0;
}
[dir] .hr + textarea {
    margin-top: 0;
  }
[dir=ltr] .hr + textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
[dir=rtl] .hr + textarea {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
.hr ul[data-hc-pills-container][data-hc-focus="true"] {
    position: relative;
    z-index: 2;
  }
[dir] .hs {
  margin-bottom: 16px;
}
/* ==========================================================================
  Comment Sorter
  ========================================================================== */
[dir] .comment-sorter {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
.comment-sorter {
    display: table;
    width: 100%
}
  }
@media (min-width: 768px) {
.ht {
    display: table-cell;
    vertical-align: middle
}
  }
@media (max-width: 767px) {
[dir] .hu {
    margin-bottom: 12px
}
  }
@media (min-width: 768px) {
[dir=ltr] .hu {
        padding-right: 16px
}
[dir=rtl] .hu {
    padding-left: 16px
}
  }
@media (min-width: 768px) {
[dir=ltr] .hv {
        text-align: right
}
[dir=rtl] .hv {
    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 #eee;
}
.hw {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.hx {
  position: relative;
}
[dir] .hx {
  margin-bottom: 24px;
}
.hy {
  flex-grow: 1;
}
.hz {
  flex-shrink: 0;
}
[dir=ltr] .hz {
    margin-left: 16px;
}
[dir=rtl] .hz {
  margin-right: 16px;
}
.ia {
  position: absolute;
  top: 0;
  width: auto;
  font-size: calc(16px * 0.85);
  color: #fff;
}
[dir] .ia {
  padding: 2px 8px;
  background-color: #276FD0;
  border-radius: 0 0 4px 4px;
}
[dir=ltr] .ia {
    right: 36px;
}
[dir=rtl] .ia {
  left: 36px;
}
.comment--official .hw {
  position: relative;
}
[dir] .comment--official .hw {
  padding: 24px;
  border: 1px solid #276FD0;
  border-radius: 4px;
}
.ib {
  word-break: break-word;
}
[dir] .ib {
  margin-bottom: 24px;
}
.ib ul {
    list-style: disc;
  }
[dir=ltr] .ib ul, [dir=ltr] .ib ol {
    padding-left: 20px;
  }
[dir=rtl] .ib ul, [dir=rtl] .ib ol {
    padding-right: 20px;
  }
[dir] .ib ul ul, [dir] .ib ul ol, [dir] .ib ol ul, [dir] .ib ol ol {
      margin-top: 12px;
    }
[dir] .ib ul li, [dir] .ib ol li {
      margin-bottom: 12px;
    }
@media (max-width: 767px) {
.ib [dir="auto"] {
      margin-bottom: 0
  }
    }
@media (max-width: 767px) {
[dir] .ib {
    margin-bottom: 0
}
  }
[dir] .ic {
  padding-top: 8px;
}
.ic button {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
}
[dir] .ic button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
[dir=ltr] .ic button {
    margin-right: auto;
    margin-left: auto;
}
[dir=rtl] .ic button {
  margin-left: auto;
  margin-right: auto;
}
/* Comment List */
[dir] .id {
  margin-bottom: 48px;
}
.ie {
  font-size: calc(16px * 0.85);
  color: #808488;
}
.ie:empty {
    display: none;
  }
.if {
  list-style: none;
}
[dir=ltr] .if {
    padding-left: 0;
}
[dir=rtl] .if {
  padding-right: 0;
}
[dir] .ig {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eee;
}
.ih {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}
[dir] .ih {
  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;
  touch-action: manipulation;
}
[dir] .share a {
  background-color: #eee;
  border-color: #eee;
  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 {
  color: #3d5b95;
}
[dir] .share-facebook {
  background-color: #eee;
  border-color: #eee;
}
.share-facebook:hover {
    color: #2b406a;
  }
[dir] .share-facebook:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-facebook:focus {
    color: #2b406a;
  }
[dir] .share-facebook:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-facebook:active {
    color: #2b406a;
  }
[dir] .share-facebook:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
[dir] .share-facebook:active {
    background-image: none;
  }
.share-facebook:before {
    font-weight: 900;
    content: "\f09a";
  }
.share-twitter {
  color: #24aadd;
}
[dir] .share-twitter {
  background-color: #eee;
  border-color: #eee;
}
.share-twitter:hover {
    color: #1a82a9;
  }
[dir] .share-twitter:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-twitter:focus {
    color: #1a82a9;
  }
[dir] .share-twitter:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-twitter:active {
    color: #1a82a9;
  }
[dir] .share-twitter:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
[dir] .share-twitter:active {
    background-image: none;
  }
.share-twitter:before {
    font-weight: 900;
    content: "\f099";
  }
.share-linkedin {
  color: #0976b4;
}
[dir] .share-linkedin {
  background-color: #eee;
  border-color: #eee;
}
.share-linkedin:hover {
    color: #06507a;
  }
[dir] .share-linkedin:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-linkedin:focus {
    color: #06507a;
  }
[dir] .share-linkedin:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-linkedin:active {
    color: #06507a;
  }
[dir] .share-linkedin:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
[dir] .share-linkedin:active {
    background-image: none;
  }
.share-linkedin:before {
    font-weight: 900;
    content: "\f0e1";
  }
.share-googleplus {
  color: #d23e30;
}
[dir] .share-googleplus {
  background-color: #eee;
  border-color: #eee;
}
.share-googleplus:hover {
    color: #a22e23;
  }
[dir] .share-googleplus:hover {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-googleplus:focus {
    color: #a22e23;
  }
[dir] .share-googleplus:focus {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
.share-googleplus:active {
    color: #a22e23;
  }
[dir] .share-googleplus:active {
    background-color: #d5d5d5;
    border-color: #cfcfcf;
  }
[dir] .share-googleplus:active {
    background-image: none;
  }
.share-googleplus:before {
    font-weight: 900;
    content: "\f0d5";
  }
[dir] .ii {
  margin-bottom: calc(16px * 1.5);
}
.my-activities-items {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
[dir] .my-activities-items {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (min-width: 768px) {
  .my-activities-items {
    table-layout: auto;
  }
}
.ij {
  display: none;
  color: #808488;
}
@media (min-width: 768px) {
  .ij {
    display: table-header-group;
    font-size: calc(16px * 0.85);
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .t {
    display: table-row-group;
  }
}
.ik {
  display: block;
}
@media (min-width: 768px) {
  .ik {
    display: table-row;
  }
}
.il {
  display: block;
}
@media (min-width: 768px) {
  .il {
    display: table-cell;
  }
  [dir] .il {
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5 / 2);
    border-bottom: 1px solid #eee;
  }

  [dir=ltr] .il + .il {
        padding-left: 12px;
  }

  [dir=rtl] .il + .il {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .im {
    display: inline;
  }
}
@media (min-width: 768px) {
  .im {
    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] .io {
  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] .ip {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eee;
}
[dir] .ip .my-activities-menu__item {
    padding: calc(12px / 2)
      12px;
    background-color: #eee;
    border-radius: 4px;
  }
@media (max-width: 767px) {
[dir] .ip .my-activities-menu__item {
      margin-bottom: calc(16px * 1.5 / 3)
  }
    }
.ip .my-activities-menu__item.is-active {
      font-weight: 600;
      color: #222;
    }
[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] .iq {
    padding: calc(16px * 1.5 / 2)
      12px;
    margin-bottom: calc(16px * 1.5);
    border: 1px solid #eee;
    border-radius: 4px
}
  }
.ir {
  font-size: 14px;
  color: #808488;
}
@media (max-width: 767px) {
.ir {
    display: inline-block
}
[dir=ltr] .ir {
        margin-right: calc(12px / 2)
}
[dir=rtl] .ir {
    margin-left: calc(12px / 2)
}

    .ir + .ir:before {
      content: "\2022";
    }

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

    [dir=rtl] .ir + .ir:before {
      margin-left: calc(12px / 2);
    }
  }
.is {
  font-weight: 400;
}
@media (max-width: 767px) {
.is {
    font-size: calc(16px * 1.25)
}
  }
@media (max-width: 767px) {
.it {
    display: inline-block
}
  }
@media (min-width: 768px) {
.it {
    display: none
}
  }
.m div {
  display: inline-block;
}
[dir] .request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(16px * 1.5);
  background-color: #f9f9f9;
  border-radius: 4px;
}
@media (min-width: 768px) {
[dir] .request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: 12px
}
  }
.request-table-toolbar label {
    font-size: calc(16px * 0.85);
    text-transform: uppercase;
  }
@media (min-width: 768px) {
.iu {
    display: table;
    width: 100%
}
  }
[dir=ltr] .iv {
    padding-right: 12px;
    padding-left: 12px;
}
[dir=rtl] .iv {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
[dir] .iv {
    margin-bottom: calc(16px * 1.5 / 2)
}
  }
@media (min-width: 768px) {
.iv {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }
.iw {
  display: table;
  width: 100%;
}
.ix {
  display: table-cell;
  vertical-align: middle;
}
.iy {
  width: 100%;
}
[dir=ltr] .iz {
    padding-left: calc(12px / 2);
}
[dir=rtl] .iz {
  padding-right: calc(12px / 2);
}
.iz [role="button"] {
    height: calc(16px * 1.5 + 14);
    line-height: calc(16px * 1.5 + 14);
  }
[dir] .iz [role="button"] {
    padding-top: 0;
    padding-bottom: 0;
  }
.ja {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.ja:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: #808488;
    content: "\f0d7";
  }
[dir] .ja:after {
    margin-bottom: 2px;
  }
[dir=ltr] .ja:after {
    margin-left: 5px;
  }
[dir=rtl] .ja:after {
    margin-right: 5px;
  }
.jb {
  color: #808488;
  white-space: nowrap;
}
.jb[href*="asc"] .ja:after {
  font-weight: 900;
  content: "\f0d8";
}
[dir] .jc {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
[dir] .jc {
    margin-bottom: calc(16px * 1.5)
}
  }
.jd {
  position: relative;
}
.je {
  font-weight: 600;
}
[dir] .je {
  margin-bottom: calc(16px * 1.5 / 2);
}
.jf {
  font-size: calc(16px * 1.5);
}
@media (min-width: 992px) {
.jf {
    font-size: calc(16px * 1.75 - 2px)
}
  }
@media (min-width: 1200px) {
.jf {
    font-size: calc(16px * 2.5)
}
  }
.jg:empty {
  display: none;
}
.jh {
  font-size: 14px;
}
[dir] .jh {
  padding: calc(16px * 1.5) 12px 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eee;
  border-radius: 4px;
}
[dir] .jh dd {
    margin-bottom: calc(16px * 1.5 / 2);
  }
.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: #504d7f;
}
[dir] .request-status--new, [dir] .request-status--open {
  background-color: #ff5252;
}
[dir] .request-status--answered {
  background-color: #f49e44;
}
[dir] .ji {
  padding-top: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
[dir] .ji {
    padding-top: 0;
    margin-bottom: calc(16px * 1.5)
}
  }
.jj {
  font-size: calc(16px * 1.5);
}
@media (min-width: 768px) {
.jj {
    font-size: calc(16px * 1.75 - 2px)
}
  }
@media (min-width: 992px) {
.jj {
    font-size: calc(16px * 2.5)
}
  }
[dir] .jk {
  margin-bottom: calc(16px * 1.5);
}
[dir] .upload-dropzone {
  padding: calc(16px * 1.5)
    calc(12px + 4px);
  border-color: #bdc2c5;
  border-radius: 4px;
}
.upload-dropzone {
    font-size: calc(16px * 0.85);
  }
.upload-dropzone a {
    font-size: calc(16px * 0.85);
  }
@media (max-width: 767px) {
[dir] .upload-dropzone {
    padding: calc(16px * 1.5 / 1.5)
      calc(12px + 4px)
}

    [dir] .upload-dropzone span {
      padding: 0;
    }
  }
.jl {
  font-size: calc(16px * 1.5);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
[dir] .jl {
  margin-bottom: calc(16px * 1.5);
  text-align: center;
}
@media (min-width: 768px) {
.jl {
    font-size: calc(16px * 1.75 - 2px)
}
  }
@media (min-width: 992px) {
.jl {
    font-size: calc(16px * 2.5)
}
[dir] .jl {
    margin-bottom: calc(16px * 1.5 * 1.4)
}
  }
[dir] .jm {
  margin-top: calc(16px * 1.5 * 1);
}
@media (min-width: 768px) {
.jn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
  }
[dir] .jo {
  float: none;
  margin-bottom: calc(16px * 1.5);
  text-align: center;
}
.jp {
  display: block;
  height: 100%;
  transition: all 220ms;
}
[dir] .jp {
  padding: 24px 16px 30px;
  background-color: #fff;
  border-radius: calc(4px * 2);
  box-shadow: 0 0 15px 5px rgba(62, 60, 98, 0.08);
}
@media (min-width: 768px) {
    [dir] .jp:active, [dir] .jp:focus, [dir] .jp:hover {
      transform: scale(1.045);
    }
  }
.jq {
  display: inline-block;
}
.jq svg {
    width: 98px;
    height: 98px;
  }
@media (min-width: 480px) {
[dir] .jq {
    margin-bottom: calc(16px * 1.5)
}
  }
.jr {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.jt {
  font-size: 14px;
  color: #808488;
}
[dir] .jt {
  margin-bottom: 0;
}
.ju {
  stroke: #276FD0;
}
.jv {
  stroke: #4cae4c;
}
.jw {
  fill: #276FD0;
}
.jx {
  fill: #4cae4c;
}
.jy {
  fill: #f8f8f8;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown.is-active .dropdown-menu {
      visibility: visible;
      opacity: 1;
    }
[dir=ltr] .jz .dropdown-menu {
    right: 0;
    left: auto;
  }
[dir=rtl] .jz .dropdown-menu {
    left: 0;
    right: auto;
  }
[dir] .dropdown-toggle {
  cursor: pointer;
}
.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:focus {
    outline: none;
  }
[dir] .ka {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 99;
  display: none;
  min-width: 170px !important;
  overflow: hidden;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
[dir] .dropdown-menu {
  padding: calc(12px / 2) 0;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
[dir=ltr] .dropdown-menu {
    left: 0;
}
[dir=rtl] .dropdown-menu {
  right: 0;
}
.dropdown-menu [role="menuitem"] {
    position: relative;
    display: block;
    width: 100%;
    color: #222;
    white-space: normal;
    transition: background-color 0.3s ease;
  }
[dir] .dropdown-menu [role="menuitem"] {
    cursor: pointer;
    background-color: #fff;
    border: none;
  }
[dir=ltr] .dropdown-menu [role="menuitem"] {
    padding: calc(16px * 1.5 / 2) 26px
      calc(16px * 1.5 / 2) 12px;
    text-align: left;
  }
[dir=rtl] .dropdown-menu [role="menuitem"] {
    padding: calc(16px * 1.5 / 2) 12px
      calc(16px * 1.5 / 2) 26px;
    text-align: right;
  }
[dir] .dropdown-menu [role="menuitem"]:hover {
      background-color: #eee;
    }
[dir] .dropdown-menu [role="menuitem"]:active {
      background-color: #eee;
    }
[dir] .dropdown-menu [role="menuitem"]:focus {
      background-color: #eee;
    }
.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    position: absolute;
    top: 16px;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
[dir=ltr] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    right: 12px;
    margin-left: 10px !important;
  }
[dir=rtl] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    left: 12px;
    margin-right: 10px !important;
  }
.dropdown-menu[aria-expanded="true"] {
  display: block;
}
[dir] .kb {
  padding: 10% 0;
  text-align: center;
}
@media (max-width: 767px) {
[dir] .kb {
    padding: 0 15px calc(16px * 1.5 / 2)
}
  }
.kc {
  text-transform: capitalize;
}
.kd {
  position: relative;
  color: #222;
}
[dir] .kd {
  padding: 0 calc(12px + 4px)
    calc(16px * 1.5 * 2);
  text-align: center;
  border-radius: 4px;
}
@media (max-width: 767px) {
[dir] .kd {
    padding-bottom: calc(16px * 1.5)
}
  }
.ke {
  font-size: calc(16px * 1.75 - 2px);
}
@media (min-width: 768px) {
.ke {
    font-size: calc(16px * 2.5)
}
  }
.kf {
  font-size: calc(16px * 1.5);
  color: #222;
  opacity: 0.8;
}
.note {
  position: relative;
  color: #555;
}
[dir] .note {
  margin: calc(16px * 1.5) 0;
}
[dir=ltr] .note {
    padding-left: 12px;
    border-left: calc(1px * 4) solid transparent;
}
[dir=rtl] .note {
  padding-right: 12px;
  border-right: calc(1px * 4) solid transparent;
}
[dir] .note p:last-child {
    margin-bottom: 0;
  }
.kg {
  font-weight: 600;
}
[dir] .kg {
  margin-bottom: calc(16px * 1.5 / 2);
}
[dir] .kh {
  border-color: #818a91;
}
[dir] .note--default {
  border-color: #818a91;
}
.kh .kg {
    color: #818a91;
  }
.note--default .kg {
    color: #818a91;
  }
[dir] .ki, [dir] .note--info {
  border-color: #5bc0de;
}
.ki .kg, .note--info .kg {
    color: #5bc0de;
  }
[dir] .kj, [dir] .note--warning {
  border-color: #f49e44;
}
.kj .kg, .note--warning .kg {
    color: #f49e44;
  }
[dir] .kk, [dir] .note--success {
  border-color: #504d7f;
}
.kk .kg, .note--success .kg {
    color: #504d7f;
  }
[dir] .kl, [dir] .note--danger {
  border-color: #ff5252;
}
.kl .kg, .note--danger .kg {
    color: #ff5252;
  }
.km {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.1;
  color: #222;
}
.kn {
  position: relative;
}
[dir] .kn {
  padding-top: calc(16px * 1.5 * 2);
  background: #fff;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
[dir] .kn {
    padding-top: calc(16px * 1.5 * 3)
}
  }
.ko {
  width: 100%;
}
[dir] .ko {
  padding-bottom: calc(16px * 1.5);
  margin: 0 auto;
}
@media (min-width: 768px) {
.ko {
    display: table
}
  }
@media (max-width: 767px) {
[dir] .ko {
    padding-bottom: calc(16px * 1.5 * 1.5)
}
  }
.kp {
  position: relative;
}
@media (min-width: 768px) {
.kp {
    display: table-cell;
    vertical-align: top
}
  }
@media (max-width: 767px) {
[dir] .kp {
    text-align: center
}
  }
@media (min-width: 768px) {
.kq {
    vertical-align: middle
}
[dir=ltr] .kq {
        text-align: right
}
[dir=rtl] .kq {
    text-align: left
}
  }
.kr {
  width: 30px;
  height: 30px;
  font-size: calc(16px + 2);
  color: #222;
  vertical-align: middle;
}
[dir=ltr] .kr + .kr {
    margin-left: 5px;
  }
[dir=rtl] .kr + .kr {
    margin-right: 5px;
  }
.kr:hover {
    color: #4cae4c;
  }
.ks a {
  color: #276FD0;
}
.kt {
  list-style: none;
}
[dir=ltr] .kt {
    padding-left: 0;
    margin-left: 0;
}
[dir=rtl] .kt {
  padding-right: 0;
  margin-right: 0;
}
.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}
[dir=ltr] .ku {
    margin-right: 16px;
}
[dir=rtl] .ku {
  margin-left: 16px;
}
[dir="rtl"] .ku {
  margin-left: 16px;
}
[dir=ltr] .kv {
    margin-left: 16px;
}
[dir=rtl] .kv {
  margin-right: 16px;
}
[dir="rtl"] .kv {
  margin-right: 16px;
}
[dir] .satisfaction-box {
  padding: calc(16px * 1.5) 15px;
  margin: 0 0 20px;
  margin-top: 0;
  border-color: #eee;
  border-radius: 4px;
}
[dir] .satisfaction-box h4:last-child {
      margin-bottom: 0;
    }
.satisfaction-box input[type="radio"] ~ label {
  display: inline-block;
  font-size: calc(16px - 5);
  font-weight: 700;
  line-height: calc(16px * 1.5);
  text-transform: none;
  letter-spacing: normal;
  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] .satisfaction-box input[type="radio"] ~ label {
  padding: 6px
    calc(12px + 12px / 2);
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 0;
  border-radius: 4px;
}
[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"] ~ label:focus, .satisfaction-box input[type="radio"] ~ label:active:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }
.satisfaction-box input[type="radio"] ~ label:hover,
  .satisfaction-box input[type="radio"] ~ label:focus {
    color: #fff;
    text-decoration: none;
  }
.satisfaction-box input[type="radio"] ~ label:active {
    outline: none;
  }
[dir] .satisfaction-box input[type="radio"] ~ label:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
}
[dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  background-color: #504d7f;
  border-color: #504d7f;
}
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
  }
[dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover, [dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus, [dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
    background-color: #3c3a5f;
    border-color: #383659;
  }
[dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none;
  }
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
}
[dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  background-color: #ff5252;
  border-color: #ff3939;
}
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
  }
[dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover, [dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus, [dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    background-color: #ff1f1f;
    border-color: #fa0000;
  }
[dir] .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none;
  }
.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: #383659 !important;
  border-color: darken($brand-success, 12%) !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: #ff1515 !important;
  border-color: #fa0000 !important;
}
[dir] .satisfaction-box label.disabled {
  margin-bottom: calc(16px * 1.5) !important;
}
.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #504d7f !important;
}
.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important;
}
[dir] .satisfaction-comment {
  margin-top: 15px;
}
.satisfaction-box .satisfaction-submit {
  font-size: calc(16px - 5) !important;
  color: #fff;
}
[dir] .satisfaction-box .satisfaction-submit {
  background-color: #276FD0;
  border-color: #2364bb;
}
[dir=ltr] .satisfaction-box .satisfaction-submit {
    margin-left: 10px !important;
}
[dir=rtl] .satisfaction-box .satisfaction-submit {
  margin-right: 10px !important;
}
.satisfaction-box .satisfaction-submit:hover,
  .satisfaction-box .satisfaction-submit:focus,
  .satisfaction-box .satisfaction-submit:active {
    color: #e0e0e0;
  }
[dir] .satisfaction-box .satisfaction-submit:hover, [dir] .satisfaction-box .satisfaction-submit:focus, [dir] .satisfaction-box .satisfaction-submit:active {
    background-color: #1f58a5;
    border-color: #194887;
  }
[dir] .satisfaction-box .satisfaction-submit:active {
    background-image: none;
  }
[dir] .kw {
  padding-top: calc(16px * 1.5);
}
.satisfaction-box .kx {
  font-size: calc(16px - 5) !important;
  line-height: 1.5 !important;
}
.ky {
  position: relative;
  width: 100%;
  font-size: calc(16px - 2px);
  font-weight: 600;
}
.kz {
  position: relative;
  z-index: 4;
}
.la {
  width: 100%;
}
[dir] .la {
  margin: 0 auto;
}
@media (min-width: 768px) {
.la {
    display: table
}
  }
.topbar__nav {
  position: fixed;
  z-index: 5;
  width: 100%;
  transition: background-color ease 0.5s;
}
[dir] .topbar__nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
[dir] .topbar__nav--white {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
[dir] .topbar--small .topbar__nav {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
[dir] .topbar__nav--filled {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.topbar__nav--white .lb, .topbar--small .topbar__nav .lb, .topbar__nav--filled .lb {
    color: #222;
  }
.topbar__nav--white .lb:hover, .topbar--small .topbar__nav .lb:hover, .topbar__nav--filled .lb:hover {
      color: #030303;
    }
[dir] .topbar__nav--white .lines, [dir] .topbar__nav--white .lines:before, [dir] .topbar__nav--white .lines:after, [dir] .topbar--small .topbar__nav .lines, [dir] .topbar--small .topbar__nav .lines:before, [dir] .topbar--small .topbar__nav .lines:after, [dir] .topbar__nav--filled .lines, [dir] .topbar__nav--filled .lines:before, [dir] .topbar__nav--filled .lines:after {
      background-color: #222;
    }
.topbar__nav--white .fe, .topbar--small .topbar__nav .fe, .topbar__nav--filled .fe {
    color: #222;
  }
.lc {
  position: relative;
}
[dir] .lc {
  padding: calc(16px * 1.5 / 2) 0;
}
@media (min-width: 768px) {
.lc {
    display: table-cell;
    vertical-align: middle
}
[dir] .lc {
    padding: 17.5px 0
}
  }
.ld {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
.ld {
    flex-direction: row;
    align-items: center
}
[dir=ltr] .ld {
        float: right
}
[dir=rtl] .ld {
    float: left
}
  }
@media (min-width: 768px) {
[dir=ltr] .ld > * + * {
        margin-left: 32px
}
[dir=rtl] .ld > * + * {
    margin-right: 32px
}
  }
@media (max-width: 767px) {
.le {
    display: none
}
[dir] .le {
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5)
}
  }
@media (min-width: 768px) {
.le {
    display: block !important
}
  }
@media (max-width: 767px) {
[dir] .lf {
    padding: 0
}
  }
.lb {
  font-weight: inherit;
  color: #fff;
}
[dir] .lb {
  padding: 8px 0;
  background-color: transparent;
  border: 0;
}
.lb:hover {
    color: #e0e0e0;
  }
.topbar--small {
  color: #fff;
}
[dir] .topbar--small {
  background-color: #276FD0;
}
.topbar--small .lb {
  color: #fff;
}
.topbar--small .lb:hover,
  .topbar--small .lb:active,
  .topbar--small .lb:focus {
    color: #e0e0e0;
  }
.topbar--large {
  color: #fff;
}
[dir] .topbar--large {
  background: radial-gradient(
    at 25% 40%,
    #262626 0,
    #1a1a1a 50%,
    #0d0d0d 110%
  );
}
.topbar--large {
  position: relative;
  z-index: 2;
}
[dir] .topbar--large {
  background: url(//theme.zdassets.com/theme_assets/1281227/4808cf229e7164e1a1d80f75124f28b88aad6f8a.jpg) no-repeat center;
  background-position: 50% 30%;
  background-size: cover;
}
.topbar--large:before {
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.6;
  }
[dir] .topbar--large:before {
    background: #000;
  }
[dir=ltr] .topbar--large:before {
    left: 0;
  }
[dir=rtl] .topbar--large:before {
    right: 0;
  }
.lh {
  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] .lh {
  text-align: center;
  border: 1px solid #276FD0;
  border-radius: 4px;
}
[dir=ltr] .lh {
    right: 30px;
}
[dir=rtl] .lh {
  left: 30px;
}
.lh:focus,
  .lh:active {
    outline: 0;
  }
.lh.is-active {
    bottom: 30px;
  }
.lh:hover {
    color: #1b4d90;
  }
[dir] .lh:hover {
    border-color: #1b4d90;
  }
@media (max-width: 767px) {
.lh {
    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 0 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;
}
.li,
.lj,
.lk,
.ll {
  display: block !important;
}
@media (max-width: 767px) {
  .li {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lj {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lk {
    display: block;
  }
}
@media (min-width: --screen-lg) {
  .ll {
    display: block;
  }
}
@media (max-width: 767px) {
  .lm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ln {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lo {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .lp {
    display: none !important;
  }
}
.lq {
  display: none !important;
}
@media print {
  .lq {
    display: block;
  }
}
.lr {
  display: none !important;
}
@media print {
.lr {
    display: block !important
}
  }
.ls {
  display: none !important;
}
@media print {
.ls {
    display: inline !important
}
  }
.lt {
  display: none !important;
}
@media print {
.lt {
    display: inline-block !important
}
  }
@media print {
  .lu {
    display: none !important;
  }
}
[dir] .lv {
  margin-top: calc(16px * 1.5 * 2);
  margin-bottom: calc(16px * 1.5 * 2);
}
.lv h2 {
    font-size: 41px;
  }
@media (max-width: 767px) {
.lv h2 {
      font-size: 28px
  }
    }
@media (max-width: 767px) {
[dir] .lv {
    margin-top: calc(16px * 1.5)
}
  }
[dir] .lw {
  border-bottom: 1px solid #eee;
}
[dir] .lx {
  text-align: center;
}
.ly {
  max-width: 600px;
  color: #818a91;
}
[dir] .ly {
  margin: auto;
  margin-bottom: 24px;
}
[dir] .recent-articles h3 {
    margin-bottom: calc(16px * 1.5 / 2);
  }
[dir] .related-articles h3 {
    margin-bottom: calc(16px * 1.5 / 2);
  }
@media (min-width: 768px) {
[dir] .recent-articles h3 {
      margin-top: calc(16px * 1.5 / 2)
  }
[dir] .related-articles h3 {
      margin-top: calc(16px * 1.5 / 2)
  }
    }
.recent-articles ul, .related-articles ul {
    list-style: none;
  }
[dir=ltr] .recent-articles ul, [dir=ltr] .related-articles ul {
    padding-left: 0;
  }
[dir=rtl] .recent-articles ul, [dir=rtl] .related-articles ul {
    padding-right: 0;
  }
[dir] .recent-articles ul > li {
      margin-bottom: calc(16px * 1.5 / 2);
    }
[dir] .related-articles ul > li {
      margin-bottom: calc(16px * 1.5 / 2);
    }
.recent-articles ul > li a {
        color: #222;
      }
[dir] .recent-articles ul > li a {
        padding-bottom: 1px;
        border-bottom: 1px solid #eee;
      }
.related-articles ul > li a {
        color: #222;
      }
[dir] .related-articles ul > li a {
        padding-bottom: 1px;
        border-bottom: 1px solid #eee;
      }
.recent-articles h3 {
  font-size: calc(16px * 1.25);
}
[dir] .lz {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (min-width: 768px) {
[dir] .lz {
    margin-bottom: calc(16px * 1.5)
}
  }
.ma {
  font-size: calc(16px * 1.25);
  font-weight: 600;
}
[dir] .ma {
  margin-bottom: calc(16px * 1.5 / 2);
}
.mb {
  list-style: none;
}
[dir=ltr] .mb {
    padding-left: 0;
}
[dir=rtl] .mb {
  padding-right: 0;
}
[dir] .mc {
  margin-bottom: calc(16px * 1.5 / 2);
}
.md {
  position: relative;
}
[dir] .md {
  padding-bottom: 1px;
}
[dir=ltr] .md {
    padding-left: 20px;
}
[dir=rtl] .md {
  padding-right: 20px;
}
.md:before {
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    content: "";
  }
[dir] .md:before {
    border-style: solid;
  }
[dir=ltr] .md:before {
    left: 0;
    border-color: transparent transparent transparent #4cae4c;
    border-width: 5px 0 5px 6px;
  }
[dir=rtl] .md:before {
    right: 0;
    border-color: transparent #4cae4c transparent transparent;
    border-width: 5px 6px 5px 0;
  }
[dir] .me {
  background-color: #f6f7f8;
}
[dir] .mf {
  padding: 90px 0;
  margin-bottom: 0;
  text-align: center;
}
.mf h2 {
    font-size: 41px;
    font-weight: 400;
  }
[dir] .mf h2 {
    text-align: center;
  }
.mf .recent-activity-header {
    display: none;
  }
.mf .recent-activity-list {
    list-style: none;
  }
[dir] .mf .recent-activity-list {
    margin-bottom: calc(16px * 1.5);
  }
[dir=ltr] .mf .recent-activity-list {
    padding-left: 0;
  }
[dir=rtl] .mf .recent-activity-list {
    padding-right: 0;
  }
@media (min-width: 768px) {
.mf .recent-activity-list {
      display: flex
  }
[dir] .mf .recent-activity-list {
      margin-bottom: 16px
  }
    }
.mf .recent-activity-item {
    width: 100%;
  }
[dir] .mf .recent-activity-item {
    padding: 20px 20px 15px;
    margin-bottom: calc(16px * 1.5);
    border-radius: 8px;
    box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
  }
@media (min-width: 768px) {
.mf .recent-activity-item {
      vertical-align: top
  }
[dir=ltr] .mf .recent-activity-item {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 30px
  }
[dir=rtl] .mf .recent-activity-item {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 30px
  }

      [dir=ltr] .mf .recent-activity-item:last-child {
        margin-right: 0;
      }

      [dir=rtl] .mf .recent-activity-item:last-child {
        margin-left: 0;
      }
    }
.mf .recent-activity-item-meta {
    font-size: calc(16px * 0.85);
    color: #808488;
  }
.mf .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] .mf .recent-activity-item-comment span:before {
    margin-right: calc(12px / 4);
  }
[dir=rtl] .mf .recent-activity-item-comment span:before {
    margin-left: calc(12px / 4);
  }
.mf .recent-activity-item-parent {
    display: none;
    font-weight: 600;
    color: #222;
  }
.mf .recent-activity-controls a {
    display: inline-block;
    font-size: calc(16px - 5);
    font-weight: 700;
    line-height: calc(16px * 1.5);
    color: #fff;
    text-transform: none;
    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] .mf .recent-activity-controls a {
    padding: 6px
      calc(12px + 12px / 2);
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 4px;
  }
.mf .recent-activity-controls a:focus, .mf .recent-activity-controls a:active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
      }
.mf .recent-activity-controls a:hover,
    .mf .recent-activity-controls a:focus {
      color: #fff;
      text-decoration: none;
    }
.mf .recent-activity-controls a:active {
      outline: none;
    }
[dir] .mf .recent-activity-controls a:active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
.mf .recent-activity-controls a:hover,
    .mf .recent-activity-controls a:focus,
    .mf .recent-activity-controls a:active {
      color: #e0e0e0;
    }
[dir] .mf .recent-activity-controls a:hover, [dir] .mf .recent-activity-controls a:focus, [dir] .mf .recent-activity-controls a:active {
      background-color: transparent;
      border-color: transparent;
    }
[dir] .mf .recent-activity-controls a:active {
      background-image: none;
    }
.mg {
  display: block;
  font-size: 18px;
}
[dir] .mg {
  margin-bottom: 7px;
}
[dir] .recent-activity-no-activities {
  margin-bottom: calc(16px * 1.5);
}
/* User Profiles */
[dir] .mh {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  text-align: center;
  border-radius: 4px;
}
.mi {
  display: inline-block;
}
.mj {
  font-size: calc(16px * 1.5);
}
@media (min-width: 768px) {
.mj {
    font-size: calc(16px * 1.75 - 2px)
}
  }
.mk {
  display: inline-block;
}
[dir] .mk {
  margin-bottom: calc(16px * 1.5);
  background-color: #276FD0;
}
.ml {
  word-break: break-all;
}
/* Profile Stats */
.mm {
  font-size: calc(16px * 0.85);
  list-style: none;
}
[dir] .mm {
  margin-bottom: calc(16px * 1.5 / 2);
}
[dir=ltr] .mm {
    padding-left: 0;
}
[dir=rtl] .mm {
  padding-right: 0;
}
[dir] .mn {
  margin-bottom: calc(16px * 1.5 / 4);
}
[dir=ltr] .mn {
    margin-right: 12px;
}
[dir=rtl] .mn {
  margin-left: 12px;
}
@media (max-width: 767px) {
.mn {
    display: block
}

    .mn:before {
      display: none;
    }
  }
[dir=ltr] .mo {
    margin-right: calc(12px / 2);
}
[dir=rtl] .mo {
  margin-left: calc(12px / 2);
}
.mp {
  color: #222;
}
/* Profile Nav */
.mq {
  overflow: hidden;
  font-size: calc(calc(16px * 0.85));
  font-weight: 600;
}
[dir] .mq {
  margin-bottom: calc(16px * 1.5);
  background-color: #eee;
  border-radius: 4px;
}
.mr {
  list-style: none;
}
[dir] .mr {
  margin: 0;
}
[dir=ltr] .mr {
    padding-left: 0;
}
[dir=rtl] .mr {
  padding-right: 0;
}
[dir] .ms {
  margin-bottom: 0;
}
@media (min-width: 480px) {
.ms {
    display: inline-block;
    vertical-align: middle
}
  }
.ms a {
    display: block;
    color: #222;
  }
.ms.is-active {
    color: #fff;
  }
[dir] .ms.is-active {
    background-color: #276FD0;
  }
.ms.is-active {
    line-height: 1;
  }
[dir] .ms.is-active {
    padding: calc(16px * 1.5 / 1.5)
      12px;
  }
.ms a {
    line-height: 1;
  }
[dir] .ms a {
    padding: calc(16px * 1.5 / 1.5)
      12px;
  }
[dir=ltr] .ms:after {
    right: 12px !important;
  }
[dir=rtl] .ms:after {
    left: 12px !important;
  }
/* Profile Section */
.mt {
  width: 100%;
}
[dir] .mu {
  margin-bottom: calc(16px * 1.5);
}
.mv {
  font-size: calc(16px * 1.5);
}
[dir] .mv {
  margin-bottom: calc(16px * 1.5 / 2);
}
.mw {
  font-size: calc(16px * 0.85);
  color: #818a91;
}
@media (min-width: 768px) {
[dir] .mw {
    padding-bottom: 0
}
  }
/* Profile Section Sorter */
.mx {
  font-size: calc(16px * 0.85);
}
.mx .dropdown {
    display: inline-block;
  }
@media (min-width: 768px) {
.mx {
    display: table;
    width: 100%
}
  }
@media (min-width: 768px) {
[dir] .mx {
    padding-top: 0;
    border-top: 0
}
  }
@media (min-width: 768px) {
.my {
    display: table-cell;
    vertical-align: middle
}
  }
@media (max-width: 767px) {
[dir] .mz {
    margin-bottom: calc(16px * 1.5 / 2)
}
  }
@media (min-width: 768px) {
[dir=ltr] .mz {
        padding-right: calc(12px)
}
[dir=rtl] .mz {
    padding-left: calc(12px)
}
  }
@media (min-width: 768px) {
[dir=ltr] .na {
        text-align: right
}
[dir=rtl] .na {
    text-align: left
}
  }
/* Profile Contribution */
.nb {
  position: relative;
  word-wrap: break-word;
}
[dir] .nb {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: #f6f6f6;
  border-radius: 4px;
}
[dir] .nc {
  margin-bottom: calc(16px * 1.5 / 4);
}
[dir] .nd {
  margin-bottom: calc(16px * 1.5 / 4);
}
.ne {
  font-size: 16px;
  font-weight: 600;
}
[dir] .ne {
  margin-bottom: calc(16px * 1.5 / 4);
}
[dir] .nf {
  margin-bottom: calc(16px * 1.5 / 2);
}
.ng .ne:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
[dir=ltr] .ng .ne:before {
    margin-right: 2px;
  }
[dir=rtl] .ng .ne:before {
    margin-left: 2px;
  }
.nh {
  font-size: calc(16px * 0.85);
}
[dir] .nh {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}
.ni {
  color: #808488;
}
[dir] .ni {
  text-align: center;
}
.nj {
  color: #808488;
}
[dir] .nj {
  text-align: center;
}
/* Profile Activity */
.nk {
  list-style: none;
}
[dir=ltr] .nk {
    padding-left: 0;
}
[dir=rtl] .nk {
  padding-right: 0;
}
.profile-activity {
  position: relative;
}
[dir] .profile-activity {
  margin-bottom: calc(16px * 1.5 * 1.5);
}
.nl {
  font-size: calc(16px * 0.85);
  font-weight: 600;
}
[dir] .nl {
  margin-bottom: calc(16px * 1.5 / 2);
}
.nl:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
[dir=ltr] .nl:before {
    margin-right: 2px;
  }
[dir=rtl] .nl:before {
    margin-left: 2px;
  }
.nm {
  width: 30px;
  height: 30px;
}
[dir=ltr] .nm {
    margin-right: calc(12px / 2);
}
[dir=rtl] .nm {
  margin-left: calc(12px / 2);
}
.profile-activity-list--articles .ne:before,
.profile-activity[class$="-article"] .nl:before {
  font-weight: 400;
  content: "\f15c";
}
.profile-activity-list--posts .ne:before,
.profile-activity[class$="-post"] .nl:before {
  font-weight: 400;
  content: "\f086";
}
.profile-activity-list--comments .ne:before,
.profile-activity[class$="-comment"] .nl:before {
  font-weight: 400;
  content: "\f075";
}
.nn {
  display: inline-block;
}
.no {
  display: flex;
  font-size: calc(16px * 0.85);
  align-items: center;
}
.np {
  flex-shrink: 0;
}
[dir=ltr] .np {
    padding-right: 12px;
}
[dir=rtl] .np {
  padding-left: 12px;
}
.status-label {
  font-size: 12px;
  color: #fff;
}
[dir] .status-label {
  padding: 2px calc(12px / 2);
  border-radius: 4px;
}
[dir] .status-label--pending {
  background-color: #f49e44;
}
[dir] .status-label--with-ticket {
  background-color: #276FD0;
}
.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: #504d7f;
}
[dir] .status-label--new, [dir] .status-label--open {
  background-color: #ff5252;
}
[dir] .status-label--answered {
  background-color: #f49e44;
}
[dir] .status-label--official {
  background-color: #276FD0;
}
[dir] .status-label--completed, [dir] .status-label--answered {
  background-color: #504d7f;
}
[dir] .status-label--planned {
  background-color: #4cae4c;
}
.status-label--not-planned {
  color: #222;
}
[dir] .status-label--not-planned {
  background-color: #eee;
}
.nq {
  font-size: calc(16px * 0.85);
  list-style: none;
}
[dir] .nq {
  margin: 0;
}
[dir=ltr] .nq {
    padding-left: 0;
}
[dir=rtl] .nq {
  padding-right: 0;
}
.nr {
  position: relative;
}
[dir] .nr {
  margin-bottom: calc(16px * 1.5 / 2);
}
[dir=ltr] .nr {
    padding-left: calc(
    12px + 12px / 2
  );
}
[dir=rtl] .nr {
  padding-right: calc(
    12px + 12px / 2
  );
}
[dir] .nr:last-child {
    margin-bottom: 0;
  }
.ns {
  position: absolute;
  top: 4px;
}
[dir=ltr] .ns {
    left: 0;
}
[dir=rtl] .ns {
  right: 0;
}
.nt {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
}
[dir] .nt {
  margin-bottom: 0;
}
[dir=ltr] .nt {
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
[dir=rtl] .nt {
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
[dir=ltr] .nt {
        margin-right: -15px;
        margin-left: -15px
}
[dir=rtl] .nt {
    margin-left: -15px;
    margin-right: -15px
}
  }
.nu {
  display: flex;
  flex-flow: row nowrap;
}
.nu .fa-star {
  font-size: calc(16px - 2px);
  color: #f49e44;
}
[dir] .nu .fa-star {
  padding-top: 6px;
}
[dir=ltr] .nu .fa-star {
    margin-right: 12px;
}
[dir=rtl] .nu .fa-star {
  margin-left: 12px;
}
.nv {
  display: inline-block;
  vertical-align: top;
}
.nw {
  font-size: 41px;
}
[dir] .nw {
  text-align: center;
}
@media (min-width: 768px) {
[dir] .nw {
    margin-bottom: calc(16px * 1.5 * 1.5)
}
  }
@media (max-width: 767px) {
.nw {
    font-size: 28px
}
  }
.nx {
  display: block;
  max-width: 360px;
  font-size: 18px;
}
[dir] .nx {
  margin-bottom: calc(16px * 1.5 / 4);
}
[dir] .jm + .ny {
  padding-top: 0;
}
[dir] .callout {
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  background-color: #eee;
}
[dir=ltr] .callout {
    border-left: 5px solid;
}
[dir=rtl] .callout {
  border-right: 5px solid;
}
[dir] .callout p:last-child {
    margin-bottom: 0;
  }
[dir] .callout--transparent {
  background-color: transparent;
  border: 1px #dedede;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}
.callout--success {
  color: #222;
}
[dir] .callout--success {
  background-color: #e6e6f0;
  border-color: #504d7f;
}
.callout--success .callout__title {
    color: #504d7f;
  }
.callout--info {
  color: #222;
}
[dir] .callout--info {
  background-color: #e3f4f9;
  border-color: #5bc0de;
}
.callout--info .callout__title {
    color: #5bc0de;
  }
.callout--warning {
  color: #222;
}
[dir] .callout--warning {
  background-color: #fad2a9;
  border-color: #f49e44;
}
.callout--warning .callout__title {
    color: #f49e44;
  }
.callout--danger {
  color: #222;
}
[dir] .callout--danger {
  background-color: #ffebeb;
  border-color: #ff5252;
}
.callout--danger .callout__title {
    color: #ff5252;
  }
.callout--primary {
  color: #222;
}
[dir] .callout--primary {
  background-color: #fff;
  border-color: #276FD0;
}
.callout--primary .callout__title {
    color: #276FD0;
  }
[dir] .callout--dashed {
  border-style: dashed;
  border-width: 1px;
}
[dir] .image-with-border {
  padding: calc(12px - 2px);
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}
[dir] .image-with-shadow {
  box-shadow: 0 5px 15px 2px #666;
}
[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: #276FD0;
      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: #276FD0;
      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: #276FD0;
}
[dir] .text-info {
  background-color: #5bc0de;
}
[dir] .text-warning {
  background-color: #f49e44;
}
[dir] .text-danger {
  background-color: #ff5252;
}
[dir] .text-success {
  background-color: #504d7f;
}
[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] .nz: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 #276FD0;
  }
[dir=ltr] .accordion--default .accordion__item-title:before {
    left: 22px;
    border-left: 2px solid #276FD0;
    transform: rotate(-45deg);
  }
[dir=rtl] .accordion--default .accordion__item-title:before {
    right: 22px;
    border-right: 2px solid #276FD0;
    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: #276FD0;
    }
[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: #222;
}
[dir] .tabs-link {
  padding: 8px 30px;
  margin: 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom-width: 0;
}
.tabs-link:hover {
    color: #276FD0;
  }
@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
}
  }
.tabs-link.is-active {
  color: #276FD0;
}
[dir] .tabs-link.is-active {
  cursor: pointer;
  border-color: #ddd;
}
.tabs-link.is-active:hover {
    color: #276FD0;
  }
[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: #f6f7f8 !important;
  }
[dir] .tabs--colored-1 .tabs-link.is-active {
    background-color: #f6f7f8;
    border-bottom-color: #f6f7f8;
  }
.tabs--colored-2 .tabs-link:hover {
      color: #276FD0;
    }
.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
  }
[dir] .tabs--colored-2 .tabs-link.is-active {
    background-color: #276FD0;
    border-color: #276FD0;
  }
.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }
[dir] .tabs--colored-2 .tab {
    background-color: #f6f7f8 !important;
  }
.oa {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  color: white;
  align-items: center;
  justify-content: center;
}
[dir] .oa {
  padding: 20px;
  margin: 20px;
  background-color: black;
}
[dir=ltr] .oa {
    left: -999px;
}
[dir=rtl] .oa {
  right: -999px;
}
.oa:focus,
.oa:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-decoration: none;
}
[dir] .oa:focus, [dir] .oa:active {
  text-align: center;
}
[dir=ltr] .oa:focus, [dir=ltr] .oa:active {
    left: auto;
}
[dir=rtl] .oa:focus, [dir=rtl] .oa:active {
  right: auto;
}
/* ==========================================================================
  Notification
  ========================================================================== */
.ob {
  display: table;
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  transition: height 0.2s;
}
[dir] .ob {
  padding: 13px 15px;
  border: 1px solid;
}
.ob a {
  color: #158ec2;
}
.oc {
  max-width: 980px;
}
[dir] .oc {
  padding: 0 20px;
  margin: 0 auto;
}
.od,
.oe,
.of {
  display: table-cell;
  vertical-align: middle;
}
.oe {
  width: 100%;
}
[dir] .oe {
  padding: 0 15px;
}
.ob + .ob {
  position: relative;
  top: -1px;
}
[dir] .ob + .ob {
  margin-bottom: -1px;
}
/* Error */
[dir] .og {
  background: #ffeded;
  border-color: #f7cbcb;
}
[dir] .og .od:before, [dir] .og .oh.og: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] .oi {
  background: #dbf3ff;
  border-color: #b5e0f5;
}
[dir] .oi .od:before, [dir] .oi .oh.og: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 */
.oj {
  color: #ad5e18;
}
[dir] .oj {
  background: #fff8ed;
  border-color: #fcdba9;
}
[dir] .oj .od:before, [dir] .oj .oh.og: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");
}
.od:before,
.oh.og:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}
[dir] .od:before, [dir] .oh.og:before {
  background-size: cover;
}
/* Dismiss button */
.of,
a.of {
  color: #555;
  text-decoration: none !important;
  opacity: 0.6;
  transition: opacity 100ms ease;
}
[dir] .of, [dir] a.of {
  cursor: pointer;
}
.of:hover {
  opacity: 1;
}
/* Inline notifications */
.oh {
  position: relative;
  line-height: 14px;
  vertical-align: middle;
}
[dir] .oh {
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
}
[dir=ltr] .oh {
    text-align: left;
}
[dir=rtl] .oh {
  text-align: right;
}
[dir="rtl"] .oh {
  text-align: right;
}
.oh[aria-hidden="true"] {
  display: none;
}
[dir] .oh.og: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] .oh.og:before {
    margin: -2px 5px 0 0;
}
[dir=rtl] .oh.og:before {
  margin: -2px 0 0 5px;
}
[dir="rtl"] .oh.og:before {
  margin: 0 0 0 5px;
}
.oh.og {
  color: #cc3340;
}
[dir] .oh.og {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}
[dir] .oh.ok {
  padding: 13px 15px;
  margin-bottom: 25px;
}
[dir=ltr] .ol {
    padding-left: 0;
    text-align: left;
}
[dir=rtl] .ol {
  padding-right: 0;
  text-align: right;
}
/* Extensions */
[dir] .om {
  margin-bottom: calc(16px * 1.5 / 1.5);
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
[dir] .om:last-of-type {
  border: 0;
}
.on {
  display: block;
  font-size: calc(16px * 1.25);
  font-weight: 600;
}
[dir] .on {
  margin-bottom: calc(16px * 1.5 / 2);
}
@media (max-width: 767px) {
  [dir] .oo {
    margin-bottom: 24px;
    border-bottom: 1px solid #dee2e6;
  }
}
@media (min-width: 768px) {
  [dir=ltr] .oo {
        padding-right: 15px;
        border-right: 1px solid #dee2e6;
  }
  [dir=rtl] .oo {
    padding-left: 15px;
    border-left: 1px solid #dee2e6;
  }
}
.op:after,
.on:after {
  display: none !important;
}
.on,
.on:hover {
  color: #222;
}
.oq.is-active .or {
  font-weight: normal;
  color: #222;
}
.op {
  font-weight: 600;
}
[dir] .os {
  margin-bottom: 16px !important;
}
.prevnext {
  display: block;
}
[dir] .prevnext {
  margin-bottom: calc(16px * 1.5);
}
.ot {
  display: inline-flex;
  -ms-flex-align: center;
  flex-flow: row nowrap;
  align-items: center;
}
[dir] .ot {
  margin-bottom: calc(16px * 1.5);
}
[dir=ltr] .ou {
    float: left;
}
[dir=rtl] .ou {
  float: right;
}
[dir=ltr] .ov {
    float: right;
}
[dir=rtl] .ov {
  float: left;
}
[dir=ltr] .ow {
    margin-right: 12px;
}
[dir=rtl] .ow {
  margin-left: 12px;
}
[dir=ltr] .ox {
    margin-left: 12px;
}
[dir=rtl] .ox {
  margin-right: 12px;
}
[dir] .oy {
  padding: 0 calc(16px * 1.5 / 2);
}
@media (max-width: 767px) {
  .oy {
    display: none;
  }
}
.oz {
  min-width: 90px;
}
.prevnext span.pa {
  color: #eee;
  opacity: 0.6;
}
[dir] .prevnext span.pa {
  cursor: pointer;
  background-color: transparent !important;
  border-color: #eee;
}
/* Community */
[dir=ltr] .pb {
    float: left;
}
[dir=rtl] .pb {
  float: right;
}
[dir=ltr] .pb + .pb {
    margin-left: 12px;
  }
[dir=rtl] .pb + .pb {
    margin-right: 12px;
  }
.pb.is-active {
    font-weight: 600;
  }
[dir=ltr] .pc {
    float: right;
}
[dir=rtl] .pc {
  float: left;
}
.vote {
  width: 100%;
}
.vote--post {
  display: flex;
  width: 100%;
  max-width: calc(16px * 1.5 * 2.3333333);
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 767px) {
.vote--post {
    flex-flow: row nowrap
}
  }
.vote-sum {
  display: block;
  width: 100%;
  font-weight: 600;
}
[dir] .vote-sum {
  padding: calc(16px * 1.5 / 4)
    calc(16px * 1.5 / 2);
  text-align: center;
}
.vote-control {
  display: block !important;
  color: #222;
}
[dir] .vote-control {
  background-color: transparent;
  border: 1px solid #276FD0;
}
[dir=ltr] .vote-control {
    margin-right: auto;
    margin-left: auto;
}
[dir=rtl] .vote-control {
  margin-left: auto;
  margin-right: auto;
}
.vote-control:hover,
  .vote-control:active,
  .vote-control:focus,
  .pd {
    color: #fff;
  }
[dir] .vote-control:hover, [dir] .vote-control:active, [dir] .vote-control:focus, [dir] .pd {
    background-color: #276FD0;
  }
[dir] .vote-control--active {
    border-color: #474747;
  }
@media (min-width: 768px) {
[dir] .pe {
    margin-bottom: calc(16px * 1.5)
}
  }
[dir=ltr] .pf:nth-child(2n + 1) {
    clear: left;
  }
[dir=rtl] .pf:nth-child(2n + 1) {
    clear: right;
  }
[dir] .pg {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eee;
  border-radius: 4px;
}
[dir] .ph {
  margin-bottom: calc(16px * 1.5 / 2);
}
[dir] .pi {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
[dir] .pi {
    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 #eee;
}
.pj {
  display: table-cell;
  vertical-align: inherit;
}
@media (min-width: 480px) {
.pj {
    vertical-align: top
}
  }
[dir=ltr] .pk {
    text-align: right;
}
[dir=rtl] .pk {
  text-align: left;
}
.pl {
  width: 100%;
  font-size: calc(16px * 1.75 - 2px);
}
[dir] .pl {
  margin-top: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5 / 2);
}
[dir=ltr] .pm {
    float: left;
    margin-right: calc(12px / 2);
}
[dir=rtl] .pm {
  float: right;
  margin-left: calc(12px / 2);
}
@media (max-width: 767px) {
[dir] .pm {
    margin-bottom: calc(16px * 1.5 / 2)
}
  }
[dir] .pn {
  margin-bottom: calc(16px * 1.5);
}
@media (min-width: 768px) {
.pn {
    display: flex;
    justify-content: space-between
}
[dir] .pn {
    margin-bottom: calc(16px * 1.5 * 2)
}
  }
.po {
  display: flex;
  align-items: center;
}
[dir=ltr] .pp {
    margin-right: calc(12px / 2);
}
[dir=rtl] .pp {
  margin-left: calc(12px / 2);
}
@media (min-width: 768px) {
[dir] .pq {
    margin-bottom: calc(16px * 1.5 * 2)
}
  }
[dir=ltr] .pq .ia {
    right: 64px;
  }
[dir=rtl] .pq .ia {
    left: 64px;
  }
.pq .comment {
    min-height: 160px;
  }
[dir] .pq .hx {
    margin-bottom: calc(16px * 1.5);
  }
.post {
  position: relative;
}
[dir] .post {
  margin-bottom: calc(16px * 1.5);
}
.pr {
  font-size: calc(16px * 1.5);
  font-weight: 600;
}
[dir=ltr] .pr {
    padding-right: calc(12px * 1.5);
}
[dir=rtl] .pr {
  padding-left: calc(12px * 1.5);
}
@media (min-width: 768px) {
.pr {
    font-size: calc(16px * 1.75 - 2px)
}
  }
@media (min-width: 992px) {
.pr {
    font-size: 41px
}
  }
.ps {
  display: table;
  width: 100%;
}
[dir] .ps {
  margin-bottom: calc(16px * 1.5);
}
.pt {
  display: table-cell;
  vertical-align: top;
}
.pu {
  width: 100%;
}
[dir=ltr] .pu {
    padding-right: 12px;
}
[dir=rtl] .pu {
  padding-left: 12px;
}
.pv {
  word-wrap: break-word;
}
.pw {
  word-break: break-word;
}
.pw ul {
    list-style: disc;
  }
[dir=ltr] .pw ul, [dir=ltr] .pw ol {
    padding-left: 20px;
  }
[dir=rtl] .pw ul, [dir=rtl] .pw ol {
    padding-right: 20px;
  }
[dir] .pw ul ul {
      margin-top: calc(16px * 1.5 / 2);
    }
[dir] .pw ul ol {
      margin-top: calc(16px * 1.5 / 2);
    }
[dir] .pw ol ul {
      margin-top: calc(16px * 1.5 / 2);
    }
[dir] .pw ol ol {
      margin-top: calc(16px * 1.5 / 2);
    }
[dir] .pw ul li {
      margin-bottom: calc(16px * 1.5 / 2);
    }
[dir] .pw ol li {
      margin-bottom: calc(16px * 1.5 / 2);
    }
@media (min-width: 768px) {
[dir=ltr] .pw {
        padding-right: calc(16px * 1.5 * 3.5833333)
}
[dir=rtl] .pw {
    padding-left: calc(16px * 1.5 * 3.5833333)
}
  }
.px {
  position: relative;
}
[dir] .px {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  text-align: center;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
.px {
    position: absolute;
    top: 0
}
[dir] .px {
    border: 0
}
[dir=ltr] .px {
        right: 0
}
[dir=rtl] .px {
    left: 0
}
  }
.py {
  width: 100%;
}
[dir] .py {
  padding: 10px 12px;
  text-align: center;
}
.py button {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
}
[dir] .py button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
[dir=ltr] .py button {
    margin-right: auto;
    margin-left: auto;
}
[dir=rtl] .py button {
  margin-left: auto;
  margin-right: auto;
}
[dir] .pz {
  padding: calc(16px * 1.5 / 2) 15px;
  margin-bottom: 55px;
  background-color: #eee;
}
.qa {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}
@media (min-width: 768px) {
[dir] .qb {
    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 #eee;
}
@media (min-width: 768px) {
.post-list-item {
    display: table;
    width: 100%
}
  }
[dir] .post-list-item:last-of-type {
    border-bottom: 0;
  }
.qc {
  font-size: calc(16px * 1.5);
}
[dir] .qc {
  margin-bottom: calc(16px * 1.5 / 2);
}
.qc .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
  }
@media (min-width: 768px) {
.qd {
    display: table-cell;
    vertical-align: top
}
  }
@media (min-width: 768px) {
.qe {
    width: 60%
}
  }
@media (min-width: 768px) {
.qf {
    width: 40%
}
[dir=ltr] .qf {
        text-align: right
}
[dir=rtl] .qf {
    text-align: left
}
  }
.qg {
  font-size: 14px;
  color: #808488;
}
@media (min-width: 768px) {
.qg {
    min-width: 90px
}
[dir] .qg {
    padding: calc(12px / 2)
      12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px
}
[dir=ltr] .qg {
        float: right
}
[dir=rtl] .qg {
    float: left
}
  }
@media (min-width: 768px) {
.qh {
    display: block;
    font-weight: 600;
    color: #222
}
  }
[dir=ltr] .qg + .qg {
    margin-right: 12px;
}
[dir=rtl] .qg + .qg {
  margin-left: 12px;
}
@media (max-width: 767px) {
    .qg + .qg:before {
      font-size: 10px;
      font-weight: 900;
      content: "\2022";
    }
    [dir=ltr] .qg + .qg:before {
        margin-right: calc(12px / 2);
    }
    [dir=rtl] .qg + .qg: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: #504d7f;
}
[dir] .post-status--planned {
  background-color: #4cae4c;
}
.post-status--not-planned {
  color: #222;
}
[dir] .post-status--not-planned {
  background-color: #eee;
}
@media (min-width: 768px) {
[dir] .qi {
    margin-bottom: calc(16px * 1.5 * 2)
}
  }
.qj {
  font-size: calc(16px * 1.5);
}
@media (min-width: 768px) {
.qj {
    font-size: calc(16px * 1.75 - 2px)
}
  }
@media (min-width: 992px) {
.qj {
    font-size: calc(16px * 2.5)
}
  }
[dir] .qk {
  margin-bottom: calc(16px * 1.5);
}
[dir] .ql {
  padding-top: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
}
@media (max-width: 767px) {
[dir] .ql {
    padding-top: 0;
    margin-bottom: 0
}
  }

/* Side Navigation */
.sidenav__category-name {
  font-size: calc(16px * 1.25);
  padding-bottom: 0!important;
  margin-bottom: calc(16px * 1.5 / 2);
}

.sidenav__category-name,
.sidenav__section-name {
  display: inline-block;
  color: #222;
  font-weight: 600;
}

.sidenav__category {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5 / 1.5);
  border-bottom: 1px solid rgba(151,151,151,0.2);
}

.sidenav .sidenav__article-name:before {
  display: none;
}

.sidenav .sidenav__article-name {
  font-size: 15px;
}