/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

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 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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, 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 {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * 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"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * 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 {
  border: 0;
  padding: 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"] {
  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.
 */

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

/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/* Icons */

/* Entypo pictograms by Daniel Bruce — www.entypo.com */

@font-face {
  font-family: "entypo";
  src: url(/hc/theming_assets/01M2K419C59J5YFFRHD8CB64Y5);
  src:
    url(/hc/theming_assets/01M2K419C59J5YFFRHD8CB64Y5?#iefix) format("embedded-opentype"),
    url(/hc/theming_assets/01M2K41AQK6E9DKXJSKHZ57YJS) format("woff"),
    url(/hc/theming_assets/01M2K41AHMMG1A885AW0RBQNDZ) format("truetype"),
    url(/hc/theming_assets/01M2K4196BPBBA0J3A1NS7NN1N#entypo) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "entypo";
    src: url(/hc/theming_assets/01M2K4196BPBBA0J3A1NS7NN1N#entypo) format("svg");
  }
}

@font-face {
  font-family: "copenhagen-icons";
  src: url(/hc/theming_assets/01M2K41BES1YAH3RSN5317X998) format("woff");
  font-weight: normal;
  font-style: normal;
}

.upload-link::before {
  color: #888;
  content: "📎";
  font-family: "entypo";
  margin-right: 5px;
}

.upload-remove::before {
  content: "×";
  font-family: "entypo";
}
/* Notifications */

.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon,
.notification-text,
.notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */

.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 focusable=%27false%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27none%27 stroke=%27%23555555%27%3E%3Ccircle cx=%275.5%27 cy=%276.5%27 r=%275%27/%3E%3Cpath stroke-linecap=%27round%27 d=%27M5.5 3.5v3%27/%3E%3C/g%3E%3Ccircle cx=%275.5%27 cy=%279%27 r=%271%27 fill=%27%23555555%27/%3E%3C/svg%3E");
}

/* Notice */

.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 focusable=%27false%27 viewBox=%270 0 12 12%27%3E%3Cg fill=%27none%27 stroke=%27%23555555%27%3E%3Cpath stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M3.5 6l2 2L9 4.5%27/%3E%3Ccircle cx=%276%27 cy=%276%27 r=%275.5%27/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */

.notification-alert,
.notification-lock {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 focusable=%27false%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27none%27 stroke=%27%23ad5e18%27 stroke-linecap=%27round%27 d=%27M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2%27/%3E%3Ccircle cx=%275.5%27 cy=%278%27 r=%27.8%27 fill=%27%23ad5e18%27/%3E%3C/svg%3E");
}

.notification-lock .notification-icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 focusable=%27false%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27none%27 stroke=%27%23ad5e18%27 d=%27M3.5 5.5V3a2.5 2.5 0 015 0v2.5%27/%3E%3Crect width=%2710%27 height=%277%27 x=%271%27 y=%275%27 fill=%27%23ad5e18%27 rx=%271%27 ry=%271%27/%3E%3C/svg%3E");
}

.notification-icon::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */

.notification-dismiss,
a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */

.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  border-radius: 50%;
  border: 1px solid #e35b66;
  color: #e35b66;
  content: "!";
  display: inline-block;
  font-family: sans-serif;
  font-size: 8px;
  font-weight: normal;
  height: 12px;
  line-height: 12px;
  margin: -2px 5px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 12px;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}
.dropdown {
  position: relative;
  display: inline-block;
}

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

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

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

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

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

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

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #d8d8d8;
  color: #969696;
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}

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

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

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  line-height: inherit;
  width: 100%;
}

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

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

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

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "✓";
  margin-left: 10px;
  font-family: "entypo";
}

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

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

.dropdown-menu-caret {
  margin-top: 10px;
}

.dropdown-menu-caret::before,
.dropdown-menu-caret::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.dropdown-menu-caret::before {
  top: -7px;
  left: 9px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #d8d8d8;
  border-left: 7px solid transparent;
}

.dropdown-menu-caret::after {
  top: -6px;
  left: 10px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

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

.dropdown-menu-end.dropdown-menu-caret::before {
  left: auto;
  right: 9px;
}

.dropdown-menu-end.dropdown-menu-caret::after {
  left: auto;
  right: 10px;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

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

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

[dir="rtl"] .dropdown-menu-end.dropdown-menu-caret::before {
  left: 9px;
  right: auto;
}

[dir="rtl"] .dropdown-menu-end.dropdown-menu-caret::after {
  left: 10px;
  right: auto;
}

[dir="rtl"] .dropdown-menu-caret::before {
  left: auto;
  right: 9px;
}

[dir="rtl"] .dropdown-menu-caret::after {
  left: auto;
  right: 10px;
}

.dropdown-toggle-icon {
  vertical-align: middle;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle::after {
  color: #888888;
  content: "  ";
  display: inline-block;
  font-family: "entypo";
  vertical-align: middle;
}

/* user info dropdown */

#user #user-name {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

#user #user-dropdown {
  background: #fff;
  min-width: 200px;
}
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins");
@import url("https://fonts.googleapis.com/css?family=Montserrat");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  flex: 1 0 70vh;
  padding-block: 3rem;

  @media (min-width: 991px) {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

html,
body {
  height: 100%;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #4e5565;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #33bc43;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #35d850;
  text-decoration: none;
}

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

figure {
  margin: 0;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul,
ol {
  margin: 0 0 21px;
}

h1,
.h1 {
  font-size: 35px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 18px;
}

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

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

b,
strong {
  font-weight: 600;
}

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

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.5;
  margin-bottom: 10.5px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 30%;
    float: left;
    clear: both;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dd {
    width: 70%;
    float: right;
  }
}

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

blockquote {
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  background-color: #f7f7f9;
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eceeef;
}

blockquote.is-colored {
  border-left: 5px solid #35d850;
}

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

code {
  border-radius: 0 !important;
  padding: 20px !important;
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.5;
}

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

.clearfix:after {
  clear: both;
}

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

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

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

select:not([data-garden-id]),
textarea:not([data-garden-id]),
input[type="text"]:not([data-garden-id]),
input[type="password"]:not([data-garden-id]),
input[type="datetime"]:not([data-garden-id]),
input[type="datetime-local"]:not([data-garden-id]),
input[type="date"]:not([data-garden-id]),
input[type="month"]:not([data-garden-id]),
input[type="time"]:not([data-garden-id]),
input[type="week"]:not([data-garden-id]),
input[type="number"]:not([data-garden-id]),
input[type="email"]:not([data-garden-id]),
input[type="url"]:not([data-garden-id]),
input[type="search"]:not([data-garden-id]),
input[type="tel"]:not([data-garden-id]),
input[type="color"]:not([data-garden-id]),
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 2px solid #eceeef;
  border-radius: 0;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  background-clip: padding-box;
}

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

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: #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;
}

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #373a3c;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10.5px;
  font-weight: 500;
}

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #55595c;
}

select {
  height: 35px;
}

textarea {
  resize: vertical;
  height: 105px;
}

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

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

.form-field {
  margin-bottom: 21px;
}

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

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

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

.form-field.boolean label {
  min-height: 21px;
  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-block,
.form-field p {
  font-size: 90%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #8c94a6;
}

.btn,
input[type="submit"],
[role="button"]:not([data-garden-id]),
.lines-button,
.satisfaction-box input[type="radio"] ~ label,
.satisfaction-box .satisfaction-submit,
.community-recent-activity .recent-activity-controls a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  letter-spacing: 0.1px;
  padding: 6px 12px 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
}

.btn:focus,
input[type="submit"]:focus,
[role="button"]:not([data-garden-id]):focus,
.lines-button:focus,
.satisfaction-box input[type="radio"] ~ label:focus,
.satisfaction-box .satisfaction-submit:focus,
.community-recent-activity .recent-activity-controls a:focus,
.btn:active:focus,
input[type="submit"]:active:focus,
[role="button"]:not([data-garden-id]):active:focus,
.lines-button:active:focus,
.satisfaction-box input[type="radio"] ~ label:active:focus,
.satisfaction-box .satisfaction-submit:active:focus,
.community-recent-activity .recent-activity-controls a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
input[type="submit"]:hover,
[role="button"]:not([data-garden-id], [data-test-id]):focus:hover,
.lines-button:hover,
.satisfaction-box input[type="radio"] ~ label:hover,
.satisfaction-box .satisfaction-submit:hover,
.community-recent-activity .recent-activity-controls a:hover,
.btn:focus,
input[type="submit"]:focus,
[role="button"]:not([data-garden-id], [data-test-id]):focus,
.lines-button:focus,
.satisfaction-box input[type="radio"] ~ label:focus,
.satisfaction-box .satisfaction-submit:focus,
.community-recent-activity .recent-activity-controls a:focus {
  color: #fff;
  text-decoration: none;
}

.btn:active,
input[type="submit"]:active,
[role="button"]:not([data-garden-id], [data-test-id]):focus:active,
.lines-button:active,
.satisfaction-box input[type="radio"] ~ label:active,
.satisfaction-box .satisfaction-submit:active,
.community-recent-activity .recent-activity-controls a:active {
  outline: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn--default {
  color: #fff;
  background-color: #000;
  border-color: #111;
}

.btn--default:hover,
.btn--default:focus,
.btn--default:active {
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

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

.btn--primary {
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
  color: #e0e0e0;
  background-color: #5b8b1c;
  border-color: #56831a;
}

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

.btn--success {
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

.btn--success:hover,
.btn--success:focus,
.btn--success:active {
  color: #e0e0e0;
  background-color: #5b8b1c;
  border-color: #56831a;
}

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

.btn--warning {
  color: #fad782;
  background-color: transparent;
  border-color: #f9cf69;
}

.btn--warning:hover,
.btn--warning:focus,
.btn--warning:active {
  color: #f8c447;
  background-color: transparent;
  border-color: #f7bc2f;
}

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

.btn--danger {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff3939;
}

.btn--danger:hover,
.btn--danger:focus,
.btn--danger:active {
  color: #e0e0e0;
  background-color: #ff1f1f;
  border-color: #fa0000;
}

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

.btn--topbar {
  color: #35d850;
  background-color: transparent;
  border-color: #35d850;
}

.btn--topbar:hover,
.btn--topbar:focus,
.btn--topbar:active {
  color: #56831a;
  background-color: transparent;
  border-color: #56831a;
}

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

input[type="submit"] {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

input[type="submit"]:active {
  background-image: none;
}

[role="button"]:not([data-garden-id], [data-test-id]) {
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

[role="button"]:not([data-garden-id], [data-test-id]):hover,
[role="button"]:not([data-garden-id], [data-test-id]):focus,
[role="button"]:not([data-garden-id], [data-test-id]):active {
  color: #fff;
  background-color: #5b8b1c;
  border-color: #56831a;
}

[role="button"]:active {
  background-image: none;
}

[role="button"]:active:focus {
  outline: none;
}

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

@media (min-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.container-inner {
  max-width: 1200px;
  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: 21px;
}

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

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

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

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

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

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

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

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

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

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

.table--bordered td,
.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: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

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

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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-pull-0 {
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%;
  }
  .column--sm-2 {
    width: 16.66667%;
  }
  .column--sm-3 {
    width: 25%;
  }
  .column--sm-4 {
    width: 33.33333%;
  }
  .column--sm-5 {
    width: 41.66667%;
  }
  .column--sm-6 {
    width: 50%;
  }
  .column--sm-7 {
    width: 58.33333%;
  }
  .column--sm-8 {
    width: 66.66667%;
  }
  .column--sm-9 {
    width: 75%;
  }
  .column--sm-10 {
    width: 83.33333%;
  }
  .column--sm-11 {
    width: 91.66667%;
  }
  .column--sm-12 {
    width: 100%;
  }
  .column--sm-pull-0 {
    right: auto;
  }
  .column--sm-pull-1 {
    right: 8.33333%;
  }
  .column--sm-pull-2 {
    right: 16.66667%;
  }
  .column--sm-pull-3 {
    right: 25%;
  }
  .column--sm-pull-4 {
    right: 33.33333%;
  }
  .column--sm-pull-5 {
    right: 41.66667%;
  }
  .column--sm-pull-6 {
    right: 50%;
  }
  .column--sm-pull-7 {
    right: 58.33333%;
  }
  .column--sm-pull-8 {
    right: 66.66667%;
  }
  .column--sm-pull-9 {
    right: 75%;
  }
  .column--sm-pull-10 {
    right: 83.33333%;
  }
  .column--sm-pull-11 {
    right: 91.66667%;
  }
  .column--sm-pull-12 {
    right: 100%;
  }
  .column--sm-push-0 {
    left: auto;
  }
  .column--sm-push-1 {
    left: 8.33333%;
  }
  .column--sm-push-2 {
    left: 16.66667%;
  }
  .column--sm-push-3 {
    left: 25%;
  }
  .column--sm-push-4 {
    left: 33.33333%;
  }
  .column--sm-push-5 {
    left: 41.66667%;
  }
  .column--sm-push-6 {
    left: 50%;
  }
  .column--sm-push-7 {
    left: 58.33333%;
  }
  .column--sm-push-8 {
    left: 66.66667%;
  }
  .column--sm-push-9 {
    left: 75%;
  }
  .column--sm-push-10 {
    left: 83.33333%;
  }
  .column--sm-push-11 {
    left: 91.66667%;
  }
  .column--sm-push-12 {
    left: 100%;
  }
  .column--sm-offset-0 {
    margin-left: 0%;
  }
  .column--sm-offset-1 {
    margin-left: 8.33333%;
  }
  .column--sm-offset-2 {
    margin-left: 16.66667%;
  }
  .column--sm-offset-3 {
    margin-left: 25%;
  }
  .column--sm-offset-4 {
    margin-left: 33.33333%;
  }
  .column--sm-offset-5 {
    margin-left: 41.66667%;
  }
  .column--sm-offset-6 {
    margin-left: 50%;
  }
  .column--sm-offset-7 {
    margin-left: 58.33333%;
  }
  .column--sm-offset-8 {
    margin-left: 66.66667%;
  }
  .column--sm-offset-9 {
    margin-left: 75%;
  }
  .column--sm-offset-10 {
    margin-left: 83.33333%;
  }
  .column--sm-offset-11 {
    margin-left: 91.66667%;
  }
  .column--sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%;
  }
  .column--md-2 {
    width: 16.66667%;
  }
  .column--md-3 {
    width: 25%;
  }
  .column--md-4 {
    width: 33.33333%;
  }
  .column--md-5 {
    width: 41.66667%;
  }
  .column--md-6 {
    width: 50%;
  }
  .column--md-7 {
    width: 58.33333%;
  }
  .column--md-8 {
    width: 66.66667%;
  }
  .column--md-9 {
    width: 75%;
  }
  .column--md-10 {
    width: 83.33333%;
  }
  .column--md-11 {
    width: 91.66667%;
  }
  .column--md-12 {
    width: 100%;
  }
  .column--md-pull-0 {
    right: auto;
  }
  .column--md-pull-1 {
    right: 8.33333%;
  }
  .column--md-pull-2 {
    right: 16.66667%;
  }
  .column--md-pull-3 {
    right: 25%;
  }
  .column--md-pull-4 {
    right: 33.33333%;
  }
  .column--md-pull-5 {
    right: 41.66667%;
  }
  .column--md-pull-6 {
    right: 50%;
  }
  .column--md-pull-7 {
    right: 58.33333%;
  }
  .column--md-pull-8 {
    right: 66.66667%;
  }
  .column--md-pull-9 {
    right: 75%;
  }
  .column--md-pull-10 {
    right: 83.33333%;
  }
  .column--md-pull-11 {
    right: 91.66667%;
  }
  .column--md-pull-12 {
    right: 100%;
  }
  .column--md-push-0 {
    left: auto;
  }
  .column--md-push-1 {
    left: 8.33333%;
  }
  .column--md-push-2 {
    left: 16.66667%;
  }
  .column--md-push-3 {
    left: 25%;
  }
  .column--md-push-4 {
    left: 33.33333%;
  }
  .column--md-push-5 {
    left: 41.66667%;
  }
  .column--md-push-6 {
    left: 50%;
  }
  .column--md-push-7 {
    left: 58.33333%;
  }
  .column--md-push-8 {
    left: 66.66667%;
  }
  .column--md-push-9 {
    left: 75%;
  }
  .column--md-push-10 {
    left: 83.33333%;
  }
  .column--md-push-11 {
    left: 91.66667%;
  }
  .column--md-push-12 {
    left: 100%;
  }
  .column--md-offset-0 {
    margin-left: 0%;
  }
  .column--md-offset-1 {
    margin-left: 8.33333%;
  }
  .column--md-offset-2 {
    margin-left: 16.66667%;
  }
  .column--md-offset-3 {
    margin-left: 25%;
  }
  .column--md-offset-4 {
    margin-left: 33.33333%;
  }
  .column--md-offset-5 {
    margin-left: 41.66667%;
  }
  .column--md-offset-6 {
    margin-left: 50%;
  }
  .column--md-offset-7 {
    margin-left: 58.33333%;
  }
  .column--md-offset-8 {
    margin-left: 66.66667%;
  }
  .column--md-offset-9 {
    margin-left: 75%;
  }
  .column--md-offset-10 {
    margin-left: 83.33333%;
  }
  .column--md-offset-11 {
    margin-left: 91.66667%;
  }
  .column--md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%;
  }
  .column--lg-2 {
    width: 16.66667%;
  }
  .column--lg-3 {
    width: 25%;
  }
  .column--lg-4 {
    width: 33.33333%;
  }
  .column--lg-5 {
    width: 41.66667%;
  }
  .column--lg-6 {
    width: 50%;
  }
  .column--lg-7 {
    width: 58.33333%;
  }
  .column--lg-8 {
    width: 66.66667%;
  }
  .column--lg-9 {
    width: 75%;
  }
  .column--lg-10 {
    width: 83.33333%;
  }
  .column--lg-11 {
    width: 91.66667%;
  }
  .column--lg-12 {
    width: 100%;
  }
  .column--lg-pull-0 {
    right: auto;
  }
  .column--lg-pull-1 {
    right: 8.33333%;
  }
  .column--lg-pull-2 {
    right: 16.66667%;
  }
  .column--lg-pull-3 {
    right: 25%;
  }
  .column--lg-pull-4 {
    right: 33.33333%;
  }
  .column--lg-pull-5 {
    right: 41.66667%;
  }
  .column--lg-pull-6 {
    right: 50%;
  }
  .column--lg-pull-7 {
    right: 58.33333%;
  }
  .column--lg-pull-8 {
    right: 66.66667%;
  }
  .column--lg-pull-9 {
    right: 75%;
  }
  .column--lg-pull-10 {
    right: 83.33333%;
  }
  .column--lg-pull-11 {
    right: 91.66667%;
  }
  .column--lg-pull-12 {
    right: 100%;
  }
  .column--lg-push-0 {
    left: auto;
  }
  .column--lg-push-1 {
    left: 8.33333%;
  }
  .column--lg-push-2 {
    left: 16.66667%;
  }
  .column--lg-push-3 {
    left: 25%;
  }
  .column--lg-push-4 {
    left: 33.33333%;
  }
  .column--lg-push-5 {
    left: 41.66667%;
  }
  .column--lg-push-6 {
    left: 50%;
  }
  .column--lg-push-7 {
    left: 58.33333%;
  }
  .column--lg-push-8 {
    left: 66.66667%;
  }
  .column--lg-push-9 {
    left: 75%;
  }
  .column--lg-push-10 {
    left: 83.33333%;
  }
  .column--lg-push-11 {
    left: 91.66667%;
  }
  .column--lg-push-12 {
    left: 100%;
  }
  .column--lg-offset-0 {
    margin-left: 0%;
  }
  .column--lg-offset-1 {
    margin-left: 8.33333%;
  }
  .column--lg-offset-2 {
    margin-left: 16.66667%;
  }
  .column--lg-offset-3 {
    margin-left: 25%;
  }
  .column--lg-offset-4 {
    margin-left: 33.33333%;
  }
  .column--lg-offset-5 {
    margin-left: 41.66667%;
  }
  .column--lg-offset-6 {
    margin-left: 50%;
  }
  .column--lg-offset-7 {
    margin-left: 58.33333%;
  }
  .column--lg-offset-8 {
    margin-left: 66.66667%;
  }
  .column--lg-offset-9 {
    margin-left: 75%;
  }
  .column--lg-offset-10 {
    margin-left: 83.33333%;
  }
  .column--lg-offset-11 {
    margin-left: 91.66667%;
  }
  .column--lg-offset-12 {
    margin-left: 100%;
  }
}

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

.meta__item {
  display: inline-block;
  margin-right: 6px;
}

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

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

.lines-button {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0;
  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;
  box-shadow: none;
  transition: 0;
}

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

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.lines:before,
.lines:after {
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 2.14286px center;
  transform-origin: 2.14286px center;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.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: 50px !important;
}

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

#user-menu [role="menuitem"] {
  white-space: nowrap;
}

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

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@media (max-width: 767px) {
  #user-dropdown [role="menuitem"] {
    color: #fff;
  }
  #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);
  }
}

@media (min-width: 768px) {
  #user-dropdown[aria-expanded="true"] {
    -webkit-animation: bounce 0.6s ease-out;
    animation: bounce 0.6s ease-out;
  }
}

#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;
    box-shadow: none;
    opacity: 1 !important;
  }
  #user-dropdown:before,
  #user-dropdown:after {
    display: none;
  }
}

#user {
  display: block;
}

#user .dropdown-toggle {
  padding-right: 0;
  padding-left: 0;
  font-size: 12px;
  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: #fff;
}

@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: #4e5565;
}

@media (max-width: 767px) {
  #user-password,
  #user-profile {
    min-width: 1px !important;
    padding: 6px 12px !important;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 0;
  }
}

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

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

#user-profile {
  font-size: 12px !important;
}

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

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

#user-profile input[type="text"] {
  font-size: 12px !important;
}

#password-form label {
  font-size: 12px !important;
}

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

.breadcrumbs {
  padding: 8px 0 0;
  margin-bottom: 21px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

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

.breadcrumbs > li + li:before {
  content: "› ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumbs > li a {
  color: #0ba92c;
  font-weight: 600;
}

.breadcrumbs--search-results {
  margin-bottom: 10.5px;
  font-size: 12px;
  padding: 0;
}

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

@media (max-width: 767px) {
  .help-center-name {
    display: none;
  }
}

.hero-bg {
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  width: 100%;
  height: 150%;
}

.hero-unit {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: -21px;
  margin-bottom: 42px;
  padding: 9% 15px 9%;
  overflow: hidden;
}

.hero-unit:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  content: "";
}

@media (min-width: 768px) {
  .hero-unit {
    margin-top: -42px;
    padding-bottom: 9%;
  }
}

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

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

.avatar--agent:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -4px;
  margin-bottom: -4px;
  font-size: 12px;
  color: #000;
  content: "\f19d";
}

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

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

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

.search {
  position: relative;
}

.search:before {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -9px;
  font-size: 18px;
  color: #4e5565;
  content: "\f002";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.searchbox {
  margin-top: 21px;
}

.searchbox-suggestions ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 21px;
}

.searchbox-suggestions li {
  margin-bottom: 7px;
}

.search-box {
  position: relative;
}

.search-box #query {
  padding-left: 35px;
  transition: border 0.3s ease;
}

.search-box--hero-unit {
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  transition: top 0.3s ease;
}

.search-box--hero-unit .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box--hero-unit .search:before {
  left: 20px;
  margin-top: -11px;
  font-size: 22px;
}

.search-box--hero-unit #query {
  height: 50px;
  padding: 0 55px;
  font-size: 20px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  transition:
    border 0.3s ease,
    background-color 0.3s ease;
}

.search-box--hero-unit #query:focus {
  background-color: #fff;
}

@media (min-width: 992px) {
  .search-box--hero-unit #query {
    height: 60px;
  }
}

.search-box--hero-unit input[type="submit"] {
  display: inline-block;
  height: 60px;
  margin-left: 16px;
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

.search-box--hero-unit input[type="submit"]:hover,
.search-box--hero-unit input[type="submit"]:focus,
.search-box--hero-unit input[type="submit"]:active {
  color: #e0e0e0;
  background-color: #33bc43;
  border-color: #33bc43;
}

.search-box--hero-unit input[type="submit"]:active {
  background-image: none;
}

@media (max-width: 991px) {
  .search-box--hero-unit input[type="submit"] {
    display: none;
  }
}

.search-box--small {
  margin-bottom: 42px;
}

.search-results-page {
  margin-bottom: 42px;
}

.search-results-count {
  font-size: 18px;
}

.search-result {
  margin-bottom: 21px;
  border-bottom: 2px solid #eceeef;
}

.search-result__title {
  margin-bottom: 10.5px;
  font-weight: 500;
}

.search-result__description {
  margin-bottom: 10.5px;
  font-size: 12px;
}

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

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

.search-result__meta {
  margin-bottom: 10.5px;
}

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  background-color: #35d850;
  border-radius: 0;
}

@media (min-width: 768px) {
  .category-page {
    margin-bottom: 42px;
  }
}

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

.category-tree-item__title {
  padding-bottom: 10.5px;
  border-bottom: 2px solid #eceeef;
}

.category-tree-item__sections {
  margin-bottom: 21px;
}

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

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

.category-tree-item__title-link {
  color: #000;
  font-weight: 500;
}

.category-list {
  padding-left: 0;
  margin-bottom: 21px;
  list-style: none;
}

.category-list-item {
  position: relative;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .category-list-item {
    display: table;
    height: 150px;
  }
}

.category-list-item:nth-child(n + 7) {
  display: none;
}

.category-list-item__link {
  display: block;
  padding: 21px 15px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
  border-radius: 0;
  transition: all 0.3s ease;
}

.category-list-item__link:active,
.category-list-item__link:focus,
.category-list-item__link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #35d850;
}

@media (min-width: 768px) {
  .category-list-item__link {
    display: table-cell;
  }
}

.category-list-item__title {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}

.section-page {
  margin-bottom: 42px;
}

.section {
  margin-bottom: 21px;
}

.section__title {
  font-weight: 300;
}

.section__title-link {
  color: #000;
}

.section-header {
  position: relative;
}

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

.section-subscribe .dropdown-toggle {
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

.section-subscribe .dropdown-toggle:hover,
.section-subscribe .dropdown-toggle:focus,
.section-subscribe .dropdown-toggle:active {
  color: #e0e0e0;
  background-color: #5b8b1c;
  border-color: #56831a;
}

.section-subscribe .dropdown-toggle:active {
  background-image: none;
}

.section-subscribe .dropdown-menu {
  right: 0;
  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;
  }
}

.article-page {
  margin-bottom: 42px;
  margin-top: 10px;
}

.article {
  position: relative;
}

.article__title {
  font-size: 21px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .article__title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .article__title {
    font-size: 35px;
  }
}

.article-meta {
  display: table;
  margin-bottom: 21px;
  width: 100%;
}

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

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

.article-subscribe,
.article-unsubscribe {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.article-subscribe:hover,
.article-subscribe:focus,
.article-subscribe:active,
.article-unsubscribe:hover,
.article-unsubscribe:focus,
.article-unsubscribe:active {
  color: #fff;
  background-color: #33bc43;
  border-color: #33bc43;
}

.article-subscribe:active,
.article-unsubscribe:active {
  background-image: none;
}

.article__body {
  margin-bottom: 21px;
}

.article__body h2,
.article__body .wysiwyg-font-size-x-large {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-large {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-medium {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.article__body .wysiwyg-font-size-small {
  font-size: 12px;
}

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

.article__body ul ul,
.article__body ul ol,
.article__body ol ul,
.article__body ol ol {
  margin-top: 10.5px;
}

.article__body ul li,
.article__body ol li {
  margin-bottom: 10.5px;
}

.article__body a {
  font-weight: 600;
}

.article-vote {
  position: relative;
  padding: 21px 12px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.article-vote-controls__item {
  color: #4e5565;
  background-color: #eceeef;
  border-color: #eceeef;
}

.article-vote-controls__item:hover,
.article-vote-controls__item:focus,
.article-vote-controls__item:active {
  color: #333842;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

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

.article-vote-controls__item--voted {
  color: #383d48;
  border-color: #383d48;
}

@media (max-width: 767px) {
  .article-vote-question {
    display: block;
    margin-bottom: 10.5px;
  }
}

@media (min-width: 768px) {
  .article-vote-question {
    float: left;
    margin-right: 12px;
  }
}

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

@media (max-width: 767px) {
  .article-vote-controls {
    display: block;
    margin-bottom: 10.5px;
  }
}

.article-vote-count {
  display: block;
  font-size: 10px;
  color: #979797;
}

.article__share {
  margin-bottom: 21px;
}

.article__share ul {
  margin-top: 0;
}

.article-footer {
  margin-bottom: 21px;
}

.article__attachments {
  margin-bottom: 21px;
}

.article-more-questions {
  margin-bottom: 21px;
  clear: both;
}

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

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

@media (max-width: 767px) {
  .article-sidebar {
    padding-top: 21px;
    border-top: 2px solid #eceeef;
  }
}

.comment-form__body {
  margin-bottom: 21px;
}

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

.article-list-item {
  margin-bottom: 10.5px;
}

.article-list-item__link {
  color: #0ba92c;
  font-weight: 600;
}

.article-list-item--is-promoted span {
  font-size: 10px;
  color: #fbce0a;
  vertical-align: middle;
}

.comments__callout {
  font-size: 12px;
  color: #979797;
}

.comments__callout:empty {
  display: none;
}

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

.comment-list-header {
  margin-bottom: 21px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 10.5px;
}

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

.comment-sorter {
  margin-bottom: 21px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 21px;
}

@media (min-width: 768px) {
  .comment-sorter {
    display: table;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .comment-sorter__col--main {
    margin-bottom: 10.5px;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--main {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .comment-sorter__col--filters {
    text-align: right;
  }
}

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

.comment-sorter__item + .comment-sorter__item:before {
  margin: 0 6px;
  font-size: 10px;
  content: "\2022";
}

.comment {
  margin-bottom: 21px;
  border-bottom: 2px solid #eceeef;
  padding-bottom: 21px;
}

.comment__inner {
  position: relative;
  padding-right: 52px;
}

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

.comments__content a {
  font-weight: 600;
}

.comment__header {
  position: relative;
  margin-bottom: 21px;
}

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

.comment__voting-and-actions .dropdown-toggle:after {
  margin-left: 0;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f013";
}

.comment__official-heading {
  position: absolute;
  right: 36px;
  top: 0;
  width: auto;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  background-color: #35d850;
  border-radius: 0 0 0 0;
}

.comment--official .comment__inner {
  position: relative;
  border: 2px solid #35d850;
  border-radius: 0;
  background-color: #fafbf7;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 24px;
  padding-right: 24px;
}

.comment-form {
  position: relative;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .comment-form {
    padding-left: 52px;
  }
}

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

@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}

.comment__body {
  margin-bottom: 21px;
}

.comment__body ul {
  list-style: disc;
}

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

.comment__body ul ul,
.comment__body ul ol,
.comment__body ol ul,
.comment__body ol ol {
  margin-top: 10.5px;
}

.comment__body ul li,
.comment__body ol li {
  margin-bottom: 10.5px;
}

.comment-form__attachments {
  margin-bottom: 21px;
}

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

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

.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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #eceeef;
  border-color: #eceeef;
  border-radius: 0;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: FontAwesome;
  text-align: center;
}

.share-facebook {
  color: #3d5b95;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-facebook:hover,
.share-facebook:focus,
.share-facebook:active {
  color: #2b406a;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-facebook:active {
  background-image: none;
}

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

.share-twitter {
  color: #24aadd;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-twitter:hover,
.share-twitter:focus,
.share-twitter:active {
  color: #1a82a9;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-twitter:active {
  background-image: none;
}

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

.share-linkedin {
  color: #0976b4;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-linkedin:hover,
.share-linkedin:focus,
.share-linkedin:active {
  color: #06507a;
  background-color: #0ba92c;
  border-color: #cbd0d3;
}

.share-linkedin:active {
  background-image: none;
}

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

.share-googleplus {
  color: #d23e30;
  background-color: #eceeef;
  border-color: #eceeef;
}

.share-googleplus:hover,
.share-googleplus:focus,
.share-googleplus:active {
  color: #a22e23;
  background-color: #d0d5d8;
  border-color: #cbd0d3;
}

.share-googleplus:active {
  background-image: none;
}

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

.my-activities-header {
  margin-bottom: 21px;
}

.my-activities-items {
  margin-bottom: 42px;
}

@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: 12px;
    font-weight: 500;
    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: 10.5px;
    padding-bottom: 10.5px;
    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 {
  list-style: none;
  padding-left: 0;
}

.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: 21px;
  margin-bottom: 21px;
  border-bottom: 2px solid #eceeef;
}

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

@media (max-width: 767px) {
  .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: 7px;
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 500;
  color: #4e5565;
}

.my-activities-menu--sub {
  margin-bottom: 21px;
}

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

.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: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

@media (max-width: 767px) {
  .my-activities-item {
    padding: 10.5px 12px;
    margin-bottom: 21px;
    border: 2px solid #eceeef;
    border-radius: 0;
  }
}

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

@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
    margin-right: 6px;
  }
  .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: 6px;
    content: "\2022";
  }
}

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

@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: 18px;
  }
}

@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: 12px;
  padding-bottom: 6px;
  margin-bottom: 21px;
  background-color: #f9f9f9;
  border-radius: 0;
}

@media (min-width: 768px) {
  .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: 12px;
  }
}

.request-table-toolbar label {
  font-size: 12px;
  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: 10.5px;
  }
}

@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

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

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

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

.request-table-organization__col--button {
  padding-left: 6px;
}

.request-table-organization__col--button [role="button"] {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.requests-sort-symbol:after {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  color: #979797;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.requests-link {
  white-space: nowrap;
  color: #979797;
}

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

.request-page {
  margin-bottom: 42px;
}

.request {
  position: relative;
}

.request-id {
  margin-bottom: 10.5px;
  font-weight: 500;
}

.request-subject {
  font-size: 21px;
}

@media (min-width: 992px) {
  .request-subject {
    font-size: 24px;
    font-weight: 300;
  }
}

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

.request-sidebar {
  padding: 21px 12px 0;
  margin-bottom: 21px;
  font-size: 14px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.request-sidebar dd {
  margin-bottom: 10.5px;
}

.request-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
  white-space: nowrap;
}

.request-status--solved,
.request-status--closed {
  background-color: #0ba92c;
}

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

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

.new-request-page {
  margin-bottom: 42px;
}

.new-request-title {
  font-size: 21px;
}

@media (min-width: 768px) {
  .new-request-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .new-request-title {
    font-size: 35px;
  }
}

.new-request-form {
  margin-bottom: 21px;
}

.upload-dropzone {
  padding: 21px 16px;
  border-color: #eceeef;
  border-radius: 0;
}

.upload-dropzone,
.upload-dropzone a {
  font-size: 12px;
}

.intro-title {
  margin-bottom: 21px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .intro-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .intro-title {
    margin-bottom: 31.5px;
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  .custom-blocks {
    margin-bottom: 21px;
  }
}

.custom-block {
  margin-bottom: 21px;
}

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

.custom-block__link {
  display: block;
}

@media (max-width: 479px) {
  .custom-block__link {
    display: table;
  }
}

.custom-block__link:active .custom-block__icon path,
.custom-block__link:focus .custom-block__icon path,
.custom-block__link:hover .custom-block__icon path {
  fill: #4d7617;
}

.custom-block__link:active .custom-block__icon circle,
.custom-block__link:focus .custom-block__icon circle,
.custom-block__link:hover .custom-block__icon circle {
  stroke: #4d7617;
}

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

@media (min-width: 480px) {
  .custom-block__icon {
    margin-bottom: 21px;
  }
}

.custom-block__icon svg {
  width: 56px;
  height: 56px;
}

@media (min-width: 480px) {
  .custom-block__icon svg {
    width: 66px;
    height: 66px;
  }
}

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

.custom-block__icon path {
  fill: #35d850;
}

.custom-block__icon circle {
  stroke: #35d850;
}

.custom-block__title {
  font-size: 14px;
  font-weight: 500;
  color: #4e5565;
  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;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: inherit;
  content: "\f107";
}

.dropdown-menu {
  min-width: 170px !important;
  font-size: 14px;
  overflow: hidden;
}

.dropdown-menu [role="menuitem"] {
  padding: 10.5px 12px;
  padding-right: 26px;
  white-space: normal;
  position: relative;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  right: 12px;
  top: 16px;
  margin-left: 10px !important;
}

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

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

.footer-submit-ticket {
  padding: 42px 16px 21px;
  margin-bottom: 42px;
  text-align: center;
  background-color: #eceeef;
  border-radius: 0;
}

.footer-submit-ticket__title {
  font-size: 21px;
}

.footer-submit-ticket__subtitle {
  font-size: 21px;
  color: #7e879b;
}

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

.footer-submit-ticket__btn .btn {
  padding: 9px 18px;
}

.note {
  position: relative;
  padding-left: 12px;
  margin: 21px 0;
  color: #7e879b;
  border-left: 4px solid transparent;
}

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

.note-title {
  margin-bottom: 10.5px;
  font-weight: 500;
}

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

.note-default .note-title,
.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: #fad782;
}

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

.note-success,
.note--success {
  border-color: #35d850;
}

.note-success .note-title,
.note--success .note-title {
  color: #35d850;
}

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

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

#footer-widget-area {
  padding: 100px 0;
  background: #252525;
  color: #a0a0a0;
  position: relative;
}

#footer-widget-area .row {
  max-width: 1170px;
  margin: 0 auto;
}

#footer-widget-area .social-icons .fa:before {
  margin-top: 1px;
}

@media (max-width: 991px) {
  #footer-widget-area .column {
    max-width: 750px;
    margin: 0 auto 31px;
    float: none;
  }
}

@media (max-width: 767px) {
  #footer-widget-area .column {
    padding: 0;
  }
}

#footer-widget-area .column--md-3:nth-of-type(4) {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #footer-widget-area {
    padding: 40px 0;
  }
}

#footer-widget-area a {
  color: #a0a0a0;
}

#footer-widget-area a:hover {
  color: #a0a0a0;
}

#copyrights {
  padding: 30px 0;
  background: #1c1c1c;
  color: #999999;
  font-size: 12px;
  line-height: 18px;
  font-family: "Poppins";
}

#copyrights .row {
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #copyrights .column--md-6 {
    width: 100%;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    float: none;
    padding-bottom: 10px;
  }
  #copyrights .column--md-6 #menu-footer-menu {
    float: left;
  }
}

@media (max-width: 767px) {
  #copyrights .column {
    padding: 0;
  }
}

#copyrights a {
  color: #cccccc;
  font-weight: 400;
}

#copyrights p {
  margin-bottom: 0;
}

#copyrights .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

#copyrights .menu li {
  float: left;
  margin-right: 15px;
}

#copyrights .menu li:last-child {
  margin: 0;
}

#copyrights .menu li:last-child::after {
  content: "";
  margin: 0;
}

.footer--fixed .content-wrapper {
  position: relative;
  z-index: 2;
}

.footer--fixed #footer-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.widgettitle {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #696969;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .widgettitle {
    margin-bottom: 12px;
  }
}

.textwidget {
  font-family: "Poppins";
  font-size: 14px;
  color: #a0a0a0;
  line-height: 1.75;
}

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 10.5px;
}

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

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

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:hover,
.pagination ul > li > span:focus {
  color: #4d7617;
  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: #35d850;
  border-color: #35d850;
}

.satisfaction-box {
  padding: 10px 16px;
  margin: 0 0 20px 0;
  margin-top: 0;
  font-size: 14px;
  border-color: #eceeef;
  border-radius: 0;
}

.satisfaction-box h4 {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
}

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

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #35d850;
  border-color: #35d850;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
  background-color: #5b8b1c;
  border-color: #56831a;
}

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

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff3939;
}

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

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

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

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

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

.satisfaction-box label.disabled {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}

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

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

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

.satisfaction-comment label {
  font-weight: normal;
}

.satisfaction-box .satisfaction-submit {
  margin-left: 15px !important;
  color: #fff !important;
  background-color: #5b8b1c !important;
  border-color: #56831a !important;
}

.header {
  position: relative;
  z-index: 100;
  margin-bottom: 0px;
}

.header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header .column {
  padding-left: 0;
  padding-right: 0;
}

#navbar {
  background: #fff;
  width: 100%;
  z-index: 100;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

#navbar {
  background: #111;
  height: 100px !important;
}

#navbar .container,
#navbar .row,
#navbar [class*="column-"] {
  height: 100%;
}

#navbar .row {
  margin-left: 0;
  margin-right: 0;
}

.theme-logo,
.logo-sticky {
  padding-left: 2%;
}

.theme-logo {
  float: left;
  z-index: 101;
  position: relative;
  height: 100%;
  display: table;
}

.theme-logo a {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  display: table-cell;
  vertical-align: middle;
}

.theme-logo a:hover {
  text-decoration: none;
}

#navbar .theme-logo a img,
#navbar .theme-logo a img {
  max-height: 60px;
}

.nav-container {
  position: relative;
  text-align: right;
}

.nav-container nav:last-of-type,
.nav-container nav:last-of-type {
  padding-right: 2%;
}

.main-nav {
  display: inline-block;
}

.nav-container,
.navbar-inner,
.main-nav,
.main-nav > div,
.main-nav ul {
  height: 100%;
}

.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav ul li {
  float: left;
  position: relative;
  height: 100%;
}

.main-nav ul li a,
.nav-side__mobile-menu {
  color: #cecece !important;
}

.main-nav ul li a {
  color: #cecece;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 0 15px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  transition: color 0.15s;
  position: relative;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

.main-nav ul li a span {
  position: relative;
  top: 1px;
}

.main-nav ul li > a:hover,
.main-nav ul li > a:focus,
.main-nav ul li:hover > a,
.main-nav div > ul > .current-menu-ancestor > a:hover,
.main-nav div > ul > .current-menu-item > a:hover,
.nav-icons ul li:hover > a .menu-a-inner .nav__cart-subtotal,
.nav-icons ul li > a .menu-a-inner .nav__cart-subtotal {
  color: #fff !important;
}

.main-nav ul li:hover > a {
  color: #919191;
}

.main-nav ul li a:hover,
.main-nav ul li a:focus {
  text-decoration: none;
}

.main-nav ul li a span {
  position: relative;
  transition: all 0.3s;
}

.main-nav ul li > a {
  height: 100%;
  display: table;
  width: 100%;
}

.main-nav ul li > a .menu-a-inner {
  display: table-cell;
  vertical-align: middle;
}

.main-nav ul li > a:hover {
  color: #919191;
}

.main-nav ul li > a:hover::before {
  height: 100%;
}

.main-nav ul li ul {
  position: absolute;
  top: 100%;
  background: #111;
  z-index: 99;
  min-width: 230px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  height: auto;
  text-align: left;
}

.main-nav ul li ul li {
  width: 100%;
  height: auto;
  opacity: 0;
}

.main-nav ul li ul li a {
  padding: 10px 15px;
  width: 100%;
  height: auto;
  line-height: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #fff !important;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.main-nav ul li ul li a::before {
  content: "";
  display: none;
}

.main-nav ul li ul li a:hover {
  box-shadow: none;
  background: transparent;
  color: #92c700 !important;
}

.main-nav ul li ul li:last-child a {
  border-bottom: none;
}

.main-nav ul li:hover > a {
  color: #919191;
}

.main-nav ul li:hover > a::before {
  height: 100%;
}

.main-nav ul li:hover ul li:hover > a {
  color: #35d850;
}

.main-nav ul li:hover ul li:hover > a::before {
  height: 0%;
}

.main-nav div > ul > li > ul {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.nav-icons {
  float: right;
  position: relative;
}

.nav-icons ul li > a {
  line-height: 25px;
}

.nav-icons ul li > a .menu-a-inner {
  font-size: 10px;
  text-align: center;
}

.nav-icons ul li > a .menu-a-inner i {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
}

.nav-icons ul .nav-secondary-menu > a .menu-a-inner i {
  font-size: 20px;
}

.nav-icons.nav--mobile-only {
  margin: 0 !important;
  padding-left: 0 !important;
}

#top-bar {
  background: #ffffff;
  width: 100%;
  font-size: 12px;
  height: 50px;
  position: relative;
  color: #aaa;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  height: 0;
  display: none;
}

#top-bar .container,
#top-bar .row,
#top-bar [class*="col-"] {
  height: 100%;
}

#top-bar .top-bar__content--left {
  display: table;
  float: left;
  height: 100%;
}

#top-bar .top-bar__content--left .top-bar__content--container {
  display: table-cell;
  vertical-align: middle;
}

#top-bar .top-bar__content--right {
  float: right;
  height: 100%;
}

#top-bar .top-bar__content--right > div {
  float: right;
}

#top-bar p {
  margin-bottom: 0;
  display: inline-block;
}

#top-bar a {
  font-weight: 400;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}

.social-icons:after {
  content: "";
  display: table;
  clear: both;
}

.social-icons li {
  float: left;
}

.social-icons li a {
  height: 45px;
  width: 45px;
  display: block;
  overflow: hidden;
  transition:
    background 0.2s,
    color 0.1s,
    box-shadow 0.1s;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
}

.social-icons li a:hover {
  text-decoration: none;
  color: #fff;
}

.social-icons li a i {
  display: block;
  top: 0;
  transition: top 0.2s;
  position: relative;
  height: 100%;
}

.social-icons li a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-icons li:hover a i {
  top: -100%;
}

#top-bar .social-icons a {
  color: #fff;
  width: 50px;
  height: 50px;
}

.social-icons .facebook a {
  background: #3b5998;
}

.social-icons .twitter a {
  background: #33ccff;
}

.social-icons .linkedin a {
  background: #005bb6;
}

.social-icons .youtube a {
  background: #bb0000;
}

.social-icons .instagram a {
  background: #517fa4;
}

.social-icons .soundcloud a {
  background: #f80;
}

.social-icons .spotify a {
  background: #2ebd59;
}

@media (max-width: 992px) {
  .nav-icons {
    margin-left: 0 !important;
  }
  #top-bar {
    height: auto;
  }
  #top-bar .top-bar__content--right {
    float: left;
    height: 50px;
    width: 100%;
  }
  #top-bar .top-bar__content--right > div {
    float: left;
    width: 100%;
  }
}

.icon_menu {
  color: #fff !important;
}

.layout-wrapper {
  display: flex;
  flex-direction: column;
}

.secondary-nav--sidebar .layout-wrapper:not(.open) {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.3s 0.1s;
  -o-transition: -o-transform 0.3s 0.1s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition-delay: 0;
  transition: -webkit-transform 0.3s 0;
  transition: transform 0.3s 0;
  transition:
    transform 0.3s 0,
    -webkit-transform 0.3s 0;
}

.secondary-nav--sidebar .layout-wrapper.open {
  -webkit-transform: translateX(-165px);
  transform: translateX(-165px);
  -moz-transition: -moz-transform 0.3s 0.1s;
  -o-transition: -o-transform 0.3s 0.1s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition:
    transform 0.3s 0.1s,
    -webkit-transform 0.3s 0.1s;
}

.secondary-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
  -moz-transition:
    opacity 0.6s,
    visibility 0s 0.6s;
  -o-transition:
    opacity 0.6s,
    visibility 0s 0.6s;
  -webkit-transition:
    opacity 0.6s,
    visibility 0s;
  -webkit-transition-delay: 0s, 0.6s;
  transition:
    opacity 0.6s,
    visibility 0s 0.6s;
}

.secondary-navigation.full-navigation {
  opacity: 0;
}

.secondary-navigation.open {
  visibility: visible;
  transition: opacity 0.4s;
}

.secondary-navigation.open.full-navigation {
  opacity: 1;
}

.sec-nav-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.6s;
}

.sidebar-navigation .sec-nav-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.full-navigation .sec-nav-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.secondary-navigation.open .sec-nav-overlay {
  opacity: 1;
}

.sec-nav-close-btn {
  position: absolute;
}

.sec-nav-close-btn a::before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 20px;
}

.sec-nav-close-btn a:hover {
  text-decoration: none;
}

.sidebar-nav-wrap {
  width: 330px;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-transform: translateX(330px);
  transform: translateX(330px);
  background: #fff;
  position: absolute;
  z-index: 1001;
  padding: 35px 30px;
  text-align: left;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
  overflow: hidden;
}

.sidebar-nav-wrap .sec-nav-close-btn {
  right: 30px;
  top: 35px;
}

.sidebar-nav-wrap .sec-nav-close-btn a {
  color: #111;
  font-size: 16px;
}

.secondary-navigation.open .sidebar-nav-wrap {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -moz-transition: -moz-transform 0.3s 0.1s;
  -o-transition: -o-transform 0.3s 0.1s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition:
    transform 0.3s 0.1s,
    -webkit-transform 0.3s 0.1s;
}

.secondary-nav--sidebar .layout-wrapper.open {
  -webkit-transform: translateX(-165px);
  transform: translateX(-165px);
  -moz-transition: -moz-transform 0.3s 0.1s;
  -o-transition: -o-transform 0.3s 0.1s;
  -webkit-transition: -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: -webkit-transform 0.3s 0.1s;
  transition: transform 0.3s 0.1s;
  transition:
    transform 0.3s 0.1s,
    -webkit-transform 0.3s 0.1s;
}

.secondary-nav--sidebar .layout-wrapper.closed {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.sidebar-nav-logo {
  margin-bottom: 50px;
}

.sidebar-nav-widgets {
  margin-top: 70px;
}

.sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav ul li {
  position: relative;
  width: 100% !important;
}

.sidebar-nav ul li a {
  padding: 10px 0;
  display: block;
  color: #3e3e3e;
  font-weight: 400;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}

.sidebar-nav ul li a span {
  transition: all 0.3s;
}

.sidebar-nav ul li a:hover {
  color: #919191;
}

.nav-side .sidebar-nav ul li a {
  padding: 10px 40px;
}

.sidebar-nav ul li ul {
  display: none;
}

.sidebar-nav ul li ul li a {
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  padding: 5px 0;
  padding-left: 15px;
}

.nav-side .sidebar-nav ul li ul li a {
  padding: 5px 40px;
  padding-left: 55px;
}

.sidebar-nav ul li ul li ul {
  display: block !important;
  height: 100% !important;
}

.sidebar-nav ul li ul li ul li {
  opacity: 1 !important;
}

.sidebar-nav ul li ul li ul li a {
  padding-left: 30px;
}

.nav-side .sidebar-nav ul li ul li ul li a {
  padding-left: 70px;
}

.sidebar-nav ul li:hover > a {
  color: #919191;
}

.sidebar-nav ul li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "FontAwesome";
  opacity: 0.3;
  float: right;
  margin-top: -2px;
}

.sidebar-nav div > ul > .current-menu-ancestor > a,
.sidebar-nav div > ul > .current-menu-item > a {
  color: #fff;
}

.sidebar-nav div > ul > .current-menu-ancestor > a span,
.sidebar-nav div > ul > .current-menu-item > a span {
  background: #111;
  padding: 6px 15px;
  color: #fff;
  border-radius: 50px;
}

.secondary-navigation.closed .full-nav {
  opacity: 0.4;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid #77b624;
  border-radius: 0;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  width: 50px;
  height: 50px;
}

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

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

.scroll-to-top:hover {
  color: #4d7617;
  border-color: #4d7617;
}

@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-header {
  margin-bottom: 41px;
}

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

.recent-articles h3,
.related-articles h3 {
  margin-bottom: 10.5px;
}

@media (min-width: 768px) {
  .recent-articles h3,
  .related-articles h3 {
    margin-top: 10.5px;
  }
}

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

.recent-articles ul > li,
.related-articles ul > li {
  margin-bottom: 10.5px;
}

.recent-articles ul > li a,
.related-articles ul > li a {
  color: #4e5565;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 1px;
}

.recent-articles h3 {
  font-size: 18px;
}

.section-articles {
  margin-bottom: 21px;
}

.section-articles__title {
  font-size: 18px;
  margin-bottom: 10.5px;
}

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

.section-articles__item {
  margin-bottom: 10.5px;
}

.section-articles__link {
  color: #4e5565;
  border-bottom: 1px solid #eceeef;
  padding-bottom: 1px;
}

.community-recent-activity {
  padding: 21px 15px;
  margin-bottom: 42px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.community-recent-activity h4 {
  font-weight: 500;
  font-size: 24px;
}

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

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

@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: 21px;
    vertical-align: top;
  }
}

.community-recent-activity .recent-activity-item-meta {
  font-size: 12px;
  color: #979797;
}

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

.community-recent-activity .recent-activity-item-parent {
  font-weight: 500;
  color: #4e5565;
}

.community-recent-activity .recent-activity-controls a {
  color: #fff;
  background-color: #77b624;
  border-color: #77b624;
}

.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus,
.community-recent-activity .recent-activity-controls a:active {
  color: #e0e0e0;
  background-color: #5b8b1c;
  border-color: #56831a;
}

.community-recent-activity .recent-activity-controls a:active {
  background-image: none;
}

.profile-header {
  margin-bottom: 21px;
  border-radius: 0;
  background-color: #000;
  padding: 21px 15px;
  text-align: center;
  color: #fff;
}

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

.profile-header__name {
  margin-bottom: 10.5px;
  font-size: 21px;
}

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

@media (min-width: 768px) {
  .profile-header__name {
    font-size: 24px;
    font-weight: 300;
  }
}

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

.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: #56831a;
  background-color: transparent;
  border-color: #56831a;
}

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

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 21px;
  background-color: #77b624;
}

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

.profile-stats {
  margin-bottom: 10.5px;
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  color: #979797;
}

.profile-stats__stat {
  margin-right: 12px;
  margin-bottom: 5.25px;
}

@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }
  .profile-stats__stat:before {
    display: none;
  }
}

.profile-stats__label {
  margin-right: 6px;
}

.profile-stats__value {
  color: #fff;
}

.profile-nav {
  margin-bottom: 21px;
  border-radius: 0;
  background-color: #eceeef;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
}

.profile-nav__items {
  margin: 0;
  padding-left: 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: #4e5565;
}

.profile-nav__item.is-active {
  background-color: #77b624;
  color: #fff;
}

.profile-nav__item.is-active,
.profile-nav__item a {
  padding: 14px 12px;
  line-height: 1;
}

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

.profile-section {
  width: 100%;
}

.profile-section__header {
  margin-bottom: 21px;
}

.profile-section__title {
  margin-bottom: 10.5px;
  font-size: 21px;
}

.profile-section__description {
  color: #979797;
  font-size: 12px;
}

@media (min-width: 768px) {
  .profile-section__description {
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  font-size: 12px;
}

.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 {
    border-top: 0;
    padding-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: 10.5px;
  }
}

@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 {
  position: relative;
  border-radius: 0;
  background-color: #f4f5f6;
  padding: 10.5px 15px;
  word-wrap: break-word;
}

.profile-contribution__header {
  margin-bottom: 5.25px;
}

.profile-contribution__status {
  margin-bottom: 5.25px;
}

.profile-contribution__title {
  margin-bottom: 5.25px;
  font-size: 14px;
  font-weight: 600;
}

.profile-contribution__body {
  margin-bottom: 10.5px;
}

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

.profile-contribution__breadcrumbs {
  margin-bottom: 10.5px;
  padding: 0;
  font-size: 12px;
}

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

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

.profile-activity {
  position: relative;
  margin-bottom: 31.5px;
}

.profile-activity__header {
  margin-bottom: 10.5px;
  font-size: 12px;
  font-weight: 600;
}

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

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

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

.entry-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.entry-info__avatar {
  padding-right: 12px;
}

.status-label {
  padding: 2px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.status-label--pending {
  background-color: #fad782;
}

.status-label--with-ticket {
  background-color: #77b624;
}

.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: #77b624;
}

.status-label--new,
.status-label--open {
  background-color: #ff5252;
}

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

.status-label--official {
  background-color: #77b624;
}

.status-label--completed,
.status-label--answered {
  background-color: #77b624;
}

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

.status-label--not-planned {
  color: #4e5565;
  background-color: #eceeef;
}

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 12px;
}

.attachment-list__item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10.5px;
}

.attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.promoted-articles__list {
  list-style: none;
  padding-left: 0;
  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;
}

.promoted-articles__title {
  font-weight: 500;
}

.promoted-articles-item__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5.25px;
}

.callout {
  padding: 21px 20px;
  margin-bottom: 21px;
  background-color: #eceeef;
  border-left-width: 5px;
  border-left-style: solid;
}

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

.callout--transparent {
  background-color: transparent;
  border-width: 1px;
  border-color: #dedede;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout--success {
  background-color: rgba(0, 202, 26, 0.23);
  color: #4e5565;
  border-color: #5cb85c;
}

.callout--success .callout__title {
  color: #5cb85c;
}

.callout--info {
  color: #4e5565;
  background-color: #daf1f8;
  border-color: #5bc0de;
}

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

.callout--warning {
  color: #4e5565;
  background-color: #fceedb;
  border-color: #f0ad4e;
}

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

.callout--danger {
  color: #4e5565;
  background-color: #f4cecd;
  border-color: #d9534f;
}

.callout--danger .callout__title {
  color: #ff1515;
}

.callout--primary {
  color: #fff;
  background-color: #77b624;
  border-color: #56831a;
}

.callout--primary .callout__title {
  color: #fff;
}

.callout--dashed {
  border-width: 1px;
  border-style: dashed;
}

.image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c;
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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 {
  content: "";
  font-size: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition:
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
  z-index: 3;
}

.image-with-video-icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.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 {
  counter-reset: list;
  list-style-type: none;
  padding-left: 0 !important;
}

.list-colored li {
  position: relative;
  padding-left: 42px;
  counter-increment: list;
  margin-bottom: 14px !important;
}

.list-colored li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: counter(list);
  text-align: center;
  font-size: 12px;
  width: 30px;
  height: 30px;
  background-color: #77b624;
  border-radius: 50%;
  z-index: 1;
  color: #fff;
  line-height: 30px;
}

.list-colored ol {
  counter-reset: list;
  list-style-type: none;
  margin-bottom: 14px;
}

.list-bullet li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.list-bullet li:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  content: "";
  color: #77b624;
  background-color: transparent;
  width: auto;
  height: auto;
}

.list-bullet ul {
  list-style: none;
  margin-bottom: 14px;
}

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

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

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

.text-primary {
  background-color: #c0e88b;
}

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

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

.text-danger {
  background-color: #ff5252;
}

.text-success {
  background-color: #77b624;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 0;
  padding-top: 0;
  margin-bottom: 21px;
}

.accordion__item-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px 15px 52px;
  cursor: pointer;
}

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

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

.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 {
  left: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 2px solid #77b624;
  border-left: 2px solid #77b624;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.accordion--default .accordion__item-title--active {
  background-color: #f0f0f0;
}

.accordion--default .accordion__item-title--active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.accordion--colored .accordion__item-title {
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
  top: 50%;
}

.accordion--colored .accordion__item-title:before {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background-color: #818a91;
  left: 20px;
}

.accordion--colored .accordion__item-title:after {
  content: "";
  position: absolute;
  left: 24px;
  width: 2px;
  height: 10px;
  margin-top: -5px;
  background-color: #818a91;
}

.accordion--colored .accordion__item-title--active {
  background-color: #35d850;
  color: #fff;
  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: 21px;
}

.tab {
  display: block;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

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

@media (min-width: 768px) {
  .tab {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.tab:nth-child(2) {
  border-top-left-radius: 0;
}

.tabs-link {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 8px 30px;
  color: #4e5565;
  font-weight: 500;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}

.tabs-link:hover {
  color: #35d850;
}

@media (max-width: 767px) {
  .tabs-link {
    border-top-color: #ddd;
    border-left-color: #ddd;
    border-right-color: #ddd;
  }
  .tabs-link:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (min-width: 768px) {
  .tabs-link {
    display: inline-block;
  }
}

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  border-color: #ddd;
  color: #77b624;
  cursor: pointer;
}

.tabs-link.is-active:hover {
  color: #77b624;
  cursor: default;
}

@media (min-width: 768px) {
  .tabs-link.is-active {
    border-bottom: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.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: #77b624;
}

.tabs--colored-2 .tabs-link.is-active {
  background-color: #21ce99;
  color: #fff;
  border-color: #77b624;
}

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

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

.community-nav__item {
  float: left;
}

.community-nav__item + .community-nav__item {
  margin-left: 12px;
}

.community-nav__item.is-active {
  font-weight: 500;
}

.community-nav__item--button {
  float: right;
}

.vote {
  max-width: 40px;
  width: 100%;
}

.vote [aria-selected="true"] {
  z-index: 2;
}

.vote-sum {
  display: block;
  padding-top: 5.25px;
  padding-bottom: 5.25px;
  font-weight: 500;
  text-align: center;
}

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: 3.5px 0 !important;
  font-size: 14px !important;
  color: #fff;
  line-height: 1.5 !important;
}

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

.vote-control--active {
  border-color: #474747;
}

@media (min-width: 768px) {
  .topic-list-page {
    margin-bottom: 21px;
  }
}

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

.topic-list-item__box {
  padding: 21px 12px;
  margin-bottom: 21px;
  border: 2px solid #eceeef;
  border-radius: 0;
}

.topic-list-item__title {
  margin-bottom: 10.5px;
}

.topic-page {
  margin-bottom: 42px;
}

.topic {
  padding-bottom: 10.5px;
  margin-bottom: 21px;
  border-bottom: 2px solid #eceeef;
  display: table;
  width: 100%;
}

.topic__col {
  display: table-cell;
  vertical-align: inherit;
}

@media (min-width: 480px) {
  .topic__col {
    vertical-align: top;
  }
}

.topic__col--new-post {
  text-align: right;
}

.topic__title {
  width: 100%;
  font-size: 24px;
  margin-bottom: 10.5px;
}

.topic-filters__item {
  float: left;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .topic-filters__item {
    margin-bottom: 10.5px;
  }
}

.topic-controls {
  margin-bottom: 42px;
}

.topic-controls__item {
  float: left;
}

.topic-followers {
  margin-right: 6px;
}

@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 {
  left: initial;
  right: 0;
}

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #fff;
  background-color: #77b624;
  border-color: #77b624;
}

.topic-controls__item--subscribe .dropdown-toggle:hover,
.topic-controls__item--subscribe .dropdown-toggle:focus,
.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:hover,
.topic-controls__item--subscribe .topic-unsubscribe:focus,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  color: #e0e0e0;
  background-color: #5b8b1c;
  border-color: #56831a;
}

.topic-controls__item--subscribe .dropdown-toggle:active,
.topic-controls__item--subscribe .topic-unsubscribe:active {
  background-image: none;
}

@media (min-width: 768px) {
  .post-page {
    margin-bottom: 42px;
  }
}

.post {
  position: relative;
  margin-bottom: 21px;
}

.post__title {
  font-size: 21px;
  padding-right: 18px;
}

@media (min-width: 768px) {
  .post__title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .post__title {
    font-size: 35px;
  }
}

.post-follow .post-subscribe,
.post-follow .post-unsubscribe {
  color: #fff;
  background-color: #77b624;
  border-color: #77b624;
}

.post-follow .post-subscribe:hover,
.post-follow .post-subscribe:focus,
.post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:hover,
.post-follow .post-unsubscribe:focus,
.post-follow .post-unsubscribe:active {
  color: #e0e0e0;
  background-color: #5b8b1c;
  border-color: #56831a;
}

.post-follow .post-subscribe:active,
.post-follow .post-unsubscribe:active {
  background-image: none;
}

.post-meta {
  display: table;
  margin-bottom: 21px;
  width: 100%;
}

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

.post-meta__col--main {
  padding-right: 12px;
  width: 100%;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  padding-right: 52px;
}

.post__body ul {
  list-style: disc;
}

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

.post__body ul ul,
.post__body ul ol,
.post__body ol ul,
.post__body ol ol {
  margin-top: 10.5px;
}

.post__body ul li,
.post__body ol li {
  margin-bottom: 10.5px;
}

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

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

.post__voting-and-actions .dropdown-toggle:after {
  content: "\f013";
  margin-left: 0;
  font-size: 14px;
}

.post__actions .dropdown-menu {
  width: auto;
}

.post__actions .dropdown-menu [role="menuitem"] {
  white-space: nowrap;
}

.post-callout {
  background-color: #eceeef;
  padding: 10.5px 15px;
}

@media (max-width: 768px) {
  .post-callout {
    margin-bottom: 25px;
  }
}

.post-callout__title {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .post-list-page {
    margin-bottom: 42px;
  }
}

.post-list-item {
  border-bottom: 2px solid #eceeef;
  margin-bottom: 21px;
  padding-bottom: 21px;
}

@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

.post-list-item__title {
  font-size: 21px;
  margin-bottom: 10.5px;
}

.post-list-item__title .fa-star {
  position: relative;
  font-size: 50%;
  top: -4px;
}

@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 {
  color: #979797;
  font-size: 14px;
}

@media (min-width: 768px) {
  .post-info {
    float: right;
    text-align: center;
    min-width: 90px;
    background-color: #f9f9f9;
    border-radius: 0;
    padding: 6px 12px;
  }
}

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: #4e5565;
    font-weight: 500;
  }
}

.post-info + .post-info {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .post-info + .post-info:before {
    margin-right: 6px;
    font-size: 10px;
    content: "\2022";
  }
}

.post-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 0;
}

.post-status--completed,
.post-status--answered {
  background-color: #77b624;
}

.post-status--planned {
  background-color: #000;
}

.post-status--not-planned {
  color: #4e5565;
  background-color: #eceeef;
}

@media (min-width: 768px) {
  .new-post-page {
    margin-bottom: 42px;
  }
}

.new-post-title {
  font-size: 21px;
}

@media (min-width: 768px) {
  .new-post-title {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .new-post-title {
    font-size: 35px;
  }
}

.new-post-form {
  margin-bottom: 21px;
}
