/* Components */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 3 */
  font: inherit; /* 2 */
  color: inherit; /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0; /* 2 */
  border: 0; /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* Reset the box-sizing */

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

/* Body reset */

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

body {
  font-family: 'Open Sans', sans-serif;
/*   font-size: 14px; */
/*   line-height: 1.715; */
  font-size: 14px;
  line-height: 1.714;
  color: rgba(51, 51, 51, 1);
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* Reset fonts for relevant elements */

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

/* Links */

a {
  color: rgba(11, 112, 213, 1);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #074a8c;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #eceeef;
}

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

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
/*   margin-bottom: 1rem; */
  margin: 0 0 calc(14px * 1.715);
}

h1, .h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

h2, .h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h3, .h3 {
  font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

h4, .h4 {
  font-size: 16px;
	font-weight: 600;
	line-height: 24px;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin: 0 0 calc(14px * 1.715);
}

ul {
  margin: 0 0 calc(14px * 1.715);
}

ol {
  margin: 0 0 calc(14px * 1.715);
}

ul {
  margin: 0 0 calc(14px * 1.715);
}

ol {
  margin: 0 0 calc(14px * 1.715);
}

ul ul {
    margin-top: calc(14px * 1.715 / 2);
  }

ul ol {
    margin-top: calc(14px * 1.715 / 2);
  }

ol ul {
    margin-top: calc(14px * 1.715 / 2);
  }

ol ol {
    margin-top: calc(14px * 1.715 / 2);
  }

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

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

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

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

h5, .h5 {
  font-size: 14px;
}

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

b,
strong {
  font-weight: 600;
}

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

/* Description Lists */

dl {
  margin-top: 0; /* Remove browser default */
  margin-bottom: calc(14px * 1.715);
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0; /* Undo browser default */
}

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

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

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

/* Abbreviations and acronyms */

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

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

/* Blockquotes */

blockquote {
  padding: calc(14px * 1.715 / 2)
    calc(14px * 1.715);
  margin: 0 0 calc(14px * 1.715);
  border-left: 5px solid #eceeef;
}

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

/* Addresses */

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

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

.clearfix:after {
    clear: both;
  }

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

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

.hidden {
  display: none !important;
}

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

.center-block {
  float: none !important;
  margin-right: auto;
  margin-left: auto;
}

/* 
Normalize non-controls

Restyle and baseline non-control form elements. 
*/

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

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

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

/* 
 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*  Position radios and checkboxes better */

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

/*  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;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
}

/* 
 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;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.715;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: 1px solid #eceeef;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

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

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

/*  Placeholder */

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

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

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

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

select {
  height: calc(
    14px * 1.715 + 12px + 2px
  );
}

/*  Reset height for `textarea`s */

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

/*  Search inputs in iOS */

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

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

/*  Special styles for iOS temporal inputs

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

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

/*  Form groups

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

.form-field {
  margin-bottom: calc(14px * 1.715);
}

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

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

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

.form-field.boolean label {
    min-height: calc(14px * 1.715);
    /* Ensure the input doesn't jump when there is no text */
    margin-bottom: 0;
    cursor: pointer;
  }

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

/*  Help text

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

.form-field p,
.help-block {
  display: block; /* account for any element using help-block */
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 90%;
  color: #737373; /* lighten the text some for contrast */
}

%btn-disabled[disabled],
  fieldset[disabled] %btn-disabled {
    pointer-events: none; /* Future-proof disabling of clicks */
    cursor: not-allowed;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 0.65;
  }

/* Success appears as  */

.btn--success {
  color: #fff;
  background-color: #349c45;
  border-color: #349c45;
}

.btn--success:hover,
  .btn--success:focus,
  .btn--success:active {
    color: #e0e0e0;
    background-color: #277634;
    border-color: #256e31;
  }

.btn--success:active {
    background-image: none;
  }

/* Warning appears as orange */

.btn--warning {
  color: #f5d200;
  background-color: transparent;
  border-color: #dcbc00;
}

.btn--warning:hover,
  .btn--warning:focus,
  .btn--warning:active {
    color: #b89e00;
    background-color: darken(transparent, 10%);
    border-color: darken(darken(#f5d200, 5%), 12%);
  }

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

/* Danger and error appear as red */

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

.btn--danger:hover,
  .btn--danger:focus,
  .btn--danger:active,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: #ff1913;
    border-color: darken(darken(#ff4b46, 5%), 12%);
  }

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

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0; /* For input.btn */
  font-size: calc(14px * 0.85);
  font-weight: 500;
  line-height: 1.715;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none; /* Reset unusual Firefox-on-Android default style; see https:/*github.com/necolas/normalize.css/issues/214 */
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0; /* For input.btn */
  font-size: calc(14px * 0.85);
  font-weight: 500;
  line-height: 1.715;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none; /* Reset unusual Firefox-on-Android default style; see https:/*github.com/necolas/normalize.css/issues/214 */
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[role="button"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0; /* For input.btn */
  font-size: calc(14px * 0.85);
  font-weight: 500;
  line-height: 1.715;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none; /* Reset unusual Firefox-on-Android default style; see https:/*github.com/necolas/normalize.css/issues/214 */
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.satisfaction-box input[type="radio"] ~ label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0; /* For input.btn */
  font-size: calc(14px * 0.85);
  font-weight: 500;
  line-height: 1.715;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none; /* Reset unusual Firefox-on-Android default style; see https:/*github.com/necolas/normalize.css/issues/214 */
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.recent-activity-controls a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0; /* For input.btn */
  font-size: calc(14px * 0.85);
  font-weight: 500;
  line-height: 1.715;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none; /* Reset unusual Firefox-on-Android default style; see https:/*github.com/necolas/normalize.css/issues/214 */
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.btn:focus, .btn:active:focus, input[type="submit"]:focus, input[type="submit"]:active:focus, [role="button"]:focus, [role="button"]:active:focus, .satisfaction-box input[type="radio"] ~ label:focus, .satisfaction-box input[type="radio"] ~ label:active:focus, .recent-activity-controls a:focus, .recent-activity-controls a: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,
  [role="button"]:hover,
  [role="button"]:focus,
  .satisfaction-box input[type="radio"] ~ label:hover,
  .satisfaction-box input[type="radio"] ~ label:focus,
  .recent-activity-controls a:hover,
  .recent-activity-controls a:focus {
    color: #666666;
    text-decoration: none;
  }

.btn:active, input[type="submit"]:active, [role="button"]:active, .satisfaction-box input[type="radio"] ~ label:active, .recent-activity-controls a:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

[role="button"],
.btn--default,
.section-subscribe .dropdown-toggle,
.community-recent-activity .recent-activity-controls a,
.article-subscribe,
.article-unsubscribe,
.post-subscribe,
.post-unsubscribe,
.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
}

[role="button"]:hover,
  [role="button"]:focus,
  [role="button"]:active,
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .section-subscribe .dropdown-toggle:hover,
  .section-subscribe .dropdown-toggle:focus,
  .section-subscribe .dropdown-toggle:active,
  .community-recent-activity .recent-activity-controls a:hover,
  .community-recent-activity .recent-activity-controls a:focus,
  .community-recent-activity .recent-activity-controls a:active,
  .article-subscribe:hover,
  .article-subscribe:focus,
  .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active,
  .post-subscribe:hover,
  .post-subscribe:focus,
  .post-subscribe:active,
  .post-unsubscribe:hover,
  .post-unsubscribe:focus,
  .post-unsubscribe:active,
  .topic-controls__item--subscribe .dropdown-toggle:hover,
  .topic-controls__item--subscribe .dropdown-toggle:focus,
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    color: #474747;
    background-color: transparent;
    border-color: #474747;
  }

input[type="submit"],
.btn--primary,
.satisfaction-box .satisfaction-submit,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"],
.footer-submit-ticket__btn .btn--success {
  color: #fff;
  background-color: rgba(98, 53, 152, 1);
  border-color: rgba(98, 53, 152, 1);
}

input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active,
  .satisfaction-box .satisfaction-submit:hover,
  .satisfaction-box .satisfaction-submit:focus,
  .satisfaction-box .satisfaction-submit:active,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active,
  .footer-submit-ticket__btn .btn--success:hover,
  .footer-submit-ticket__btn .btn--success:focus,
  .footer-submit-ticket__btn .btn--success:active {
    color: #fff;
    background-color: #45256b;
    border-color: #45256b;
  }

.btn--topbar,
.topbar .login {
  color: rgba(75, 178, 227, 1);
  background-color: transparent;
  border-color: rgba(75, 178, 227, 1);
}

.btn--topbar:hover,
  .btn--topbar:focus,
  .btn--topbar:active,
  .topbar .login:hover,
  .topbar .login:focus,
  .topbar .login:active {
    color: #2098d0;
    background-color: transparent;
    border-color: #2098d0;
  }

.profile-header__options [data-action="edit-profile"] {
    color: rgba(107, 54, 166, 1);
    background-color: transparent;
    border-color: rgba(107, 54, 166, 1);
  }

.profile-header__options [data-action="edit-profile"]:hover,
    .profile-header__options [data-action="edit-profile"]:focus,
    .profile-header__options [data-action="edit-profile"]:active {
      color: #4d2778;
      background-color: darken(transparent, 12%);
      border-color: #4d2778;
    }

.profile-header__options [data-action="edit-profile"]:active {
      background-image: none;
    }

.profile-header__options [data-action="edit-profile"]:hover {
      border-color: rgba(0, 0, 0, 0.8);
      opacity: 0.8;
    }

.article-vote-controls__item {
  color: rgba(51, 51, 51, 1);
  background-color: #eceeef;
  border-color: #eceeef;
}

.article-vote-controls__item:hover {
    color: #141414;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
  }

.article-vote-controls__item:focus {
    color: #141414;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
  }

.article-vote-controls__item:active {
    color: #141414;
    background-color: #cbd0d3;
    border-color: #cbd0d3;
  }

.article-vote-controls__item:active {
    background-image: none;
  }

.container {
/*   padding-right: calc(15px * 2);
  padding-left: calc(15px * 2); */
  padding-left: 24px;
  padding-right: 24px;
}

.container-inner {
/*   max-width: 940px; */
  max-width: 1300px;
  margin: 0 auto;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row {
  margin-right: calc(15px * -1);
  margin-left: calc(15px * -1);
}

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

[dir="rtl"] .search-results-column {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.topabr + main {
  margin-top: calc(10px * 4);
}

@media (min-width: 768px) {

.main-column {
    padding-left: calc(15px * 2)
}
  }

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

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

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

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

@mixin line {
  display: inline-block;
  width: 30px;
  height: calc(30px / 15);
  background: rgba(107, 54, 166, 1);
  border-radius: calc(30px / 15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines-button {
  padding: calc(30px / 2) calc(30px / 4);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

@media (max-width: 767px) {

.lines-button {
    float: right
}
  }

@media (min-width: 768px) {

.lines-button {
    display: none
}
  }

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

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

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

/*common to all three-liners */

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: calc(30px / 15);
  background: rgba(107, 54, 166, 1);
  border-radius: calc(30px / 15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines:before,
  .lines:after {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 30px;
    height: calc(30px / 15);
    content: "";
    background: rgba(107, 54, 166, 1);
    border-radius: calc(30px / 15);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: calc(30px / 14) center;
            transform-origin: calc(30px / 14) center;
  }

.lines:before {
    top: 7.5px;
  }

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

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

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

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

      width: 30px;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }

.lines-button.is-active .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg);
    }

.lines-button.is-active .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg);
    }

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

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

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

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

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

@media (max-width: 767px) {

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

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

@media (min-width: 768px) {

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

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

@media (max-width: 767px) {

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

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

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

@media (min-width: 768px) {

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

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

@media (max-width: 767px) {

#user-dropdown {
    position: static;

    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1 !important
}

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

#user {
  display: block;
}

#user .dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: calc(14px * 0.85);
    font-weight: 500;
    color: inherit;
  }

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

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

@media (max-width: 767px) {

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

@media (min-width: 768px) {

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

#user-password,
#user-profile {
  color: rgba(51, 51, 51, 1);
}

@media (max-width: 767px) {

#user-password {
    min-width: 1px !important;
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 4px
}

#user-profile {
    min-width: 1px !important;
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 4px
}
  }

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

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

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

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

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

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

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

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

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

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

.breadcrumbs {
  padding: 30px 0 0;
  margin-bottom: calc(14px * 1.715);
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

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

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

.breadcrumbs > li a {
      color: rgba(11, 112, 213, 1);
    }

.help-center-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {

.help-center-name {
    display: none
}
  }

.hero-unit {
  /* display: none; */
  position: relative;
  padding-top: 7%;
  padding-bottom: 7%;
  margin-bottom: calc(14px * 1.715 * 2);
  text-align: center;
  background-image: url(//theme.zdassets.com/theme_assets/2313803/1a803aade879faccc66e87d3b169b9e1c42473b0.jpg);
  /* overflow: hidden; */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero-unit {
    height: 240px;
    background-position: -177px 0;
  }
}


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

    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(8, 178, 227, 0);
    opacity: 0.1;
  }

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

.language-selector {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

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

.language-selector .dropdown-menu-end {
    
  }

@media (max-width: 767px) {
  .language-selector .dropdown-menu-end {
    right: auto;
  }
}

.avatar {
  position: relative;
}

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

    font-size: calc(14px * 0.85);
    color: rgba(107, 54, 166, 1);
  }

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

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

.user-avatar--article {
  width: 40px;
  height: 40px;
}

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

[dir="rtl"] #query {
  transform: scaleX(-1);
}

.search {
  position: relative;
}

.search:before {
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -9px;
  	right: 16px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcuNjcgMTYuMDhsLTMuNDk1LTMuNDk1Yy45ODQtMS4zMTUgMS41NzQtMi45NDEgMS41NzQtNC43MSAwLTQuMzUtMy41MjUtNy44NzUtNy44NzUtNy44NzVzLTcuODc1IDMuNTI1LTcuODc1IDcuODc1IDMuNTI1IDcuODc1IDcuODc1IDcuODc1YzEuNzY5IDAgMy4zOTYtLjU5IDQuNzExLTEuNTc0bDMuNDk0IDMuNDk1Yy40MzkuNDM5IDEuMTUxLjQzOSAxLjU5MSAwIC40MzktLjQzOS40NC0xLjE1MSAwLTEuNTkxem0tOS43OTUtMi41OGMtMy4xMDcgMC01LjYyNS0yLjUxOC01LjYyNS01LjYyNXMyLjUxOC01LjYyNSA1LjYyNS01LjYyNSA1LjYyNSAyLjUxOCA1LjYyNSA1LjYyNS0yLjUxOCA1LjYyNS01LjYyNSA1LjYyNXoiIGZpbGw9IiMyMzFGMjAiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

[dir="rtl"] .search:before {
  transform: scaleX(-1);
}

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

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

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

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

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

.searchbox {
  margin-top: calc(14px * 1.715);
}

.searchbox-suggestions ul {
    padding-left: 0;
    margin-bottom: calc(14px * 1.715);

    list-style: none;
  }

.searchbox-suggestions li {
    margin-bottom: calc(14px * 1.715 / 3);
  }

.search-box {
  position: relative;
}

.search-box--sidebar {
  margin-bottom: calc(14px * 1.715);
}

.search-box--small {
  margin-bottom: calc(14px * 1.715);
}

.search-box--large {
  margin-bottom: calc(14px * 1.715 * 2);
}

.search-box--large #query {
    height: 50px;
  }

.search-results-count {
  font-size: calc(14px * 1.25);
}

.search-result {
  margin-bottom: calc(14px * 1.715);
  border-bottom: 1px solid #eceeef;
}

.search-result__title {
  margin-bottom: calc(14px * 1.715 / 2);
  font-weight: 600;
}

.search-result__description {
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 0.85);
}

.search-result__description:empty {
    display: none;
  }

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

.search-result__meta {
  margin-bottom: calc(14px * 1.715 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: calc(14px * 0.85);
  color: #fff;
  background-color: rgba(107, 54, 166, 1);
  border-radius: 4px;
}

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

.category-list {
  padding: 0;
  margin-bottom: calc(14px * 1.715);
  list-style: none;
}

[dir="ltr"] .category-list {
  border-left: 1px solid #d8d8d8;
}

[dir="rtl"] .category-list {
  border-right: 1px solid #d8d8d8;
}

.category-list-item {
  position: relative;
}

.category-list-item:last-child {
    display: none;
}

@media (min-width: 768px) {
  
  .search-box {
    display: none;
  }
  }

.category-list-item__link {
  display: block;
  padding: 12px 16px;
  font-weight: 600;
  font-weight: 300;
  color: inherit;
  /* color: $category-list-color; */
  /* text-align: center; */
  /* vertical-align: middle; */
  /* background-color: $category-list-bg; */
  /* border-radius: 4px; */

  /* @media (--screen-sm) {
  /*   display: table-cell;
  /* } */
}

/* transition: all .3s ease; */

.category-list-item__link:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
  	margin-left: -1px;
    content: "";
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

[dir="ltr"] .category-list-item__link:before {
    left: 0;
}

[dir="rtl"] .category-list-item__link:before {
    right: 0;
}

/* border: 1px solid $category-list-border; */

.category-list-item__link:hover,
  .category-list-item__link.active-item {
    color: rgba(11, 112, 213, 1); 
    /* text-decoration: none;
    /* border-color: $category-list-border-hover;
    /* background-color: lighten(var(--hr-border), 2%); */
  }

.category-list-item__link:hover:before, 
.category-list-item__link.active-item:before {
      background-color: #00a5ef;
}

.category-list-item__title {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height:16px;
  font-weight: 400;
}

.category-tree-item {
  display: none;
}

.category-tree-item:first-child {
    display: block;
  }

.category-tree-item__title {
  display: none;
}

.section {
  margin-bottom: calc(14px * 1.715 * 2);
}

.section__title {
  font-weight: 400;
}

.section__title-link {
  color: inherit;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.section-header {
  position: relative;
}

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

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

.section-title {
  padding-right: 120px;
}

@media (min-width: 768px) {
      .section-tree .section:nth-child(2n + 1) {
        clear: left;
      }
    }

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

      .section-tree .section:nth-child(3n + 1) {
        clear: left;
      }
    }

.section-articles__title {
  margin: calc(14px * 1.715 / 2) 0;
}

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

.article {
  position: relative;
}

.article__title {
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 1.5);
  font-weight: 300;
}

@media (min-width: 768px) {

.article__title {
    font-size: calc(14px * 2.15)
}
  }

@media (min-width: 992px) {

.article__title {
    font-size: calc(14px * 2.6)
}
  }

.article-meta {
  margin-bottom: calc(14px * 1.715);
}

.article-body {
  margin-bottom: calc(14px * 1.715);
}

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

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

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

.article-body .wysiwyg-font-size-small {
    font-size: calc(14px * 0.85);
  }

.article-body ul,
  .article-body ol {
    padding-left: 20px;
  }

.article-body ul ul {
      margin-top: calc(14px * 1.715 / 2);
    }

.article-body ul ol {
      margin-top: calc(14px * 1.715 / 2);
    }

.article-body ol ul {
      margin-top: calc(14px * 1.715 / 2);
    }

.article-body ol ol {
      margin-top: calc(14px * 1.715 / 2);
    }

.article-body ul li {
      margin-bottom: calc(14px * 1.715 / 2);
    }

.article-body ol li {
      margin-bottom: calc(14px * 1.715 / 2);
    }

.article-vote {
  position: relative;
}

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

.article-vote-question {
  float: left;
  margin-right: 12px;
}

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

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

.article-footer {
  padding: calc(14px * 1.715) 15px;
  margin-bottom: calc(14px * 1.715);
  background-color: #f6f7f8;
  border-radius: 4px;
}

.article-attachments {
  margin-bottom: calc(14px * 1.715);
}

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

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

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

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

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

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

.article-list-item__link {
  position: relative;
  display: block;
  padding-bottom: calc(14px * 1.715);
  color: rgba(51, 51, 51, 1);
  font-family: "Montserrat";
  font-weight: 600;
}

[dir="ltr"] .article-list-item__link {
  padding-right: calc(14px * 1.715);
}

[dir="rtl"] .article-list-item__link {
  padding-left: calc(14px * 1.715);
}

.article-list-item__link:hover {
  color: rgba(11, 112, 213, 1);
}

.article-list-item__link:after {
  position: absolute;
  top: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: calc(14px * 1.5);
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f107";
  color: #848484;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .article-list-item__link:after {
  right: 0;
}

[dir="rtl"] .article-list-item__link:after {
  left: 0;
}

.article-list-item__body {
  display: none;
  font-size: 14px;
  line-height: 1.715;
}

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

.comment-list-heading {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

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

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

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

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

.comment-list-header {
  padding-bottom: calc(14px * 1.715 / 2);
  margin-bottom: calc(14px * 1.715);
  border-bottom: 1px solid #eceeef;
}

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

.comment {
  position: relative;
  margin-bottom: calc(14px * 1.715);
  border-bottom: 1px solid #eceeef;
}

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

.comment__actions .dropdown-menu {
    right: initial;
    left: initial;
  }

.comment__header {
  position: relative;
  padding-left: calc(40px + 12px);
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 0.85);
}

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

.comment__author {
  display: block;
}

.comment__body ul {
    list-style: disc;
  }

.comment__body ul,
  .comment__body ol {
    padding-left: 20px;
  }

.comment__body ul ul {
      margin-top: calc(14px * 1.715 / 2);
    }

.comment__body ul ol {
      margin-top: calc(14px * 1.715 / 2);
    }

.comment__body ol ul {
      margin-top: calc(14px * 1.715 / 2);
    }

.comment__body ol ol {
      margin-top: calc(14px * 1.715 / 2);
    }

.comment__body ul li {
      margin-bottom: calc(14px * 1.715 / 2);
    }

.comment__body ol li {
      margin-bottom: calc(14px * 1.715 / 2);
    }

@media (min-width: 768px) {

.comment--with-side-avatar .comment__container {
      padding-right: (40px + 12px);
      padding-left: (40px + 12px)
  }
    }

.comment__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

.comment__voting-and-actions .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    content: "\f013";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.comment__voting-and-actions .vote--comment {
    position: static;
  }

.comment__pending {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  background-color: #f5d200;
  border-radius: 4px;
}

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

.comment__official-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #349c45;
}

.comment--with-voting {
  min-height: 140px;
  padding-right: calc(40px + calc(12px * 2));
  padding-bottom: calc(14px * 1.715);
}

.comment--official .comment__inner {
    position: relative;
    padding: calc(14px * 1.715)
      calc(12px * 2) calc(14px * 1.715)
      calc(12px * 2);
    /* background-color: desaturate(lighten(rgba(107, 54, 166, 1), 35%), 5%); */
    background-color: #faf8fd;
    border: 1px solid rgba(107, 54, 166, 1);
    border-radius: 4px;
  }

.comment--official p {
    margin-bottom: 0;
  }

/* Comment form */

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

@media (min-width: 768px) {

.comment-form {
    padding-left: calc(40px + 12px)
}
  }

@media (max-width: 767px) {

.comment-form__avatar {
    display: none
}
  }

.comment-form__body {
  margin-bottom: calc(14px * 1.715);
}

.comment-form__attachments {
  margin-bottom: calc(14px * 1.715);
}

.comment-form__mark-as-solved {
  position: relative;
  padding-left: calc(12px * 1.5);
}

.comment-form__mark-as-solved input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
  }

.comment--request {
  padding-bottom: calc(14px * 1.715 / 2);
}

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none;
}

.share li {
  position: relative;

  display: inline-block;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #818a91;
  background-color: #eceeef;
  border-color: #eceeef;
  border-radius: 4px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.share a:before {
    position: relative;

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

.share-facebook:before {
    content: "\f09a";
  }

.share-twitter:before {
    content: "\f099";
  }

.share-linkedin:before {
    content: "\f0e1";
  }

.share-googleplus:before {
    content: "\f0d5";
  }

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc(6px * 1.5);
    padding-bottom: calc(6px * 1.5);
    border-bottom: 1px solid #eceeef
}

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

@media (max-width: 767px) {

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

@media (min-width: 768px) {

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

.my-activities-menu ul {
    padding-left: 0;
    list-style: none;
  }

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

.my-activities-menu__item {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {

.my-activities-menu__item {
    float: left
}
  }

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }
}

.my-activities-menu--main {
  padding-bottom: calc(14px * 1.715);
  margin-bottom: calc(14px * 1.715);
  border-bottom: 1px solid #eceeef;
}

.my-activities-menu--main .my-activities-menu__item {
    padding: 6px 12px;
    background-color: #eceeef;
    border-radius: 4px;
  }

@media (max-width: 767px) {

.my-activities-menu--main .my-activities-menu__item {
      margin-bottom: calc(14px * 1.715 / 3)
  }
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 600;
      color: rgba(51, 51, 51, 1);
    }

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

.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 {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

@media (max-width: 767px) {

.my-activities-item {
    padding: 6px 12px;
    margin-bottom: calc(14px * 1.715);
    border: 1px solid #eceeef;
    border-radius: 4px
}
  }

.my-activities-item__meta {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {

.my-activities-item__meta {
    display: inline-block;
    margin-right: calc(12px / 2)
}

    .my-activities-item__meta + .my-activities-item__meta:before {
      margin-right: calc(12px / 2);
      content: "\2022";
    }
  }

.my-activities-item__title {
  font-weight: 500;
}

@media (max-width: 767px) {

.my-activities-item__title {
    font-size: calc(14px * 1.25)
}
  }

@media (max-width: 767px) {

.my-activities-item__icon {
    display: inline-block
}
  }

@media (min-width: 768px) {

.my-activities-item__icon {
    display: none
}
  }

.request-table-toolbar {
  padding-top: calc(6px * 2);
  padding-bottom: 6px;
  margin-bottom: calc(14px * 1.715);
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

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

@media (max-width: 767px) {

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

@media (min-width: 768px) {

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

.request {
  position: relative;
}

.request-id {
  margin-bottom: calc(14px * 1.715 / 2);
  font-weight: 600;
}

.request-subject {
  font-size: calc(14px * 1.5);
}

@media (min-width: 992px) {

.request-subject {
    font-size: calc(14px * 2.15);
    font-weight: 300
}
  }

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  padding: calc(14px * 1.715) 12px 0;
  margin-bottom: calc(14px * 1.715);
  font-size: 14px;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

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

.attachment-list {
  padding-left: 0;
  margin-bottom: 0;
  font-size: calc(14px * 0.85);
  list-style: none;
}

.attachment-list > li {
    margin-bottom: calc(14px * 1.715 / 3);
    margin-bottom: 0;
  }

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

.requests-sort-symbol:after {
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 5px;
    font-family: FontAwesome;
    font-size: 14px;
    color: rgba(107, 54, 166, 1);
    content: "\f0d7";
  }

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

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

.request-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.request-status--solved,
.request-status--closed {
  background-color: #349c45;
}

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

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

.new-request-title {
  font-size: calc(14px * 1.5);
}

@media (min-width: 768px) {

.new-request-title {
    font-size: calc(14px * 2.15)
}
  }

@media (min-width: 992px) {

.new-request-title {
    font-size: calc(14px * 2.6)
}
  }

.new-request-form {
  margin-bottom: calc(14px * 1.715);
}

.upload-dropzone {
  padding: calc(14px * 1.715) 16px;
  border-color: #eceeef;
  border-radius: 4px;
}

.upload-dropzone {
    font-size: calc(14px * 0.85);
  }

.upload-dropzone a {
    font-size: calc(14px * 0.85);
  }

.upload-dropzone span:before {
  display: block;
}

.intro-title {
  font-size: calc(14px * 1.5);
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

.intro-search {
  display: none;
}

[dir="rtl"] .intro-search .search {
  transform: scaleX(-1);
}

#query {
  border-radius: 4px;
  padding-left: 17px;
  border: 1px solid #d8d8d8;
  height: 48px;
}

@media (min-width: 768px) {

.intro-title {
    font-size: calc(14px * 2.15)
}
  
  .intro-search {
    display: block;
    margin-left: 450px;
    transform: translateY(40px);
  }
}

.custom-blocks {
  /* border-bottom: 1px solid var(--hr-border);
  /* @media (--screen-xxs-max) {
    /* margin-bottom: ($line-height-computed * 2);
  /* } */
}

.custom-block {
  margin-bottom: calc(14px * 1.715);
}

@media (max-width: 479px) {

.custom-block {
    float: none;
    width: 100%;
    padding: 0 16px
}
  }

@media (min-width: 480px) {

.custom-block {
    padding: 0 16px;
    text-align: center
}
  }

@media (min-width: 768px) {

.custom-block {
    margin-bottom: calc(14px * 1.715)
}
  }

.custom-block__link {
  display: block;

  padding-top: calc(14px * 1.715);
  padding-bottom: calc(14px * 1.715);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 479px) {

.custom-block__link {
    display: table
}
  }

.custom-block__link:active {
    background-color: #f2f3f4;
    /* .custom-block__icon circle {
    /*   stroke: $icon_color-hover;
    /* } */
  }

.custom-block__link:focus {
    background-color: #f2f3f4;
    /* .custom-block__icon circle {
    /*   stroke: $icon_color-hover;
    /* } */
  }

.custom-block__link:hover {
    background-color: #f2f3f4;
    /* .custom-block__icon circle {
    /*   stroke: $icon_color-hover;
    /* } */
  }

.custom-block__icon {
  display: inline-block;
}

@media (min-width: 480px) {

.custom-block__icon {
    margin-bottom: calc(14px * 1.715)
}
  }

.custom-block__icon svg {
    width: $icon_height;
    height: $icon_height;
  }

@media (min-width: 480px) {

.custom-block__icon svg {
      width: calc($icon_height + 10px);
      height: calc($icon_height + 10px)
  }
    }

.custom-block__icon circle,
  .custom-block__icon path {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

.custom-block__icon path,
  .custom-block__icon circle {
    stroke: $icon_color;
  }

.custom-block__title {
  font-size: 14px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
}

/* text-transform: uppercase; */

@media (max-width: 479px) {

.custom-block__title {
    display: table-cell;
    width: 100%;
    padding-left: 12px
}
  }

@media (min-width: 480px) {

.custom-block__title {
    display: block
}
  }

.dropdown-toggle:after {
  display: inline-block;
  margin-left: 5px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown-menu {
  min-width: 0 !important;
  padding: 0;
  font-size: 14px;
  border: 0;
  -webkit-box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.error-page {
  padding: 10% 0%;
  text-align: center;
}

.error-page__title {
  text-transform: capitalize;
}

.footer-submit-ticket {
  padding: calc(14px * 1.715 * 2)
    calc(15px * 2) calc(14px * 1.715);
  margin-bottom: calc(14px * 1.715 * 2);
  text-align: center;
  background-color: #314157;
  border-radius: 4px;
}

.footer-submit-ticket__title {
  font-size: calc(14px * 1.5);
  font-weight: 400;
  color: #fff;
}

.footer-submit-ticket__subtitle {
  font-size: calc(14px * 1.5);
  font-weight: 400;
  color: #fff;
}

.footer-submit-ticket__btn:empty {
    display: none;
  }

.footer-submit-ticket__btn .btn {
    padding: calc(6px * 1.5) calc(12px * 1.5);
  }

.note {
  position: relative;

  padding-left: 12px;
  margin: calc(14px * 1.715) 0;
  color: #666;
  border-left: calc(1px * 2) solid transparent;
}

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

.note-title {
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: 14px;
  font-weight: 600;
}

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

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

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

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

.note-info,
.note--info {
  border-color: #5bc0de;
}

.note-info .note-title, .note--info .note-title {
    color: #5bc0de;
  }

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

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

.note-success,
.note--success {
  border-color: #349c45;
}

.note-success .note-title, .note--success .note-title {
    color: #349c45;
  }

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

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

.footer {
  width: 100%;
  padding-top: calc(14px * 1.715 * 2);
  font-size: calc(14px - 2px);
  line-height: 1.1;
  color: rgba(153, 153, 153, 0.03);
  background-color: rgba(255, 255, 255, 1);
  border-color: #eee transparent transparent;
  border-style: solid;
  border-width: 1px 0 0;
}

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

@media (min-width: 768px) {

.footer__inner {
    display: table
}
  }

.footer__col {
  position: relative;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

.footer-social-link {
  width: calc((24px * 2) - 2px);
  height: calc((24px * 2) - 2px);
  color: rgba(8, 178, 227, 1);
  vertical-align: middle;
}

.footer-social-link + .footer-social-link {
    margin-left: 5px;
  }

.footer-social-link.fa {
    font-size: 24px;
  }

.copyright a {
  color: rgba(153, 153, 153, 0.03);
}

.pagination ul {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 calc(14px * 1.715 / 2);
  }

.pagination ul > li {
      display: inline-block; /* Remove list-style and block-level defaults */
      margin-right: 6px;
      margin-bottom: calc(14px * 1.715 / 2);
    }

.pagination ul > li > a,
      .pagination ul > li > span {
        position: relative;

        display: block;
        padding: 6px 16px;
        line-height: 1.715;
        color: #a6a6a7;
        text-decoration: none;
        background-color: #f6f6f6;
        border-radius: 4px;
      }

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

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

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

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

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

.satisfaction-box {
  padding: calc(14px * 1.715) 15px;
  margin: 0 0 calc(10px * 2) 0;
  margin-top: 0;
  border-color: #eceeef;
  border-radius: 4px;
}

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

.satisfaction-box input[type="radio"] ~ label {
  margin-right: 10px;
  letter-spacing: normal;
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  color: #fff !important;
  background-color: #256e31 !important;
  border-color: #256e31 !important;
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  color: #fff !important;
  background-color: #ff0f09 !important;
  border-color: darken(darken(#ff4b46, 5%), 12%) !important;
}

.satisfaction-box label.disabled {
  margin-bottom: calc(14px * 1.715) !important;
}

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

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

.satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
  font-size: calc(14px * 0.85) !important;
}

.satisfaction-reason {
  padding-top: calc(14px * 1.715);
}

.satisfaction-box .satisfaction-cancel {
  font-size: calc(14px * 0.85) !important;
  line-height: 1.715 !important;
}

.topbar {
  position: relative;
  top: 0;
  left: 0;

  z-index: 10;
  width: 100%;
  color: #3e3e40;
  border-top: 4px solid rgba(75, 178, 227, 1);
}

.topbar .login {
    margin-left: 12px;
  }

.submit-a-request {
    display: none;
  }

a.login {
  border-radius: 20px;
}

@media (max-width: 767px) {
.topbar .submit-a-request,
  .topbar .login,
  .topbar .language-selector {
      margin-bottom: 5px
  }
    }

.topbar + main {
  padding-top: calc(14px * 1.715);
}

@media (min-width: 768px) {

.topbar + main {
    padding-top: calc(14px * 1.715 * 2)
}
  }

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

@media (min-width: 768px) {

.topbar__inner {
    display: table
}
  }

.topbar__col {
  position: relative;

  padding: calc(14px * 1.715 / 1.5) 0;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

  [dir="ltr"] .topbar__controls {
      float: right
  }
  
  [dir="rtl"] .topbar__controls {
    float: left;
  }
}

@media (max-width: 767px) {

.topbar__collapse {
    display: none;
    padding-bottom: calc(14px * 1.715)
}
  }

@media (min-width: 768px) {

.topbar__collapse {
    display: block !important
}
  }

@media (max-width: 767px) {

.topbar__menu {
    padding: 0
}
  }

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  width: 48px;
  height: 48px;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 1px solid rgba(11, 112, 213, 1);
  border-radius: 4px;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[dir="rtl"] .scroll-to-top {
  right: auto;
  left: 30px;
}

.scroll-to-top:focus,
  .scroll-to-top:active {
    outline: 0;
  }

.scroll-to-top.is-active {
    bottom: 70px;
  }

.scroll-to-top:hover {
    color: #074a8c;
    border-color:#074a8c;
}

@media (max-width: 767px) {

.scroll-to-top {
    display: none
}
  }

/* Embeds responsive */

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

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

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

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

/* Modifier class for 16:9 aspect ratio */

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

/* Modifier class for 4:3 aspect ratio */

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

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}

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

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

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

@media (min-width: --screen-lg) {
  .visible-lg {
    display: block;
  }
}

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

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

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

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

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

@media print {
  .visible-print {
    display: block;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {

.visible-print-block {
    display: block !important
}
  }

.visible-print-inline {
  display: none !important;
}

@media print {

.visible-print-inline {
    display: inline !important
}
  }

.visible-print-inline-block {
  display: none !important;
}

@media print {

.visible-print-inline-block {
    display: inline-block !important
}
  }

@media print {
  .hidden-print {
    display: none !important;
  }
}

.page-header {
  margin-bottom: calc(14px * 1.715);
}

.page-header--with-border {
  border-bottom: 1px solid #eceeef;
}

.related-articles {
  margin-bottom: calc(14px * 1.715 / 2);
}

.recent-articles {
  margin-bottom: calc(14px * 1.715 / 2);
}

.related-articles h3 {
    margin-bottom: calc(14px * 1.715 / 2);
  }

.recent-articles h3 {
    margin-bottom: calc(14px * 1.715 / 2);
  }

@media (min-width: 768px) {

.related-articles h3 {
      margin-top: calc(14px * 1.715 / 2)
  }

.recent-articles h3 {
      margin-top: calc(14px * 1.715 / 2)
  }
    }

.related-articles ul, .recent-articles ul {
    padding-left: 0;
    list-style: none;
  }

.related-articles ul > li {
      margin-bottom: calc(14px * 1.715 / 3);
    }

.recent-articles ul > li {
      margin-bottom: calc(14px * 1.715 / 3);
    }

.section-articles__item {
  margin-bottom: calc(14px * 1.715 / 3);
}

.community-recent-activity {
  padding: calc(14px * 1.715) 12px;
  margin-bottom: calc(14px * 1.715 * 2);
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.community-recent-activity .recent-activity-header {
    font-size: 14px;
  }

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

    list-style: none;
  }

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

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

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

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

.promoted-articles {
  display: none;
}

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

.promoted-articles__list .article-list-item {
    display: block;
  }

.promoted-articles__title {
  font-size: calc(14px * 1.5);
  font-weight: 400;
}

.promoted-articles-item__title {
  display: block;
  margin-bottom: calc(14px * 1.715 / 4);
  font-size: calc(14px * 1.25);
}

/* User Profiles */

/* Profile Header */

.profile-header {
  padding: calc(14px * 1.715) 15px;
  margin-bottom: calc(14px * 1.715);
  color: #fff;
  text-align: center;
  background-color: #030303;
  border-radius: 4px;
}

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

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

.profile-header__name a {
    color: #fff;
  }

@media (min-width: 768px) {

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

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(14px * 1.715);
  color: rgba(107, 54, 166, 1);
  background-color: #fff;
}

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

/* Profile Stats */

.profile-stats {
  padding-left: 0;
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 0.85);
  color: undefined;
  list-style: none;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(14px * 1.715 / 4);
}

@media (max-width: 767px) {

.profile-stats__stat {
    display: block
}

    .profile-stats__stat:before {
      display: none;
    }
  }

.profile-stats__label {
  margin-right: calc(12px / 2);
}

.profile-stats__value {
  color: #fff;
}

/* Profile Nav */

.profile-nav {
  margin-bottom: calc(14px * 1.715);
  overflow: hidden;
  font-size: calc(14px * 0.85);
  font-weight: 600;
  background-color: #eceeef;
  border-radius: 4px;
}

.profile-nav__items {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

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

@media (min-width: 768px) {

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

.profile-nav__item a {
    display: block;
    color: rgba(51, 51, 51, 1);
  }

.profile-nav__item.is-active {
    color: #fff;
    background-color: rgba(107, 54, 166, 1);
  }

.profile-nav__item.is-active {
    padding: calc(14px * 1.715 / 1.5)
      12px;
    line-height: 1;
  }

.profile-nav__item a {
    padding: calc(14px * 1.715 / 1.5)
      12px;
    line-height: 1;
  }

.profile-nav__item:after {
    right: 12px !important;
  }

/* Profile Section */

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: calc(14px * 1.715);
}

.profile-section__title {
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 1.5);
}

.profile-section__description {
  font-size: calc(14px * 0.85);
  color: #979797;
}

@media (min-width: 768px) {

.profile-section__description {
    padding-bottom: 0
}
  }

/* Profile Section Sorter */

.profile-section-sorter {
  font-size: calc(14px * 0.85);
}

.profile-section-sorter .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.profile-section-sorter {
    padding-top: 0;
    border-top: 0
}
  }

@media (min-width: 768px) {

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

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc(14px * 1.715 / 2)
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--main {
    padding-right: 12px
}
  }

@media (min-width: 768px) {

.profile-section-sorter__col--btn {
    text-align: right
}
  }

/* Profile Contribution */

.profile-contribution {
  position: relative;
  padding: calc(14px * 1.715 / 2) 15px;

  word-wrap: break-word;
  background-color: #f4f5f6;

  border-radius: 4px;
}

.profile-contribution__header {
  margin-bottom: calc(14px * 1.715 / 4);
}

.profile-contribution__status {
  margin-bottom: calc(14px * 1.715 / 4);
}

.profile-contribution__title {
  margin-bottom: calc(14px * 1.715 / 4);
  font-size: 14px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: calc(14px * 1.715 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
    display: inline-block;
    margin-right: 2px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 0.85);
}

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

/* Profile Activity */

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

.profile-activity {
  position: relative;
  margin-bottom: calc(14px * 1.715 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(14px * 1.715 / 2);

  font-size: calc(14px * 0.85);
  font-weight: 600;
}

.profile-activity__header:before {
    display: inline-block;
    margin-right: 2px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: calc(12px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: "\f0f6";
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: "\f0e6";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: "\f0e5";
}

.user-subscribe {
  display: inline-block;
}

.status-label {
  padding: 2px calc(12px / 2);
  font-size: 12px;
  border-radius: 4px;
}

.status-label--pending {
  background-color: #f5d200;
}

.status-label--with-ticket {
  background-color: rgba(107, 54, 166, 1);
}

.status-label--with-ticket:hover,
  .status-label--with-ticket:focus,
  .status-label--with-ticket:active {
    color: #fff;
  }

.status-label--solved,
.status-label--closed {
  background-color: #349c45;
}

.status-label--new,
.status-label--open {
  background-color: #ff4b46;
}

.status-label--answered {
  background-color: #f5d200;
}

.status-label--official {
  background-color: rgba(107, 54, 166, 1);
}

.status-label--completed,
.status-label--answered {
  background-color: #349c45;
}

.status-label--planned {
  background-color: rgba(107, 54, 166, 1);
}

.status-label--not-planned {
  color: rgba(51, 51, 51, 1);
  background-color: #eceeef;
}

.entry-info {
  overflow: hidden;

  font-size: calc(14px * 0.85);
}

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

.entry-info:after {
    clear: both;
  }

.entry-info__avatar {
  float: left;
  padding-right: 12px;
}

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

.callout {
  padding: calc(14px * 1.715) 20px;
  margin-bottom: calc(14px * 1.715);
  background-color: #eceeef;
}

[dir="ltr"] .callout {
  border-left-width: 5px;
  border-left-style: solid;
}

[dir="rtl"] .callout {
  border-right-width: 5px;
  border-right-style: solid;
}

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

.callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  color: rgba(51, 51, 51, 1);
  background-color: #e7f7ea;
  border-color: #349c45;
}

.callout--success .callout__title {
    color: #349c45;
  }

.callout--info {
  color: rgba(51, 51, 51, 1);
  background-color: #ebf7fb;
  border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
  }

.callout--warning {
  color: rgba(51, 51, 51, 1);
  background-color: #fffadc;
  border-color: #f5d200;
}

.callout--warning .callout__title {
    color: #f5d200;
  }

.callout--danger {
  color: rgba(51, 51, 51, 1);
  background-color: #ffeae9;
  border-color: #ff4b46;
}

.callout--danger .callout__title {
    color: #ff4b46;
  }

.callout--primary {
  color: rgba(51, 51, 51, 1);
  background-color: #f2ecf9;
  border-color: rgba(107, 54, 166, 1);
}

.callout--primary .callout__title {
    color: rgba(107, 54, 166, 1);
  }

.callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  -webkit-box-shadow: 0 5px 15px 2px #55595c;
          box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
  }

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
    width: 100%;
  }

.image-with-video-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 0;
    height: 0;
    font-size: 0;
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 30px 0 30px 60px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.image-with-video-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
  }

.image-with-video-icon:active:before, .image-with-video-icon:hover:before {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }

.list-colored,
.list-bullet {
  padding-left: 0 !important;
  list-style-type: none;
  counter-reset: list;
}

.list-colored li {
    position: relative;
    padding-left: calc(30px + 12px);
    margin-bottom: calc(14px * 1.715 / 1.5) !important;
    counter-increment: list;
  }

.list-colored li:before {
      position: absolute;
      top: -3px;
      left: 0;
      z-index: 1;
      width: 30px;
      height: 30px;
      font-size: calc(14px * 0.85);
      line-height: 30px;
      color: #fff;
      text-align: center;
      content: counter(list);

      background-color: rgba(107, 54, 166, 1);
      border-radius: 50%;
    }

.list-colored ol {
    margin-bottom: 14px;
    list-style-type: none;
    counter-reset: list;
  }

.list-bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
  }

.list-bullet li:before {
      position: absolute;
      top: -3px;
      left: 0;
      width: auto;
      height: auto;
      font-family: "FontAwesome";
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      color: rgba(107, 54, 166, 1);
      content: "\f046";
      background-color: transparent;
    }

.list-bullet ul {
    margin-bottom: 14px;
    list-style: none;
  }

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

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

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

.text-primary {
  background-color: #b998dd;
}

.text-info {
  background-color: #5bc0de;
}

.text-warning {
  background-color: #f5d200;
}

.text-danger {
  background-color: #ff4b46;
}

.text-success {
  background-color: #349c45;
}

.accordion {
  padding-top: 0;
  margin-bottom: calc(14px * 1.715);
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.accordion__item-title {
  position: relative;
  padding: 20px 24px;
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #d8d8d8;
  }

.accordion__item-title:before {
    position: absolute;
    content: "";
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}

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

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    top: 50%;

    width: 8px;
    height: 8px;

    margin-top: -4px;
    border-bottom: 2px solid #848484;
    border-left: 2px solid #848484;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

[dir="rtl"] .accordion--default .accordion__item-title:before {
    left: 28px;
}
[dir="ltr"] .accordion--default .accordion__item-title:before {
    right: 28px;
}

.accordion--default .accordion__item-title--active {
    background-color: #f0f0f0;
  }

.accordion--default .accordion__item-title--active:before {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }

.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }

.accordion--colored .accordion__item-title:before {
      left: 20px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title:after {
      position: absolute;
      left: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      content: "";
      background-color: #818a91;
    }

.accordion--colored .accordion__item-title--active {
      color: #fff;
      background-color: rgba(107, 54, 166, 1);
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }

.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

.tabs {
  margin-bottom: calc(14px * 1.715);
}

.tab {
  display: block;
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

@media (min-width: 768px) {

.tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
  }

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  padding: 8px 30px;
  margin: 0;
  font-weight: 600;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: rgba(107, 54, 166, 1);
  }

@media (max-width: 767px) {

.tabs-link {
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: #ddd
}

    .tabs-link:first-child {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: rgba(107, 54, 166, 1);
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: rgba(107, 54, 166, 1);
    cursor: default;
  }

@media (min-width: 768px) {

.tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
  }

.tabs--colored-1 .tab {
    background-color: #f7f7f9 !important;
  }

.tabs--colored-1 .tabs-link.is-active {
    background-color: #f7f7f9;
    border-bottom-color: #f7f7f9;
  }

.tabs--colored-2 .tabs-link:hover {
      color: rgba(107, 54, 166, 1);
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
    background-color: rgba(107, 54, 166, 1);
    border-color: rgba(107, 54, 166, 1);
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

.tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

/* Community */

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
    margin-left: 12px;
  }

.community-nav__item.is-active {
    font-weight: 600;
  }

.community-nav__item--button {
  float: right;
}

.vote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected="true"] {
    z-index: 2;
  }

.vote-sum {
  display: block;
  padding-top: calc(14px * 1.715 / 4);
  padding-bottom: calc(14px * 1.715 / 4);
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: calc(14px * 1.715 / 6) 0 !important;
  font-size: 14px !important;
  line-height: 1.715 !important;
  color: rgba(51, 51, 51, 1);
  border-color: #eceeef;
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control:focus {
    color: rgba(51, 51, 51, 1);
    border-color: #eceeef;
  }

.vote-control:hover,
  .vote-control[aria-selected="true"] {
    color: rgba(107, 54, 166, 1);
    border-color: rgba(107, 54, 166, 1);
  }

.vote-control[aria-selected="true"]:hover {
      color: rgba(51, 51, 51, 1);
      border-color: #eceeef;
    }

.topic-list-item:nth-child(2n + 1) {
    clear: left;
  }

.topic-list-item__box {
  padding: calc(14px * 1.715) 12px;
  margin-bottom: calc(14px * 1.715);
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-bottom: calc(14px * 1.715 / 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(14px * 1.715 / 2);
  margin-bottom: calc(14px * 1.715);
  border-bottom: 1px solid #eceeef;
}

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

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 2.15);
}

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc(14px * 1.715 / 2)
}
  }

.topic-controls {
  margin-bottom: calc(14px * 1.715 * 2);
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: calc(12px / 2);
}

@media (min-width: 768px) {

.topic-controls__item--subscribe {
    float: right;
    white-space: nowrap
}
  }

.topic-controls__item--subscribe .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

.topic-controls__item--subscribe .dropdown-menu {
    right: initial;
    left: initial;
  }

.post {
  position: relative;
  margin-bottom: calc(14px * 1.715);
}

.post__title {
  padding-right: calc(12px * 1.5);
  font-size: calc(14px * 1.5);
}

@media (min-width: 768px) {

.post__title {
    font-size: calc(14px * 2.15)
}
  }

@media (min-width: 992px) {

.post__title {
    font-size: calc(14px * 2.6)
}
  }

.post-meta {
  display: table;
  width: 100%;
  margin-bottom: calc(14px * 1.715);
}

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

.post-meta__col--main {
  width: 100%;
  padding-right: 12px;
}

@media (max-width: 1199px) {

.post-meta__item--author {
    margin-right: 12px
}
  }

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(14px * 0.85);
}

.entry-info__avatar {
  padding-right: 12px;
}

.post-author-name {
  display: inline-block;
  font-weight: 600;
  vertical-align: middle;
}

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

.post-avatar img {
    margin-right: calc(12px / 2);
  }

.post__text {
  word-wrap: break-word;
}

.post-controls {
  position: absolute;
  top: 0;
  right: 0;
}

.post-controls .dropdown-toggle {
    font-size: 0;
  }

.post-controls .dropdown-toggle:after {
      font-size: calc(14px + 2);
    }

.post-controls .dropdown-menu {
    right: initial;
    left: initial;
  }

.post__voting-and-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
}

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

.post__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    font-size: 14px;
    content: "\f013";
  }

.post__voting-and-actions .vote {
    position: static;
  }

.post__body {
  padding-right: calc(40px + 12px);
}

.post__body ul {
    list-style: disc;
  }

.post__body ul,
  .post__body ol {
    padding-left: 20px;
  }

.post__body ul ul {
      margin-top: calc(14px * 1.715 / 2);
    }

.post__body ul ol {
      margin-top: calc(14px * 1.715 / 2);
    }

.post__body ol ul {
      margin-top: calc(14px * 1.715 / 2);
    }

.post__body ol ol {
      margin-top: calc(14px * 1.715 / 2);
    }

.post__body ul li {
      margin-bottom: calc(14px * 1.715 / 2);
    }

.post__body ol li {
      margin-bottom: calc(14px * 1.715 / 2);
    }

.post-list-item {
  padding-bottom: calc(14px * 1.715);
  margin-bottom: calc(14px * 1.715);
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item__title {
  margin-bottom: calc(14px * 1.715 / 2);
  font-size: calc(14px * 1.5);
}

.post-list-item__title .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
  }

@media (min-width: 768px) {

.post-list-item__col {
    display: table-cell;
    vertical-align: top
}
  }

@media (min-width: 768px) {

.post-list-item__col--main {
    width: 60%
}
  }

@media (min-width: 768px) {

.post-list-item__col--side {
    width: 40%;
    text-align: right
}
  }

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

@media (min-width: 768px) {

.post-info {
    float: right;
    min-width: 90px;
    padding: 6px 12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px
}
  }

@media (min-width: 768px) {

.post-info__count {
    display: block;
    font-weight: 600;
    color: rgba(51, 51, 51, 1)
}
  }

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

.post-status {
  display: inline-block;
  padding: 1px calc(12px / 2);
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.post-status--completed,
.post-status--answered {
  background-color: #349c45;
}

.post-status--planned {
  background-color: $brand-secondary;
}

.post-status--not-planned {
  color: rgba(51, 51, 51, 1);
  background-color: #eceeef;
}

.new-post-title {
  font-size: calc(14px * 1.5);
}

@media (min-width: 768px) {

.new-post-title {
    font-size: calc(14px * 2.15)
}
  }

@media (min-width: 992px) {

.new-post-title {
    font-size: calc(14px * 2.6)
}
  }

.new-post-form {
  margin-bottom: calc(14px * 1.715);
}

/* bootstrap 4  > reboot, type, grid, utilities, dropdown */

.b4 *,.b4 :after,.b4 :before{box-sizing:border-box}.b4 html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.b4 article,.b4 aside,.b4 figcaption,.b4 figure,.b4 footer,.b4 header,.b4 hgroup,.b4 main,.b4 nav,.b4 section{display:block}.b4 body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}.b4 [tabindex="-1"]:focus:not(:focus-visible){outline:0!important}.b4 hr{box-sizing:content-box;height:0;overflow:visible}.b4 h1,.b4 h2,.b4 h3,.b4 h4,.b4 h5,.b4 h6{margin-top:0;margin-bottom:.5rem}.b4 p{margin-top:0;margin-bottom:1rem}.b4 abbr[data-original-title],.b4 abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}.b4 address{margin-bottom:1rem;font-style:normal;line-height:inherit}.b4 dl,.b4 ol,.b4 ul{margin-top:0;margin-bottom:1rem}.b4 ol ol,.b4 ol ul,.b4 ul ol,.b4 ul ul{margin-bottom:0}.b4 dt{font-weight:700}.b4 dd{margin-bottom:.5rem;margin-left:0}.b4 blockquote{margin:0 0 1rem}.b4 b,.b4 strong{font-weight:bolder}.b4 small{font-size:80%}.b4 sub,.b4 sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.b4 sub{bottom:-.25em}.b4 sup{top:-.5em}.b4 a{color:#007bff;text-decoration:none;background-color:transparent}.b4 a:hover{color:#0056b3;text-decoration:underline}.b4 a:not([href]),.b4 a:not([href]):hover{color:inherit;text-decoration:none}.b4 code,.b4 kbd,.b4 pre,.b4 samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.b4 pre{margin-top:0;margin-bottom:1rem;overflow:auto}.b4 figure{margin:0 0 1rem}.b4 img{border-style:none}.b4 img,.b4 svg{vertical-align:middle}.b4 svg{overflow:hidden}.b4 table{border-collapse:collapse}.b4 caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}.b4 th{text-align:inherit}.b4 label{display:inline-block;margin-bottom:.5rem}.b4 button{border-radius:0}.b4 button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.b4 button,.b4 input,.b4 optgroup,.b4 select,.b4 textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.b4 button,.b4 input{overflow:visible}.b4 button,.b4 select{text-transform:none}.b4 select{word-wrap:normal}.b4 [type=button],.b4 [type=reset],.b4 [type=submit],.b4 button{-webkit-appearance:button}.b4 [type=button]:not(:disabled),.b4 [type=reset]:not(:disabled),.b4 [type=submit]:not(:disabled),.b4 button:not(:disabled){cursor:pointer}.b4 [type=button]::-moz-focus-inner,.b4 [type=reset]::-moz-focus-inner,.b4 [type=submit]::-moz-focus-inner,.b4 button::-moz-focus-inner{padding:0;border-style:none}.b4 input[type=checkbox],.b4 input[type=radio]{box-sizing:border-box;padding:0}.b4 input[type=date],.b4 input[type=datetime-local],.b4 input[type=month],.b4 input[type=time]{-webkit-appearance:listbox}.b4 textarea{overflow:auto;resize:vertical}.b4 fieldset{min-width:0;padding:0;margin:0;border:0}.b4 legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}.b4 progress{vertical-align:baseline}.b4 [type=number]::-webkit-inner-spin-button,.b4 [type=number]::-webkit-outer-spin-button{height:auto}.b4 [type=search]{outline-offset:-2px;-webkit-appearance:none}.b4 [type=search]::-webkit-search-decoration{-webkit-appearance:none}.b4 ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.b4 output{display:inline-block}.b4 summary{display:list-item;cursor:pointer}.b4 template{display:none}.b4 [hidden]{display:none!important}.b4 .h1,.b4 .h2,.b4 .h3,.b4 .h4,.b4 .h5,.b4 .h6,.b4 h1,.b4 h2,.b4 h3,.b4 h4,.b4 h5,.b4 h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.b4 .h1,.b4 h1{font-size:2.5rem}.b4 .h2,.b4 h2{font-size:2rem}.b4 .h3,.b4 h3{font-size:1.75rem}.b4 .h4,.b4 h4{font-size:1.5rem}.b4 .h5,.b4 h5{font-size:1.25rem}.b4 .h6,.b4 h6{font-size:1rem}.b4 .lead{font-size:1.25rem;font-weight:300}.b4 .display-1{font-size:6rem}.b4 .display-1,.b4 .display-2{font-weight:300;line-height:1.2}.b4 .display-2{font-size:5.5rem}.b4 .display-3{font-size:4.5rem}.b4 .display-3,.b4 .display-4{font-weight:300;line-height:1.2}.b4 .display-4{font-size:3.5rem}.b4 hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.b4 .small,.b4 small{font-size:80%;font-weight:400}.b4 .mark,.b4 mark{padding:.2em;background-color:#fcf8e3}.b4 .list-inline,.b4 .list-unstyled{padding-left:0;list-style:none}.b4 .list-inline-item{display:inline-block}.b4 .list-inline-item:not(:last-child){margin-right:.5rem}.b4 .initialism{font-size:90%;text-transform:uppercase}.b4 .blockquote{margin-bottom:1rem;font-size:1.25rem}.b4 .blockquote-footer{display:block;font-size:80%;color:#6c757d}.b4 .blockquote-footer:before{content:"\2014\00A0"}.b4 .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.b4 .container{max-width:540px}}@media (min-width:768px){.b4 .container{max-width:720px}}@media (min-width:992px){.b4 .container{max-width:960px}}@media (min-width:1200px){.b4 .container{max-width:1140px}}.b4 .container-fluid,.b4 .container-lg,.b4 .container-md,.b4 .container-sm,.b4 .container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.b4 .container,.b4 .container-sm{max-width:540px}}@media (min-width:768px){.b4 .container,.b4 .container-md,.b4 .container-sm{max-width:720px}}@media (min-width:992px){.b4 .container,.b4 .container-lg,.b4 .container-md,.b4 .container-sm{max-width:960px}}@media (min-width:1200px){.b4 .container,.b4 .container-lg,.b4 .container-md,.b4 .container-sm,.b4 .container-xl{max-width:1140px}}.b4 .row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.b4 .no-gutters{margin-right:0;margin-left:0}.b4 .no-gutters>.col,.b4 .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.b4 .col,.b4 .col-1,.b4 .col-2,.b4 .col-3,.b4 .col-4,.b4 .col-5,.b4 .col-6,.b4 .col-7,.b4 .col-8,.b4 .col-9,.b4 .col-10,.b4 .col-11,.b4 .col-12,.b4 .col-auto,.b4 .col-lg,.b4 .col-lg-1,.b4 .col-lg-2,.b4 .col-lg-3,.b4 .col-lg-4,.b4 .col-lg-5,.b4 .col-lg-6,.b4 .col-lg-7,.b4 .col-lg-8,.b4 .col-lg-9,.b4 .col-lg-10,.b4 .col-lg-11,.b4 .col-lg-12,.b4 .col-lg-auto,.b4 .col-md,.b4 .col-md-1,.b4 .col-md-2,.b4 .col-md-3,.b4 .col-md-4,.b4 .col-md-5,.b4 .col-md-6,.b4 .col-md-7,.b4 .col-md-8,.b4 .col-md-9,.b4 .col-md-10,.b4 .col-md-11,.b4 .col-md-12,.b4 .col-md-auto,.b4 .col-sm,.b4 .col-sm-1,.b4 .col-sm-2,.b4 .col-sm-3,.b4 .col-sm-4,.b4 .col-sm-5,.b4 .col-sm-6,.b4 .col-sm-7,.b4 .col-sm-8,.b4 .col-sm-9,.b4 .col-sm-10,.b4 .col-sm-11,.b4 .col-sm-12,.b4 .col-sm-auto,.b4 .col-xl,.b4 .col-xl-1,.b4 .col-xl-2,.b4 .col-xl-3,.b4 .col-xl-4,.b4 .col-xl-5,.b4 .col-xl-6,.b4 .col-xl-7,.b4 .col-xl-8,.b4 .col-xl-9,.b4 .col-xl-10,.b4 .col-xl-11,.b4 .col-xl-12,.b4 .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.b4 .col{flex-basis:0;flex-grow:1;max-width:100%}.b4 .row-cols-1>*{flex:0 0 100%;max-width:100%}.b4 .row-cols-2>*{flex:0 0 50%;max-width:50%}.b4 .row-cols-3>*{flex:0 0 33.33333%;max-width:33.33333%}.b4 .row-cols-4>*{flex:0 0 25%;max-width:25%}.b4 .row-cols-5>*{flex:0 0 20%;max-width:20%}.b4 .row-cols-6>*{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-auto{flex:0 0 auto;width:auto;max-width:100%}.b4 .col-1{flex:0 0 8.33333%;max-width:8.33333%}.b4 .col-2{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-3{flex:0 0 25%;max-width:25%}.b4 .col-4{flex:0 0 33.33333%;max-width:33.33333%}.b4 .col-5{flex:0 0 41.66667%;max-width:41.66667%}.b4 .col-6{flex:0 0 50%;max-width:50%}.b4 .col-7{flex:0 0 58.33333%;max-width:58.33333%}.b4 .col-8{flex:0 0 66.66667%;max-width:66.66667%}.b4 .col-9{flex:0 0 75%;max-width:75%}.b4 .col-10{flex:0 0 83.33333%;max-width:83.33333%}.b4 .col-11{flex:0 0 91.66667%;max-width:91.66667%}.b4 .col-12{flex:0 0 100%;max-width:100%}.b4 .order-first{order:-1}.b4 .order-last{order:13}.b4 .order-0{order:0}.b4 .order-1{order:1}.b4 .order-2{order:2}.b4 .order-3{order:3}.b4 .order-4{order:4}.b4 .order-5{order:5}.b4 .order-6{order:6}.b4 .order-7{order:7}.b4 .order-8{order:8}.b4 .order-9{order:9}.b4 .order-10{order:10}.b4 .order-11{order:11}.b4 .order-12{order:12}.b4 .offset-1{margin-left:8.33333%}.b4 .offset-2{margin-left:16.66667%}.b4 .offset-3{margin-left:25%}.b4 .offset-4{margin-left:33.33333%}.b4 .offset-5{margin-left:41.66667%}.b4 .offset-6{margin-left:50%}.b4 .offset-7{margin-left:58.33333%}.b4 .offset-8{margin-left:66.66667%}.b4 .offset-9{margin-left:75%}.b4 .offset-10{margin-left:83.33333%}.b4 .offset-11{margin-left:91.66667%}@media (min-width:576px){.b4 .col-sm{flex-basis:0;flex-grow:1;max-width:100%}.b4 .row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.b4 .row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.b4 .row-cols-sm-3>*{flex:0 0 33.33333%;max-width:33.33333%}.b4 .row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.b4 .row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.b4 .row-cols-sm-6>*{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.b4 .col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}.b4 .col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-sm-3{flex:0 0 25%;max-width:25%}.b4 .col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}.b4 .col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}.b4 .col-sm-6{flex:0 0 50%;max-width:50%}.b4 .col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}.b4 .col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}.b4 .col-sm-9{flex:0 0 75%;max-width:75%}.b4 .col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}.b4 .col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}.b4 .col-sm-12{flex:0 0 100%;max-width:100%}.b4 .order-sm-first{order:-1}.b4 .order-sm-last{order:13}.b4 .order-sm-0{order:0}.b4 .order-sm-1{order:1}.b4 .order-sm-2{order:2}.b4 .order-sm-3{order:3}.b4 .order-sm-4{order:4}.b4 .order-sm-5{order:5}.b4 .order-sm-6{order:6}.b4 .order-sm-7{order:7}.b4 .order-sm-8{order:8}.b4 .order-sm-9{order:9}.b4 .order-sm-10{order:10}.b4 .order-sm-11{order:11}.b4 .order-sm-12{order:12}.b4 .offset-sm-0{margin-left:0}.b4 .offset-sm-1{margin-left:8.33333%}.b4 .offset-sm-2{margin-left:16.66667%}.b4 .offset-sm-3{margin-left:25%}.b4 .offset-sm-4{margin-left:33.33333%}.b4 .offset-sm-5{margin-left:41.66667%}.b4 .offset-sm-6{margin-left:50%}.b4 .offset-sm-7{margin-left:58.33333%}.b4 .offset-sm-8{margin-left:66.66667%}.b4 .offset-sm-9{margin-left:75%}.b4 .offset-sm-10{margin-left:83.33333%}.b4 .offset-sm-11{margin-left:91.66667%}}@media (min-width:768px){.b4 .col-md{flex-basis:0;flex-grow:1;max-width:100%}.b4 .row-cols-md-1>*{flex:0 0 100%;max-width:100%}.b4 .row-cols-md-2>*{flex:0 0 50%;max-width:50%}.b4 .row-cols-md-3>*{flex:0 0 33.33333%;max-width:33.33333%}.b4 .row-cols-md-4>*{flex:0 0 25%;max-width:25%}.b4 .row-cols-md-5>*{flex:0 0 20%;max-width:20%}.b4 .row-cols-md-6>*{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.b4 .col-md-1{flex:0 0 8.33333%;max-width:8.33333%}.b4 .col-md-2{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-md-3{flex:0 0 25%;max-width:25%}.b4 .col-md-4{flex:0 0 33.33333%;max-width:33.33333%}.b4 .col-md-5{flex:0 0 41.66667%;max-width:41.66667%}.b4 .col-md-6{flex:0 0 50%;max-width:50%}.b4 .col-md-7{flex:0 0 58.33333%;max-width:58.33333%}.b4 .col-md-8{flex:0 0 66.66667%;max-width:66.66667%}.b4 .col-md-9{flex:0 0 75%;max-width:75%}.b4 .col-md-10{flex:0 0 83.33333%;max-width:83.33333%}.b4 .col-md-11{flex:0 0 91.66667%;max-width:91.66667%}.b4 .col-md-12{flex:0 0 100%;max-width:100%}.b4 .order-md-first{order:-1}.b4 .order-md-last{order:13}.b4 .order-md-0{order:0}.b4 .order-md-1{order:1}.b4 .order-md-2{order:2}.b4 .order-md-3{order:3}.b4 .order-md-4{order:4}.b4 .order-md-5{order:5}.b4 .order-md-6{order:6}.b4 .order-md-7{order:7}.b4 .order-md-8{order:8}.b4 .order-md-9{order:9}.b4 .order-md-10{order:10}.b4 .order-md-11{order:11}.b4 .order-md-12{order:12}.b4 .offset-md-0{margin-left:0}.b4 .offset-md-1{margin-left:8.33333%}.b4 .offset-md-2{margin-left:16.66667%}.b4 .offset-md-3{margin-left:25%}.b4 .offset-md-4{margin-left:33.33333%}.b4 .offset-md-5{margin-left:41.66667%}.b4 .offset-md-6{margin-left:50%}.b4 .offset-md-7{margin-left:58.33333%}.b4 .offset-md-8{margin-left:66.66667%}.b4 .offset-md-9{margin-left:75%}.b4 .offset-md-10{margin-left:83.33333%}.b4 .offset-md-11{margin-left:91.66667%}}@media (min-width:992px){.b4 .col-lg{flex-basis:0;flex-grow:1;max-width:100%}.b4 .row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.b4 .row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.b4 .row-cols-lg-3>*{flex:0 0 33.33333%;max-width:33.33333%}.b4 .row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.b4 .row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.b4 .row-cols-lg-6>*{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.b4 .col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}.b4 .col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-lg-3{flex:0 0 25%;max-width:25%}.b4 .col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}.b4 .col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}.b4 .col-lg-6{flex:0 0 50%;max-width:50%}.b4 .col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}.b4 .col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}.b4 .col-lg-9{flex:0 0 75%;max-width:75%}.b4 .col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}.b4 .col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}.b4 .col-lg-12{flex:0 0 100%;max-width:100%}.b4 .order-lg-first{order:-1}.b4 .order-lg-last{order:13}.b4 .order-lg-0{order:0}.b4 .order-lg-1{order:1}.b4 .order-lg-2{order:2}.b4 .order-lg-3{order:3}.b4 .order-lg-4{order:4}.b4 .order-lg-5{order:5}.b4 .order-lg-6{order:6}.b4 .order-lg-7{order:7}.b4 .order-lg-8{order:8}.b4 .order-lg-9{order:9}.b4 .order-lg-10{order:10}.b4 .order-lg-11{order:11}.b4 .order-lg-12{order:12}.b4 .offset-lg-0{margin-left:0}.b4 .offset-lg-1{margin-left:8.33333%}.b4 .offset-lg-2{margin-left:16.66667%}.b4 .offset-lg-3{margin-left:25%}.b4 .offset-lg-4{margin-left:33.33333%}.b4 .offset-lg-5{margin-left:41.66667%}.b4 .offset-lg-6{margin-left:50%}.b4 .offset-lg-7{margin-left:58.33333%}.b4 .offset-lg-8{margin-left:66.66667%}.b4 .offset-lg-9{margin-left:75%}.b4 .offset-lg-10{margin-left:83.33333%}.b4 .offset-lg-11{margin-left:91.66667%}}@media (min-width:1200px){.b4 .col-xl{flex-basis:0;flex-grow:1;max-width:100%}.b4 .row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.b4 .row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.b4 .row-cols-xl-3>*{flex:0 0 33.33333%;max-width:33.33333%}.b4 .row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.b4 .row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.b4 .row-cols-xl-6>*{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.b4 .col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}.b4 .col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}.b4 .col-xl-3{flex:0 0 25%;max-width:25%}.b4 .col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}.b4 .col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}.b4 .col-xl-6{flex:0 0 50%;max-width:50%}.b4 .col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}.b4 .col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}.b4 .col-xl-9{flex:0 0 75%;max-width:75%}.b4 .col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}.b4 .col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}.b4 .col-xl-12{flex:0 0 100%;max-width:100%}.b4 .order-xl-first{order:-1}.b4 .order-xl-last{order:13}.b4 .order-xl-0{order:0}.b4 .order-xl-1{order:1}.b4 .order-xl-2{order:2}.b4 .order-xl-3{order:3}.b4 .order-xl-4{order:4}.b4 .order-xl-5{order:5}.b4 .order-xl-6{order:6}.b4 .order-xl-7{order:7}.b4 .order-xl-8{order:8}.b4 .order-xl-9{order:9}.b4 .order-xl-10{order:10}.b4 .order-xl-11{order:11}.b4 .order-xl-12{order:12}.b4 .offset-xl-0{margin-left:0}.b4 .offset-xl-1{margin-left:8.33333%}.b4 .offset-xl-2{margin-left:16.66667%}.b4 .offset-xl-3{margin-left:25%}.b4 .offset-xl-4{margin-left:33.33333%}.b4 .offset-xl-5{margin-left:41.66667%}.b4 .offset-xl-6{margin-left:50%}.b4 .offset-xl-7{margin-left:58.33333%}.b4 .offset-xl-8{margin-left:66.66667%}.b4 .offset-xl-9{margin-left:75%}.b4 .offset-xl-10{margin-left:83.33333%}.b4 .offset-xl-11{margin-left:91.66667%}}.b4 .dropdown,.b4 .dropleft,.b4 .dropright,.b4 .dropup{position:relative}.b4 .dropdown-toggle{white-space:nowrap}.b4 .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.b4 .dropdown-toggle:empty:after{margin-left:0}.b4 .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.b4 .dropdown-menu-left{right:auto;left:0}.b4 .dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.b4 .dropdown-menu-sm-left{right:auto;left:0}.b4 .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.b4 .dropdown-menu-md-left{right:auto;left:0}.b4 .dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.b4 .dropdown-menu-lg-left{right:auto;left:0}.b4 .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.b4 .dropdown-menu-xl-left{right:auto;left:0}.b4 .dropdown-menu-xl-right{right:0;left:auto}}.b4 .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.b4 .dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.b4 .dropup .dropdown-toggle:empty:after{margin-left:0}.b4 .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.b4 .dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.b4 .dropright .dropdown-toggle:empty:after{margin-left:0}.b4 .dropright .dropdown-toggle:after{vertical-align:0}.b4 .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.b4 .dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.b4 .dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.b4 .dropleft .dropdown-toggle:empty:after{margin-left:0}.b4 .dropleft .dropdown-toggle:before{vertical-align:0}.b4 .dropdown-menu[x-placement^=bottom],.b4 .dropdown-menu[x-placement^=left],.b4 .dropdown-menu[x-placement^=right],.b4 .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.b4 .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.b4 .dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.b4 .dropdown-item:focus,.b4 .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.b4 .dropdown-item.active,.b4 .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.b4 .dropdown-item.disabled,.b4 .dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.b4 .dropdown-menu.show{display:block}.b4 .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.b4 .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.b4 .align-baseline{vertical-align:baseline!important}.b4 .align-top{vertical-align:top!important}.b4 .align-middle{vertical-align:middle!important}.b4 .align-bottom{vertical-align:bottom!important}.b4 .align-text-bottom{vertical-align:text-bottom!important}.b4 .align-text-top{vertical-align:text-top!important}.b4 .bg-primary{background-color:#007bff!important}.b4 a.bg-primary:focus,.b4 a.bg-primary:hover,.b4 button.bg-primary:focus,.b4 button.bg-primary:hover{background-color:#0062cc!important}.b4 .bg-secondary{background-color:#6c757d!important}.b4 a.bg-secondary:focus,.b4 a.bg-secondary:hover,.b4 button.bg-secondary:focus,.b4 button.bg-secondary:hover{background-color:#545b62!important}.b4 .bg-success{background-color:#28a745!important}.b4 a.bg-success:focus,.b4 a.bg-success:hover,.b4 button.bg-success:focus,.b4 button.bg-success:hover{background-color:#1e7e34!important}.b4 .bg-info{background-color:#17a2b8!important}.b4 a.bg-info:focus,.b4 a.bg-info:hover,.b4 button.bg-info:focus,.b4 button.bg-info:hover{background-color:#117a8b!important}.b4 .bg-warning{background-color:#ffc107!important}.b4 a.bg-warning:focus,.b4 a.bg-warning:hover,.b4 button.bg-warning:focus,.b4 button.bg-warning:hover{background-color:#d39e00!important}.b4 .bg-danger{background-color:#dc3545!important}.b4 a.bg-danger:focus,.b4 a.bg-danger:hover,.b4 button.bg-danger:focus,.b4 button.bg-danger:hover{background-color:#bd2130!important}.b4 .bg-light{background-color:#f8f8f8!important}.b4 a.bg-light:focus,.b4 a.bg-light:hover,.b4 button.bg-light:focus,.b4 button.bg-light:hover{background-color:#dae0e5!important}.b4 .bg-dark{background-color:#343a40!important}.b4 a.bg-dark:focus,.b4 a.bg-dark:hover,.b4 button.bg-dark:focus,.b4 button.bg-dark:hover{background-color:#1d2124!important}.b4 .bg-white{background-color:#fff!important}.b4 .bg-transparent{background-color:transparent!important}.b4 .border{border:1px solid #dee2e6!important}.b4 .border-top{border-top:1px solid #dee2e6!important}.b4 .border-right{border-right:1px solid #dee2e6!important}.b4 .border-bottom{border-bottom:1px solid #dee2e6!important}.b4 .border-left{border-left:1px solid #dee2e6!important}.b4 .border-0{border:0!important}.b4 .border-top-0{border-top:0!important}.b4 .border-right-0{border-right:0!important}.b4 .border-bottom-0{border-bottom:0!important}.b4 .border-left-0{border-left:0!important}.b4 .border-primary{border-color:#007bff!important}.b4 .border-secondary{border-color:#6c757d!important}.b4 .border-success{border-color:#28a745!important}.b4 .border-info{border-color:#17a2b8!important}.b4 .border-warning{border-color:#ffc107!important}.b4 .border-danger{border-color:#dc3545!important}.b4 .border-light{border-color:#f8f9fa!important}.b4 .border-dark{border-color:#343a40!important}.b4 .border-white{border-color:#fff!important}.b4 .rounded-sm{border-radius:.2rem!important}.b4 .rounded{border-radius:.25rem!important}.b4 .rounded-top{border-top-left-radius:.25rem!important}.b4 .rounded-right,.b4 .rounded-top{border-top-right-radius:.25rem!important}.b4 .rounded-bottom,.b4 .rounded-right{border-bottom-right-radius:.25rem!important}.b4 .rounded-bottom,.b4 .rounded-left{border-bottom-left-radius:.25rem!important}.b4 .rounded-left{border-top-left-radius:.25rem!important}.b4 .rounded-lg{border-radius:.3rem!important}.b4 .rounded-circle{border-radius:50%!important}.b4 .rounded-pill{border-radius:50rem!important}.b4 .rounded-0{border-radius:0!important}.b4 .clearfix:after{display:block;clear:both;content:""}.b4 .d-none{display:none!important}.b4 .d-inline{display:inline!important}.b4 .d-inline-block{display:inline-block!important}.b4 .d-block{display:block!important}.b4 .d-table{display:table!important}.b4 .d-table-row{display:table-row!important}.b4 .d-table-cell{display:table-cell!important}.b4 .d-flex{display:flex!important}.b4 .d-inline-flex{display:inline-flex!important}@media (min-width:576px){.b4 .d-sm-none{display:none!important}.b4 .d-sm-inline{display:inline!important}.b4 .d-sm-inline-block{display:inline-block!important}.b4 .d-sm-block{display:block!important}.b4 .d-sm-table{display:table!important}.b4 .d-sm-table-row{display:table-row!important}.b4 .d-sm-table-cell{display:table-cell!important}.b4 .d-sm-flex{display:flex!important}.b4 .d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.b4 .d-md-none{display:none!important}.b4 .d-md-inline{display:inline!important}.b4 .d-md-inline-block{display:inline-block!important}.b4 .d-md-block{display:block!important}.b4 .d-md-table{display:table!important}.b4 .d-md-table-row{display:table-row!important}.b4 .d-md-table-cell{display:table-cell!important}.b4 .d-md-flex{display:flex!important}.b4 .d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.b4 .d-lg-none{display:none!important}.b4 .d-lg-inline{display:inline!important}.b4 .d-lg-inline-block{display:inline-block!important}.b4 .d-lg-block{display:block!important}.b4 .d-lg-table{display:table!important}.b4 .d-lg-table-row{display:table-row!important}.b4 .d-lg-table-cell{display:table-cell!important}.b4 .d-lg-flex{display:flex!important}.b4 .d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.b4 .d-xl-none{display:none!important}.b4 .d-xl-inline{display:inline!important}.b4 .d-xl-inline-block{display:inline-block!important}.b4 .d-xl-block{display:block!important}.b4 .d-xl-table{display:table!important}.b4 .d-xl-table-row{display:table-row!important}.b4 .d-xl-table-cell{display:table-cell!important}.b4 .d-xl-flex{display:flex!important}.b4 .d-xl-inline-flex{display:inline-flex!important}}@media print{.b4 .d-print-none{display:none!important}.b4 .d-print-inline{display:inline!important}.b4 .d-print-inline-block{display:inline-block!important}.b4 .d-print-block{display:block!important}.b4 .d-print-table{display:table!important}.b4 .d-print-table-row{display:table-row!important}.b4 .d-print-table-cell{display:table-cell!important}.b4 .d-print-flex{display:flex!important}.b4 .d-print-inline-flex{display:inline-flex!important}}.b4 .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.b4 .embed-responsive:before{display:block;content:""}.b4 .embed-responsive .embed-responsive-item,.b4 .embed-responsive embed,.b4 .embed-responsive iframe,.b4 .embed-responsive object,.b4 .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.b4 .embed-responsive-21by9:before{padding-top:42.85714%}.b4 .embed-responsive-16by9:before{padding-top:56.25%}.b4 .embed-responsive-4by3:before{padding-top:75%}.b4 .embed-responsive-1by1:before{padding-top:100%}.b4 .flex-row{flex-direction:row!important}.b4 .flex-column{flex-direction:column!important}.b4 .flex-row-reverse{flex-direction:row-reverse!important}.b4 .flex-column-reverse{flex-direction:column-reverse!important}.b4 .flex-wrap{flex-wrap:wrap!important}.b4 .flex-nowrap{flex-wrap:nowrap!important}.b4 .flex-wrap-reverse{flex-wrap:wrap-reverse!important}.b4 .flex-fill{flex:1 1 auto!important}.b4 .flex-grow-0{flex-grow:0!important}.b4 .flex-grow-1{flex-grow:1!important}.b4 .flex-shrink-0{flex-shrink:0!important}.b4 .flex-shrink-1{flex-shrink:1!important}.b4 .justify-content-start{justify-content:flex-start!important}.b4 .justify-content-end{justify-content:flex-end!important}.b4 .justify-content-center{justify-content:center!important}.b4 .justify-content-between{justify-content:space-between!important}.b4 .justify-content-around{justify-content:space-around!important}.b4 .align-items-start{align-items:flex-start!important}.b4 .align-items-end{align-items:flex-end!important}.b4 .align-items-center{align-items:center!important}.b4 .align-items-baseline{align-items:baseline!important}.b4 .align-items-stretch{align-items:stretch!important}.b4 .align-content-start{align-content:flex-start!important}.b4 .align-content-end{align-content:flex-end!important}.b4 .align-content-center{align-content:center!important}.b4 .align-content-between{align-content:space-between!important}.b4 .align-content-around{align-content:space-around!important}.b4 .align-content-stretch{align-content:stretch!important}.b4 .align-self-auto{align-self:auto!important}.b4 .align-self-start{align-self:flex-start!important}.b4 .align-self-end{align-self:flex-end!important}.b4 .align-self-center{align-self:center!important}.b4 .align-self-baseline{align-self:baseline!important}.b4 .align-self-stretch{align-self:stretch!important}@media (min-width:576px){.b4 .flex-sm-row{flex-direction:row!important}.b4 .flex-sm-column{flex-direction:column!important}.b4 .flex-sm-row-reverse{flex-direction:row-reverse!important}.b4 .flex-sm-column-reverse{flex-direction:column-reverse!important}.b4 .flex-sm-wrap{flex-wrap:wrap!important}.b4 .flex-sm-nowrap{flex-wrap:nowrap!important}.b4 .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.b4 .flex-sm-fill{flex:1 1 auto!important}.b4 .flex-sm-grow-0{flex-grow:0!important}.b4 .flex-sm-grow-1{flex-grow:1!important}.b4 .flex-sm-shrink-0{flex-shrink:0!important}.b4 .flex-sm-shrink-1{flex-shrink:1!important}.b4 .justify-content-sm-start{justify-content:flex-start!important}.b4 .justify-content-sm-end{justify-content:flex-end!important}.b4 .justify-content-sm-center{justify-content:center!important}.b4 .justify-content-sm-between{justify-content:space-between!important}.b4 .justify-content-sm-around{justify-content:space-around!important}.b4 .align-items-sm-start{align-items:flex-start!important}.b4 .align-items-sm-end{align-items:flex-end!important}.b4 .align-items-sm-center{align-items:center!important}.b4 .align-items-sm-baseline{align-items:baseline!important}.b4 .align-items-sm-stretch{align-items:stretch!important}.b4 .align-content-sm-start{align-content:flex-start!important}.b4 .align-content-sm-end{align-content:flex-end!important}.b4 .align-content-sm-center{align-content:center!important}.b4 .align-content-sm-between{align-content:space-between!important}.b4 .align-content-sm-around{align-content:space-around!important}.b4 .align-content-sm-stretch{align-content:stretch!important}.b4 .align-self-sm-auto{align-self:auto!important}.b4 .align-self-sm-start{align-self:flex-start!important}.b4 .align-self-sm-end{align-self:flex-end!important}.b4 .align-self-sm-center{align-self:center!important}.b4 .align-self-sm-baseline{align-self:baseline!important}.b4 .align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.b4 .flex-md-row{flex-direction:row!important}.b4 .flex-md-column{flex-direction:column!important}.b4 .flex-md-row-reverse{flex-direction:row-reverse!important}.b4 .flex-md-column-reverse{flex-direction:column-reverse!important}.b4 .flex-md-wrap{flex-wrap:wrap!important}.b4 .flex-md-nowrap{flex-wrap:nowrap!important}.b4 .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.b4 .flex-md-fill{flex:1 1 auto!important}.b4 .flex-md-grow-0{flex-grow:0!important}.b4 .flex-md-grow-1{flex-grow:1!important}.b4 .flex-md-shrink-0{flex-shrink:0!important}.b4 .flex-md-shrink-1{flex-shrink:1!important}.b4 .justify-content-md-start{justify-content:flex-start!important}.b4 .justify-content-md-end{justify-content:flex-end!important}.b4 .justify-content-md-center{justify-content:center!important}.b4 .justify-content-md-between{justify-content:space-between!important}.b4 .justify-content-md-around{justify-content:space-around!important}.b4 .align-items-md-start{align-items:flex-start!important}.b4 .align-items-md-end{align-items:flex-end!important}.b4 .align-items-md-center{align-items:center!important}.b4 .align-items-md-baseline{align-items:baseline!important}.b4 .align-items-md-stretch{align-items:stretch!important}.b4 .align-content-md-start{align-content:flex-start!important}.b4 .align-content-md-end{align-content:flex-end!important}.b4 .align-content-md-center{align-content:center!important}.b4 .align-content-md-between{align-content:space-between!important}.b4 .align-content-md-around{align-content:space-around!important}.b4 .align-content-md-stretch{align-content:stretch!important}.b4 .align-self-md-auto{align-self:auto!important}.b4 .align-self-md-start{align-self:flex-start!important}.b4 .align-self-md-end{align-self:flex-end!important}.b4 .align-self-md-center{align-self:center!important}.b4 .align-self-md-baseline{align-self:baseline!important}.b4 .align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.b4 .flex-lg-row{flex-direction:row!important}.b4 .flex-lg-column{flex-direction:column!important}.b4 .flex-lg-row-reverse{flex-direction:row-reverse!important}.b4 .flex-lg-column-reverse{flex-direction:column-reverse!important}.b4 .flex-lg-wrap{flex-wrap:wrap!important}.b4 .flex-lg-nowrap{flex-wrap:nowrap!important}.b4 .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.b4 .flex-lg-fill{flex:1 1 auto!important}.b4 .flex-lg-grow-0{flex-grow:0!important}.b4 .flex-lg-grow-1{flex-grow:1!important}.b4 .flex-lg-shrink-0{flex-shrink:0!important}.b4 .flex-lg-shrink-1{flex-shrink:1!important}.b4 .justify-content-lg-start{justify-content:flex-start!important}.b4 .justify-content-lg-end{justify-content:flex-end!important}.b4 .justify-content-lg-center{justify-content:center!important}.b4 .justify-content-lg-between{justify-content:space-between!important}.b4 .justify-content-lg-around{justify-content:space-around!important}.b4 .align-items-lg-start{align-items:flex-start!important}.b4 .align-items-lg-end{align-items:flex-end!important}.b4 .align-items-lg-center{align-items:center!important}.b4 .align-items-lg-baseline{align-items:baseline!important}.b4 .align-items-lg-stretch{align-items:stretch!important}.b4 .align-content-lg-start{align-content:flex-start!important}.b4 .align-content-lg-end{align-content:flex-end!important}.b4 .align-content-lg-center{align-content:center!important}.b4 .align-content-lg-between{align-content:space-between!important}.b4 .align-content-lg-around{align-content:space-around!important}.b4 .align-content-lg-stretch{align-content:stretch!important}.b4 .align-self-lg-auto{align-self:auto!important}.b4 .align-self-lg-start{align-self:flex-start!important}.b4 .align-self-lg-end{align-self:flex-end!important}.b4 .align-self-lg-center{align-self:center!important}.b4 .align-self-lg-baseline{align-self:baseline!important}.b4 .align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.b4 .flex-xl-row{flex-direction:row!important}.b4 .flex-xl-column{flex-direction:column!important}.b4 .flex-xl-row-reverse{flex-direction:row-reverse!important}.b4 .flex-xl-column-reverse{flex-direction:column-reverse!important}.b4 .flex-xl-wrap{flex-wrap:wrap!important}.b4 .flex-xl-nowrap{flex-wrap:nowrap!important}.b4 .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.b4 .flex-xl-fill{flex:1 1 auto!important}.b4 .flex-xl-grow-0{flex-grow:0!important}.b4 .flex-xl-grow-1{flex-grow:1!important}.b4 .flex-xl-shrink-0{flex-shrink:0!important}.b4 .flex-xl-shrink-1{flex-shrink:1!important}.b4 .justify-content-xl-start{justify-content:flex-start!important}.b4 .justify-content-xl-end{justify-content:flex-end!important}.b4 .justify-content-xl-center{justify-content:center!important}.b4 .justify-content-xl-between{justify-content:space-between!important}.b4 .justify-content-xl-around{justify-content:space-around!important}.b4 .align-items-xl-start{align-items:flex-start!important}.b4 .align-items-xl-end{align-items:flex-end!important}.b4 .align-items-xl-center{align-items:center!important}.b4 .align-items-xl-baseline{align-items:baseline!important}.b4 .align-items-xl-stretch{align-items:stretch!important}.b4 .align-content-xl-start{align-content:flex-start!important}.b4 .align-content-xl-end{align-content:flex-end!important}.b4 .align-content-xl-center{align-content:center!important}.b4 .align-content-xl-between{align-content:space-between!important}.b4 .align-content-xl-around{align-content:space-around!important}.b4 .align-content-xl-stretch{align-content:stretch!important}.b4 .align-self-xl-auto{align-self:auto!important}.b4 .align-self-xl-start{align-self:flex-start!important}.b4 .align-self-xl-end{align-self:flex-end!important}.b4 .align-self-xl-center{align-self:center!important}.b4 .align-self-xl-baseline{align-self:baseline!important}.b4 .align-self-xl-stretch{align-self:stretch!important}}.b4 .float-left{float:left!important}.b4 .float-right{float:right!important}.b4 .float-none{float:none!important}@media (min-width:576px){.b4 .float-sm-left{float:left!important}.b4 .float-sm-right{float:right!important}.b4 .float-sm-none{float:none!important}}@media (min-width:768px){.b4 .float-md-left{float:left!important}.b4 .float-md-right{float:right!important}.b4 .float-md-none{float:none!important}}@media (min-width:992px){.b4 .float-lg-left{float:left!important}.b4 .float-lg-right{float:right!important}.b4 .float-lg-none{float:none!important}}@media (min-width:1200px){.b4 .float-xl-left{float:left!important}.b4 .float-xl-right{float:right!important}.b4 .float-xl-none{float:none!important}}.b4 .overflow-auto{overflow:auto!important}.b4 .overflow-hidden{overflow:hidden!important}.b4 .position-static{position:static!important}.b4 .position-relative{position:relative!important}.b4 .position-absolute{position:absolute!important}.b4 .position-fixed{position:fixed!important}.b4 .position-sticky{position:sticky!important}.b4 .fixed-top{top:0}.b4 .fixed-bottom,.b4 .fixed-top{position:fixed;right:0;left:0;z-index:1030}.b4 .fixed-bottom{bottom:0}@supports (position:sticky){.b4 .sticky-top{position:sticky;top:0;z-index:1020}}.b4 .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.b4 .sr-only-focusable:active,.b4 .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.b4 .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.b4 .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.b4 .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.b4 .shadow-none{box-shadow:none!important}.b4 .w-25{width:25%!important}.b4 .w-50{width:50%!important}.b4 .w-75{width:75%!important}.b4 .w-100{width:100%!important}.b4 .w-auto{width:auto!important}.b4 .h-25{height:25%!important}.b4 .h-50{height:50%!important}.b4 .h-75{height:75%!important}.b4 .h-100{height:100%!important}.b4 .h-auto{height:auto!important}.b4 .mw-100{max-width:100%!important}.b4 .mh-100{max-height:100%!important}.b4 .min-vw-100{min-width:100vw!important}.b4 .min-vh-100{min-height:100vh!important}.b4 .vw-100{width:100vw!important}.b4 .vh-100{height:100vh!important}.b4 .stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.b4 .m-0{margin:0!important}.b4 .mt-0,.b4 .my-0{margin-top:0!important}.b4 .mr-0,.b4 .mx-0{margin-right:0!important}.b4 .mb-0,.b4 .my-0{margin-bottom:0!important}.b4 .ml-0,.b4 .mx-0{margin-left:0!important}.b4 .m-1{margin:.25rem!important}.b4 .mt-1,.b4 .my-1{margin-top:.25rem!important}.b4 .mr-1,.b4 .mx-1{margin-right:.25rem!important}.b4 .mb-1,.b4 .my-1{margin-bottom:.25rem!important}.b4 .ml-1,.b4 .mx-1{margin-left:.25rem!important}.b4 .m-2{margin:.8rem!important}.b4 .mt-2,.b4 .my-2{margin-top:.8rem!important}.b4 .mr-2,.b4 .mx-2{margin-right:.8rem!important}.b4 .mb-2,.b4 .my-2{margin-bottom:.8rem!important}.b4 .ml-2,.b4 .mx-2{margin-left:.8rem!important}.b4 .m-3{margin:1rem!important}.b4 .mt-3,.b4 .my-3{margin-top:1rem!important}.b4 .mr-3,.b4 .mx-3{margin-right:1rem!important}.b4 .mb-3,.b4 .my-3{margin-bottom:1rem!important}.b4 .ml-3,.b4 .mx-3{margin-left:1rem!important}.b4 .m-4{margin:2.4rem!important}.b4 .mt-4,.b4 .my-4{margin-top:2.4rem!important}.b4 .mr-4,.b4 .mx-4{margin-right:2.4rem!important}.b4 .mb-4,.b4 .my-4{margin-bottom:2.4rem!important}.b4 .ml-4,.b4 .mx-4{margin-left:2.4rem!important}.b4 .m-5{margin:3.2rem!important}.b4 .mt-5,.b4 .my-5{margin-top:3.2rem!important}.b4 .mr-5,.b4 .mx-5{margin-right:3.2rem!important}.b4 .mb-5,.b4 .my-5{margin-bottom:3.2rem!important}.b4 .ml-5,.b4 .mx-5{margin-left:3.2rem!important}.b4 .p-0{padding:0!important}.b4 .pt-0,.b4 .py-0{padding-top:0!important}.b4 .pr-0,.b4 .px-0{padding-right:0!important}.b4 .pb-0,.b4 .py-0{padding-bottom:0!important}.b4 .pl-0,.b4 .px-0{padding-left:0!important}.b4 .p-1{padding:.25rem!important}.b4 .pt-1,.b4 .py-1{padding-top:.25rem!important}.b4 .pr-1,.b4 .px-1{padding-right:.25rem!important}.b4 .pb-1,.b4 .py-1{padding-bottom:.25rem!important}.b4 .pl-1,.b4 .px-1{padding-left:.25rem!important}.b4 .p-2{padding:.8rem!important}.b4 .pt-2,.b4 .py-2{padding-top:.8rem!important}.b4 .pr-2,.b4 .px-2{padding-right:.8rem!important}.b4 .pb-2,.b4 .py-2{padding-bottom:.8rem!important}.b4 .pl-2,.b4 .px-2{padding-left:.8rem!important}.b4 .p-3{padding:1rem!important}.b4 .pt-3,.b4 .py-3{padding-top:1rem!important}.b4 .pr-3,.b4 .px-3{padding-right:1rem!important}.b4 .pb-3,.b4 .py-3{padding-bottom:1rem!important}.b4 .pl-3,.b4 .px-3{padding-left:1rem!important}.b4 .p-4{padding:2.4rem!important}.b4 .pt-4,.b4 .py-4{padding-top:2.4rem!important}.b4 .pr-4,.b4 .px-4{padding-right:2.4rem!important}.b4 .pb-4,.b4 .py-4{padding-bottom:2.4rem!important}.b4 .pl-4,.b4 .px-4{padding-left:2.4rem!important}.b4 .p-5{padding:3.2rem!important}.b4 .pt-5,.b4 .py-5{padding-top:3.2rem!important}.b4 .pr-5,.b4 .px-5{padding-right:3.2rem!important}.b4 .pb-5,.b4 .py-5{padding-bottom:3.2rem!important}.b4 .pl-5,.b4 .px-5{padding-left:3.2rem!important}.b4 .m-auto{margin:auto!important}.b4 .mt-auto,.b4 .my-auto{margin-top:auto!important}.b4 .mr-auto,.b4 .mx-auto{margin-right:auto!important}.b4 .mb-auto,.b4 .my-auto{margin-bottom:auto!important}.b4 .ml-auto,.b4 .mx-auto{margin-left:auto!important}@media (min-width:576px){.b4 .m-sm-0{margin:0!important}.b4 .mt-sm-0,.b4 .my-sm-0{margin-top:0!important}.b4 .mr-sm-0,.b4 .mx-sm-0{margin-right:0!important}.b4 .mb-sm-0,.b4 .my-sm-0{margin-bottom:0!important}.b4 .ml-sm-0,.b4 .mx-sm-0{margin-left:0!important}.b4 .m-sm-1{margin:.25rem!important}.b4 .mt-sm-1,.b4 .my-sm-1{margin-top:.25rem!important}.b4 .mr-sm-1,.b4 .mx-sm-1{margin-right:.25rem!important}.b4 .mb-sm-1,.b4 .my-sm-1{margin-bottom:.25rem!important}.b4 .ml-sm-1,.b4 .mx-sm-1{margin-left:.25rem!important}.b4 .m-sm-2{margin:.8rem!important}.b4 .mt-sm-2,.b4 .my-sm-2{margin-top:.8rem!important}.b4 .mr-sm-2,.b4 .mx-sm-2{margin-right:.8rem!important}.b4 .mb-sm-2,.b4 .my-sm-2{margin-bottom:.8rem!important}.b4 .ml-sm-2,.b4 .mx-sm-2{margin-left:.8rem!important}.b4 .m-sm-3{margin:1rem!important}.b4 .mt-sm-3,.b4 .my-sm-3{margin-top:1rem!important}.b4 .mr-sm-3,.b4 .mx-sm-3{margin-right:1rem!important}.b4 .mb-sm-3,.b4 .my-sm-3{margin-bottom:1rem!important}.b4 .ml-sm-3,.b4 .mx-sm-3{margin-left:1rem!important}.b4 .m-sm-4{margin:2.4rem!important}.b4 .mt-sm-4,.b4 .my-sm-4{margin-top:2.4rem!important}.b4 .mr-sm-4,.b4 .mx-sm-4{margin-right:2.4rem!important}.b4 .mb-sm-4,.b4 .my-sm-4{margin-bottom:2.4rem!important}.b4 .ml-sm-4,.b4 .mx-sm-4{margin-left:2.4rem!important}.b4 .m-sm-5{margin:3.2rem!important}.b4 .mt-sm-5,.b4 .my-sm-5{margin-top:3.2rem!important}.b4 .mr-sm-5,.b4 .mx-sm-5{margin-right:3.2rem!important}.b4 .mb-sm-5,.b4 .my-sm-5{margin-bottom:3.2rem!important}.b4 .ml-sm-5,.b4 .mx-sm-5{margin-left:3.2rem!important}.b4 .p-sm-0{padding:0!important}.b4 .pt-sm-0,.b4 .py-sm-0{padding-top:0!important}.b4 .pr-sm-0,.b4 .px-sm-0{padding-right:0!important}.b4 .pb-sm-0,.b4 .py-sm-0{padding-bottom:0!important}.b4 .pl-sm-0,.b4 .px-sm-0{padding-left:0!important}.b4 .p-sm-1{padding:.25rem!important}.b4 .pt-sm-1,.b4 .py-sm-1{padding-top:.25rem!important}.b4 .pr-sm-1,.b4 .px-sm-1{padding-right:.25rem!important}.b4 .pb-sm-1,.b4 .py-sm-1{padding-bottom:.25rem!important}.b4 .pl-sm-1,.b4 .px-sm-1{padding-left:.25rem!important}.b4 .p-sm-2{padding:.8rem!important}.b4 .pt-sm-2,.b4 .py-sm-2{padding-top:.8rem!important}.b4 .pr-sm-2,.b4 .px-sm-2{padding-right:.8rem!important}.b4 .pb-sm-2,.b4 .py-sm-2{padding-bottom:.8rem!important}.b4 .pl-sm-2,.b4 .px-sm-2{padding-left:.8rem!important}.b4 .p-sm-3{padding:1rem!important}.b4 .pt-sm-3,.b4 .py-sm-3{padding-top:1rem!important}.b4 .pr-sm-3,.b4 .px-sm-3{padding-right:1rem!important}.b4 .pb-sm-3,.b4 .py-sm-3{padding-bottom:1rem!important}.b4 .pl-sm-3,.b4 .px-sm-3{padding-left:1rem!important}.b4 .p-sm-4{padding:2.4rem!important}.b4 .pt-sm-4,.b4 .py-sm-4{padding-top:2.4rem!important}.b4 .pr-sm-4,.b4 .px-sm-4{padding-right:2.4rem!important}.b4 .pb-sm-4,.b4 .py-sm-4{padding-bottom:2.4rem!important}.b4 .pl-sm-4,.b4 .px-sm-4{padding-left:2.4rem!important}.b4 .p-sm-5{padding:3.2rem!important}.b4 .pt-sm-5,.b4 .py-sm-5{padding-top:3.2rem!important}.b4 .pr-sm-5,.b4 .px-sm-5{padding-right:3.2rem!important}.b4 .pb-sm-5,.b4 .py-sm-5{padding-bottom:3.2rem!important}.b4 .pl-sm-5,.b4 .px-sm-5{padding-left:3.2rem!important}.b4 .m-sm-n1{margin:-.25rem!important}.b4 .mt-sm-n1,.b4 .my-sm-n1{margin-top:-.25rem!important}.b4 .mr-sm-n1,.b4 .mx-sm-n1{margin-right:-.25rem!important}.b4 .mb-sm-n1,.b4 .my-sm-n1{margin-bottom:-.25rem!important}.b4 .ml-sm-n1,.b4 .mx-sm-n1{margin-left:-.25rem!important}.b4 .m-sm-auto{margin:auto!important}.b4 .mt-sm-auto,.b4 .my-sm-auto{margin-top:auto!important}.b4 .mr-sm-auto,.b4 .mx-sm-auto{margin-right:auto!important}.b4 .mb-sm-auto,.b4 .my-sm-auto{margin-bottom:auto!important}.b4 .ml-sm-auto,.b4 .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.b4 .m-md-0{margin:0!important}.b4 .mt-md-0,.b4 .my-md-0{margin-top:0!important}.b4 .mr-md-0,.b4 .mx-md-0{margin-right:0!important}.b4 .mb-md-0,.b4 .my-md-0{margin-bottom:0!important}.b4 .ml-md-0,.b4 .mx-md-0{margin-left:0!important}.b4 .m-md-1{margin:.25rem!important}.b4 .mt-md-1,.b4 .my-md-1{margin-top:.25rem!important}.b4 .mr-md-1,.b4 .mx-md-1{margin-right:.25rem!important}.b4 .mb-md-1,.b4 .my-md-1{margin-bottom:.25rem!important}.b4 .ml-md-1,.b4 .mx-md-1{margin-left:.25rem!important}.b4 .m-md-2{margin:.8rem!important}.b4 .mt-md-2,.b4 .my-md-2{margin-top:.8rem!important}.b4 .mr-md-2,.b4 .mx-md-2{margin-right:.8rem!important}.b4 .mb-md-2,.b4 .my-md-2{margin-bottom:.8rem!important}.b4 .ml-md-2,.b4 .mx-md-2{margin-left:.8rem!important}.b4 .m-md-3{margin:1rem!important}.b4 .mt-md-3,.b4 .my-md-3{margin-top:1rem!important}.b4 .mr-md-3,.b4 .mx-md-3{margin-right:1rem!important}.b4 .mb-md-3,.b4 .my-md-3{margin-bottom:1rem!important}.b4 .ml-md-3,.b4 .mx-md-3{margin-left:1rem!important}.b4 .m-md-4{margin:2.4rem!important}.b4 .mt-md-4,.b4 .my-md-4{margin-top:2.4rem!important}.b4 .mr-md-4,.b4 .mx-md-4{margin-right:2.4rem!important}.b4 .mb-md-4,.b4 .my-md-4{margin-bottom:2.4rem!important}.b4 .ml-md-4,.b4 .mx-md-4{margin-left:2.4rem!important}.b4 .m-md-5{margin:3.2rem!important}.b4 .mt-md-5,.b4 .my-md-5{margin-top:3.2rem!important}.b4 .mr-md-5,.b4 .mx-md-5{margin-right:3.2rem!important}.b4 .mb-md-5,.b4 .my-md-5{margin-bottom:3.2rem!important}.b4 .ml-md-5,.b4 .mx-md-5{margin-left:3.2rem!important}.b4 .p-md-0{padding:0!important}.b4 .pt-md-0,.b4 .py-md-0{padding-top:0!important}.b4 .pr-md-0,.b4 .px-md-0{padding-right:0!important}.b4 .pb-md-0,.b4 .py-md-0{padding-bottom:0!important}.b4 .pl-md-0,.b4 .px-md-0{padding-left:0!important}.b4 .p-md-1{padding:.25rem!important}.b4 .pt-md-1,.b4 .py-md-1{padding-top:.25rem!important}.b4 .pr-md-1,.b4 .px-md-1{padding-right:.25rem!important}.b4 .pb-md-1,.b4 .py-md-1{padding-bottom:.25rem!important}.b4 .pl-md-1,.b4 .px-md-1{padding-left:.25rem!important}.b4 .p-md-2{padding:.8rem!important}.b4 .pt-md-2,.b4 .py-md-2{padding-top:.8rem!important}.b4 .pr-md-2,.b4 .px-md-2{padding-right:.8rem!important}.b4 .pb-md-2,.b4 .py-md-2{padding-bottom:.8rem!important}.b4 .pl-md-2,.b4 .px-md-2{padding-left:.8rem!important}.b4 .p-md-3{padding:1rem!important}.b4 .pt-md-3,.b4 .py-md-3{padding-top:1rem!important}.b4 .pr-md-3,.b4 .px-md-3{padding-right:1rem!important}.b4 .pb-md-3,.b4 .py-md-3{padding-bottom:1rem!important}.b4 .pl-md-3,.b4 .px-md-3{padding-left:1rem!important}.b4 .p-md-4{padding:2.4rem!important}.b4 .pt-md-4,.b4 .py-md-4{padding-top:2.4rem!important}.b4 .pr-md-4,.b4 .px-md-4{padding-right:2.4rem!important}.b4 .pb-md-4,.b4 .py-md-4{padding-bottom:2.4rem!important}.b4 .pl-md-4,.b4 .px-md-4{padding-left:2.4rem!important}.b4 .p-md-5{padding:3.2rem!important}.b4 .pt-md-5,.b4 .py-md-5{padding-top:3.2rem!important}.b4 .pr-md-5,.b4 .px-md-5{padding-right:3.2rem!important}.b4 .pb-md-5,.b4 .py-md-5{padding-bottom:3.2rem!important}.b4 .pl-md-5,.b4 .px-md-5{padding-left:3.2rem!important}.b4 .m-md-auto{margin:auto!important}.b4 .mt-md-auto,.b4 .my-md-auto{margin-top:auto!important}.b4 .mr-md-auto,.b4 .mx-md-auto{margin-right:auto!important}.b4 .mb-md-auto,.b4 .my-md-auto{margin-bottom:auto!important}.b4 .ml-md-auto,.b4 .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.b4 .m-lg-0{margin:0!important}.b4 .mt-lg-0,.b4 .my-lg-0{margin-top:0!important}.b4 .mr-lg-0,.b4 .mx-lg-0{margin-right:0!important}.b4 .mb-lg-0,.b4 .my-lg-0{margin-bottom:0!important}.b4 .ml-lg-0,.b4 .mx-lg-0{margin-left:0!important}.b4 .m-lg-1{margin:.25rem!important}.b4 .mt-lg-1,.b4 .my-lg-1{margin-top:.25rem!important}.b4 .mr-lg-1,.b4 .mx-lg-1{margin-right:.25rem!important}.b4 .mb-lg-1,.b4 .my-lg-1{margin-bottom:.25rem!important}.b4 .ml-lg-1,.b4 .mx-lg-1{margin-left:.25rem!important}.b4 .m-lg-2{margin:.8rem!important}.b4 .mt-lg-2,.b4 .my-lg-2{margin-top:.8rem!important}.b4 .mr-lg-2,.b4 .mx-lg-2{margin-right:.8rem!important}.b4 .mb-lg-2,.b4 .my-lg-2{margin-bottom:.8rem!important}.b4 .ml-lg-2,.b4 .mx-lg-2{margin-left:.8rem!important}.b4 .m-lg-3{margin:1rem!important}.b4 .mt-lg-3,.b4 .my-lg-3{margin-top:1rem!important}.b4 .mr-lg-3,.b4 .mx-lg-3{margin-right:1rem!important}.b4 .mb-lg-3,.b4 .my-lg-3{margin-bottom:1rem!important}.b4 .ml-lg-3,.b4 .mx-lg-3{margin-left:1rem!important}.b4 .m-lg-4{margin:2.4rem!important}.b4 .mt-lg-4,.b4 .my-lg-4{margin-top:2.4rem!important}.b4 .mr-lg-4,.b4 .mx-lg-4{margin-right:2.4rem!important}.b4 .mb-lg-4,.b4 .my-lg-4{margin-bottom:2.4rem!important}.b4 .ml-lg-4,.b4 .mx-lg-4{margin-left:2.4rem!important}.b4 .m-lg-5{margin:3.2rem!important}.b4 .mt-lg-5,.b4 .my-lg-5{margin-top:3.2rem!important}.b4 .mr-lg-5,.b4 .mx-lg-5{margin-right:3.2rem!important}.b4 .mb-lg-5,.b4 .my-lg-5{margin-bottom:3.2rem!important}.b4 .ml-lg-5,.b4 .mx-lg-5{margin-left:3.2rem!important}.b4 .p-lg-0{padding:0!important}.b4 .pt-lg-0,.b4 .py-lg-0{padding-top:0!important}.b4 .pr-lg-0,.b4 .px-lg-0{padding-right:0!important}.b4 .pb-lg-0,.b4 .py-lg-0{padding-bottom:0!important}.b4 .pl-lg-0,.b4 .px-lg-0{padding-left:0!important}.b4 .p-lg-1{padding:.25rem!important}.b4 .pt-lg-1,.b4 .py-lg-1{padding-top:.25rem!important}.b4 .pr-lg-1,.b4 .px-lg-1{padding-right:.25rem!important}.b4 .pb-lg-1,.b4 .py-lg-1{padding-bottom:.25rem!important}.b4 .pl-lg-1,.b4 .px-lg-1{padding-left:.25rem!important}.b4 .p-lg-2{padding:.8rem!important}.b4 .pt-lg-2,.b4 .py-lg-2{padding-top:.8rem!important}.b4 .pr-lg-2,.b4 .px-lg-2{padding-right:.8rem!important}.b4 .pb-lg-2,.b4 .py-lg-2{padding-bottom:.8rem!important}.b4 .pl-lg-2,.b4 .px-lg-2{padding-left:.8rem!important}.b4 .p-lg-3{padding:1rem!important}.b4 .pt-lg-3,.b4 .py-lg-3{padding-top:1rem!important}.b4 .pr-lg-3,.b4 .px-lg-3{padding-right:1rem!important}.b4 .pb-lg-3,.b4 .py-lg-3{padding-bottom:1rem!important}.b4 .pl-lg-3,.b4 .px-lg-3{padding-left:1rem!important}.b4 .p-lg-4{padding:2.4rem!important}.b4 .pt-lg-4,.b4 .py-lg-4{padding-top:2.4rem!important}.b4 .pr-lg-4,.b4 .px-lg-4{padding-right:2.4rem!important}.b4 .pb-lg-4,.b4 .py-lg-4{padding-bottom:2.4rem!important}.b4 .pl-lg-4,.b4 .px-lg-4{padding-left:2.4rem!important}.b4 .p-lg-5{padding:3.2rem!important}.b4 .pt-lg-5,.b4 .py-lg-5{padding-top:3.2rem!important}.b4 .pr-lg-5,.b4 .px-lg-5{padding-right:3.2rem!important}.b4 .pb-lg-5,.b4 .py-lg-5{padding-bottom:3.2rem!important}.b4 .pl-lg-5,.b4 .px-lg-5{padding-left:3.2rem!important}.b4 .m-lg-auto{margin:auto!important}.b4 .mt-lg-auto,.b4 .my-lg-auto{margin-top:auto!important}.b4 .mr-lg-auto,.b4 .mx-lg-auto{margin-right:auto!important}.b4 .mb-lg-auto,.b4 .my-lg-auto{margin-bottom:auto!important}.b4 .ml-lg-auto,.b4 .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.b4 .m-xl-0{margin:0!important}.b4 .mt-xl-0,.b4 .my-xl-0{margin-top:0!important}.b4 .mr-xl-0,.b4 .mx-xl-0{margin-right:0!important}.b4 .mb-xl-0,.b4 .my-xl-0{margin-bottom:0!important}.b4 .ml-xl-0,.b4 .mx-xl-0{margin-left:0!important}.b4 .m-xl-1{margin:.25rem!important}.b4 .mt-xl-1,.b4 .my-xl-1{margin-top:.25rem!important}.b4 .mr-xl-1,.b4 .mx-xl-1{margin-right:.25rem!important}.b4 .mb-xl-1,.b4 .my-xl-1{margin-bottom:.25rem!important}.b4 .ml-xl-1,.b4 .mx-xl-1{margin-left:.25rem!important}.b4 .m-xl-2{margin:.8rem!important}.b4 .mt-xl-2,.b4 .my-xl-2{margin-top:.8rem!important}.b4 .mr-xl-2,.b4 .mx-xl-2{margin-right:.8rem!important}.b4 .mb-xl-2,.b4 .my-xl-2{margin-bottom:.8rem!important}.b4 .ml-xl-2,.b4 .mx-xl-2{margin-left:.8rem!important}.b4 .m-xl-3{margin:1rem!important}.b4 .mt-xl-3,.b4 .my-xl-3{margin-top:1rem!important}.b4 .mr-xl-3,.b4 .mx-xl-3{margin-right:1rem!important}.b4 .mb-xl-3,.b4 .my-xl-3{margin-bottom:1rem!important}.b4 .ml-xl-3,.b4 .mx-xl-3{margin-left:1rem!important}.b4 .m-xl-4{margin:2.4rem!important}.b4 .mt-xl-4,.b4 .my-xl-4{margin-top:2.4rem!important}.b4 .mr-xl-4,.b4 .mx-xl-4{margin-right:2.4rem!important}.b4 .mb-xl-4,.b4 .my-xl-4{margin-bottom:2.4rem!important}.b4 .ml-xl-4,.b4 .mx-xl-4{margin-left:2.4rem!important}.b4 .m-xl-5{margin:3.2rem!important}.b4 .mt-xl-5,.b4 .my-xl-5{margin-top:3.2rem!important}.b4 .mr-xl-5,.b4 .mx-xl-5{margin-right:3.2rem!important}.b4 .mb-xl-5,.b4 .my-xl-5{margin-bottom:3.2rem!important}.b4 .ml-xl-5,.b4 .mx-xl-5{margin-left:3.2rem!important}.b4 .p-xl-0{padding:0!important}.b4 .pt-xl-0,.b4 .py-xl-0{padding-top:0!important}.b4 .pr-xl-0,.b4 .px-xl-0{padding-right:0!important}.b4 .pb-xl-0,.b4 .py-xl-0{padding-bottom:0!important}.b4 .pl-xl-0,.b4 .px-xl-0{padding-left:0!important}.b4 .p-xl-1{padding:.25rem!important}.b4 .pt-xl-1,.b4 .py-xl-1{padding-top:.25rem!important}.b4 .pr-xl-1,.b4 .px-xl-1{padding-right:.25rem!important}.b4 .pb-xl-1,.b4 .py-xl-1{padding-bottom:.25rem!important}.b4 .pl-xl-1,.b4 .px-xl-1{padding-left:.25rem!important}.b4 .p-xl-2{padding:.8rem!important}.b4 .pt-xl-2,.b4 .py-xl-2{padding-top:.8rem!important}.b4 .pr-xl-2,.b4 .px-xl-2{padding-right:.8rem!important}.b4 .pb-xl-2,.b4 .py-xl-2{padding-bottom:.8rem!important}.b4 .pl-xl-2,.b4 .px-xl-2{padding-left:.8rem!important}.b4 .p-xl-3{padding:1rem!important}.b4 .pt-xl-3,.b4 .py-xl-3{padding-top:1rem!important}.b4 .pr-xl-3,.b4 .px-xl-3{padding-right:1rem!important}.b4 .pb-xl-3,.b4 .py-xl-3{padding-bottom:1rem!important}.b4 .pl-xl-3,.b4 .px-xl-3{padding-left:1rem!important}.b4 .p-xl-4{padding:2.4rem!important}.b4 .pt-xl-4,.b4 .py-xl-4{padding-top:2.4rem!important}.b4 .pr-xl-4,.b4 .px-xl-4{padding-right:2.4rem!important}.b4 .pb-xl-4,.b4 .py-xl-4{padding-bottom:2.4rem!important}.b4 .pl-xl-4,.b4 .px-xl-4{padding-left:2.4rem!important}.b4 .p-xl-5{padding:3.2rem!important}.b4 .pt-xl-5,.b4 .py-xl-5{padding-top:3.2rem!important}.b4 .pr-xl-5,.b4 .px-xl-5{padding-right:3.2rem!important}.b4 .pb-xl-5,.b4 .py-xl-5{padding-bottom:3.2rem!important}.b4 .pl-xl-5,.b4 .px-xl-5{padding-left:3.2rem!important}.b4 .m-xl-auto{margin:auto!important}.b4 .mt-xl-auto,.b4 .my-xl-auto{margin-top:auto!important}.b4 .mr-xl-auto,.b4 .mx-xl-auto{margin-right:auto!important}.b4 .mb-xl-auto,.b4 .my-xl-auto{margin-bottom:auto!important}.b4 .ml-xl-auto,.b4 .mx-xl-auto{margin-left:auto!important}}.b4 .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.b4 .text-justify{text-align:justify!important}.b4 .text-wrap{white-space:normal!important}.b4 .text-nowrap{white-space:nowrap!important}.b4 .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.b4 .text-left{text-align:left!important}.b4 .text-right{text-align:right!important}.b4 .text-center{text-align:center!important}@media (min-width:576px){.b4 .text-sm-left{text-align:left!important}.b4 .text-sm-right{text-align:right!important}.b4 .text-sm-center{text-align:center!important}}@media (min-width:768px){.b4 .text-md-left{text-align:left!important}.b4 .text-md-right{text-align:right!important}.b4 .text-md-center{text-align:center!important}}@media (min-width:992px){.b4 .text-lg-left{text-align:left!important}.b4 .text-lg-right{text-align:right!important}.b4 .text-lg-center{text-align:center!important}}@media (min-width:1200px){.b4 .text-xl-left{text-align:left!important}.b4 .text-xl-right{text-align:right!important}.b4 .text-xl-center{text-align:center!important}}.b4 .text-lowercase{text-transform:lowercase!important}.b4 .text-uppercase{text-transform:uppercase!important}.b4 .text-capitalize{text-transform:capitalize!important}.b4 .font-weight-light{font-weight:300!important}.b4 .font-weight-lighter{font-weight:lighter!important}.b4 .font-weight-normal{font-weight:400!important}.b4 .font-weight-bold{font-weight:700!important}.b4 .font-weight-bolder{font-weight:bolder!important}.b4 .font-italic{font-style:italic!important}.b4 .text-white{color:#fff!important}.b4 .text-primary{color:#007bff!important}.b4 a.text-primary:focus,.b4 a.text-primary:hover{color:#0056b3!important}.b4 .text-secondary{color:#6c757d!important}.b4 a.text-secondary:focus,.b4 a.text-secondary:hover{color:#494f54!important}.b4 .text-success{color:#28a745!important}.b4 a.text-success:focus,.b4 a.text-success:hover{color:#19692c!important}.b4 .text-info{color:#17a2b8!important}.b4 a.text-info:focus,.b4 a.text-info:hover{color:#0f6674!important}.b4 .text-warning{color:#ffc107!important}.b4 a.text-warning:focus,.b4 a.text-warning:hover{color:#ba8b00!important}.b4 .text-danger{color:#dc3545!important}.b4 a.text-danger:focus,.b4 a.text-danger:hover{color:#a71d2a!important}.b4 .text-light{color:#f8f9fa!important}.b4 a.text-light:focus,.b4 a.text-light:hover{color:#cbd3da!important}.b4 .text-dark{color:#343a40!important}.b4 a.text-dark:focus,.b4 a.text-dark:hover{color:#121416!important}.b4 .text-body{color:#212529!important}.b4 .text-muted{color:#a9a9a9!important}.b4 .text-black-50{color:rgba(0,0,0,.5)!important}.b4 .text-white-50{color:hsla(0,0%,100%,.5)!important}.b4 .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.b4 .text-decoration-none{text-decoration:none!important}.b4 .text-break{word-break:break-word!important;overflow-wrap:break-word!important}.b4 .text-reset{color:inherit!important}.b4 .visible{visibility:visible!important}.b4 .invisible{visibility:hidden!important} .b4 .label-large { font-size: 1.6rem; line-height: 24px; } .b4 .small-text { font-size: 1.4rem; line-height: 24px; }
.b4 .primary-font { font-family: Open Sans, sans-serif } .b4 .secondary-font { font-family: Montserrat, Open Sans, sans-serif} .b4 .m-sm-6 { margin: 4.8rem !important; } .b4 .mt-sm-6, .b4 .my-sm-6 { margin-top: 4.8rem !important; } .b4 .mr-sm-6, .b4 .mx-sm-6 { margin-right: 4.8rem !important; } .b4 .mb-sm-6, .b4 .my-sm-6 { margin-bottom: 4.8rem !important; } .b4 .ml-sm-6, .b4 .mx-sm-6 { margin-left: 4.8rem !important; } @media (min-width: 568px) { .b4 .flex-xs-row {-webkit-box-orient: horizontal !important; -webkit-box-direction: normal !important; flex-direction: row !important;} .b4 .align-items-sm-center { -webkit-box-align: center !important; align-items: center !important;}} .b4 .py-7 { padding-top: 6.4rem !important; padding-bottom: 6.4rem!important; } @media (min-width: 767px) { .b4 .mb-2_5, .b4 .my-2_5 { margin-bottom: 1.2rem !important;} .b4 .mb-md-2_5, .b4 .my-md-2_5 { margin-bottom: 1.2rem !important;}}

.b4 .regular-20 { font-size: 14px; line-height: 20px; }
.b4 .regular-18 { font-size: 12px; line-height: 18px; }
.b4 .text-gray-700 { color: #626262;}
.b4 .btn {
  	align-items: center;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    min-height: 30px;
    padding: .4375rem .9375rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,color .15s ease-in-out;
}
.b4 .icon-32 {
    height: 32px;
    min-width: 32px;
    width: 32px;
}

/* language switcher */

.b4 .languageSwitcher{
  display:flex;
  position:relative;
}
.b4 .languageSwitcher li{
  margin:0
}
.b4 .languageSwitcher .dropdown-toggle{
  color:#333;
  display:flex;
  font-size:14px;
  font-weight:400;
  justify-content:space-between;
  line-height:16px;
  padding:7px 8px;
  white-space:nowrap;
  width:100%;
  border:1px solid #d8d8d8;
  background-color:#fff;
  border-radius:4px;
  color:#333;
  text-decoration: none;
}
.b4 .languageSwitcher .dropdown-toggle:lang(tl){
  font-size:13px
}
.b4 .languageSwitcher .dropdown-toggle:hover {
  background-color:#f8f8f8;
}
.b4 .languageSwitcher .dropdown-toggle .icon{
  height:16px;
  fill:#a9a9a9;
  min-width:16px;
  -webkit-transition:fill .25s ease-in-out;
  transition:fill .25s ease-in-out;
  will-change:fill;
  width:16px
}
.b4 .languageSwitcher .dropdown-toggle .arrowIcon{
  -webkit-transition:fill .25s ease-in-out,-webkit-transform .25s ease-in-out;
  transition:fill .25s ease-in-out,-webkit-transform .25s ease-in-out;
  transition:transform .25s ease-in-out,fill .25s ease-in-out;
  transition:transform .25s ease-in-out,fill .25s ease-in-out,-webkit-transform .25s ease-in-out;
  -webkit-transform:rotate(0);
  transform:rotate(0);
  will-change:transform,fill;
}

[dir="ltr"] .b4 .languageSwitcher .dropdown-toggle .arrowIcon {
  margin-left:.8rem!important
}
[dir="rtl"] .b4 .languageSwitcher .dropdown-toggle .arrowIcon {
  margin-right:.8rem!important
}

.b4 .languageSwitcher .dropdown-toggle:focus{
  outline:none
}
.b4 .languageSwitcher .dropdown-menu{
  margin-top:8px;
/*   width:100%; */
  z-index:995;
  background-color:#fff;
  border:1px solid #d8d8d8;
  box-shadow:0 16px 24px rgba(51,51,51,.08);
  border-radius:3px;padding:8px
}
@media (min-width:667px){
.b4 .languageSwitcher .dropdown-menu{
    columns: 2;
  }
}
.b4 .languageSwitcher .dropdown-menu a{
  -webkit-box-align:center;
  align-items:center;
}
.b4 .languageSwitcher .dropdown-menu a:before{
  content:"";
  display:inline-block;
  height:12px;
  width:16px
}
[dir="ltr"] .b4 .languageSwitcher .dropdown-menu a:before {
  margin-right:8px;
}
[dir="rtl"] .b4 .languageSwitcher .dropdown-menu a:before {
  margin-left:8px;
}
.b4 .languageSwitcher .dropdown-menu a:hover, 
.b4 .languageSwitcher .dropdown-menu a:active, 
.b4 .languageSwitcher .dropdown-menu a:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.b4 .languageSwitcher .dropdown-menu a.current{
  background-color:#f4fafd;
  color:#333
}
.b4 .languageSwitcher .dropdown-menu a.current:before{
  background-image:url(//theme.zdassets.com/theme_assets/2313803/3dc1a3acb06816dae6d9f3550d6d84ba1d25b8b2.svg)
}
.b4 .languageSwitcher.show .dropdown-toggle{
  background-color:#fff;
  border-color:#00a5ef}
.b4 .languageSwitcher.show .dropdown-toggle .arrowIcon{
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg)
}
.b4 .languageSwitcher.show .dropdown-toggle svg{
  fill:#00a5ef
}
.b4 .languageSwitcher .dropdown-toggle:after{
  display:none
}
.b4 .languageSwitcher .dropdown-item{
  padding: 8px;
  font-size: 14px;
}
@media (max-width:567.98px){
  .b4 .languageSwitcher{
    display:block;
    margin-top:32px;
    width:100%
  }
  .b4 .languageSwitcher .dropdown-toggle{
    -webkit-box-pack:start;
    justify-content:flex-start
  }
  .b4 .languageSwitcher .dropdown-toggle .arrowIcon{
    margin-left:auto !important;
  }
  .b4 .languageSwitcher.show .dropdown-menu{
    width:100%
  }
}

/* new footer */

.b4 .c-footer {
    background: #fff;
    border-top: 1px solid #ced4da;
    font-weight: 400;
  	margin-top: calc(16px * 1.5);
}
.b4 .c-footer .row:before {
    display: none;
}
.b4 .c-footer .container-fluid, .b4 .c-footer .container-lg, .b4 .c-footer .container-md, .b4 .c-footer .container-sm, .b4 .c-footer .container-xl {
    max-width: 1344px
}
@media (min-width: 768px) {
    .b4 .c-footer .container-fluid, .b4 .c-footer .container-lg, .b4 .c-footer .container-md, .b4 .c-footer .container-sm, .b4 .c-footer .container-xl {
        padding: 0 24px
    }
}
.b4 .c-footer a {
  	color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    transition: color .25s ease-in-out;
    will-change: color;
    -webkit-font-smoothing: auto;
}
.b4 .c-footer a:hover {
      color: #0B70D5;
}
.b4 .footer__logoImg {
    width: 85px;
}
.b4 .footer__logoImg img {
    width: 100%;
}
@media (max-width: 767.98px) {
    .b4 .footer__menu-container .label-large {
        align-items: center;
        display: flex;
        justify-content: space-between
    }
    .b4 .footer__menu-container .label-large .icon {
        display: block;
        fill: #adb5bd;
        height: 16px;
        transition: transform .25s ease-in-out;
        will-change: transform;
        width: 16px
    }
    .b4 .footer__menu-container .label-large.isExpanded .icon {
        transform: rotate(180deg);
      	fill: #000;
    }
    .b4 .footer__menu-container .label-large.isExpanded + nav {
        max-height: 100%
    }
    .b4 .footer__menu-container nav {
        overflow: hidden;
        max-height: 0
    }
}

/* socials */

.b4 .footer__socials a {
  	font-size: 0;
}
.b4 .footer__socials path {
  	fill: #626262;
}
.b4 .footer__socials li:hover path {
    fill: #0B70D5;
    transition: fill 250ms ease-in-out;
}

.b4 .app-icons__store-icon {
    background-color: #000000;
    box-sizing: border-box;
    border: 1px solid #a6a6a6;
    border-radius: 8px;
    display: inline-block;
    transition: background-color 250ms ease-in-out;
}
.b4 .app-icons__store-icon svg {
    width: 120px;
    height: 40px;
}
.b4 .app-icons__store-icon svg,
.b4 .app-icons__store-icon g {
      fill: #ffffff;
      transition: fill 250ms ease-in-out;
}
.b4 .app-icons__store-icon:hover {
      background-color: #ffffff;
      border-color: #000000;
}

.b4 .app-icons__store-icon:hover svg,
.b4 .app-icons__store-icon:hover g {
			fill: #000000;
}
.b4 .app-icons__store-icon:first-child {
      margin-left: 0;
}

/* tooltip */
.b4 .tooltip {
    z-index: 1070;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
  	background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 8px 12px rgba(51, 51, 51, 0.08);
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    will-change: transform;
    top: -8px;
    left: 0;
    transform: translateY(-100%);
  	margin: 0 0 12px;
}
.b4 .tooltip-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 240px;
    padding: 6px 16px;
    text-align: left;
  	line-height: 24px;
    font-weight: 400;
}
.b4 .tooltip .arrow:before, .b4 .tooltip .arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.b4 .tooltip .arrow:before {
  left: 50%;
  border: 11px solid transparent;
  border-top-color: #ddd;
}
.b4 .tooltip .arrow:after {
  left: 50%;
  border: 10px solid transparent;
  border-top-color: #fff;
}

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