/* 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: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1b334b;
  background-color: #f8f8f8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  padding-bottom: 87px;
}

/* Reset fonts for relevant elements */

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

/* Links */

a {
  color: #3B81DE;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
  a:focus {
    color: #2063bc;
  }

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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h5 {
  font-size: 16px;
}

.h5 {
  font-size: 16px;
}

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

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

b,
strong {
  font-weight: 600;
}

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

/* Description Lists */

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

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

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

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(16px * 1.5 / 2)
    calc(16px * 1.5);
  margin: 0 0 calc(16px * 1.5);
  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(16px * 1.5);
  font-style: normal;
  line-height: 1.5;
}

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

.work-hours {
  font-weight: 600;
  font-size: calc(16px * 1.25);
  padding: 0 0 calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
  margin-bottom: calc(16px * 1.5);
}

/* 
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(16px * 1.5);
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: calc(16px * 1.5 / 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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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: 16px;
  line-height: 1.5;
  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(
    16px * 1.5 + 12px + 2px
  );
}

/*  Reset height for `textarea`s */

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

/*  Search inputs in iOS */

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

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

/*  Special styles for iOS temporal inputs

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

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

/*  Form groups

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

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

.form-field.required > label:after {
    margin-left: 2px;
    color: rgba(199, 92, 92, 1);
    content: "*";
  }

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

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

.form-field.boolean label {
    min-height: calc(16px * 1.5);
    /* 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: #3d73a9; /* 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: rgba(43, 187, 15, 1);
  border-color: rgba(43, 187, 15, 1);
}

.btn--success:hover,
  .btn--success:focus,
  .btn--success:active {
    color: #e0e0e0;
    background-color: #208c0b;
    border-color: #1e820a;
  }

.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: rgba(199, 92, 92, 1);
  border-color: #c04949;
}

.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: #b33d3d;
    border-color: darken(darken(rgba(199, 92, 92, 1), 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(16px * 0.85);
  font-weight: 500;
  line-height: 1.5;
  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(16px * 0.85);
  font-weight: 500;
  line-height: 1.5;
  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(16px * 0.85);
  font-weight: 500;
  line-height: 1.5;
  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(16px * 0.85);
  font-weight: 500;
  line-height: 1.5;
  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(16px * 0.85);
  font-weight: 500;
  line-height: 1.5;
  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;
}

.article-list + .see-all-articles {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0; /* For input.btn */
  font-size: calc(16px * 0.85);
  font-weight: 500;
  line-height: 1.5;
  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, .article-list + .see-all-articles:focus, .article-list + .see-all-articles: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,
  .article-list + .see-all-articles:hover,
  .article-list + .see-all-articles: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, .article-list + .see-all-articles: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,
.article-list + .see-all-articles {
  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,
  .article-list + .see-all-articles:hover,
  .article-list + .see-all-articles:focus,
  .article-list + .see-all-articles: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(59, 129, 222, 1);
  border-color: rgba(59, 129, 222, 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: #2063bc;
    border-color: #2063bc;
  }

.btn--topbar,
.topbar .login {
  color: #174b75;
  background-color: transparent;
  border-color: #174b75;
}

.btn--topbar:hover,
  .btn--topbar:focus,
  .btn--topbar:active,
  .topbar .login:hover,
  .topbar .login:focus,
  .topbar .login:active {
/*     color: #000;  */
    color: #ffffff;
/*    background-color: transparent; */
    background-color: #3b81de;
/*     border-color: #000;  */
    border-color: #3b81de;
  }

.profile-header__options [data-action="edit-profile"] {
    color: #174b75;
    background-color: transparent;
    border-color: #174b75;
  }

.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: #0d2a42;
      background-color: darken(transparent, 12%);
      border-color: #0d2a42;
    }

.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: #1b334b;
  background-color: #eceeef;
  border-color: #eceeef;
}

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

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

.article-vote-controls__item:active {
    color: #0b141e;
    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);
}

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.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: #174b75;
  }

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

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

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

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

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

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

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

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

.table-responsive {
    width: 100%;
    margin-bottom: calc(16px * 1.5 * 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;
          }
  }
#gettingstartedcol {
  position: relative;
  float: left;
  width: 30%;
  top: 20px;
}

#verticalrule {
  border-right: 1px solid #dddddd;
	 height: 240px;
  float: left;
   position: relative;
  top: 28px;
}

#toparticlescol {
  width: 70%;
  float: right;
  position: absolute;
  left: 210px;
}

#toparticlescol a {
  line-height: 2em;
}

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

.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: #174b75;
  border-radius: calc(30px / 15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lines-button {
  padding: calc(30px / 4) calc(30px / 4) calc(30px / 2);
  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;
}

@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: #174b75;
  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: #174b75;
    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: 40px !important;
    vertical-align: bottom;
  }

#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: #1b334b
  }

      #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: 15px;
    font-size: calc(16px * 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: #1b334b;
    }

@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: #1b334b;
}

@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(16px - 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(16px - 2) !important;
  }

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

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

.breadcrumbs {
  padding: calc(16px * 1.5 / 1.5) 0 0;
  margin-bottom: calc(16px * 1.5);
  list-style: none;
  background-color: transparent;
  border-top: 1px solid #dee2e3;
  font-size: calc(16px - 2px);
}

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

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

.breadcrumbs > li a {
      color: #3B81DE;
    }

[data-category-page] .breadcrumbs, [data-section-page] .breadcrumbs {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
  }

.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: calc(16px * 1.5 * 1.5);
  padding-bottom: calc(16px * 1.5 * 1.5);
  /*margin-top: 80px;*/
  margin-bottom: calc(16px * 1.5 * 2);
  text-align: center;
  /*background-image: url(//theme.zdassets.com/theme_assets/53743/86ea5016abc2440616f1482d3bfad1f075a293c2.jpg);*/
  /* overflow: hidden; */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*&:after {
    position: absolute;
    top: 0;
    left: 0;

    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0.35;
  }*/

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

@media (max-width: 767px) {

.hero-unit {
    margin-bottom: 0;
    padding-top: calc(16px * 1.5);
    padding-bottom: calc(16px * 1.5 * 2)
}
  }

.hero-unit__search {
  margin: calc(16px * 1.5) auto 0;
  max-width: calc(16px * 1.5 * 25);
}

.hero-unit__search .search:before {
      right: calc(16px * 1.5);
      color: #55595c;
    }

.hero-unit__search .search #query {
      height: calc(16px * 1.5 * 2.25);
      line-height: calc(16px * 1.5 * 2.25);
      padding: 0 calc(16px * 1.5);
      color: #55595c;
    }

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

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

.avatar {
  position: relative;
}

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

    font-size: calc(16px * 0.85);
    color: #174b75;
  }

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

.search {
  position: relative;
}

.search:before {
    position: absolute;
    top: 50%;
    right: 16px;

    width: 16px;
    height: 16px;
    margin-top: -9px;
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcuNjcgMTYuMDhsLTMuNDk1LTMuNDk1Yy45ODQtMS4zMTUgMS41NzQtMi45NDEgMS41NzQtNC43MSAwLTQuMzUtMy41MjUtNy44NzUtNy44NzUtNy44NzVzLTcuODc1IDMuNTI1LTcuODc1IDcuODc1IDMuNTI1IDcuODc1IDcuODc1IDcuODc1YzEuNzY5IDAgMy4zOTYtLjU5IDQuNzExLTEuNTc0bDMuNDk0IDMuNDk1Yy40MzkuNDM5IDEuMTUxLjQzOSAxLjU5MSAwIC40MzktLjQzOS40NC0xLjE1MSAwLTEuNTkxem0tOS43OTUtMi41OGMtMy4xMDcgMC01LjYyNS0yLjUxOC01LjYyNS01LjYyNXMyLjUxOC01LjYyNSA1LjYyNS01LjYyNSA1LjYyNSAyLjUxOCA1LjYyNSA1LjYyNS0yLjUxOCA1LjYyNS01LjYyNSA1LjYyNXoiIGZpbGw9IiMyMzFGMjAiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
  }

.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(16px * 1.5);
}

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

    list-style: none;
  }

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

.search-box {
  position: relative;
}

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

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

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

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

.search-results-count {
  font-size: calc(16px);
}

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

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

.search-result__description {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 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(16px * 1.5 / 2);
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: calc(16px * 0.85);
  color: #fff;
  background-color: #174b75;
  border-radius: 4px;
}

.search-results + .text-center {
    margin-bottom: calc(16px * 1.5);
  }

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

.category-list {
  padding-left: 0;
  margin-bottom: calc(16px * 1.5);
  list-style: none;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

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

/* margin-bottom: $line-height-computed; */

.category-list-item:not(:last-child) {
    border-bottom: 1px solid #eceeef;
  }

@media (min-width: 768px) {

.category-list-item {
    /* display: table; */
    /* height: 181px; */
}
  }

.category-list-item__link {
  display: block;
  padding: 15px;
  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;
    left: 0;
    width: 4px;
    content: "";
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

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

.category-list-item__link:hover,
  .category-list-item__link.active-item {
    /* color: $category-list-color-hover; 
    /* 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: #174b75;
    }

@media (max-width: 767px) {

.category-tree {
    padding: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
            box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    margin-bottom: calc(16px * 1.5 * 2)
}
  }

.category-list-item__title {
  margin-bottom: 0;
}

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

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

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

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

@media (max-width: 767px) {

.section {
    margin-bottom: 0
}
  }

.section__title {
  font-weight: 400;
}

@media (max-width: 767px) {

.section__title {
    padding: calc(16px * 1.5 / 2) 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #eceeef
}
  }

.section__title-link {
  color: inherit;
  font-size: calc(16px + 4px);
  font-weight: 600;
}

.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(16px * 1.5 / 2) 0;
}

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

@media (max-width: 767px) {

[data-section-page] .article-list {
      background-color: #fff;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
              box-shadow: 0 0 8px rgba(0, 0, 0, .1);
      margin-bottom: calc(16px * 1.5 * 2)
  }
    }

[data-section-page] .sidebar {
    margin-bottom: calc(16px * 1.5) !important;
  }

[data-section-page] .main-column__anchor {
    margin-bottom: calc(16px * 1.5);
    display: inline-block;
  }

.article {
  position: relative;
/*  margin-bottom: calc(16px * 1.5); */
/*  border-bottom: 1px solid #dee2e3; */
}

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

@media (min-width: 768px) {

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

.article-meta {
  margin-bottom: calc(16px * 1.5);
}

.article-body {
  margin-bottom: calc(16px * 1.5);
}

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

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

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

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

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

 .article-body ol {
    padding-left: 50px;
  }

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

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

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

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

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

.article-body ol li {
      margin-bottom: calc(16px * 1.5 / 2);
    padding-left: 5px;
    }

.article-vote {
  position: relative;
}

.article-vote-controls__item--voted {
  color: #0e1a26;
  border-color: #0e1a26;
}

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

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

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

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

.article-attachments {
  margin-bottom: calc(16px * 1.5);
}

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

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

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

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

@media (max-width: 767px) {

.article-list {
    padding: 0 !important;
    margin-bottom: calc(16px * 1.5);
    border-bottom: 0
}

    .article-list + .see-all-articles {
      margin: calc(16px * 1.5 / 1.5) 15px;
      display: inline-block;
    }
  }

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

.article-list-item.is-active .article-list-item__link:after {
      /*content: "\f106";*/
      content: '-';
      font-size: calc(16px * 2.15);
      top: -7px;
      right: 2px;
    }

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

@media (max-width: 767px) {

.article-list-item {
    margin-bottom: 0
}
      .article-list-item.is-active .article-list-item__link:after {
        font-size: calc(16px * 1.5);
        top: 50%;
        margin-top: -12px;
        right: 14px;
      }
  }

.article-list-item__link {
  position: relative;
  display: block;
  padding-right: calc(16px * 1.5);
  padding-bottom: calc(16px * 1.5);
  font-size: 16px;
  font-weight: 500;
}

.article-list-item__link,
  .article-list-item__link:focus {
    color: #1b334b;
    text-decoration: none;
  }

.article-list-item__link:hover {
    color: #3B81DE;
  }

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

@media (max-width: 767px) {

.article-list-item__link {
    padding: calc(16px * 1.5 / 1.5);
    padding-right: calc(16px * 1.5 * 1.25)
}

    .article-list-item__link:after {
      font-size: 16px;
      font-weight: 700;
      right: 14px;
      top: 50%;
      margin-top: -8px;
    }
  }

.article-list-item__body {
  display: none;
  font-size: calc(16px - 2px);
}

@media (max-width: 767px) {

.article-list-item__body {
    padding: calc(16px * 1.5 / 1.5)
}
  }

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

.comment-list-heading {
  margin-bottom: 0;
  font-size: 16px;
  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(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

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

.comment {
  position: relative;
  margin-bottom: calc(16px * 1.5);
  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(16px * 1.5 / 2);
  font-size: calc(16px * 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(16px * 1.5 / 2);
    }

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

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

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

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

.comment__body ol li {
      margin-bottom: calc(16px * 1.5 / 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(16px * 0.85);
  color: #fff;
  background-color: #174b75;
  border-radius: 0 0 4px 4px;
}

.comment__official-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(43, 187, 15, 1);
}

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

.comment--official .comment__inner {
    position: relative;
    padding: calc(16px * 1.5)
      calc(12px * 2) calc(16px * 1.5)
      calc(12px * 2);
    /* background-color: desaturate(lighten(#174b75, 35%), 5%); */
    background-color: #b4d5f0;
    border: 1px solid #174b75;
    border-radius: 4px;
  }

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

/* Comment form */

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

@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(16px * 1.5);
}

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

.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(16px * 1.5 / 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(16px * 1.5);
}

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.my-activities-items__col {
    display: table-cell;
    padding-top: calc(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(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  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(16px * 1.5 / 3)
  }
    }

.my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 600;
      color: #1b334b;
    }

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

.my-activities-menu--sub .my-activities-menu__item.is-active {
      font-weight: 600;
    }

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

@media (min-width: 768px) {
    .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      margin-right: calc(12px / 2);
      font-size: 10px;
      content: "\2022";
    }
  }

@media (max-width: 767px) {

.my-activities-item {
    padding: 6px 12px;
    margin-bottom: calc(16px * 1.5);
    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(16px * 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(16px * 1.5);
  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(16px * 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(16px * 1.5 / 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(16px * 1.5 / 2);
  font-weight: 600;
}

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

@media (min-width: 992px) {

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

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

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

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

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

.attachment-list > li {
    margin-bottom: calc(16px * 1.5 / 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: #174b75;
    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: rgba(43, 187, 15, 1);
}

.request-status--new,
.request-status--open {
  background-color: rgba(199, 92, 92, 1);
}

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

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

@media (min-width: 768px) {

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

@media (min-width: 992px) {

.new-request-title {
    font-size: calc(16px * 1.6)
}
  }

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

.new-request-form input[type="submit"] {
    background-color: #3B81DE;
    border-color: #3B81DE;
  }

#request_description_hint {
  color: #666666;
}

.powered-by-zendesk {
  display: none;
}

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

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

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

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

.intro-title {
  font-size: calc(16px * 1.5);
  line-height: 1.1;
  color: #1b334b;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {

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

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

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

@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(16px * 1.5)
}
  }

.custom-block__link {
  display: block;

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

@media (max-width: 479px) {

.custom-block__link {
    display: table
}
  #gettingstartedcol {
    min-width: 300px;
  }
  #verticalrule {
    display: none;
  }
  #toparticlescol {
    width: 100%;
    position: unset;
  }
  }

.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(16px * 1.5)
}
  }

.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: 16px;
  font-weight: 500;
  color: #1b334b;
}

/* 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(16px * 1.5 * 2)
    calc(15px * 2) calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5 * 2);
  text-align: center;
  background-color: #314157;
  border-radius: 4px;
}

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

.footer-submit-ticket__subtitle {
  font-size: calc(16px * 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(16px * 1.5) 0;
  color: #366696;
  border-left: calc(1px * 2) solid transparent;
}

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

.note-title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: 16px;
  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: rgba(43, 187, 15, 1);
}

.note-success .note-title, .note--success .note-title {
    color: rgba(43, 187, 15, 1);
  }

.note-danger,
.note--danger {
  border-color: rgba(199, 92, 92, 1);
}

.note-danger .note-title, .note--danger .note-title {
    color: rgba(199, 92, 92, 1);
  }

.footer {
  width: 100%;
  padding-top: calc(16px * 1.5);
  font-size: calc(16px - 2px);
  line-height: 1.1;
  color: #fff;
  background-color: #1b334b;
  border-color: #eee transparent transparent;
  border-style: solid;
  border-width: 1px 0 0;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {

.footer {
    padding-bottom: calc(16px * 1.5)
}
  }

.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((18px * 2) - 2px);
  height: calc((18px * 2) - 2px); */
  color: #fff;
  vertical-align: middle;
}

.footer-social-link + .footer-social-link {
    margin-left: calc(16px * 1.5);
  }

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

.footer-social-link img {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
  }

.copyright {
  font-size: calc(16px - 3px);
  letter-spacing: .5px;
}

.copyright a {
    color: #fff;
    display: inline-block;
    margin: 0 calc(16px * 1.5 / 2);
  }

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

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

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

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

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

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

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

.pagination ul > li > span:focus {
        color: #1d5caf;
        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: #174b75;
        border-color: #174b75;
      }

.satisfaction-box {
  padding: calc(16px * 1.5) 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: #1e820a !important;
  border-color: #1e820a !important;
}

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

#new_satisfaction_rating label[for="satisfaction_rating_score_good"],
#new_satisfaction_rating label[for="satisfaction_rating_score_bad"] {
  background-color: #ccc;
  border-color: #bbb;
}

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

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: rgba(43, 187, 15, 1) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: rgba(199, 92, 92, 1) !important;
}

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

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

.satisfaction-reason {
  padding-top: calc(16px * 1.5);
}

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

.topbar {
  /*position: fixed;*/
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: #1b334b;
  background-color: #fff;
  border-top: 4px solid #1b334b;
}

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

@media (max-width: 767px) {

.topbar .submit-a-request,
  .topbar .login,
  .topbar .language-selector {
      margin-bottom: 5px
  }
    }

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

.topbar__inner {
    display: table
}
  }

.topbar__col {
  position: relative;

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.topbar__controls {
    float: right
}
  }

@media (max-width: 767px) {

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

@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: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 1px solid #3B81DE;
  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);
}

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

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

.scroll-to-top:hover {
    color: #2063bc;
    border-color: #2063bc;
  }

@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(16px * 1.5);
}

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

.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(16px * 1.5);
      vertical-align: top
  }
    }

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

.community-recent-activity .recent-activity-item-comment span:before {
    display: inline-block;
    margin-right: calc(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: #1b334b;
  }

.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(16px * 1.5);
  font-weight: 400;
}

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

/* User Profiles */

/* Profile Header */

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

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

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

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

@media (min-width: 768px) {

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

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: calc(16px * 1.5);
  color: #174b75;
  background-color: #fff;
}

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

/* Profile Stats */

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

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: calc(16px * 1.5 / 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(16px * 1.5);
  overflow: hidden;
  font-size: calc(16px * 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: #1b334b;
  }

.profile-nav__item.is-active {
    color: #fff;
    background-color: #174b75;
  }

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

.profile-nav__item a {
    padding: calc(16px * 1.5 / 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(16px * 1.5);
}

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

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

@media (min-width: 768px) {

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

/* Profile Section Sorter */

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

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (min-width: 768px) {

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

@media (max-width: 767px) {

.profile-section-sorter__col--main {
    margin-bottom: calc(16px * 1.5 / 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(16px * 1.5 / 2) 15px;

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

  border-radius: 4px;
}

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

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

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

.profile-contribution__body {
  margin-bottom: calc(16px * 1.5 / 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(16px * 1.5 / 2);
  font-size: calc(16px * 0.85);
}

.profile__no-activity {
  color: #979797;
  text-align: center;
}

.profile__private-activity {
  color: #979797;
  text-align: center;
}

/* Profile Activity */

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

.profile-activity {
  position: relative;
  margin-bottom: calc(16px * 1.5 * 1.5);
}

.profile-activity__header {
  margin-bottom: calc(16px * 1.5 / 2);

  font-size: calc(16px * 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: #174b75;
}

.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: rgba(43, 187, 15, 1);
}

.status-label--new,
.status-label--open {
  background-color: rgba(199, 92, 92, 1);
}

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

.status-label--official {
  background-color: #174b75;
}

.status-label--completed,
.status-label--answered {
  background-color: rgba(43, 187, 15, 1);
}

.status-label--planned {
  background-color: #174b75;
}

.status-label--not-planned {
  color: #1b334b;
  background-color: #eceeef;
}

.entry-info {
  overflow: hidden;

  font-size: calc(16px * 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(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  background-color: #eceeef;
  border-left-style: solid;
  border-left-width: 5px;
}

.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: #1b334b;
  background-color: #e1fcdc;
  border-color: rgba(43, 187, 15, 1);
}

.callout--success .callout__title {
    color: rgba(43, 187, 15, 1);
  }

.callout--info {
  color: #1b334b;
  background-color: #ebf7fb;
  border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
  }

.callout--warning {
  color: #1b334b;
  background-color: #fffadc;
  border-color: #f5d200;
}

.callout--warning .callout__title {
    color: #f5d200;
  }

.callout--danger {
  color: #1b334b;
  background-color: #f1d5d5;
  border-color: rgba(199, 92, 92, 1);
}

.callout--danger .callout__title {
    color: rgba(199, 92, 92, 1);
  }

.callout--primary {
  color: #1b334b;
  background-color: #a7ceee;
  border-color: #174b75;
}

.callout--primary .callout__title {
    color: #174b75;
  }

.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(16px * 1.5 / 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(16px * 0.85);
      line-height: 30px;
      color: #fff;
      text-align: center;
      content: counter(list);

      background-color: #174b75;
      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: #174b75;
      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: #4a9adb;
}

.text-info {
  background-color: #5bc0de;
}

.text-warning {
  background-color: #f5d200;
}

.text-danger {
  background-color: rgba(199, 92, 92, 1);
}

.text-success {
  background-color: rgba(43, 187, 15, 1);
}

.accordion {
  padding-top: 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion__item-title {
  position: relative;
  padding: 15px 20px 15px 52px;
  font-size: calc(16px * 1.25);
  cursor: pointer;
}

.accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    position: absolute;
    content: "";
  }

.accordion__item-content {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

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

.accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    top: 50%;
    left: 22px;

    width: 8px;
    height: 8px;

    margin-top: -4px;
    border-bottom: 2px solid #174b75;
    border-left: 2px solid #174b75;
    -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);
  }

.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: #174b75;
      -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(16px * 1.5);
}

.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: #1b334b;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #174b75;
  }

@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: #174b75;
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: #174b75;
    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: #174b75;
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
    background-color: #174b75;
    border-color: #174b75;
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

.tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 55px;
  position: relative;
  font-size: 16px; }

.alert,
  .alert * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.alert--alert_info {
  background-color: #44a9ef;
  color: #fff; }

.alert--alert_info .alert__icon--notify {
    background-image: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' viewBox='0 -256 1850 1850' id='svg2989' version='1.1' inkscape:version='0.48.3.1 r9886' width='100%25' height='100%25' sodipodi:docname='bell_font_awesome.svg'%3E%3Cmetadata id='metadata2999'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs2997' /%3E%3Csodipodi:namedview pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1' objecttolerance='10' gridtolerance='10' guidetolerance='10' inkscape:pageopacity='0' inkscape:pageshadow='2' inkscape:window-width='640' inkscape:window-height='480' id='namedview2995' showgrid='false' inkscape:zoom='0.13169643' inkscape:cx='896' inkscape:cy='896' inkscape:window-x='0' inkscape:window-y='25' inkscape:window-maximized='0' inkscape:current-layer='svg2989' /%3E%3Cg transform='matrix(1,0,0,-1,83.525424,1313.0508)' id='g2991'%3E%3Cpath d='m 848,-160 q 0,16 -16,16 -59,0 -101.5,42.5 Q 688,-59 688,0 688,16 672,16 656,16 656,0 656,-73 707.5,-124.5 759,-176 832,-176 q 16,0 16,16 z M 183,128 H 1481 Q 1317,309 1234.5,539.5 1152,770 1152,1024 q 0,256 -320,256 -320,0 -320,-256 Q 512,770 429.5,539.5 347,309 183,128 z m 1481,0 q 0,-52 -38,-90 -38,-38 -90,-38 h -448 q 0,-106 -75,-181 -75,-75 -181,-75 -106,0 -181,75 -75,75 -75,181 H 128 Q 76,0 38,38 0,76 0,128 190,289 287,525.5 384,762 384,1024 q 0,165 96,262 96,97 264,117 -8,18 -8,37 0,40 28,68 28,28 68,28 40,0 68,-28 28,-28 28,-68 0,-19 -8,-37 168,-20 264,-117 96,-97 96,-262 0,-262 97,-498.5 Q 1474,289 1664,128 z' id='path2993' inkscape:connector-curvature='0' style='fill:%23fff' /%3E%3C/g%3E%3C/svg%3E"); }

.alert--alert_success {
  background-color: #1eca94;
  color: #fff; }

.alert--alert_success .alert__icon--notify {
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='475.075px' height='475.075px' viewBox='0 0 475.075 475.075' style='enable-background:new 0 0 475.075 475.075;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M475.075,186.573c0-7.043-5.328-11.42-15.992-13.135L315.766,152.6L251.529,22.694c-3.614-7.804-8.281-11.704-13.99-11.704 c-5.708,0-10.372,3.9-13.989,11.704L159.31,152.6L15.986,173.438C5.33,175.153,0,179.53,0,186.573c0,3.999,2.38,8.567,7.139,13.706 l103.924,101.068L86.51,444.096c-0.381,2.666-0.57,4.575-0.57,5.712c0,3.997,0.998,7.374,2.996,10.136 c1.997,2.766,4.993,4.142,8.992,4.142c3.428,0,7.233-1.137,11.42-3.423l128.188-67.386l128.194,67.379 c4,2.286,7.806,3.43,11.416,3.43c7.812,0,11.714-4.75,11.714-14.271c0-2.471-0.096-4.374-0.287-5.716l-24.551-142.744 l103.634-101.069C472.604,195.33,475.075,190.76,475.075,186.573z M324.619,288.5l20.551,120.2l-107.634-56.821L129.614,408.7 l20.843-120.2l-87.365-84.799l120.484-17.7l53.959-109.064l53.957,109.064l120.494,17.7L324.619,288.5z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A"); }

.alert--alert_warning {
  background-color: #f8d88b;
  color: #333; }

.alert--alert_warning .alert__icon--notify {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjMzMzIj48cGF0aCBkPSJNMTEuNjk2IDFsLS4yMDUuMDAyQzUuMTI1IDEuMTEyLS4xMDcgNi4zNTQuMDAyIDEyLjcwMWMuMTEgNi4zMzggNS4wNzYgMTEuMzAyIDExLjMwNSAxMS4zMDJsLjIwMi0uMDAxYzYuNDQ1LS4xMTMgMTEuNi01LjM2MiAxMS40ODktMTEuNzAxQzIyLjg4OCA1Ljk2NCAxNy45MjQgMSAxMS42OTYgMXptLS4yMDUgMjIuMDAybC0uMTg1LjAwMWMtNS42NzggMC0xMC4yMDQtNC41MzMtMTAuMzA1LTEwLjMyQy45IDYuOTA2IDUuNjggMi4xMDIgMTEuNTA5IDIuMDAyTDExLjY5NiAyYzUuNjc3IDAgMTAuMjAxIDQuNTMyIDEwLjMwMiAxMC4zMTguMTAxIDUuNzg4LTQuNjEzIDEwLjU4MS0xMC41MDcgMTAuNjg0eiIvPjxwYXRoIGQ9Ik0xMS41IDE0LjVhLjUuNSAwIDAgMCAuNS0uNVY3YS41LjUgMCAwIDAtMSAwdjdhLjUuNSAwIDAgMCAuNS41eiIvPjxjaXJjbGUgY3g9IjExLjUiIGN5PSIxNy41IiByPSIxIi8+PGc+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjwvZz48L3N2Zz4=); }

.alert--alert_warning .alert__icon--close {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjMzMzIj48cGF0aCBkPSJNMTIuNzA3IDEyTDIzLjg1NC44NTRhLjUuNSAwIDAgMC0uNzA3LS43MDdMMTIgMTEuMjkzLjg1NC4xNDZhLjUuNSAwIDAgMC0uNzA3LjcwN0wxMS4yOTMgMTIgLjE0NiAyMy4xNDZhLjUuNSAwIDAgMCAuNzA3LjcwN0wxMiAxMi43MDdsMTEuMTQ2IDExLjE0N2EuNS41IDAgMCAwIC43MDctLjcwN0wxMi43MDcgMTJ6Ii8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjwvc3ZnPg==); }

.alert--alert_danger {
  background-color: #ff7f7f;
  color: #fff; }

.alert--alert_danger .alert__icon--notify {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTEgOS4xNTN2Ny42NTJhLjUuNSAwIDAgMCAxIDBWOS4xNTNhLjUuNSAwIDAgMC0xIDB6Ii8+PHBhdGggZD0iTTExLjk0NyAxLjI3NmMtLjE3LS4zMzktLjcyNS0uMzM5LS44OTUgMGwtMTEgMjJBLjUwMS41MDEgMCAwIDAgLjUgMjRoMjIuMDJhLjUuNSAwIDAgMCAuMzcyLS44MzRMMTEuOTQ3IDEuMjc2ek0xLjMwOSAyM0wxMS41IDIuNjE4IDIxLjY5MSAyM0gxLjMwOXoiLz48Y2lyY2xlIGN4PSIxMS41IiBjeT0iMjAiIHI9IjEiLz48Zz48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+PC9nPjwvc3ZnPg==); }

.alert__shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.alert__shape--main {
  background-color: rgba(255, 255, 255, 0.1); }

.alert__icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover; }

.alert__icon--notify {
  width: 1.5em;
  height: 1.5em; }

.alert__icon--close {
  border: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1em;
  height: 1em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTIuNzA3IDEyTDIzLjg1NC44NTRhLjUuNSAwIDAgMC0uNzA3LS43MDdMMTIgMTEuMjkzLjg1NC4xNDZhLjUuNSAwIDAgMC0uNzA3LjcwN0wxMS4yOTMgMTIgLjE0NiAyMy4xNDZhLjUuNSAwIDAgMCAuNzA3LjcwN0wxMiAxMi43MDdsMTEuMTQ2IDExLjE0N2EuNS41IDAgMCAwIC43MDctLjcwN0wxMi43MDcgMTJ6Ii8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgweiIvPjwvc3ZnPg==); }

.alert__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.alert__body p {
    margin-bottom: 8px; }

.alert__body p:last-of-type {
    margin-bottom: 0; }

.alert__title {
  font-weight: bold;
  margin-bottom: 8px; }

.sidenav {
  border-right: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
}

.sidenav-categories,
.sidenav-sections,
.sidenav-articles {
  list-style: none;
  padding-left: 0;
}

sidenav-sections ul li {
  padding-left: 10px;
}

.sidenav-categories {
  margin-bottom: 0;
}

.sidenav-category:last-of-type .sidenav-category__link {
      border-bottom: 0;
    }

.sidenav-category.is-active .sidenav-category__link:after {
        content: '-';
      }

.sidenav-category.is-active .sidenav-sections {
      display: block;
    }

.sidenav-category.is-current .sidenav-category__link {
      border-left-color: #F05323;
    }

.sidenav-category:last-of-type {
  border: 0;
}

.sidenav-category:last-of-type .sidenav-sections {
    border-top: 1px solid #eceeef;
    border-bottom: 0;
  }

.sidenav-category__link,
.sidenav-section__link,
.sidenav-article__link {
  cursor: pointer;
}

.sidenav-category__link:hover,
  .sidenav-category__link:focus,
  .sidenav-section__link:hover,
  .sidenav-section__link:focus,
  .sidenav-article__link:hover,
  .sidenav-article__link:focus {
    color: #3B81DE;
    background-color: #efefef;
  }

.sidenav-category__link,
.sidenav-section__link {
  display: inline-block;
  color: #1b334b;
  font-weight: 600;
}

.sidenav-category__link {
  display: block;
  position: relative;
  font-size: calc(16px + 1px);
  padding: calc(16px * 1.5 / 2) calc(16px * 1.5 * 1.5) calc(16px * 1.5 / 2) calc((16px * 1.5 / 1.5) - 3px);
  border-left: 3px solid transparent;
  border-bottom: 1px solid #eceeef;
}

.sidenav-category__link:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: calc(16px * 1.5 / 1.75);
    font-size: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

.sidenav-category__link--single {
  border-right: 1px solid #eceeef;
}

.sidenav-category__link--single:after {
    display: none;
  }

.sidenav-category__link--single.is-active {
    border-left-color: #F05323;
  }

.sidenav-sections {
  display: none;  
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
  border-bottom: 1px solid #eceeef;
}

.sidenav-articles {
  display: none;  
  margin-bottom: 0;
  padding-left: calc(16px * 1.5);
}

.sidenav-section {
  margin-bottom: 0;
}

.sidenav-section.is-active .sidenav-section__link {
      color: #F05323;
  		background-color: #efefef;
      pointer-events: none;
    }

.sidenav-section.is-active .sidenav-section__link:hover,
      .sidenav-section.is-active .sidenav-section__link:focus {
        background-color: transparent;
      }

.sidenav-section:last-of-type {
    margin-bottom: 0;
  }

.sidenav-section__link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding: calc(16px * 1.5 / 2.5) calc(16px * 1.5 / 1.5);
  padding-left: 30px !important;
}

.sidenav-articles {
  display: none;
  margin-bottom: calc(16px * 1.5 / 1.5);
}

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

.sidenav-article__link {
  font-size: calc(16px - 1px);
}

.knowledge-base {
  background-color: #fff;
  margin-bottom: calc(16px * 1.5 * 3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
          box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

@media (max-width: 767px) {

.knowledge-base {
    margin-bottom: calc(16px * 1.5 * 2);
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none
}

    .knowledge-base .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
    }

      .knowledge-base .row .column--sm-8 {
        /*order: 0;*/        
      }
        /*order: 1;*/

        .knowledge-base .row .column--sm-4 .sidebar {
          background-color: #fff;
          -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
                  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
          margin-bottom: calc(16px * 1.5 * 2);
        }
  }

/* 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(16px * 1.5 / 4);
  padding-bottom: calc(16px * 1.5 / 4);
  font-weight: 600;
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: calc(16px * 1.5 / 6) 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #1b334b;
  border-color: #eceeef;
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

.vote-control:focus {
    color: #1b334b;
    border-color: #eceeef;
  }

.vote-control:hover,
  .vote-control[aria-selected="true"] {
    color: #174b75;
    border-color: #174b75;
  }

.vote-control[aria-selected="true"]:hover {
      color: #1b334b;
      border-color: #eceeef;
    }

.topic-list-item:nth-child(2n + 1) {
    clear: left;
  }

.topic-list-item__box {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.topic-list-item__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.topic {
  display: table;
  width: 100%;
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  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(16px * 1.5 / 2);
  font-size: calc(16px * 2.15);
}

.topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

@media (max-width: 767px) {

.topic-filters__item {
    margin-bottom: calc(16px * 1.5 / 2)
}
  }

.topic-controls {
  margin-bottom: calc(16px * 1.5 * 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(16px * 1.5);
}

.post__title {
  padding-right: calc(12px * 1.5);
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

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

@media (min-width: 992px) {

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

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

.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(16px * 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(16px + 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: 16px;
    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(16px * 1.5 / 2);
    }

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

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

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

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

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

.post-list-item {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

.post-list-item__title {
  margin-bottom: calc(16px * 1.5 / 2);
  font-size: calc(16px * 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: #1b334b
}
  }

.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: rgba(43, 187, 15, 1);
}

.post-status--planned {
  background-color: $brand-secondary;
}

.post-status--not-planned {
  color: #1b334b;
  background-color: #eceeef;
}

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

@media (min-width: 768px) {

.new-post-title {
    font-size: calc(16px * 2.15)
}
  }

@media (min-width: 992px) {

.new-post-title {
    font-size: calc(16px * 2.6)
}
  }

.new-post-form {
  margin-bottom: calc(16px * 1.5);
}
