@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

@import url('/hc/theming_assets/01JYRWNF9EMA2J2EMWTSM002KB');

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: local('Open Sans'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-U1Ug4qbw.woff2') format('woff2');
}

.sign-in {
  margin-right: 20px; /* Mueve el enlace 20px hacia la izquierda */
  display: inline-block; /* Asegura que el enlace ocupe todo el espacio del texto */
  text-decoration: none; /* Opcional: elimina el subrayado del enlace */
  position: relative;
}

.dropdown-toggle {
  background-color: transparent;
  margin-right: 20px;
  color: #646464;
}

html {
  font-family: 'Open Sans', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */


/* DOOR homepage */
.door-home-category-list-item{
  margin-top:0px!important;
	border-bottom:none!important;
}
.door-home-category-list-item a{
  display:flex!important;
  align-items:center!important;
  margin-top:0px!important;
  padding: 32px 32px!important;
  transition-duration:.15s;
  
  column-gap: 24px;
  border-bottom:1px solid #E0E0E0!important;
}


@media (min-width: 993px) {
	.door-home-category-list-item a:hover{
    background-color:#F1F1F1!important;
    transition-duration:.15s;
    border-radius:8px;
  }  
}

.door-home-category-title-wrapper{
	flex:1!important;
}
 .door-home-category-title{
    font-size:28px!important;
    margin-bottom:4px!important;
   margin-top:0px!important;
  }
  .door-home-category-description{
    font-size:16px!important;
    color:#767676!important;
    margin-top:0px!important;
    margin-bottom:0!important;
  }
  .door-home-category-link{
    color:#1a1a1a!important;
    font-size:16px!important;
  }
.powered-by-zendesk{
  display:none!important;
}

@media (max-width: 992px) {
  .door-home-category-list-item a{
    padding: 24px 0!important;
  }
  .door-home-category-title{
    font-size:24px!important;
  }
  .door-home-category-description{
    font-size:14px!important;
    line-height:20px!important;
  }
  .section.category-block{
    padding:40px 0!important;
  }
  .door-home-category-link{
    font-size:14px!important;
  }
}




/* DOOR category page */
.door-sub-category-stack{
  display:block!important;
}
.door-sub-category-item{
  padding: 0 0 32px !important;
}
.door-sub-category-title{
     font-size: 32px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    letter-spacing: -.5px;
}
.door-article-item{
  display:flex!important;
  align-items:center!important;
  padding:24px 0!important;
}
.door-article-item-title{
  flex:1;
  font-size:20px!important;
  color:#1a1a1a!important;
}
@media (min-width: 993px) {
	.door-article-item-title{
    color:#767676!important;
  }
  .door-article-item-title:hover{
    color:#1a1a1a!important;
  }
}
.chevron-right{
  width:8px!important;
}
.door-article-see-all{
  color:#1a1a1a!important;
}

@media (max-width: 992px) {
  .door-sub-category-stack{
    padding:40px 20px!important;
  }
  .door-sub-category-item{
    padding: 0 0 24px !important;
  }
  
  .door-sub-category-title{
     font-size: 24px !important;
    line-height:28px!important;
	}
  .door-article-item{
    padding:20px 0!important;
  }
  .door-article-item-title{
    font-size:16px!important;
		line-height:20px!important;
  }
  
  
}
 /** DOOR Sub category page **/
.door-sub-category-page-breadcrumbs .breadcrumbs li:last-child{
  display:none!important;
}
.door-section-articles-stack{
  margin-bottom:56px;
}
.door-sub-category-page-title{
  font-size: 40px!important;
  line-height: 44px!important;
  margin: 40px 0!important;
}
@media (max-width: 992px) {
  .door-sub-category-page-title{
  font-size: 28px!important;
  line-height: 32px!important;
  margin: 24px 0!important;
}
}


/* DOOR article page*/
.door-article-page-title{
  font-size: 40px!important;
  line-height: 44px!important;
  margin: 40px 0!important;
  color:#1a1a1a!important;
  padding-top:0px!important;
}
.door-article-votes{
  margin-top:56px;
}
.door-article-votes-question{
  	padding-bottom: 16px;
    display: block;
    font-weight: 400;
}
.door-article-votes-controls a{
  border:1.5px solid #1a1a1a!important;
}


.door-article-votes-controls a:hover::before {
  color:#1a1a1a!important;
}
@media (max-width: 992px) {
  .door-article-page-title{
    font-size: 32px!important;
    line-height: 36px!important;
    margin: 24px 0!important;
  }
  .door-article-page-body p{
    letter-spacing: -.25px;
  }
  
}

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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents 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;
  color: #646464; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
  color: #1A1A1A; }

/* 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: normal!important; }

/**
 * 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;
  color:#1a1a1a;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background:#ff00;
  color: #646464; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: 'Open Sans', sans-serif;
  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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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 */ }





```css
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  color: #646464 !important; 
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
  color: #1A1A1A !important; /* Cambiado el color a #019920 */
}
.container a {
  /*color: #646464 !important;*/
}

/* Para todos los enlaces */
a {
  color: #1A1A1A !important;
}

/* Para estados activos y hover */
a:active, a:hover {
  color: #1A1A1A !important;
}


/* 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;
  color:#1A1A1A;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background:#ff00;
  color: #646464; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: 'Open Sans', sans-serif;
  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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

.header-section {
  width: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  z-index: 1000; }

.header-content {
  position: relative;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-content .logo {
    flex-grow: 1; }
    .header-content .logo a {
      display: block;
      height: 54px;
      /*width: 101px;*/
      width:100%;
      display: flex;
      align-items: center; }
      .header-content .logo a img {
        vertical-align: middle;
        display: inline-block;
        height: 40px;
        margin:auto;
       }
  .header-content .header-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 150px; }
    .header-content .header-nav a {
      display: block;
      padding: 20px;
      font-size: 15px;
      line-height: 1.3em;
      color: #646464;
      font-family:'Open Sans', sans-serif;}
      .header-content .header-nav a:hover, .header-content .header-nav a:active, .header-content .header-nav a:focus, .header-content .header-nav a.active {
        color: #666;
        text-decoration: none; }
  .header-content .button-primary {
    padding: 10px 22px;
    font-size: 15px;
    display: block;
    font-family: 'Open Sans', sans-serif;}

.header-dropdown {
  font-family: 'Open Sans', sans-serif;
  padding: 20px;
  line-height: 1.3em;
  display: inline-block;
  position: relative;
}


.dropdown-button {
  display: flex;
  cursor: pointer
}

.dropdown-button.mobile{
  justify-content: space-between;
}

.dropdown-button:hover {
  opacity: 0.7;
}

.dropdown-div-mobile {
  width: 15px;
}

.dropdown-toggle-icon {
  background: url("/hc/theming_assets/01HZPGTWSEA4B1XC51VGQ5DPBH");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  margin: 0 0 0 5px;
  display: block;
  background-position: bottom;;
}

.header-dropdown.mobile {
  width: 90vw;
  border-bottom: 1px solid #f1f1f1;
}

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

.dropdown-toggle-icon.mobile {
  background-position: center;
}

.dropdown-list {
  border-radius: 0px 0px 18px 18px;
  background-color: #fff;
  box-shadow: 0 11px 20px -8px rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  padding-top: 17px;
}

.dropdown-link {
  white-space: nowrap;
  text-align: left;
}

#dropdown-menu-mobile {
  display: none;
}

.dropdown-link-mobile{
  border-bottom: 1px solid #f1f1f1 !important
}

.hamburger-button {
  display: none;
  float: none;
  background-color: transparent;
  color: transparent;
  width: 54px;
  height: 54px;
  position: relative;
  padding: 0px;
  margin-right: -15px;
  cursor: pointer; }
  .hamburger-button .line-1 {
    position: absolute;
    left: 0px;
    top: 18px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 26px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #646464;
    transform-style: preserve-3d;
    transition: transform 250ms;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    .hamburger-button .line-1.transform {
      transform-style: preserve-3d;
      transition: transform 250ms;
      transform: translateX(0px) translateY(8px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(45deg); }
  .hamburger-button .line-2 {
    position: absolute;
    left: 0px;
    top: 26px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 26px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #646464;
    transition: opacity 250ms;
    opacity: 1; }
    .hamburger-button .line-2.transform {
      transition: opacity 100ms;
      opacity: 0; }
  .hamburger-button .line-3 {
    position: absolute;
    left: 0px;
    top: 34px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 26px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #646464;
    transform-style: preserve-3d;
    transition: transform 250ms;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    .hamburger-button .line-3.transform {
      transform-style: preserve-3d;
      transition: transform 250ms;
      transform: translateX(0px) translateY(-8px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(-45deg); }

.header-nav-mobile {
  position: fixed;
  top: 54px;
  left: 0;
  bottom: 0;
  display: none;
  margin-right: auto;
  margin-left: auto;
  flex: 1;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.99); }
  .header-nav-mobile a.nav-link-new {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #646464;
    text-decoration: none;
    padding: 20px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 90vw;
    border-bottom: 1px solid #f1f1f1; }
  .header-nav-mobile a.nav-link-new:last-child {
    border-bottom: none; }
  .header-nav-mobile a.nav-link-new:hover {
    color: #646464;
    text-decoration: none; }

@media (max-width: 1300px) {
  .header-content {
    /*max-width: 728px;*/
   /* width: 93%;*/ 
	width:100%;
  }
    .header-content .header-nav {
      display: none; }
    .header-content .button-primary {
      display: none; }

  .hamburger-button {
    display: block; } }
@media (min-width: 1301px) {
  .header-nav-mobile {
    display: none !important; } }

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid-27 {
  grid-row-gap: 80px;
}

.div-block-264 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-264.mobile {
  display: none;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color:#F5F5F5;
}


.footer.privacy {
  padding: 100px 150px;
  /*background-color: #FFFFFF;*/
}

.footer-text {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #646464;
  font-size: 14px;
  line-height: 1.5em;
}

a.footer-text:hover {
  text-decoration: none;
}

.footer-text.bottom {
  display: inline-block;
  margin-right: 25px;
  color: #a8a8a8;
  line-height: 1.3em;
  text-decoration: none;
}

.footer-text.bottom.left {
  margin-right: 0px;
  padding-right: 15px;
}

.footer-text.bottom.center {
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px none #a8a8a8;
}

.footer-text.bottom.right {
  margin-right: 0px;
  padding-left: 15px;
  border-left: 1px none #a8a8a8;
}

.footer-text.right-align {
  font-size: 15px;
  line-height: 2em;
  text-align: right;
}

.footer-text.right-align.dark-gray {
  color: #a7a7a9;
}

.footer-text.right-align.white {
  color: #fff;
}

.footer-text.dark-gray {
  color: #a7a7a9;
}

.container-2.footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

.footer-header {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #1a1a1a;
  font-size: 40px;
  line-height: 1.2em;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45.8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

 

@media screen and (min-width: 1920px) {
  .footer.privacy {
    padding-right: 200px;
    padding-left: 200px;
  }

  .header-content {
    margin: 0 200px;
  }
}

@media screen and (max-width: 991px) {
  .header-content {
    margin: 0 40px;
  }

  .footer.privacy {
    padding: 80px 40px;
  }

  .footer-text.bottom {
    line-height: 1.5em;
  }

  .footer-text.bottom.left {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 2em;
  }

  .footer-text.bottom.center {
    line-height: 2em;
  }

  .footer-text.bottom.right {
    line-height: 2em;
  }

  .footer-text.bottom {
    line-height: 1.5em;
  }

  .footer-text.bottom.right {
    line-height: 2em;
  }

  .footer-text.bottom.left {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 2em;
  }

  .footer-text.right-align.dark-gray {
    margin-top: 14px;
  }

  .footer-text.right-align.white {
    font-size: 14px;
  }

  .footer-text.dark-gray {
    font-size: 14px;
    line-height: 1.2em;
  }

  .div-block-161 {
    width: 50%;
  }

  .footer-header {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .header-content {
    margin: 0 auto;
    width: 100%;
  }

 .header-content .logo a img {
    vertical-align: middle;
    display: inline-block;
   height: 30px; 
  }

  .grid-27 {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer.privacy {
    padding: 50px 20px;
  }

  .footer-text.bottom.left {
    line-height: 2em;
  }

  .footer-text.bottom.center {
    line-height: 2em;
  }

  .footer-text.bottom.right {
    line-height: 2em;
  }

  .container-2.footer {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .grid-27 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-text {
    font-size: 14px;
  }

  .footer-text.bottom {
    line-height: 1.5em;
  }

  .footer-text.bottom.left {
    display: block;
    line-height: 2em;
  }

  .footer-text.bottom.center {
    display: block;
    padding-left: 0px;
    line-height: 2em;
  }

  .footer-text.bottom.right {
    display: block;
    padding-left: 0px;
    line-height: 2em;
  }

  .footer-text.right-align.dark-gray {
    text-align: left;
  }

  .footer-text.right-align.white {
    text-align: left;
  }

  .container-2.footer {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-header {
    font-size: 26px;
    letter-spacing: -0.2px;
  }

  .div-block-264 {
    display: none;
  }

  .div-block-264.mobile {
    display: block;
  }

  .div-block-161 {
    width: auto;
  }
}




@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  src: url("/hc/theming_assets/01HZPGTX6DXZTHVGJ6QH1XV1Y0"); }
@font-face {
  font-family: 'Open Sans', sans-serif;;
  font-weight: 500;
  src: url("/hc/theming_assets/01HZPGTXDJ4D4MB1817025NWGF"); }
@font-face {
  font-family: 'Open Sans', sans-serif;;
  font-weight: 700;
  src: url("/hc/theming_assets/01HZPGTX1BGW294B4D7VS8BW8N"); }
* {
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  background-color: #dedede;
  color: #1a1a1a;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  flex-direction: column; }

@media (min-width: 3000px) {
  body > main {
    min-height: 65vh; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color:#1a1a1a;
}

h1,
.wysiwyg-font-size-huge {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  font-family: 'Open Sans', sans-serif;
color:#1a1a1a;}

h2,
.wysiwyg-font-size-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px; }

h3,
.wysiwyg-font-size-medium {
  font-size: 20px;
  font-weight: 500; }

h4,
.wysiwyg-font-size-small {
  font-size: 16px; }

p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px; }

a {
  color: #646464;
  text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: underline; }

input,
textarea {
  color: #646464;
  font-size: 14px; }

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out; }

input:focus {
  border: 1px solid #646464; }

input[disabled] {
  background-color: #ddd; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/hc/assets/dropdown-arrow.svg") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%; }

select:focus {
  border: 1px solid #646464; }

select::-ms-expand {
  display: none; }

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px; }

textarea:focus {
  border: 1px solid #646464; }

.container {
  flex: 1 0 auto;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF; }

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

.error-page {
  max-width: 940px;
  margin: 100px auto 20px;
  padding: 0 5%; }

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%; } }
.dropdown-toggle::after {
  color: inherit; }

/***** Buttons *****/
button {
  border: 0; }

a[class*='button-'] {
  text-decoration: none; }

.button-primary {
  background-color: #646464;
  font-size: 16px;
  color: #fff;
  padding: 12px 34px;
  border-radius: 100px;
  line-height: 1.3em;
  display: inline-block;
  border: 0; }

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed; }

@media (min-width: 3000px) {
  .table {
    table-layout: auto; } }
.table th,
.table th a {
  color: #333333;
  font-size: 13px;
  font-weight: 300;
  text-align: left; }

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
  text-align: right; }

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0; }

@media (min-width: 3000px) {
  .table tr {
    display: table-row; } }
.table td {
  display: block; }

@media (min-width: 3000px) {
  .table td {
    display: table-cell; } }
@media (min-width: 3000px) {
  .table td,
  .table th {
    padding: 20px 30px; } }
@media (min-width: 3000px) {
  .table td,
  .table th {
    padding: 10px 20px;
    height: 60px; } }
/***** Forms *****/
.form {
  max-width: 650px; }

.form-field ~ .form-field {
  margin-top: 25px; }

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px; }

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%; }

.form-field input:focus {
  border: 1px solid #646464; }

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px; }

.form-field input[type="text"]:focus {
  border: 1px solid #646464; }

.form-field input[type="checkbox"] {
  width: auto; }

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle; }

.form-field .nesty-input:focus {
  border: 1px solid #646464;
  text-decoration: none; }

.form-field textarea {
  vertical-align: middle; }

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px; }

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

.form-field p {
  color: #333333;
  font-size: 12px;
  margin: 5px 0; }

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("/hc/assets/loader.gif") 99% 50% no-repeat;
  background-size: 16px 16px; }

.form footer {
  margin-top: 40px;
  padding-top: 30px; }

.form footer a {
  color: #333333;
  cursor: pointer;
  margin-right: 15px; }

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px; }

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px; }

.form .suggestion-list li {
  padding: 10px 0; }

.divider {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF; }

.display-1 {
  font-size: 32px;
  font-weight: normal;
  line-height: 45px;
  margin-bottom: 15px; }

.display-2 {
  /*font-weight: bold;*/
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 50px;
  color: #fff; }

.display-3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  color: #B3B3B3;
  margin-bottom: 10px; }

.display-3 a {
  color: #B3B3B3;
  text-decoration: none; }

.lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif; }

@media (max-width: 991px) {
  .display-1 {
    font-size: 26px;
    line-height: 36px; } }
@media (max-width: 479px) {
  .display-1 {
    font-size: 24px;
    line-height: 32px; } }

.hero {
  background-position: center;
  background-size: cover;
  height: 65vh;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center; 
  /*background: linear-gradient(180deg, #E8DADA 0%, #B8AFAF 32.3%, #625959 100%);*/
  background:#1a1a1a;
}

.hero-inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column; }
  .hero-inner h1 {
    font-size: 56px;
		/*font-family: 'Open Sans', sans-serif;*/
    font-weight: 500; }
  .hero-inner .display-1 {
    color: #fff; }

@media (max-width: 991px) {
  .hero-inner h1 {
    font-size: 42px; } }
@media (max-width: 767px) {
  .hero-inner h1 {
    font-size: 36px; } }
@media (max-width: 479px) {
  .hero-inner h1 {
    font-size: 32px; } }
/***** Search field *****/
.search {
  position: relative;
  width: 60%;
  margin: 16px auto 0;
}
.search-container {
  position: relative;
  display: flex;
  justify-content: center; 
  width: 100%;
  margin: 0 auto;
}

.search input[type="search"] {
  width: 100%;
  padding-right: 110px; /* Espacio para el botón */
  box-sizing: border-box;
  border: 1px solid rgba(204, 204, 204, 0.5); /* Borde gris clarito con transparencia */
  border-radius: 99999px; /* Borde redondeado */
  height: auto; /* Mantener la altura original */
  padding: 10px; /* Ajuste del padding */
  -webkit-appearance: none;
  font-size: 16px; /* Ajuste del tamaño de la fuente */
  color: #1A1A1A;
  text-align: left;
  outline: none; /* Elimina cualquier borde de enfoque predeterminado */
  display: inline-block;
  margin-right: -4px; /* Ajuste para que el input y el botón estén alineados */
  background-color: rgba(255, 255, 255, 0.1);
}

.search input[type="search"]::placeholder {
  color: #555;
}

.search input[type="search"]:focus {
  border: 1px solid rgba(204, 204, 204, 0.5); /* Borde gris clarito con transparencia */
  outline: none; /* Asegura que no haya borde de enfoque predeterminado */
}

.search-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #00bfff; /* Color de fondo del botón */
  border: 1px solid #00bfff; /* Borde del botón */
  border-radius: 0 5px 5px 0; /* Borde redondeado en la esquina derecha */
  color: white; /* Color del texto del botón */
  padding: 0 20px; /* Espaciado interno del botón */
  font-size: 16px; /* Ajuste del tamaño de la fuente */
  cursor: pointer;
}

.search-button:hover {
  background-color: #009acd; /* Color del botón al pasar el mouse */
  border: 1px solid #009acd; /* Borde del botón al pasar el mouse */
}

.search input[type="search"] {
  border: 1px solid #555; /* Borde negro de 1px */
  box-sizing: border-box;
  height: 50px;
  padding: 12px 20px;
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  outline: none; /* Elimina cualquier borde de enfoque predeterminado */
}

.search input[type="search"]::placeholder {
  color: #fff;
  opacity:.6;
  letter-spacing:0px;
}

.search input[type="search"]:focus {
  border: 1px solid #555; /* Mantén el borde negro al enfocar */
  color: #fff;
  outline: none; /* Asegura que no haya borde de enfoque predeterminado */
}



@media (max-width: 767px) {
  .search {
    width: 100%; } }
[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px; }

.search-full input[type="search"] {
      border: 1px solid rgba(204, 204, 204, 0.5); /* Borde gris clarito con transparencia */
 }

/**** faqs ****/
.faq-block {
  padding-top: 90px;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 940px; }
  .faq-block .display-1 {
    margin-bottom: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px; }
  .faq-block a {
    display: block;
    padding: 26px 0 20px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    color: #646464;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;}

@media (max-width: 991px) {
  .faq-block {
    max-width: 728px; }
    .faq-block a {
      font-size: 22px; }
    .faq-block .display-1 {
      font-size: 26px; } }
@media (max-width: 479px) {
  .faq-block a {
    font-size: 20px; } }
.content.view-category {
  width: 100%;
   }

.content.view-category .page-header {
  width: 100%;
  /*background: linear-gradient(180deg, #E8DADA 0%, #B8AFAF 32.3%, #625959 100%);*/
  background:#1a1a1a;
  background-position: center; 
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center; }
  .content.view-category .page-header .content {
    width: 100%;
    max-width: 940px;
    padding: 90px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .content.view-category .page-header .content .display-1 {
      font-family: 'Open Sans', sans-serif;
      font-size: 56px;
      line-height: 1.3em;
      font-weight: 500;
      margin-bottom: 0;
color:#fff;
text-align:center;}
.content.view-category .page-header .content .lead{
  color:#fff;
  text-align:center;
	opacity:.6;
}

@media screen and (max-width: 991px) {
  .content.view-category .page-header .content {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px; }
    .content.view-category .page-header .content .display-1 {
      font-size: 40px; } }
@media (max-width: 479px) {
  .content.view-category .page-header .content .display-1 {
    font-size: 34px; } }
.content.view-category .page-header .lead {
  margin-bottom: 0; }

.category-container {
  display: flex;
  justify-content: flex-end; }

.category-content {
  flex: 1; }

@media (min-width: 3000px) {
  .category-content {
    flex: 0 0 80%; } }
.section-tree {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 95px;
  padding-bottom: 90px; }
  .section-tree .icon-lock::before {
    vertical-align: baseline; }

.section {
  flex: initial; }
  .section .display-3 {
    margin-bottom: 20px; }
    .section .display-3 a {
      color: #1A1A1A;
      font-size: 24px;
      line-height: 34px;
      font-weight: 500; }
  .section .article-link {
    display: block;
    border-bottom: 1px solid #dbdbdb;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3em;
    padding: 26px 0 20px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    color: #1A1A1A; }
  .section .see-all {
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding: 35px 0 25px;
    text-decoration: none;
    color: #0089FF;
    font-family: 'Open Sans', sans-serif; }
    .section .see-all .chevron-right {
      width: 5.5px;
      height: 11px;
      vertical-align: middle;
      margin-top: -1px;
      margin-left: 2px; }

@media (max-width: 991px) {
  .section .display-3 a {
    font-size: 22px; }
  .section .article-link {
    font-size: 22px; } }
@media (max-width: 479px) {
  .section .display-3 a {
    font-size: 20px; }
  .section .article-link {
    font-size: 20px; } }
.section-tree {
  flex-direction: row; }
  .section-tree .section {
    flex: 1 1 45%;
    padding-right: 40px; }

@media (max-width: 991px) {
  .section-tree {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 767px) {
  .section-tree {
    flex-direction: column; } }
.icon-star::before {
  color: #1a1a1a;
  font-size: 18px; }

/***** Section pages *****/
.section-container {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: row; }

.section-sidebar {
  position: fixed;
  width: 25%;
  max-width: 240px;
  padding: 120px 10px 30px 0px;
  /* These get set dynamically from JS, but specify default values for page load */
  top: 0;
  width: 240px; }

.section-sidebar-placeholder {
  flex: 1 1 28%;
  padding-right: 30px;
  max-width: 240px; }

.section-articles {
  flex: 1 1 72%;
  padding: 20px 20px 20px;
  margin-top: 130px; }

.article-solo {
  /*padding: 70px 0 0;*/
  margin: 0 auto;
  max-width: 940px;
  width: 100%; }

.section-sidebar .display-3 {
  color: #646464;
  line-height: 50px;
  font-size: 20px;
  margin-bottom: 5px; }
.section-sidebar a {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #a8a8a8;
  text-decoration: none;
  font-weight: 200;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif; }
  .section-sidebar a:hover, .section-sidebar a.active {
    color: #646464; }
.section-sidebar a:last-child {
  margin-bottom: 0; }

@media (max-width: 991px) {
  .section-container {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px; }

  .article-solo {
    max-width: 728px;
    padding: 0 20px 0; } }
@media (max-width: 767px) {
  .section-container {
    flex-direction: column; }

  .section-sidebar {
    width: 100%;
    max-width: none; }

  .section-sidebar-placeholder {
    display: none; }

  .section-articles {
    flex: 1 0 auto;
    padding: 0;
    margin-top: 50px; } }
@media screen and (max-width: 479px) {
  .article-solo {
    max-width: none; } }
.article-title {
  display: block;
  padding-top: 20px;
  margin-bottom: 20px;
  color: #646464;
  text-decoration: none; }
  .article-title:hover {
    text-decoration: none; }

.article-title {
  margin-top: -130px;
  padding-top: 130px; }

.article-body {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  word-wrap: break-word;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif; }
  .article-body a {
    color: #1a1a1a!important;
    text-decoration: underline; }
.article-body a span{
color: #1a1a1a!important;
}
  .article-body img {
    height: auto;
    max-width: 100%; }
  .article-body ul,
  .article-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px; }
  .article-body ul > ul,
  .article-body ol > ol,
  .article-body ol > ul,
  .article-body ul > ol {
    margin: 0; }
  .article-body ul {
    list-style-type: disc; }
  .article-body li {
    padding-left: 10px; }
  .article-body code {
    background: #fff3cd;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px; }
  .article-body blockquote {
    border-left: 1px solid #ddd;
    color: #333333;
    font-style: italic;
    padding: 0 15px; }
  .article-body .article-body pre {
    background: #f00000;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre; }
  .article-body > p:last-child {
    margin-bottom: 0; }
  .article-body b,
  .article-body strong {
    font-weight: 500; }
  .article-body .article-attachments {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    font-weight: 200;
    margin-top: -50px;
    margin-bottom: 70px; }
    .article-body .article-attachments a {
      display: block;
      margin: 0 10px;
      color: #1a1a1a; }

@media (max-width: 991px) {
  .article-title h1,
  .article-solo h1 {
    font-size: 26px;
    line-height: 36px; } }
@media (max-width: 479px) {
  .article-title h1,
  .article-solo h1 {
    font-size: 24px;
    line-height: 32px; } }
.article-comment-count {
  color: #1a1a1a;
  font-weight: 300; }
  .article-comment-count:hover {
    text-decoration: none; }
  .article-comment-count .icon-comments {
    color: #1a1a1a;
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px; }

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0; }

@media (min-width: 3000px) {
  .article-relatives {
    flex-direction: row; } }
.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0; }

.article-relatives > *:last-child {
  margin: 0; }

@media (min-width: 3000px) {
  .article-relatives > * {
    margin-right: 20px; } }
.article-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #B3B3B3;
  font-size: 24px;
  font-weight: 200;
  line-height: 29px;
  padding-bottom: 70px; }

.article-votes-controls {
  display: flex;
  flex-direction: row; }

.article-vote {
  background: transparent;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid #B3B3B3;
  color: #B3B3B3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px; 
	text-decoration:none!important;}

.article-vote:hover,
.article-vote:active,
.article-vote:focus,
.article-vote-active {
  border-color: #838383;
  color: #838383;
  text-decoration: none; }

.article-vote:hover::before {
  color: #838383; }

.article-vote::before {
  font-size: 16px; }

.article-vote-up::before {
  content: "\2713"; }

.article-vote-down::before {
  content: "\2715"; }

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center; }

.article-return-to-top {
  border-top: 1px solid #ddd; }

@media (min-width: 3000px) {
  .article-return-to-top {
    display: none; } }
.article-return-to-top a {
  color: #646464;
  display: block;
  padding: 20px 0; }

.article-return-to-top a:hover,
.article-return-to-top a:focus {
  text-decoration: none; }

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px; }

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px; }

.article-unsubscribe {
  background-color: #646464;
  color: #646464;
  text-decoration: none; }

.article-unsubscribe:hover {
  background-color: black;
  border-color: black; }

.sidenav-title {
  font-size: 15px;
  position: relative; }

.sidenav-item {
  border-radius: 4px;
  color: #646464;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px; }

.sidenav-item.current-article,
.sidenav-item:hover {
  background-color: #646464;
  color: #646464;
  text-decoration: none; }

.recent-articles h3,
.related-articles h3 {
  font-size: 15px;
  margin: 20px 0; }

.recent-articles li,
.related-articles li {
  margin-bottom: 15px; }

.search-section {
  background: #1a1a1a;
  background-position: center;
  background-size: cover;
  height: auto;
  text-align: center;
  width: 100%;
  /*margin-top: 90px;*/
  display: flex;
  justify-content: center; }

.search-content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column; }
  .search-content h1 {
    font-size: 44px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500; }
  .search-content .display-1 {
    color: #fff; }












@media (max-width: 991px) {
  .search-content h1 {
    font-size: 40px; } }
@media (max-width: 767px) {
  .search-content h1 {
    font-size: 36px; } }
@media (max-width: 479px) {
  .search-content h1 {
    font-size: 34px; } }
.search-results {
  max-width: 940px;
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  flex-direction: column; }
  .search-results > .lead {
    margin-top: 70px;
    margin-bottom: 0; }

.search-result {
  padding: 32px 0;
  border-bottom: 1px solid #E0E0E0; }
  .search-result a {
    color: #646464;
    text-decoration: none; }
  .search-result .lead {
    color: #B3B3B3;
    margin-top:12px;
    margin-bottom: 0; }

@media (max-width: 3000px) {
  .content.search-results > .lead {
    padding: 0 20px; }

  .search-result {
    padding: 32px 20px; } }
/***** User info in header *****/
.user-info {
  display: inline-block; }

.user-info .dropdown-toggle::after {
  display: none; }

@media (min-width: 3000px) {
  .user-info .dropdown-toggle::after {
    display: inline-block; } }
.user-info > [role="button"] {
  border: 0;
  color: #646464;
  min-width: 0;
  padding: 0;
  white-space: nowrap; }

.user-info > [role="button"]:hover {
  color: #646464;
  background-color: transparent; }

.user-info > [role="button"]::after {
  color: #646464;
  padding-right: 15px; }

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0; }

#user #user-name {
  display: none;
  font-size: 14px; }

@media (min-width: 3000px) {
  #user #user-name {
    display: inline-block; } }
#user #user-name:hover {
  text-decoration: underline; }

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle; }

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

.avatar img {
  height: 40px;
  width: 40px; }

.avatar .icon-agent::before {
  background-color: #646464;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #646464;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px; }

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 50px 0 50px 0;
  padding: 0; }

.breadcrumbs li {
  color: #646464;
  display: inline;
  font-weight: 300;
  font-size: 16px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis; }

.breadcrumbs li + li::before {
  content: "/";
  margin: 0 4px; }

.breadcrumbs li a {
  color: #666;
  text-decoration: none; }

/**** General section sizes *******/
.section {
  width: 100%;
  background: #FFFFFF; }
  .section .content {
    width: 100%;
    max-width: 940px;
    margin: 0 auto; }

.section.category-block{
	padding:80px 0;
}

@media (max-width: 991px) {
  .section .content {
    max-width: 728px;
    padding-left: 20px;
    padding-right: 20px; } }
.category-block .content {
  margin-top: 50px;
  border-bottom: 1px solid #E0E0E0; }
  .category-block .content:last-child {
    border-bottom: 0; }
.category-block a {
  text-decoration: none;
  color: #646464;
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 32px; }
.category-block .link {
  color: #756F55;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }
.category-block .chevron-right {
  /*width: 5.5px;
  height: 11px;
  vertical-align: middle;
  margin-top: -1px;
  margin-left: 2px; */}

.search-section {
  background-color: #1a1a1a;
  padding: 64px 0 64px;
  text-align: center;
  width: 100%; }

@media (max-width: 3000px) {
  .search-section {
    padding: 64px 20px 64px; } }
.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px; }

@media (min-width: 3000px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row; } }
@media (min-width: 3000px) {
  .sub-nav input[type="search"] {
    min-width: 300px; } }
.sub-nav input[type="search"]::after {
  font-size: 15px; }

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0; }

.blocks-item {
  border: 1px solid #646464;
  border-radius: 4px;
  box-sizing: border-box;
  color: #646464;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center; }

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
  background-color: #646464; }

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
  color: #646464;
  text-decoration: none; }

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd; }

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative; }

.blocks-item-internal a {
  color: #646464; }

.blocks-item-link {
  color: #646464;
  padding: 20px 30px; }

.blocks-item-link:hover,
.blocks-item-link:focus,
.blocks-item-link:active {
  text-decoration: none; }

.blocks-item-title {
  margin-bottom: 0; }

.blocks-item-description {
  font-weight: 300;
  margin: 0; }

.blocks-item-description:not(:empty) {
  margin-top: 10px; }

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

@media (min-width: 3000px) {
  .promoted-articles {
    flex-direction: row; } }
.promoted-articles-item {
  flex: 1 0 auto; }

@media (min-width: 3000px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */ }

  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px; } }
.promoted-articles-item:nth-child(3n) {
  padding-right: 0; }

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #646464;
  display: block;
  padding: 15px 0; }

.promoted-articles-item:last-child a {
  border: 0; }

@media (min-width: 3000px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd; } }
/***** Community section in homepage *****/
.community {
  text-align: center; }

.community-image {
  min-height: 300px;
  background-image: url("/hc/theming_assets/01HZPGV1378514DBQJASSR5VA0");
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%; }

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0; }

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center; }

.recent-activity-list {
  padding: 0; }

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0; }

.recent-activity-item-parent {
  font-size: 16px; }

.recent-activity-item-parent,
.recent-activity-item-link {
  margin: 6px 0;
  color: #646464;
  display: inline-block;
  width: 100%; }

@media (min-width: 3000px) {
  .recent-activity-item-parent,
  .recent-activity-item-link {
    width: 70%;
    margin: 0; } }
.recent-activity-item-link {
  font-size: 14px;
  font-weight: 300; }

.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none; }

@media (min-width: 3000px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right; }

  [dir="rtl"] .recent-activity-item-meta {
    float: left; } }
.recent-activity-item-time,
.recent-activity-item-comment {
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300; }

.recent-activity-item-comment {
  padding-left: 5px; }

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0; }

.recent-activity-item-comment::before {
  display: inline-block; }

.recent-activity-item-comment span::before {
  color: #646464;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle; }

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px; }

.recent-activity-controls {
  padding-top: 15px; }

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px; }

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

.attachments .attachment-item::before {
  color: #646464;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px; }

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px; }

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0; }

.upload-dropzone span {
  color: #333333; }

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap; }

.share li,
.share a {
  display: inline-block; }

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px; }

.share a::before {
  color: #333333;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%; }

.share a:hover {
  text-decoration: none; }

.share a:hover::before {
  color: #646464; }

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

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

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

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

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0; }

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0; }

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0; }

.comment-overview p {
  margin-top: 0; }

.comment-callout {
  color: #333333;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0; }

.comment-callout a {
  color: #646464; }

.comment-sorter {
  display: inline-block;
  float: right; }

.comment-sorter a {
  color: #333333;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none; }

[dir="rtl"] .comment-sorter {
  float: left; }

.comment-wrapper {
  display: flex;
  position: relative; }

.comment-wrapper.comment-official {
  border: 1px solid #646464;
  padding: 40px 20px 20px; }

@media (min-width: 120px) {
  .comment-wrapper.comment-official {
    padding-top: 20px; } }
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%; }

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px; }

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }

@media (min-width: 3000px) {
  .comment-author {
    justify-content: space-between; } }
.comment-avatar {
  margin-right: 10px; }

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0; }

.comment-meta {
  flex: 1 0 auto; }

.comment-labels {
  flex-basis: 100%; }

@media (min-width: 3000px) {
  .comment-labels {
    flex-basis: auto; } }
.comment .status-label:not(.status-label-official) {
  margin-top: 10px; }

@media (min-width: 3000px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0; } }
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word; }

.comment-container {
  width: 100%; }

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left; }

@media (min-width: 3000px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right; } }
.comment-form-controls input[type="submit"] {
  margin-top: 15px; }

@media (min-width: 3000px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px; }

  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px; } }
.comment-form-controls input[type="checkbox"] {
  margin-right: 5px; }

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px; }

.comment-ccs {
  display: none; }

.comment-ccs + textarea {
  margin-top: 10px; }

.comment-attachments {
  margin-top: 10px; }

.comment-attachments a {
  color: #646464; }

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6; }

.comment-body img {
  height: auto;
  max-width: 100%; }

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px; }

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px; }

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol {
  margin: 0; }

.comment-body ul {
  list-style-type: disc; }

.comment-body code {
  background: #f00000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px; }

.comment-body pre {
  background: #f00000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre; }

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #333333;
  font-style: italic;
  padding: 0 15px; }

.comment-mark-as-solved {
  display: inline-block; }

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px; }

.vote a {
  outline: none; }

.vote a:active,
.vote a:hover,
.vote a:focus {
  text-decoration: none; }

.vote-sum {
  color: #333333;
  display: block;
  margin: 3px 0; }

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override; }

.vote-up:hover::before,
.vote-down:hover::before {
  color: #646464; }

.vote-up::before,
.vote-down::before {
  color: #333333;
  font-size: 24px; }

.vote-up::before {
  content: "\2B06"; }

.vote-down::before {
  content: "\2B07"; }

.vote-voted::before {
  color: #646464; }

.vote-voted:hover::before {
  color: black; }

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/ }

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0; }

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
  background-color: #f00000; }

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #333333;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px; }

/***** Community *****/
.community-hero {
  background-image: url("/hc/theming_assets/01HZPGV1378514DBQJASSR5VA0");
  margin-bottom: 10px; }

.community-footer {
  padding-top: 50px;
  text-align: center; }

.community-featured-posts,
.community-activity {
  padding-top: 40px;
  width: 100%; }

.community-header {
  margin-bottom: 30px; }

.community-header h4 {
  margin-bottom: 0; }

.post-to-community {
  margin-top: 10px; }

@media (min-width: 3000px) {
  .post-to-community {
    margin: 0; } }
/* Community topics grid */
.topics {
  max-width: none;
  width: 100%; }

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px; }

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px; }

@media (min-width: 3000px) {
  .topic-header {
    padding-bottom: 10px; } }
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0; }

@media (min-width: 3000px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0; } }
.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px; }

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%; }

@media (min-width: 3000px) {
  .community-follow {
    margin-bottom: 0;
    width: auto; } }
.community-follow .dropdown {
  width: 100%; }

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%; }

@media (min-width: 3000px) {
  .community-follow [role="button"] {
    width: auto; } }
.community-follow [role="button"]:hover {
  background-color: #646464; }

.community-follow [role="button"]:hover::after,
.community-follow [role="button"]:focus::after {
  border-color: #646464;
  color: #646464; }

.community-follow [role="button"][aria-selected="true"] {
  background-color: #646464;
  color: #646464; }

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #646464;
  color: #646464; }

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: black;
  border-color: black; }

.community-follow [role="button"]::after {
  border-left: 1px solid #646464;
  content: attr(data-follower-count);
  color: #646464;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px; }

@media (min-width: 3000px) {
  .community-follow [role="button"]::after {
    position: static; } }
[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #646464;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0; }

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0; }

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0; }

@media (min-width: 3000px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row; } }
.striped-list-info {
  flex: 2; }

.striped-list-title {
  color: #646464;
  margin-bottom: 10px;
  margin-right: 5px; }

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
  text-decoration: underline; }

.striped-list .meta-group {
  margin: 5px 0; }

.striped-list-count {
  color: #333333;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize; }

@media (min-width: 3000px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around; } }
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px; }

@media (min-width: 3000px) {
  .striped-list-count-item::after {
    display: none; } }
.striped-list-count-item:last-child::after {
  display: none; }

.striped-list-number {
  font-weight: 300;
  text-align: center; }

@media (min-width: 3000px) {
  .striped-list-number {
    color: #646464;
    display: block;
    font-weight: 400; } }
/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block; }

.status-label:hover,
.status-label:active,
.status-label:focus {
  text-decoration: none; }

.status-label-pinned,
.status-label-featured,
.status-label-official {
  background-color: #646464; }

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%; }

@media (min-width: 3000px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto; } }
[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto; }

.status-label-pending,
.status-label-not-planned {
  background-color: #eee;
  color: #333333; }

.status-label-pending {
  text-align: center; }

.status-label-open {
  background-color: #e03b30; }

.status-label-closed {
  background-color: #ddd; }

.status-label-solved {
  background-color: #999; }

.status-label-new {
  background-color: #ffd12a; }

.status-label-hold {
  background-color: #646464; }

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
  text-transform: lowercase; }

/***** Post *****/
/*
  * The post grid is defined this way:
  * Content | Sidebar
  * 70%     | 30%
  */
.post {
  flex: 1;
  margin-bottom: 10px; }

@media (min-width: 3000px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%; } }
.post-container {
  display: flex;
  flex-direction: column; }

@media (min-width: 3000px) {
  .post-container {
    flex-direction: row; } }
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px; }

@media (min-width: 3000px) {
  .post-header {
    align-items: baseline;
    flex-direction: row; } }
.post-header .status-label {
  vertical-align: super; }

.post-title {
  margin-bottom: 20px;
  width: 100%; }

@media (min-width: 3000px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px; } }
.post-title h1 {
  display: inline;
  vertical-align: middle; }

@media (min-width: 3000px) {
  .post-title h1 {
    margin-right: 5px; } }
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between; }

.post-avatar {
  margin-bottom: 30px; }

.post-content {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  word-break: break-word; }

.post-info-container {
  display: flex;
  margin-bottom: 40px; }

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%; }

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px; }

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle; }

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px; }

.post-body img {
  height: auto;
  max-width: 100%; }

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px; }

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px; }

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol {
  margin: 0; }

.post-body ul {
  list-style-type: disc; }

.post-body code {
  background: #f00000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px; }

.post-body pre {
  background: #f00000;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre; }

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #333333;
  font-style: italic;
  padding: 0 15px; }

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px; }

.post-comment-count {
  color: #333333;
  font-weight: 300; }

.post-comment-count:hover {
  text-decoration: none; }

.post-comment-count .icon-comments {
  color: #646464;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px; }

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center; }

@media (min-width: 3000px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial; }

  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0; } }
.post-sidebar h5 {
  font-weight: 600; }

@media (min-width: 3000px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px; } }
.post-comments {
  margin-bottom: 20px; }

@media (min-width: 3000px) {
  .post-comments {
    margin-bottom: 0; } }
/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px; }
















@media (min-width: 3000px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none; } }
.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 3000px) {
  .collapsible-nav-list {
    flex-direction: row; } }
.collapsible-nav-list li {
  color: #646464;
  line-height: 45px;
  order: 1; }

@media (min-width: 3000px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }

  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0; }

  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0; } }
.collapsible-nav-list li a {
  color: #646464;
  display: block; }

@media (min-width: 3000px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd; }

  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none; } }
.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative; }

@media (min-width: 3000px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #646464;
    order: 1;
    padding: 15px 0 11px 0; } }
.collapsible-nav-list li[aria-selected="true"] a {
  color: #646464; }

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0; }

@media (min-width: 3000px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none; } }
[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto; }

.collapsible-nav[aria-expanded="true"] {
  max-height: none; }

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715"; }

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative; }

@media (min-width: 3000px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0; } }
.collapsible-sidebar[aria-expanded="true"] {
  max-height: none; }

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715"; }

@media (min-width: 3000px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none; } }
.collapsible-sidebar-title {
  margin-top: 0; }

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px; }

@media (min-width: 3000px) {
  .collapsible-sidebar-title::after {
    display: none; } }
[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto; }

/***** My activities *****/
.my-activities-header
{
  margin-top:80px;
  margin-left:15%;
}
.no-activities{
  margin-left:15%;
}

.my-activities-nav {
  background-color: #e60000;
  border: 0;
  margin-bottom: 20px;
  
}


.request-info{
  margin-left:15%;
}

.my-activities-sub-nav {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius:3px;
  margin-bottom: 30px;
  padding-left:10px;
  padding-right:10px;
  width:70%;
  margin-left:0;
  margin-right:auto;
  display:block;
  
}
	


@media (min-width: 3000px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  } }
.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #646464; }

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal; }

@media (min-width: 3000px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }
.my-activities-table thead {
  display: none; }

@media (min-width: 3000px) {
  .my-activities-table thead {
    display: table-header-group; } }
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0; }

@media (min-width: 3000px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px; } }
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0; }

.my-activities-table td:not(:first-child) {
  display: none; }

@media (min-width: 3000px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell; 
  } }
/* Requests table */
.requests-search {
  max-width: 60%;
  margin-left:10%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column; }

@media (min-width: 3000px) {
  .requests-table-toolbar {
    flex-direction: row; } }
.requests-table-toolbar .search {
  flex: 1;
  width: 90%; 
}

.requests-table-toolbar .request-table-filter {
  width: 60%;
  margin-left:15%;
  margin-right:auto;
  display:block;
   }

@media (min-width: 3000px) {
  .requests-table-toolbar .request-table-filter {
    width: auto; } }
.requests-table-toolbar .request-filter {
  display: block; }

@media (min-width: 3000px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px; }

  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0; } }
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px; }

@media (min-width: 3000px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0; } }
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%; }

@media (min-width: 3000px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto; } }
.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px; }

@media (min-width: 3000px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px; }

  [dir="rtl"] .requests-table-toolbar .organization-subscribe,
  [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0; } }
.requests-table-toolbar .organization-unsubscribe {
  background-color: #646464;
  color: #646464; }

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px; }

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0; }

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px; }

.requests-table-toolbar + .requests {
  margin-top: 40px; }

.requests .requests-table-meta {
  display: block; }

@media (min-width: 3000px) {
  .requests .requests-table-meta {
    display: none; } }
.requests .requests-table thead {
  display: none; }

@media (min-width: 3000px) {
  .requests .requests-table thead {
    display: table-header-group; } }
.requests .requests-table-info {
  display: block; }

@media (min-width: 3000px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto; } }
.requests .requests-table .requests-link {
  position: relative; }

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px; }

/* Following table */
.subscriptions-unsubscribe a {
  background: #646464;
  border-radius: 4px;
  color: #646464;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%; }

@media (min-width: 3000px) {
  .subscriptions-unsubscribe a {
    width: auto; } }
.subscriptions-unsubscribe a:hover {
  background-color: black;
  text-decoration: none; }

.subscriptions-table td:last-child {
  display: block; }

@media (min-width: 3000px) {
  .subscriptions-table td:last-child {
    display: table-cell; } }
.subscriptions-table td:first-child {
  display: flex;
  align-items: center; }

.subscriptions-table .user-avatar {
  margin-right: 10px; }

.subscriptions .striped-list-title {
  vertical-align: middle; }

/* Contributions table */
.contributions-table td:last-child {
  color: #333333;
  font-size: 13px;
  font-weight: 300; }

@media (min-width: 3000px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
      margin-left:150px;

    font-weight: inherit; } }
.no-activities {
  color: #333333; }

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }


  .request-container {
    max-width:80%;
    margin-left:15%;
    margin-right:15%;
  }
@media (min-width: 3000px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  } }
.request-container .comment-container {
  min-width: 0;}

.request-breadcrumbs {
  margin-bottom: 40px;
margin-left:15%;}

@media (min-width: 3000px) {
  .request-breadcrumbs {
    margin-bottom: 60px; } }
.request-main {
  flex: 1 0 auto;
  order: 1; }

.request-main .comment-fields,
.request-main .request-submit-comment {
  display: none; }

.request-main .comment-fields.shown {
  display: block; }

.request-main .request-submit-comment.shown {
  display: inline; }

@media (min-width: 3000px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0; } }
.request-main .comment-form-controls {
  display: block; }

.request-main .comment-ccs {
  display: block; }

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%; }

.request-main .comment-show-container.hidden {
  display: none; }

.request-main .comment-show-container-content {
  align-self: center;
  color: #333333;
  margin-left: 10px; }

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0; }

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #646464; }

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0; }

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0; }

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #646464; }

.request-main input#mark_as_solved {
  display: none; }

.request-title {
  width: 100%;
margin-left:15%}

@media (min-width: 3000px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px; } }
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0; }

@media (min-width: 3000px) {
  .request-sidebar {
    background-color: #f00000;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%; } }
.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative; }

@media (min-width: 3000px) {
  .request-sidebar h5 {
    display: none; } }
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px; }

.request-details:last-child {
  border: 0; }

.request-details dt,
.request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0; }

.request-details dd {
  padding: 0 10px;
  width: 60%; }

.request-details dd::after {
  content: "\A";
  white-space: pre; }

.request-details dt {
  color: #333333;
  font-weight: 300;
  width: 40%; }

.request-details .request-collaborators {
  display: inline-block; }

.request-attachments dt,
.request-attachments dd {
  width: 100%; }

.request-attachments dd {
  margin: 10px 0 0 0; }

.request-form textarea {
  min-height: 120px; }

.request-follow-up {
  padding-top: 20px; }

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center; }

.pagination * {
  display: inline-block; }

.pagination li {
  border-radius: 50%;
  height: 40px;
  float: left;
  margin-left: 5px;
  width: 40px; }

@media (min-width: 3000px) {
  .pagination li {
    height: 30px;
    width: 30px; } }
[dir="rtl"] .pagination li {
  float: right; }

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3; }

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
  color: #1a1a1a;
  text-decoration: none; }

.pagination a,
.pagination span {
  font-size: 15px;
  color: #333333;
  padding: 10px 12px; }

@media (min-width: 3000px) {
  .pagination a,
  .pagination span {
    font-size: 13px;
    padding: 5px 12px; } }
.pagination-current {
  background-color: #1a1a1a; }

.pagination-current a,
.pagination-current span {
  color: #fff; }

.pagination-first {
  border-radius: 3px 0 0 3px; }

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0; }

.pagination-last {
  border-radius: 0 3px 3px 0; }

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px; }

/***** Metadata *****/
.meta-group {
  display: block; }

.meta-group * {
  display: inline; }

.meta-data {
  color: #333333;
  font-size: 13px;
  font-weight: 300; }

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px; }

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }

.icon-lock::before {
  content: "\1F512"; }

.icon-star::before {
  content: "\2605"; }

.icon-linkedin::before {
  content: "\e3000"; }

.icon-twitter::before {
  content: "\e901"; }

.icon-googleplus-::before {
  content: "\e902"; }

.icon-facebook::before {
  content: "\e903"; }

.icon-agent::before {
  content: "\1F464"; }

.icon-close::before {
  content: "\2715"; }

.icon-arrow-up::before {
  content: "\2B06"; }

.icon-arrow-down::before {
  content: "\2B07"; }

.icon-attachments::before {
  content: "\1F4CE"; }

.icon-comments::before {
  content: "\1F4AC"; }

.icon-search::before {
  content: "\1F50D"; }

.icon-vote::before {
  content: "\1F44D"; }

.icon-handle::before {
  content: "\25BE"; }

.icon-check::before {
  content: "\2713"; }

.icon-gear::before {
  content: "\2699"; }

.icon-menu::before {
  content: "\2630"; }






.icon-article::before {
  content: "\1F4C4"; }

.icon-post::before {
  content: "\1F4D4"; }

.icon-notification-alert::before {
  content: "\26A0"; }

.icon-notification-error::before {
  content: "\00D7"; }

.icon-notification-info::before {
  content: "\2139"; }

.icon-notification-success::before {
  content: "\2714"; }

/* User Profiles */
.profile-header {
  padding: 150px 0px 0px 200px;}

.profile-header .container {
  display: flex;
  flex-wrap: wrap; }

@media (min-width: 3000px) {
  .profile-header .container {
    flex-wrap: nowrap; } }
.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0; }

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px; }

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0; }

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px; }

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0; }

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0; }

.profile-header .basic-info .name {
  margin: 0; }

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap; }

@media (min-width: 3000px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px; }

  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px; }

  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: -150px; }

  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0; } }
.profile-header .options [data-action="edit-profile"] {
  background-color: #646464;
  margin-top:35px;
  border-radius: 5px;
  color: #fff;
  line-height: normal;
  padding: 8px 20px; }

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%; }

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%; }

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px; }

.profile-stats .stat-label {
  color: #333333;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 100px; }

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0; }

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px; }

@media (min-width: 3000px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row; } }
@media (min-width: 3000px) {
  .profile-stats-activity .stat {
    flex-direction: column; } }
.profile-stats-activity .stat:first-child {
  margin-top: 10px; }

@media (min-width: 3000px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0; } }
@media (min-width: 3000px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px; }

  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0; } }
@media (min-width: 3000px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto; 
  } 
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd; 
}

@media (min-width: 3000px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
    margin-right: 150px; 
    margin-top: 100px;  
  }

  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 550px;  
  } 
}

@media (min-width: 3000px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
    margin-right: 600px;  /* Margen Stats */
    margin-top: 100px;  
  }

  [dir="rtl"] .profile-stats-counters {
    margin-right: 320px;  
    margin-left: 0; 
  } 
}

@media (min-width: 3000px) {
  .profile-stats-counters .stat {
    flex-direction: column; 
  } 
}

@media (min-width: 3000px) {
  .profile-stats-counters .stat {
    flex-direction: row; 
  } 
}

@media (min-width: 3000px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px; 
  } 
}

@media (min-width: 3000px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto; 
  } 
}

@media (min-width: 3000px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px; 
  } 
}
.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #646464;
  border-radius: 4px;
  color: #646464;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center; }

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px; }

@media (min-width: 3000px) {
  .profile-private-badge {
    flex-basis: auto; } }
.profile-nav {
  background-color: #e60000;
  margin-left:200px;
  border: 0;
  margin-bottom: 37px; }

.profile-section {
  width: 100%; }

@media (min-width: 3000px) {
  .profile-section {
    width: calc(100% - 330px); } }
.profile-section-header {
  display: flex;
  flex-wrap: wrap; }

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0; }

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #333333;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (min-width: 3000px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0; } }
.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px; }

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%; }

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0; }

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial; }

@media (min-width: 3000px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative; } }
@media (min-width: 3000px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px; }

  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px; } }
.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0p;
  position: relative; }

.profile-contribution-header {
  margin-bottom: 5px; }

.profile-contribution-title {
  margin: 0 0 5px;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle; }

.profile-contribution-body {
  margin: 10px 0; }

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee; }

@media (min-width: 3000px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px; }

  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0; } }
.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee; }

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px; }

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0; }

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px; }

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0; }

@media (min-width: 3000px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0; }

  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0; } }
.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px; }

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0; }

@media (min-width: 3000px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0; }

  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0; } }
.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  margin-left:200px;
  color: #999; }

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px; }

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px; }

.profile-activity-list {
  margin-top: 25px; }

.profile-activity {
  position: relative;
  padding-bottom: 30px; }

@media (min-width: 3000px) {
  .profile-activity {
    padding-left: 20px; }

  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0; } }
@media (min-width: 3000px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd; }

  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd; } }
.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;

@media (min-width: 3000px) {
  .profile-activity-header {
    margin-left: 0;
  }

  [dir="rtl"] .profile-activity-header {
    margin-right: 0; } }
.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start; }

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0; }

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%; }

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline; }

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f00000; }

@media (min-width: 3000px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px; }

  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px; } }
.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #f00;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons"; }

[dir="rtl"] .profile-activity::before {
  right: 0; }

@media (min-width: 3000px) {
  .profile-activity::before {
    left: -14px; }

  [dir="rtl"] .profile-activity::before {
    right: -14px; } }
.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4"; }

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4"; }

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px; }

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }
.requests-search
  {max-width:80%;}
@media (min-width: 3000px) {
  .search-results {
    flex-direction: row; } }
.search-results-column {
  flex: 1; }

@media (min-width: 3000px) {
  .search-results-column {
    flex: 0 0 45%; } }
.search-results-list {
  margin-bottom: 25px; }

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0; }

.search-results-list > li:first-child {
  border-top: 1px solid #ddd; }

.search-result-description {
  margin-top: 15px; }

.search-result-votes,
.search-result-meta-count {
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative; }

.search-result-votes::before,
.search-result-meta-count::before {
  color: #646464; }

[dir="ltr"] .search-result-votes,
[dir="ltr"] .search-result-meta-count {
  margin-left: 5px; }

[dir="ltr"] .search-result-votes::before,
[dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px; }

[dir="rtl"] .search-result-votes,
[dir="rtl"] .search-result-meta-count {
  margin-right: 5px; }

[dir="rtl"] .search-result-votes::before,
[dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px; }

.search-result-votes::before {
  content: "\1F44D"; }

.search-result-meta-count::before {
  content: "\1F4AC"; }

.search-result .meta-group {
  align-items: center; }

.search-result-breadcrumbs {
  margin: 0; }

.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px; }

/*# sourceMappingURL=support.css.map */

