/* Base styles */

                      @font-face{
                        font-family:"CeraPro";
                        src:url("/hc/theming_assets/01KDWWTPQK0KXZ48G2W4AP61RC") format("woff2");
                        font-weight:400;
                        font-style:normal;
                        font-display:swap;
                        unicode-range:U+0000-024F;
                      }

                      @font-face{
                        font-family:"CeraPro";
                        src:url("/hc/theming_assets/01KDWWTNZH909X9BGVDRPDRSRH") format("woff2");
                        font-weight:700;
                        font-style:normal;
                        font-display:swap;
                        unicode-range:U+0000-024F;
                      }

 :root {
                    --skeleton-color: var(--opacity-03);
                    --primary-10-color: #F7E7FC;
                    --primary-50-color: #D589EE;
                    --primary-90-color: #B32BE0;
                    --primary-100-color: #AB13DD;
                    --primary-120-color: #890FB1;
                    --primary-140-color: #670B85;
                    --secondary-10-color: #E9E7F2;
                    --secondary-50-color: #9387BF;
                    --secondary-90-color: #3E278D;
                    --secondary-100-color: #280F80;
                    --secondary-120-color: #200C66;
                    --secondary-140-color: #18094D;
                    --tertiary-10-color: #EAF2F7;
                    --tertiary-50-color: #97BED7;
                    --tertiary-100-color: #2F7EB0;
                    --tertiary-120-color: #26658D;
                    --neutral-0-color: #FFFFFF;
                    --neutral-10-color: #F2F2F2;
                    --neutral-20-color: #E6E6E6;
                    --neutral-30-color: #CCCCCC;
                    --neutral-40-color: #999999;
                    --neutral-50-color: #808080;
                    --neutral-60-color: #666666;
                    --neutral-70-color: #4D4D4D;
                    --neutral-80-color: #333333;
                    --neutral-90-color: #1A1A1A;
                    --neutral-100-color: #000000;
                    --danger-100-color: #E02D3C;
                    --header-color: #000000;
                    --tab-bar-color: #000000;
                    --text-color: #CCCCCC;
                    --header-text-color: #FFFFFF;
                    --divider-color: var(--opacity-03);
                    --icon-button-disabled-color: var(--opacity-04);
                    --opacity-01: rgba(171, 19, 221, 0.9);
                     --opacity-02: rgba(0, 0, 0, 0.4);
                     --opacity-03: rgba(255, 255, 255, 0.2);
                     --opacity-04: rgba(255, 255, 255, 0.3);
                     --opacity-05: rgba(255, 255, 255, 0.5);
                     --opacity-06: rgba(255, 255, 255, 0.8);
                     --opacity-07: rgba(0, 0, 0, 0.25);
                     --fade-white-left: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
                    --fade-white-right: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
                    --fade-black-bottom-top: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.60) 100%);
                    --fade-black-90-bottom-top: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
                    --gradient-01: linear-gradient(270deg, #890FB1 0%, #AB13DD 25%, #AB13DD 50.02%, #AB13DD 75%, #890FB1 100%);
                    --gradient-02: linear-gradient(90deg, #AB13DD 0%, #890FB1 100%);
                    --gradient-03: linear-gradient(90deg, #890FB1 0%, #AB13DD 100%);
                    --gradient-04: linear-gradient(270deg, #670B85 0%, #AB13DD 100%);
                    --gradient-05: linear-gradient(180deg, rgba(103, 11, 133, 0) 0%, #670B85 100%);
                    --fade-primary-left-right: linear-gradient(90deg, #AB13DD 0%, rgba(171, 19, 221, 0.7) 50%, rgba(171, 19, 221, 0) 100%);
                    --fade-primary-bottom-top: linear-gradient(0deg, #AB13DD 0%, rgba(171, 19, 221, 0.7) 50%, rgba(171, 19, 221, 0) 100%);
                    --primary-secondary: linear-gradient(270deg, #280F80 0%, #AB13DD 100%);
                    --magenta-black: linear-gradient(167.46deg, #AB13DD 0%, #280F80 26.68%, #000000 89%);
                    --fade-neutral-left-right: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
                    --fade-neutral-bottom-top: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
                    --fade-page-header-left-right: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.70) 50%, rgba(0, 0, 0, 0.00) 100%);
                    --fade-page-header-bottom-top: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.70) 50%, rgba(0, 0, 0, 0.00) 100%);
                    --button-primary-background-color: var(--neutral-0-color);
                    --button-secondary-background-color: var(--primary-100-color);
                    --button-hover-primary-background-color: var(--neutral-20-color);
                    --button-hover-secondary-background-color: var(--primary-120-color);
                    --button-pressed-primary-background-color: var(--neutral-10-color);
                    --button-pressed-secondary-background-color: var(--primary-50-color);
                    --button-outline-text-color: var(--neutral-0-color);
                    --button-hover-outline-background-color: var(--primary-120-color);
                    --button-pressed-outline-background-color: var(--primary-50-color);
                    --button-primary-text-color: var(--neutral-100-color);
                    --button-secondary-text-color: var(--neutral-0-color);
                    --button-text-color: var(--neutral-0-color);
                    --button-hover-primary-text-color: var(--neutral-100-color);
                    --button-pressed-primary-text-color: var(--neutral-100-color);
                    --button-hover-text-color: var(--neutral-0-color);
                    --button-pressed-text-color: var(--neutral-0-color);
                    --button-hover-text-background-color: var(--primary-120-color);
                    --button-pressed-text-background-color: var(--primary-50-color);
                    --button-border-radius: 26px;
                    --tile-pill-bg: var(--primary-100-color);
                    --tile-pill-fg: #FFF;
                    --article-grid-columns-md: 2;
                    --article-grid-columns-lg: 3;
                    --article-grid-columns-xl: 4;
                    --font-header-1: 700 normal 32px/40px CeraPro, Tahoma, Sans-Serif;
                    --font-header-2: 700 normal 24px/28px CeraPro, Tahoma, Sans-Serif;
                    --font-header-3: 700 normal 22px/26px CeraPro, Tahoma, Sans-Serif;
                    --font-header-4: 700 normal 20px/24px CeraPro, Tahoma, Sans-Serif;
                    --font-header-5: 700 normal 18px/26px CeraPro, Tahoma, Sans-Serif;
                    --font-header-6: 700 normal 16px/20px CeraPro, Tahoma, Sans-Serif;
                    --font-header-7: 700 normal 14px/18px CeraPro, Tahoma, Sans-Serif;
                    --font-tab: 400 normal 16px/20px CeraPro, Tahoma, Sans-Serif;
                    --font-tab-strong: 700 normal 16px/20px CeraPro, Tahoma, Sans-Serif;
                    --font-category: 700 normal 12px/12px CeraPro, Tahoma, Sans-Serif;
                    --font-body-extra-small: 400 normal 12px/15px CeraPro, Tahoma, Sans-Serif;
                    --font-body-extra-small-strong: 700 normal 12px/15px CeraPro, Tahoma, Sans-Serif;
                    --font-body-small: 400 normal 14px/20px CeraPro, Tahoma, Sans-Serif;
                    --font-body-small-strong: 700 normal 14px/20px CeraPro, Tahoma, Sans-Serif;
                    --font-body-medium: 400 normal 16px/24px CeraPro, Tahoma, Sans-Serif;
                    --font-body-medium-strong: 700 normal 16px/24px CeraPro, Tahoma, Sans-Serif;
                    --font-body-medium-italic: 400 normal 16px/24px CeraPro, Tahoma, Sans-Serif;
                    --font-body-large: 400 normal 18px/26px CeraPro, Tahoma, Sans-Serif;
                    --font-body-large-strong: 700 normal 18px/26px CeraPro, Tahoma, Sans-Serif;
                    --font-button-small: 700 normal 14px/14px CeraPro, Tahoma, Sans-Serif;
                    --font-button-medium: 700 normal 16px/16px CeraPro, Tahoma, Sans-Serif;
                    --font-button-large: 700 normal 18px/18px CeraPro, Tahoma, Sans-Serif;
                    --font-footer: 400 normal 16px/24px CeraPro, Tahoma, Sans-Serif;
     
                    @media (min-width: 900px) {
                        --font-header-1: 700 normal 44px/52px CeraPro, Tahoma, Sans-Serif;
                        --font-header-2: 700 normal 38px/44px CeraPro, Tahoma, Sans-Serif;
                        --font-header-3: 700 normal 32px/40px CeraPro, Tahoma, Sans-Serif;
                        --font-header-4: 700 normal 24px/28px CeraPro, Tahoma, Sans-Serif;
                        --font-header-5: 700 normal 20px/28px CeraPro, Tahoma, Sans-Serif;
                        --font-header-6: 700 normal 18px/24px CeraPro, Tahoma, Sans-Serif;
                        --font-header-7: 700 normal 16px/20px CeraPro, Tahoma, Sans-Serif;
                        --font-tab: 400 normal 16px/20px CeraPro, Tahoma, Sans-Serif;
                        --font-tab-strong: 700 normal 16px/20px CeraPro, Tahoma, Sans-Serif;
                        --font-category: 700 normal 13px/12px CeraPro, Tahoma, Sans-Serif;
                        --font-body-extra-small: 400 normal 12px/15px CeraPro, Tahoma, Sans-Serif;
                        --font-body-extra-small-strong: 700 normal 12px/15px CeraPro, Tahoma, Sans-Serif;
                        --font-body-small: 400 normal 15px/20px CeraPro, Tahoma, Sans-Serif;
                        --font-body-small-strong: 700 normal 15px/20px CeraPro, Tahoma, Sans-Serif;
                        --font-body-medium: 400 normal 18px/26px CeraPro, Tahoma, Sans-Serif;
                        --font-body-medium-strong: 700 normal 18px/26px CeraPro, Tahoma, Sans-Serif;
                        --font-body-medium-italic: 400 normal 18px/26px CeraPro, Tahoma, Sans-Serif;
                        --font-body-large: 400 normal 20px/28px CeraPro, Tahoma, Sans-Serif;
                        --font-body-large-strong: 700 normal 20px/28px CeraPro, Tahoma, Sans-Serif;
                        --font-button-small: 700 normal 14px/14px CeraPro, Tahoma, Sans-Serif;
                        --font-button-medium: 700 normal 16px/16px CeraPro, Tahoma, Sans-Serif;
                        --font-button-large: 700 normal 18px/18px CeraPro, Tahoma, Sans-Serif;
                        --font-footer: 400 normal 16px/24px CeraPro, Tahoma, Sans-Serif;
                    }
                } 

:root {
    --skeleton-color: var(--opacity-03);
    --primary-10-color: #F7E7FC;
    --primary-50-color: #D589EE;
    --primary-90-color: #B32BE0;
    --primary-100-color: #AB13DD;
    --primary-120-color: #890FB1;
    --primary-140-color: #670B85;
    --secondary-10-color: #E9E7F2;
    --secondary-50-color: #9387BF;
    --secondary-90-color: #3E278D;
    --secondary-100-color: #280F80;
    --secondary-120-color: #200C66;
    --secondary-140-color: #18094D;
    --tertiary-10-color: #EAF2F7;
    --tertiary-50-color: #97BED7;
    --tertiary-100-color: #2F7EB0;
    --tertiary-120-color: #26658D;
    --neutral-0-color: #FFFFFF;
    --neutral-10-color: #F2F2F2;
    --neutral-20-color: #E6E6E6;
    --neutral-30-color: #CCCCCC;
    --neutral-40-color: #999999;
    --neutral-50-color: #808080;
    --neutral-60-color: #666666;
    --neutral-70-color: #4D4D4D;
    --neutral-80-color: #333333;
    --neutral-90-color: #1A1A1A;
    --neutral-100-color: #000000;
    --danger-100-color: #E02D3C;
    --header-color: #000000;
    --tab-bar-color: #000000;
    --text-color: #CCCCCC;
    --header-text-color: #FFFFFF;
    --divider-color: var(--opacity-03);
    --icon-button-disabled-color: var(--opacity-04);
    --opacity-01: rgba(171, 19, 221, 0.9);
    --opacity-02: rgba(0, 0, 0, 0.4);
    --opacity-03: rgba(255, 255, 255, 0.2);
    --opacity-04: rgba(255, 255, 255, 0.3);
    --opacity-05: rgba(255, 255, 255, 0.5);
    --opacity-06: rgba(255, 255, 255, 0.8);
    --opacity-07: rgba(0, 0, 0, 0.25);
    --fade-white-left: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    --fade-white-right: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    --fade-black-bottom-top: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.60) 100%);
    --fade-black-90-bottom-top: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    --gradient-01: linear-gradient(270deg, #890FB1 0%, #AB13DD 25%, #AB13DD 50.02%, #AB13DD 75%, #890FB1 100%);
    --gradient-02: linear-gradient(90deg, #AB13DD 0%, #890FB1 100%);
    --gradient-03: linear-gradient(90deg, #890FB1 0%, #AB13DD 100%);
    --gradient-04: linear-gradient(270deg, #670B85 0%, #AB13DD 100%);
    --gradient-05: linear-gradient(180deg, rgba(103, 11, 133, 0) 0%, #670B85 100%);
    --fade-primary-left-right: linear-gradient(90deg, #AB13DD 0%, rgba(171, 19, 221, 0.7) 50%, rgba(171, 19, 221, 0) 100%);
    --fade-primary-bottom-top: linear-gradient(0deg, #AB13DD 0%, rgba(171, 19, 221, 0.7) 50%, rgba(171, 19, 221, 0) 100%);
    --primary-secondary: linear-gradient(270deg, #280F80 0%, #AB13DD 100%);
    --magenta-black: linear-gradient(167.46deg, #AB13DD 0%, #280F80 26.68%, #000000 89%);
    --fade-neutral-left-right: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    --fade-neutral-bottom-top: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    --fade-page-header-left-right: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.70) 50%, rgba(0, 0, 0, 0.00) 100%);
    --fade-page-header-bottom-top: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.70) 50%, rgba(0, 0, 0, 0.00) 100%);
    --button-primary-background-color: var(--neutral-0-color);
    --button-secondary-background-color: var(--primary-100-color);
    --button-hover-primary-background-color: var(--neutral-20-color);
    --button-hover-secondary-background-color: var(--primary-120-color);
    --button-pressed-primary-background-color: var(--neutral-10-color);
    --button-pressed-secondary-background-color: var(--primary-50-color);
    --button-outline-text-color: var(--neutral-0-color);
    --button-hover-outline-background-color: var(--primary-120-color);
    --button-pressed-outline-background-color: var(--primary-50-color);
    --button-primary-text-color: var(--neutral-100-color);
    --button-secondary-text-color: var(--neutral-0-color);
    --button-text-color: var(--neutral-0-color);
    --button-hover-primary-text-color: var(--neutral-100-color);
    --button-pressed-primary-text-color: var(--neutral-100-color);
    --button-hover-text-color: var(--neutral-0-color);
    --button-pressed-text-color: var(--neutral-0-color);
    --button-hover-text-background-color: var(--primary-120-color);
    --button-pressed-text-background-color: var(--primary-50-color);
    --button-border-radius: 26px;
    --tile-pill-bg: var(--primary-100-color);
    --tile-pill-fg: #FFF;
    --article-grid-columns-md: 2;
    --article-grid-columns-lg: 3;
    --article-grid-columns-xl: 4;
    --font-header-1: 700 normal 32px / 40px CeraPro, Tahoma, Sans-Serif;
    --font-header-2: 700 normal 24px / 28px CeraPro, Tahoma, Sans-Serif;
    --font-header-3: 700 normal 22px / 26px CeraPro, Tahoma, Sans-Serif;
    --font-header-4: 700 normal 20px / 24px CeraPro, Tahoma, Sans-Serif;
    --font-header-5: 700 normal 18px / 26px CeraPro, Tahoma, Sans-Serif;
    --font-header-6: 700 normal 16px / 20px CeraPro, Tahoma, Sans-Serif;
    --font-header-7: 700 normal 14px / 18px CeraPro, Tahoma, Sans-Serif;
    --font-tab: 400 normal 16px / 20px CeraPro, Tahoma, Sans-Serif;
    --font-tab-strong: 700 normal 16px / 20px CeraPro, Tahoma, Sans-Serif;
    --font-category: 700 normal 12px / 12px CeraPro, Tahoma, Sans-Serif;
    --font-body-extra-small: 400 normal 12px / 15px CeraPro, Tahoma, Sans-Serif;
    --font-body-extra-small-strong: 700 normal 12px / 15px CeraPro, Tahoma, Sans-Serif;
    --font-body-small: 400 normal 14px / 20px CeraPro, Tahoma, Sans-Serif;
    --font-body-small-strong: 700 normal 14px / 20px CeraPro, Tahoma, Sans-Serif;
    --font-body-medium: 400 normal 16px / 24px CeraPro, Tahoma, Sans-Serif;
    --font-body-medium-strong: 700 normal 16px / 24px CeraPro, Tahoma, Sans-Serif;
    --font-body-medium-italic: 400 normal 16px / 24px CeraPro, Tahoma, Sans-Serif;
    --font-body-large: 400 normal 18px / 26px CeraPro, Tahoma, Sans-Serif;
    --font-body-large-strong: 700 normal 18px / 26px CeraPro, Tahoma, Sans-Serif;
    --font-button-small: 700 normal 14px / 14px CeraPro, Tahoma, Sans-Serif;
    --font-button-medium: 700 normal 16px / 16px CeraPro, Tahoma, Sans-Serif;
    --font-button-large: 700 normal 18px / 18px CeraPro, Tahoma, Sans-Serif;
    --font-footer: 400 normal 16px / 24px CeraPro, Tahoma, Sans-Serif;
    
}
.my-footer *, .my-footer *::before, .my-footer *::after {
  box-sizing: inherit;
}
.my-footer   .e1nkqowg0 {
  background-color: var(--neutral-100-color);
}
.my-footer   h5 {
  color: var(--header-text-color, var(--neutral-90-color));
}
.my-footer .mui-a1zily {

  color: var(--neutral-0-color);
  width: 100%;
  /* margin-top: 80px; */
  padding: 40px 0px 48px;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
}
.my-footer .mui-a1zily div {
  padding-top: 0;
}
@media (min-width: 900px) {
  .my-footer .mui-a1zily {
    padding: 48px 0px;
  }
}
.my-footer .mui-vhdo9 {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 16px;
}
@media (min-width: 900px) {
  .my-footer .mui-vhdo9 {
    padding: 0px 80px;
  }
}
@media (min-width: 1200px) {
  .my-footer .mui-vhdo9 {
    padding: 0px 96px;
  }
}
.my-footer .mui-1f3c7lc {
  display: grid;
  gap: 16px;
  row-gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .my-footer .mui-1f3c7lc {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .my-footer .mui-1f3c7lc {
    grid-template-columns: repeat(4, 1fr);
  }
}
.my-footer .mui-5u9vj1 {
  grid-column: 1;
}
@media (min-width: 1200px) {
  .my-footer .mui-5u9vj1 {
    grid-column: auto;
    grid-row: auto;
  }
}
.my-footer .mui-ixxelk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  grid-column: 1;
}
.my-footer .mui-1dat3be {
  font: var(--font-header-5);
  color: var(--neutral-0-color);
  margin-bottom: 2px;
}
.my-footer .mui-1fkj60 {
  font: var(--font-footer);
  color: var(--neutral-30-color);
}
.my-footer .mui-1fkj60:hover {
  color: var(--neutral-0-color);
}
.my-footer .mui-kkwxj4 {
  grid-column: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 900px) {
  .my-footer .mui-kkwxj4 {
    grid-column: 2;
    grid-row: 1/span 3;
  }
}
@media (min-width: 1200px) {
  .my-footer .mui-kkwxj4 {
    grid-column: auto;
    grid-row: auto;
  }
}
.my-footer .mui-l00jdw {
  font: var(--font- -small);
  margin-top: 40px;
}
@media (min-width: 900px) {
  .my-footer .mui-l00jdw {
    width: 732px;
  }
}
@media (min-width: 1200px) {
  .my-footer .mui-l00jdw {
    width: 1040px;
  }
}
@media (min-width: 1440px) {
  .my-footer .mui-l00jdw {
    width: 1248px;
  }
}
.my-footer * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.my-footer a {
  color: inherit;
  text-decoration: none;
}

  
html {
    background-color: #fff;
    height: 100%;
}

body {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

footer {
  flex-shrink: 0; 
 }


.futovac {
  flex: 1;
 }


body {
   font-family:"CeraPro",sans-serif;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    min-height: 100%;
  background: #efefef;

}
h1,h2,h3,h4,h5,h6,.search input[type="submit"],
span.blocksitem-title > a,
.new-article .related-articles-title,
.new-article .collapsible-sidebar-title

{
   font-family:"CeraPro",sans-serif;
      font-weight: 700;

}
h3,h4,h5,h6 {
   font-family:"CeraPro",sans-serif;
      font-weight: 700;

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

img[width], img[height] {
    max-width: none;
}

figure > img {
    display: block;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
[dir=rtl] table {
    text-align: right;
}

td, th {
    border-color: #eee;
    border-style: solid;
    padding: 12px;
}

th {
    border-width: 1px 0;
    color: #bebebe;
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    text-align: inherit;
}

td {
    border-width: 0 0 1px 0;
}

input, label {
    display: inline-block;
    vertical-align: middle;
}

label, select {
    font-size: 12px;
}

input[type="checkbox"] + label {
    margin-left: 5px;
}
[dir=rtl] input[type="checkbox"] + label {
    margin-left: 0;
    margin-right: 5px;
}

input, textarea, select {
    border: 1px solid #ddd;
    border-radius: 2px;
}

input, textarea {
    padding: 10px;
}

textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}

textarea, input[type=text] {
    width: 100%;
      box-sizing: border-box;
}

input, textarea, select {
    color: #555;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border: 1px solid #999;
}

input::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

::placeholder {
    color: #ccc;
}

select {
    appearance: none;
    padding: 5px 10px;
    min-width: 141px;
    background: url("/hc/assets/dropdown-arrow.svg") no-repeat #fff;
    background-size: 10px 5px;
    background-position: calc(100% - 10px) 50%;
}
select::-ms-expand {
    display: none;
}
[dir=rtl] select {
    background-position: 10px 50%;
}


.searchbox-suggestions {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 20px;
}

.searchbox-suggestions li {
    padding: 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;
}



/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {
    display: inline-block;
    font-weight: bold;
}

.nav li a, .nav-bordered li a, .nav-spaced li a {
    font-weight: normal;
}

.nav-bordered li + li {
    border-color: #eee;
    border-style: solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 30px;
    padding: 0 0 0 30px;
}

[dir=rtl] .nav-bordered li + li {
    border-width: 0 1px 0 0;
    margin: 0 30px 0 0;
    padding: 0 30px 0 0;
}

.nav-spaced li + li {
    margin: 0 0 0 40px;
}

[dir=rtl] .nav-spaced li + li {
    margin: 0 40px 0 0;
}

/* Search box */

/* Breadcrumbs */
.breadcrumbs li {
    color: #bebebe;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs li + li:before {
    /* content: ">"; */
    margin: 0 4px;
}
#article_title h2 {
    text-transform: none;
}
#article_title h2 a {
    text-decoration: none;
}


#article_title h2 img {
    margin-left: 11%;
}
.breadcrumbs li a {
}

.breadcrumbs li a:hover {
    text-decoration: none;
}

/* Labels */
.label, .request-status, .post-overview-status > span, .post-status > span {
    border-radius: 20px;
    display: inline-block;
    font-size: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Metadata */
.meta, .meta-group {
    color: #ccc;
    display: inline-block;
    font-size: 11px;
}

.meta-group * + *:before {
    font-size: 8px;
    margin: 0 10px;
}

/* Helper classes */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

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

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

.share a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
}

.share a:before {
    background: #ccc;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}

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

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

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

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

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

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

.pagination * {
    display: inline-block;
}

.pagination li {
    border: 1px solid #eee;
    float: left;
    margin-left: -1px;
}
[dir=rtl] .pagination li {
    float: right;
}

.pagination a, .pagination span {
    color: inherit;
    font-size: 12px;
    padding: 5px 12px;
}

.pagination-current {
    background-color: #f9f9f9;
    color: #bebebe;
}

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

/* Content styles */
.content-body {
    word-wrap: break-word;
    line-height: 1.7;
}
.content-body img {
    max-width: 100%;
}
.content-body hr {
    background-color: #eee;
    border: 0;
    height: 1px;
}
.content-body ul, .content-body ol {
    list-style-position: inside;
    padding: 0 15px;
}
.content-body ul {
    list-style-type: disc;
}
.content-body ol {
    list-style-type: decimal;
}
.content-body ol ul, .content-body ul ul {
    list-style-type: circle;
}
.content-body ol ol ul,
.content-body ol ul ul,
.content-body ul ol ul,
.content-body ul ul ul {
    list-style-type: square;
}
.content-body pre {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}
.content-body blockquote {
    border-left: 1px solid #eee;
    color: #bebebe;
    font-style: italic;
    padding: 0 15px;
}

.vote {
    display: inline-block;
    text-align: center;
    width: 35px;
}
.vote a {
    outline: none;
    text-decoration: none;
}

.vote-sum {
    display: block;
    font-weight: bold;
    margin: 3px 0;
}
[dir=rtl] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:before, .vote-down:before {
    border-radius: 50%;
    border: 1px solid #ddd;
    display: inline-block;
    font-family: "entypo";
    font-size: 15px;
    height: 18px;
    line-height: 18px;
    width: 18px;
}

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

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

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

.vote-voted:before, .vote-voted:hover:before {
    border-color: ccc;
}

/*
 * Column size
 */
.main-column {

    float: left;
    width: 70%;
}

.side-column {
    float: right;
    width: 20%;
    margin-right: 10%;
}

/* ====================================================
   Base styles
   ==================================================== */

html {
}

body {
    color: #121212;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

img {
    vertical-align: middle;
}

p {
    margin-top: 0;
}

.section-area h1 {
    text-transform: capitalize;
}

ul, ol {
    margin: 0;
    padding: 0;
}

/* ====================================================
   Sub Nav
   ==================================================== */
.sub-nav {
    margin-bottom: 15px;
}
.sub-nav form {
    display: none;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    min-height: 50px;
    padding-bottom: 15px;
}
.page-header > * {
    display: table-cell;
    vertical-align: middle;
}
.page-header > *:first-child {
    width: 100%;
}
.page-header + p {
    color: #bebebe;
    margin: -15px 0 20px 0;
}
.page-header h1 {
    font-size: 20px;
    font-weight: 400;
}

h1 {
    text-transform: uppercase;
}


main {
    display: block;
    margin: 0 auto;
    /* width: 980px; */
}

/* ====================================================
   Header
   ==================================================== */

.logo {
    margin-left:10%;
    float: left;
}

.logo a {
    display: inline-block;
    /*line-height: 130px;*/
}

.logo img {
    max-height: 40px;
    vertical-align: middle;
}

.user-info {
      display: inline-block;
    height: 43px;
    margin-left: 8px;
}

.language-selector {
    display: inline-block;
}

.user-avatar {
    display: none;
}

button, [role=button], [type=button] {
    background: transparent;
    /*border: 1px solid;
    border-color: #d1d1d1;
    border-color: rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    box-shadow: inset 0 -2px #f6f6f6;
    box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);*/
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 33px;
    line-height: 31px;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    transition: opacity 300ms ease;
}


a[role="button"]:hover {
    text-decoration: none;
}

/*
* Dropdown carets
*/
button, [role=button], [type=button],
#user .dropdown-toggle {
    border-radius: 9px;
    height: 43px;
    display: flex;
    align-content: center;
    padding: 0 20px;
    border: 1px solid #ab13dd;
    color: #ab13dd;
    font-weight: bold;
    font-size: 13px;
}

button, [role=button], [type=button],
#user .dropdown-toggle span {
    line-height: 43px;
}

#user .dropdown-toggle:hover,
.comment-form-controls input[type=submit]:hover,
button:hover,
[role=button]:hover,
[type=button]:hover,
[type=submit]:hover {
  
}

#user .dropdown-toggle:active,
.comment-form-controls input[type=submit]:active,
button:active,
[role=button]:active,
[type=button]:active,
[type=submit]:active {
}

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

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

.dropdown-toggle:after {
    color: #888;
    content: "\25BE";
    font-family: "entypo";
    font-size: 14px;
    margin-left: 5px;
    padding-right: 2px;
}

.section-subscribe .dropdown-toggle,
.article-subscribe,
.article-unsubscribe {
    color: #1a74b0;
    border: 0;
    box-shadow: none;
}

.article-subscribe:hover,
.article-unsubscribe:hover {
    box-shadow: none;
}

.topic-follow [role=button], .post-follow [role=button] {
    padding: 0 10px !important;
}

/* ====================================================
   Home
   ==================================================== */
.hero-unit {
    padding: 25px 60px 70px 60px;
}

.help-center-name {
    font-size: 35px;
}

/* ====================================================
   Search
   ==================================================== */

#query::-webkit-input-placeholder {
    color: #a9aab4;
}
#query:-moz-placeholder {
    color: #a9aab4;
}
#query::-moz-placeholder {
    color: #a9aab4;
}
#query:-ms-input-placeholder {
    color: #a9aab4;
}

/* ====================================================
   Navigation pages: Home, Category and Section
   ==================================================== */
.knowledge-base h1 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 36px;
}

.knowledge-base:after {
    /*content: ".";*/
    display: block;
    /*height: 0;*/
    clear: both;
    visibility: hidden;
}

.community h4 {
    float: right;
    margin: 0;
}
[dir=rtl] .community h4 {
    float: left;
}

.trending-questions + h4 {
    margin-top: 65px;
}

.community,
.section-tree,
.subtle-wrap,

.section-tree {
    margin-left: 14%;
    margin-right : 14%;
}

.subtle-wrap {
    padding-left: 11%;
    margin-top: 15px;
}

.community .recent-activity {
    padding: 0;
    width: auto;
}

.community h2 {
    border-bottom: 1px solid;
    border-bottom-color: #ececec;
    border-bottom-color: rgba(0, 0, 0, 0.07);
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.community h2 a {
    font-size: 12px;
    margin-left: 5px;
}

.community h4 a {
    font-size: 11px;
    font-weight: normal;
    margin-left: 5px;
}

.section-tree .section {
    display: inline-block;
    margin: 0 0 30px;
    vertical-align: top;
    width: 49%;
}

.section-tree h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 5px;
}

.section-tree ul, ul.article-list {
    font-size: 14px;
    list-style-position: outside;
    list-style-type: disc;
}

.knowledge-base h4:before, .community h4:before {
    font-family: "entypo";
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.category-list li {
    width: 296px;
    height: 203px;
    /*  background: #333; */
    display: block;
    margin-bottom: 25px;
    margin-right: 25px;
    overflow: hidden;
    text-align: center;
    float: left;
    font-weight: normal;
}

.category-list li:nth-child(3n) {
    margin-right: 0;
}

.category-list li a {
    color:black;
    margin-top: 65px;
    /*padding: 11px;*/
}

.category-list li a:hover {
    text-decoration: none;
}

.article-promoted span {
    cursor: default;
    margin-right: 5px;
    position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
    display: none;
    position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
    display: block;
}

.article-promoted span:before {
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    color: #fff;
    content: attr(data-title);
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}

.article-promoted span:after {
    border-bottom: 5px solid;
    border-bottom-color: #222;
    border-bottom-color: rgba(0, 0, 0, 0.85);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}

.see-all-articles {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: underline;
}

.category-description, .section-description {
    font-size: 15px;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 30px;
}

.section-subscribe, .section-unsubscribe {
    float: right;
    margin-top: 5px;
}

.category-list a, .section-list a {
    color: inherit;
    display: inline-block;
    font-size: 18px;
    /* margin-bottom: 10px;*/
}

/* ====================================================
   Article
   ==================================================== */

/* ====================================================
Forms
==================================================== */
label {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
}

input[type=checkbox] + label {
    display: inline-block;
    margin-left: 5px;
}

input, textarea {
    border: 1px solid;
    border-color: #dbdbdb;
    border-color: rgba(0, 0, 0, 0.13);
    outline: none;
    padding: 10px;
    vertical-align: middle;
}

textarea {
    height: 100px;
    padding: 7px 10px;
    resize: vertical;
}

textarea, input[type=text] {
    width: 100%;
}

input, textarea, select {
    color: #252525;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

/* ====================================================
   Comments - Used in the Article page and Request page
   ==================================================== */
.comment-avatar img {
    border-radius: 3px;
    max-width: 70px;
    max-height: 70px;
}

.visibility-internal-icon:before {
    content: "\1F512";
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 13px;
}

.article-promoted span, .visibility-internal {
    cursor: default;
    position: relative;
}
.article-promoted span:before, .article-promoted span:after, .visibility-internal:before, .visibility-internal:after {
    display: none;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
}
.article-promoted span:before, .visibility-internal:before {
    background: #222;
    border-radius: 3px;
    color: #fff;
    content: attr(data-title);
    font-family: sans-serif;
    left: -10px;
    margin-top: 5px;
    padding: 3px 10px;
    text-transform: none;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
}
.article-promoted span:after, .visibility-internal:after {
    border-bottom: 5px solid #222;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
}
.article-promoted span:hover:before, .article-promoted span:hover:after, .visibility-internal:hover:before, .visibility-internal:hover:after {
    display: block;
}

/* Comments - Article, Request and Post pages */
.comment, .comment-form {
    position: relative;
    padding-bottom: 40px;
}
.comment-list {
    margin-bottom: 25px;
}
.comment-list > * {
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 0;
}
.comment-list > *:first-child {
    border-top: 1px solid #eee;
}

.comment-list-header {
    margin-bottom: 18px;
}
.comment-list-header > * {
    display: inline-block;
    margin: 0;
}

.comment-sorter {
    float: right;
}
.comment-sorter a {
    color: #999;
    text-decoration: none;
    padding-left: 20px;
}
[dir=rtl] .comment-sorter {
    float: left;
}
[dir=rtl] .comment-sorter a {
    padding-left: 0;
    padding-right: 20px;
}

.comment-sorter [aria-selected=true] {
    font-weight: bold;
    color: #333;
}

.comment, .comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}
.comment > *, .comment-form > * {
    display: table-cell;
    vertical-align: top;
}

.comment-vote, .comment-bookmark {
    text-align: center;
    width: 50px;
}

.comment-bookmark:before {
    color: #77a500;
    content: "\1F516";
    font-family: "entypo";
    font-size: 23px;
    line-height: 1.1;
}

.comment-avatar {
    position: relative;
    width: 85px;
}
.comment-avatar img {
    border-radius: 3px;
    max-width: 65px;
    max-height: 65px;
}

.comment-avatar-agent:after {
    background-color: transparent;
    background-image: url("/hc/assets/agent-marker.png");
    background-image: url("/hc/assets/agent-marker.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    content: " ";
    height: 15px;
    left: 55px;
    position: absolute;
    top: 55px;
    width: 15px;
}
[dir=rtl] .comment-avatar-agent:after {
    left: auto;
    right: 55px;
}

.comment-header {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment-published, .comment-pending, .comment-official {
    border: 1px solid transparent;
    float: right;
    font-size: 11px;
    padding: 1px 5px;
}
[dir=rtl] .comment-published, [dir=rtl] .comment-pending, [dir=rtl] .comment-official {
    float: left;
}

.comment-published {
    color: #bebebe;
}
.comment-published:before {
    content: " ";
    display: inline-block;
    width: 5px;
}

.comment-pending, .comment-official {
    border-color: currentcolor;
    border-radius: 2px;
}

.comment-pending {
    color: #eec100;
}

.comment-official {
    color: #77a500;
}

.comment-form textarea {
    display: block;
    border-radius: 2px 2px 0 0;
    border-width: 1px;
}

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

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: right;
}
[dir=rtl] .comment-form-controls {
    text-align: left;
}

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

.comment-screencasts, .comment-mark-as-solved {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
[dir=rtl] .comment-screencasts, [dir=rtl] .comment-mark-as-solved {
    margin-left: 20px;
}

.comment-actions {
    float: right;
    color: #999;
}
[dir=rtl] .comment-actions {
    float: left;
}

.comment-actions .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
}

.attachment-list, .screencast-list {
    font-size: 11px;
    margin-top: 25px;
}
.attachment-list span, .screencast-list span {
    color: #999;
}
[dir=rtl] .attachment-list span, [dir=rtl] .screencast-list span {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.attachment-list li, .screencast-list li {
    margin-bottom: 10px;
}
.attachment-list li:before, .screencast-list li:before {
    border-radius: 3px;
    color: #bbb;
    font-family: "entypo";
    margin-right: 5px;
    padding: 5px;
}

.attachment-list li:before {
    content: "\1F4CE";
}

.screencast-list li:before {
    content: "\1F4BB";
}

.my-activities-header {
    color: #666666;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding: 25px 0;
}
.my-activities-header .breadcrumbs li {
    color: #666666;
    font-size: 20px;
    font-weight: normal;
}
.my-activities-header .breadcrumbs li:first-child, .my-activities-header .breadcrumbs li:before {
    display: none;
}

.my-activities-nav {
    margin-bottom: 50px;
}

.my-activities-sub-nav {
    margin-bottom: 15px;
}

.request-table-toolbar {
    background: #f9f9f9;
    display: table;
    padding: 8px;
    width: 100%;
}

.request-table-filters {
    display: table-cell;
    text-align: right;
}
[dir=rtl] .request-table-filters {
    text-align: left;
}

.request-table-filters a {
  margin: 8px;
  display: inline-block;
}

.request-table-filters a:hover {
    background-color: #ab13dd;
    color: #ffffff;
}

.request-table-filters label:before {
    content: " ";
    width: 25px;
    display: inline-block;
}

.requests-search {
    border-radius: 20px;
    outline: none;
    padding: 6px 15px;
}

.organization-subscribe, .organization-unsubscribe {
    margin-left: 15px;
}

.request-id {
    color: #bebebe;
}

.request-details {
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 0 30px;
    padding: 25px 25px 50px 25px;
}

.request-details dt ~ dt, .request-details form dt {
    font-weight: bold;
    margin-top: 15px;
}

.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}

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

.request-details dd li {
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 0 3px 0;
}

.request-details .nested-field-tag:before {
    content: " > ";
}
.request-details .nested-field-tag:first-child:before {
    content: "";
}

.request-details .attachment-list li,
.request-details .request-collaborators li {
    list-style: none;
}

.request-status {
    color: #fff;
    border-radius: 3px;
}

.request-open {
    background: #59bbe0;
}

.request-answered {
    background: #f5ca00;
}

.request-solved {
    background: #828282;
}

.request-details .request-collaborators {
    font-size: 0;
}
.request-details .request-collaborators li {
    font-size: 12px;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 6px;
    background-color: #ececec;
    margin: 0 5px 5px 0;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Community */
.post-to-community a {
    padding-left: 20px;
    padding-right: 20px;
}
.post-to-community a:before {
    content: "\2b\00a0";
    position: relative;
    top: -1px;
}

/* Community topics page */
.topic-list li {
    display: inline-block;
    padding: 0 100px 30px 0;
    vertical-align: top;
    width: 49.5%;
}
.topic-list li h3, .topic-list li p {
    margin: 0;
}
.topic-list li p {
    color: #bebebe;
}
.topic-list li .meta-group {
    margin-top: 5px;
}
[dir=rtl] .topic-list li {
    padding: 0 0 30px 100px;
}

/* Community topic page */
.topic-header {
    margin-bottom: 15px;
}
.topic-header > * {
    display: table-cell;
    vertical-align: middle;
}

.topic-filters {
    width: 100%;
}
.topic-filters > * {
    display: inline-block;
    font-weight: bolder;
    margin-right: 20px;
}
[dir=rtl] .topic-filters > * {
    margin-right: 0;
    margin-left: 20px;
}

.post-overview {
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.post-overview-info {
    display: inline-block;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-overview-info a {
    font-size: 16px;
}
.post-overview-info .meta-group {
    display: block;
    margin-top: 5px;
}
.post-pinned .post-overview-info:before {
    content: "\2605";
    margin-right: 5px;
}

.post-overview-status {
    float: right;
    margin: 0 10px;
}
.post-overview-status > span {
    color: #fff;
}
[dir=rtl] .post-overview-status {
    float: left;
}

.post-overview-count {
    background: #f9f9f9;
    border-radius: 3px;
    color: #bebebe;
    float: right;
    font-size: 10px;
    margin-left: 10px;
    min-width: 90px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
.post-overview-count strong {
    display: block;
    font-size: 13px;
}
[dir=rtl] .post-overview-count strong {
    direction: ltr;
    unicode-bidi: bidi-override;
}
[dir=rtl] .post-overview-count {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

/* Community post page */
.post-actions .dropdown-toggle {
    font-size: 11px;
    font-weight: bold;
}
.post-actions .dropdown-toggle:before {
    content: "\2699\00a0\00a0";
    font: 11px bold;
    font-family: "entypo";
}

.post {
    display: table;
    margin-bottom: 50px;
    table-layout: fixed;
    width: 100%;
}

.post-vote, .post-container {
    display: table-cell;
    vertical-align: top;
}

.post-vote {
    width: 45px;
    padding-top: 5px;
}

.post-header {
    margin-bottom: 25px;
}
.post-header h1 {
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-info {
    display: table;
    width: 100%;
}
.post-info > * {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}

.post-avatar {
    min-width: 55px;
    position: relative;
}
.post-avatar img {
    border-radius: 3px;
    max-height: 38px;
    max-width: 38px;
}

.post-avatar-agent:after {
    background-color: transparent;
    background-image: url("/hc/assets/agent-marker.png");
    background-image: url("/hc/assets/agent-marker.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    left: 28px;
    top: -10.5px;
    content: " ";
}
[dir=rtl] .post-avatar-agent:after {
    left: auto;
    right: 28px;
}

.post-meta {
    width: 100%;
    max-width: 0;
}

.post-author {
    display: block;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-status > span {
    color: #fff;
    margin: 0 10px;
}

.post-planned {
    background-color: #3eaae5;
}

.post-not-planned {
    background-color: #b5b5b5;
}

.post-completed {
    background-color: #669600;
}

.post-answered {
    background-color: #669600;
}

.post-share {
    margin-top: 30px;
    text-align: right;
}
[dir=rtl] .post-share {
    text-align: left;
}

/* Community post page and topic page */
.topic-follow [role=button], .post-follow [role=button] {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 10px;
}
.topic-follow [role=button]:after, .post-follow [role=button]:after {
    content: attr(data-follower-count);
    display: inline-block;
    border-left: 1px solid #ddd;
    margin-left: 10px;
    padding-left: 10px;
}
[dir=rtl] .topic-follow [role=button]:after, [dir=rtl] .post-follow [role=button]:after {
    border-left: 0;
    border-right: 1px solid #ddd;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
.topic-follow [role=button][aria-selected=true], .post-follow [role=button][aria-selected=true] {
    background: #f9f9f9;
}

body.community-enabled .search-results-column {
    display: inline-block;
    vertical-align: top;
    width: 450px;
}
body.community-enabled .search-results-column + .search-results-column {
    margin-left: 35px;
}
[dir=rtl] body.community-enabled .search-results-column + .search-results-column {
    margin-left: 0;
    margin-right: 35px;
}



.search-result-description, .search-result-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 16px;
}

.search-result-meta-name, .search-result-meta-time, .search-result-meta-count {
    font-size: 12px;
    color: #bebebe;
}

.search-result-meta-time:before, .search-result-meta-count:before {
    display: inline-block;
    content: "\2022";
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
[dir=ltr] .search-result-meta-time:before, [dir=ltr] .search-result-meta-count:before {
    padding-right: 5px;
}
[dir=rtl] .search-result-meta-time:before, [dir=rtl] .search-result-meta-count:before {
    padding-left: 5px;
}

.search-result-votes {
    background: #a8d119;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}
.search-result-votes:before {
    content: "\1F44D";
    font-family: "entypo";
}
[dir=ltr] .search-result-votes {
    margin-left: 5px;
}
[dir=ltr] .search-result-votes:before {
    margin-right: 3px;
}
[dir=rtl] .search-result-votes {
    margin-right: 5px;
}
[dir=rtl] .search-result-votes:before {
    margin-left: 3px;
}

.chat {
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    padding: 0 15px;
    position: fixed;
    right: 85px;
    transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
    content: "\E720";
    font-family: "entypo";
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.chat:hover {
    text-decoration: none;
}

.chat-available {
    bottom: 0;
}

.chat-unavailable {
    color: #808080;
    cursor: default !important;
    bottom: -50px;
}

.error-page {
    padding-bottom: 100px;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 5%;
}

.error-page h1 {
    font-size: 52px;
    margin-bottom: 0;
}

.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.error-page > a {
    display: block;
    margin-top: 25px;
}

.recent-activity {
    background: #f9f9f9;
    border-radius: 5px;
    padding: 25px 20px;
    width: 270px;
}

.recent-activity-header {
    margin-top: 0;
    font-size: 15px;
}

.recent-activity-item ~ .recent-activity-item {
    margin-top: 15px;
}

.recent-activity-item-parent {
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.recent-activity-item-parent:hover {
    text-decoration: underline;
}

.recent-activity-item-link {
    display: block;
}

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

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

.recent-activity-item-comment {
    display: none;
}
.recent-activity-item-comment:before {
    display: inline-block;
    content: "\2022";
}
.recent-activity-item-comment span:before {
    font-family: "entypo";
    content: "\00a0\00a0\e718";
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}

[data-recent-activity-action="article_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="post_comment_added"] .recent-activity-item-comment,
[data-recent-activity-action="answer_added"] .recent-activity-item-comment {
    display: inline-block;
}

.recent-activity-controls,
.recent-activity-loader {
    padding-top: 20px;
    font-size: 12px;
}

.recent-activity-loader {
    display: inline-block;
    position: relative;
}
.recent-activity-loader:before {
    display: block;
    position: absolute;
    content: "\0020";
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9f9f9 50%, rgba(255, 255, 255, 0) 100%);
    animation: recent-activity-loader .5s infinite;
}

@keyframes recent-activity-loader {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
.escalation-badge, a.escalation-badge {
    background-color: #95be22;
    border-color: #95be22;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
    margin: 0 3px;
    padding: 1px 3px;
    text-decoration: none;
    vertical-align: baseline;
}

.knowledge-base ul li {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
}
.knowledge-base ul li a{
    display: inline-block;
    width:100%;
    background:#0000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.header-inner {
    position:relative;
    height:100%;
}
#header-text {
    margin: 0px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 15%;
    color: white;
    font-size: 3em;
    text-transform: uppercase;
}
#green-field {
    margin-left:10%;
    height:30px;
    width:5px;
    background:#67BF7A;
    float:left;
    margin-right:10px;
}
.login {
    margin-left: 8px;
    color: white;
    background:#67BF7A;
}
.login:hover {
    /*border-color: #518801;
    box-shadow: inset 0 -1px #518801;*/
}
.menu_categories {
    text-align: center;
    float: left;
    position: relative;
    width:20%
}
.menu_categories img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.menu_categories h3 {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: #67BF7A;
}
.menu_categories:hover h3 {
    border-bottom:solid 2px #67BF7A;
}
.menu_categories:hover {
    height :82px;
}
.menu_categories a {
    text-decoration: none;
}

.aggregate-tablets {
    display: block;
    margin-left:auto;
    margin-right:auto;
}
#menu, .header, .main-cont {
    display: block;
    margin-left:auto;
    margin-right:auto;
}
}

@media screen and (min-width: 1120px) {

}
.header img {
    max-width: 100%;
    height: 70px;
}
#menu-img {
    text-align: center
}
#menu-img img {
    padding-top: 3%;
    width: 40%;

}
.section-tree .section h3 #category-text {
    padding-top: 10px;
    padding-left: 2px;
}
.section-tree {
    padding:0;
    margin-top:0;

}
.section-tree .section {
    width:32.333%;
}
.section-tree .section:last-child {
    width:40%;
}
.section-tree .section h3 {
    padding: 0 0 0 41px;
    position: relative;
}
.section-tree .section h3 a img {
    position: absolute;
    top: 0;
    left: 0;
    float:left;
}
#section_title h2 img {
    margin-left: 11%;
    margin-right: 10px;
}
#hide {
    display: none;
}
#submit_request a {
    border: solid 2px #67BF7A;

}
#submit_request a{
    font-size: 1.2em;
    color: #67BF7A;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-decoration: none;

}
#submit_request img {
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 5px;
}
.article-unsubscribe {
    display:none;
}
#switch-link {
    bottom: 5%;
    right: 5%;
    position: absolute;
    font-size: 14px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}
#open-hours {
    padding-top: 55px;
}


/***** New design *****/
/***** Header *****/
.header {
    max-width: 1160px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-right h2 {
    font-style: normal;
    font-weight: 100;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding-left: 20px;
    border-left: 1px solid #666666;
}

.header-logo {
    padding-right: 20px;
}

@media (min-width: 1160px) {
    .header {
        width: 90%;
    }
}

.nav-wrapper a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    text-transform:uppercase;
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #ab13dd;
}
.nav-wrapper.submit-a-request {
    background-color: #ab13dd;
}

@media (min-width: 768px) {
    .nav-wrapper a {
        display: inline-block;
    }
}

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    background-color: transparent;
    color: #ab13dd;
    text-decoration: none;
}

.nav-wrapper a:hover {
    background-color: #ab13dd;
    color: #ffffff;
}

#user-dropdown a:hover {
  color: #666666;
  background-color: transparent !important;
}

.nav-wrapper a.submit-a-request {
    background-color: #ab13dd;
    color: #ffffff;
    margin-left: 8px;
}

.nav-wrapper a.submit-a-request:hover {
    background-color: #54a882;
}

.nav-wrapper .icon-menu {
    display: inline-block;
    margin-right: 10px;
    color: #0072EF;
}

@media (min-width: 768px) {
    .nav-wrapper .icon-menu {
        display: none;
    }
}

.dropdown-menu-caret {
  padding:0 0 15px 0;
}

.dropdown-menu a {
    display: flex;
    align-items: center;
    color: #ab13dd;
    font-size: 13px;
    font-weight: bold;
    line-height: 41px;
    width: auto;
    height: 15px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        display: inline-block;
    }
}

.dropdown-menu a:hover, .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:focus, .dropdown-menu a:active {
    background-color: transparent;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu-end .dropdown-menu-caret * {
  background-color: red;
}

.user-nav {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .user-nav {
        position: relative;
    }
}

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 71px;
    z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 20px;
}

/***** HomePage *****/
.section h2 {
    text-align: center;
}

.hero {
    background-image: url("https://p6.zdassets.com/hc/theme_assets/84268/200218018/homepage-hero.png");
    background-position: center;
    background-size: cover;
    height: 450px;
    width: 100%;
    margin: 0 auto;
}

.hero-gradient {
    content: '';
    position: absolute;
    width: 100%;
    height: 450px;
    background-color: #121212;
    opacity: 0.34;
}

.hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-100%);
    max-width: 660px;
    margin: 0 auto;
}

.hero-inner h2 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    padding-bottom: 30px;
    margin: 0 auto;
}

.search {
    position: relative;
    display: flex;
    width: 660px;
}

.search input[type="search"] {
    position: absolute;
    top: 0;
    z-index: 1;
    background: rgb(255 255 255 / 2%);
    border: 2px solid #ffffff;
    border-radius: 9px;
    box-sizing: border-box;
    font-size: 19px;
    color: #a9aab4;
    height: 55px;
    width: 660px;
    padding-left: 24px;
    padding-right: 150px;
}

.search input[type="submit"] {
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-radius: 9px;
    /* font-weight: bold; */
    font-size: 16px;
    text-transform: uppercase;
    color: #121212;
    border: 3px solid #ffffff;
    height: 55px;
    /* background-image: linear-gradient(-240deg, #65bd72 0%, #64bca3 100%); */
    padding: 0 30px;
}

.search input[type="search"]:focus {
    border: 2px solid #ffffff;
    color: #555;
}

.home-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.home-inner h2 {
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #121212;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0 0 80px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list {
        display: flex;
        justify-content: center;
    }
}

.blocks-item {
    width: 486px;
    height: 300px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(171, 19, 221, 1);
    display: flex;
    flex-direction: column;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .blocks-item {
        margin: 0 25px 25px;
    }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}

.blocks-item-active {
    margin: 0 25px 0 !important;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05) !important;
}


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

.blocks-item-link {
    height: 100%;
    color: rgba(171, 19, 221, 1);
    padding: 20px 85px;
}

.blocks-item-link img {
    width: 60px
    height: 45px;
    padding-top: 35px;
}

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

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

.blocks-item-title-broadcaster {
    color: #ab13dd;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-viewer {
    color: #7559ae;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 38px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.blocks-item-title-active {
    color: #ab13dd !important;
}

.blocks-item-description {
    margin: 0;
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #424d63;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.section-team {
    background-color: #fbfcfc;
}

.team-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.team-inner h2 {
    text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
    color: #121212;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 30px 0;
    border-bottom: 1px solid #f0f1f1;
    margin: 0;
}

.team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 100px;
    margin 0 auto;
}

@media screen and (max-width: 1160px) {
  .team-list: padding: 100px 50px 0 50px;
}

.team-row {
  display: flex;
  flex-direction: row;
}

.team-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
}

.team-profile p {
    color: #424d63;
    font-size: 18px;
    line-height: 18x;
    padding: 37px 0 97px 0;
    margin: 0;
}

.team-profile img {
    height: 113px;
    width: 113px;
    border-radius: 50%;
}

/***** Category Page *****/
.hero-category {
    background-image: url();
    background-position: center;
    background-size: cover;
    height: 210px;
    width: 100%;
    margin: 0 auto;
  background: #000000
}

.section-category {
}

.category-inner {
    max-width: 1160px;
    margin: 0 auto;
    text-align: center;
}

.category-inner h2 {
    color: #121212;
    font-size: 30px;
    font-weight: bold;
    line-height: 30x;
    letter-spacing: 0.6px;
    padding: 48px 0 51px 0;
    margin: 0;
}

.blocks-list-category {
    display: flex;
    flex-wrap: wrap;
    /*   justify-content: flex-start; */
    /*   align-items: stretch; */
    align-content: stretch;
    list-style: none;
    padding: 35px 0;
    height: auto;
}

@media (min-width: 768px) {
    .blocks-list-category {
        display: flex;
        justify-content: center;
    }
}

.blocks-item-category {
    width: 295px;
    height: 175px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    color: rgba(171, 19, 221, 1);
    display: flex;
    flex-direction: column;
    margin: 0 0 0px;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .blocks-item-category {
        margin: 0 15px 0;
    }
}

.blocks-item-category:hover, .blocks-item-category:focus, .blocks-item-category:active {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
}


.blocks-item-link-category {
    height: 100%;
    color: rgba(171, 19, 221, 1);
    padding: 0 20px;
        display:flex;
    flex-direction: column;
}

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

.blocks-item-img-category {
    width: 50px
    height: 50px;
    padding-top: 42px;
}

.blocks-item-title-category {
  height: 100%;
  display: flex;
  align-items: center;
}

.blocks-item-title-category-text {
    font-weight: 400;
    margin: 0 auto;
}

.section-sections {
    background-color: #ffffff;
}

.sections-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

.accordion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    padding: 18px 0;
    cursor: pointer;
    outline: none;
}

.accordion:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.accordion-left {
    display: flex;
}

.accordion-right {
    padding: 0 30px;
}

.accordion-icon {
    margin: 0 25px 0 20px;
    width: 30px;
    height: 30px;
}

.accordion-left h3 {
    color: #121212;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    margin: 0;
}

.accordion-arrow {
    width: 15px;
    height: 10px;
}

.active {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px;
}

.active .accordion-arrow {
    -ms-transform:      rotate(180deg);
    -moz-transform:     rotate(180deg);
    -webkit-transform:  rotate(180deg);
    -o-transform:       rotate(180deg);
    transform:          rotate(180deg);
}

.panel {
    background-color: #fbfcfc;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.article-list {
    padding: 10px 0 25px 0;
}

.article-list-item {
    display:flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.article-list-item:hover {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px;
}

.article-list-item-more {
    display:flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 15px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.article-list-item-more:hover {
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px;
}

.article-item-left {
    padding-left: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.article-list-more {
  font-weight: 900;
}

.article-select {
    margin-left: 15px;
    width: 25px;
    height: 20px;
    display: none;
}

.article-list-item:hover * .article-select {
    display: inline;
}

.article-item-right {
    padding-right: 30px;
    display: flex;
    align-items: center;
}

.article-list-item {
    color: #121212;
    font-size: 21px;
    font-weight: 400;
}

.article-list-item:hover {
    color: #ab13dd;
    text-decoration: none;
}

.article-list-item-more a {
    color: #ab13dd;
    font-size: 21px;
    font-weight: 900;
}

.article-list-item-more:hover a {
    text-decoration: none;
}


/***** Section Page *****/
.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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


.breadcrumbs-section {
  border-bottom: 1px solid #e1e1e1;
}

.breadcrumbs-inner {
  max-width: 925px;
  margin: 0 auto;
}

.breadcrumbs-inner h3 {
  padding: 23px 0;
  margin: 0;
  line-height: 16px;
}

.breadcrumbs-inner li a, .breadcrumbs-inner li a:focus, .breadcrumbs-inner li a:visited {
  color: #121212;
  text-decoration: none;
}

.breadcrumbs-inner li a:hover {
  color: #ab13dd;
}

.breadcrumbs-inner li {
  color: #121212;
  font-size: 16px;
  line-height: 16px;
}

.section-section {
  background-color: #ffffff;
}
.section-inner {
  max-width: 925px;
  margin: 0 auto;
}

.section-title {
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.section-page-list {
    padding: 10px 0 25px 0;
}

.section-page-list-item {
  display:flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.section-page-list-item:hover {
  background-color: #ffffff;
}

.section-page-item-left {
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-page-list-item:hover * .article-select {
  display: inline;
}

.section-page-item-right {
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.section-page-list-item a {
  color: #121212;
  font-size: 21px;
  font-weight: 400;
}

.section-page-list-item:hover a {
  color: #ab13dd;
  text-decoration: none;
}

.section-icon {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 10px;
}

/***** Article Page *****/
.section-article, main {
}



main {padding-bottom: 80px;}


.article-inner {
  max-width: 925px;
  margin: 0 auto;
}

.article-content {
  margin: 0;
}

.article-title {
  color: #121212;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

.article-page-info {}

.article-page-content {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.article-page-body a {
  color: #ab13dd;
}

.article-page-body a:hover, .article-page-body a:focus {
  text-decoration: none;
}

.article-page-body ul {
  list-style-image: url($assets-unordered-list-png);
  padding-right: 5px;
}

.article-page-body ul li {
  padding-left: 5px;
  color: #434b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
}

.article-page-body ol li {
  color: #434b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  list-style-position: inside
}

.article-page-body p {
  color: #434b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
}

.article-page-body h1 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h2 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h3 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h4 {
  color: #434b5b;
  font-weight: 500;
}

.article-page-body h5 {
  color: #434b5b;
  font-weight: 500;
}


.article-page-relatives {
  display: flex;
  flex-direction: row;
}

.relatives-icon {
  width: 15px;
  height: 20px;
}

.article-page-relatives {
  margin: 0;
  padding: 40px 0;
}

.article-page-relatives-content {
  padding-left: 10px;
}

.article-page-relatives-content ul {
  list-style-type: none;
  padding: 0;
}

.article-page-relatives-content h3 {
  color: #121212;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.4px;
  margin: 0;
  text-transform: uppercase;
}

.article-page-relatives-content li {
  margin: 25px 0 0 0;
}

.article-page-relatives-content a {
  color: #7f8292;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  margin: 0;
}

.article-page-relatives-content a:hover, .article-page-relatives-content a:focus {
  color: #ab13dd;
  text-decoration: none;
}

/***** Search Results Page *****/
.section-search-results {
}
.section-search-results-inner {
  max-width: 925px;
  width: 100vw;
  margin: 0 auto;
}

.search-results-heading {
  width: 100%;
  text-align: center;
  color: #121212;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.6px;
  margin: 60px 0;
}

.search-results-list {
  display:flex;
  flex-direction: column;
  width: 100%;
}

.result-tile {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  display:flex;
  flex-direction: column;
}

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

.result-link:hover {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.result-link {
  width: 100%;
  height: 100%;
}

.result-link-inner {
  margin: 30px;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.result-left {
  display: flex;
  flex-direction: row;
  align-content: center;
  
}

.search-result-title {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px 0 0;
}

.search-result-image {
    margin-left: 15px;
    width: 25px;
    height: 20px;
    display: none;
}

.result-link:hover * .search-result-image {
    display: inline;
}

.result-right {
  display: flex;
  align-content: center;
}

.result-select {
  width: 10px;
  height: 15px;
}

/***** New Request Page *****/
.newrequest-hero-inner {
  width: 100%;
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: center
}

.newr-hero-text { 
}

.newr-hero-text h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.container-new-request-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.info-column {
  width: 30%;
  text-shadow: 0 22px 33px rgba(132, 76, 157, 0.14);
  color: #545667;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.info-column p {
  max-width: 300px;
  margin-bottom: 35px;
}

.request-column {
  width: 70%;
  padding-right: 25px;
}

.request-column h1 {
  margin: 0;
  font-size: 22px;
  line-height: 22px;
  color: #545667;
  padding-bottom: 20px;
}

.form footer {
    padding-top: 30px;
    justify-content: flex-end;
}

.form footer input {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 41px;
    padding: 0 20px;
    width: auto;
    height: 41px;
    border: 1px solid #ab13dd;
    background-color: #ab13dd;
    border-radius: 20px;
}

.form footer input:hover {
    box-shadow: 0 10px 41px rgba(101, 189, 120, 0.42);
}

/* Forms */
.form {
    max-width: 505px;
}


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

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

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

.form-field p {
    color: #a9aab4;
    font-size: 11px;
}

.form-field .nesty-input {
    height: 37px;
    line-height: 37px;
}
.form-field .nesty-input:focus {
    outline: none;
    border: 1px solid #999;
}

.form form + form {
    margin-top: 25px;
}

/***** Request Page *****/

.request-column a {
    color:  #ab13dd;
}

.request-column > a:hover {
    text-decoration: none;
}

/***** Activities Pages *****/
.container-activities-inner {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  color: #666666;
}

.container-activities-inner a {
    color:  #ab13dd;
}

.container-activities-inner a:hover, .container-activities-inner a:focus, .container-activities-inner a:visited, .container-activities-inner a:active {
    text-decoration: none;
}

/***** Other *****/
.error-page {
    padding-bottom: 100px;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 5%;
}

.error-page h1 {
    font-size: 52px;
    margin-bottom: 0;
}

.error-page h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.error-page > a {
    display: block;
    margin-top: 25px;
    color:  #ab13dd;
}

.error-page > a:hover {
    text-decoration: none;
}

.profile-header .options {
  display: inline-block;
  margin-bottom: 10px;
}

.profile-info {
  padding-top: 25px;
}

.profile-section-header {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-stats {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-section-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-nav {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}

.profile-activity-contribution {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}

/* Was this article helpful */

.article-votes-question {
  font-size: 21px;
}

.article-vote {
    display: inline-block;
    text-align: center;
    width: 75px;
  color: #121212;
}
.article-vote a {
    color: #000 !important;
    outline: none;
    text-decoration: none;
}

.article-vote-sum {
    display: block;
    font-weight: bold;
    margin: 3px 0;
}
[dir=rtl] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.article-vote-up:before, .article-vote-down:before {
/*     border-radius: 50%;
    border: 1px solid #ddd; */
    color: #ab13dd !important;
  margin: 0 auto;
  border: 2px solid #ab13dd;
  border-radius: 1.5em;
  padding: 10px;
    display: inline-block;
    font-size: 15px;
/*     height: 25px; */
    line-height: 18px;
    width: 50px;
}

.article-vote-up:hover:before {
    background: #ab13dd;
    color: #fff !important;
}

.article-vote-up[aria-selected=true]:before {
    background: #ab13dd;
    color: #fff !important;
}

.article-vote-down[aria-selected=true]:before {
    background: #ab13dd;
    color: #fff !important;
}

.article-vote-up:active, .article-vote-up:visited {
    background: #ab13dd;
    color: #fff !important;
    border-radius: 1.5em;
}

.article-vote-down:active, .article-vote-down:visited {
    background: #ab13dd;
    color: #fff !important;
    border-radius: 1.5em;
}

.article-vote-up:active:before {
    background: #ab13dd;
    color: #fff !important;
    border-radius: 1.5em;
}

.article-vote-down:active:before {
    background: #ab13dd;
    color: #fff !important;
    border-radius: 1.5em;
}

.article-vote-down:hover:before {
    background: #ab13dd;
    color: #fff !important;
    border-radius: 1.5em;
}

.article-vote-down:active, .article-vote-down:visited {
    background: #ab13dd;
    color: #fff !important;
    border-radius: 1.5em;
}

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

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

.article-vote-voted:before, .vote-voted:hover:before {
}

.article-vote-label {
    margin-top: 3em;
}

/* End Was this article helpful */




.header-logo img {
    width: 150px;
}

.header-right h2 {
    cursor: pointer;
}



header.header {
    position: relative;
}


header.header:before {
    content: '';
    background: #121212;
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -230%;
}

.header-logo {
    position: relative;
}
.header-right h2 {
    position: relative;
    color: #fff;
    border-color: #fff;
    line-height: 1.7;
    letter-spacing: 0;
}

.nav-wrapper a:link, .nav-wrapper a:visited, .nav-wrapper a:focus, .nav-wrapper a:active {
    color: #fff;
      border-color: #fff;
}

.dropdown-menu [role="menuitem"] {
    color: #333 !important;
}
section.section.hero-category {
    height: 300px;
}

section.section.hero-category:before {
       content: '';
       position: absolute;
       width: 100%;
       left: 0;
       /* background: linear-gradient(180deg,rgba(15, 19, 35, 0.6) 0,rgb(0 0 0 / 10%) 100%); */%);
       height: 108%;
}


.header-right h2 {
    cursor: pointer;
}

#user .dropdown-toggle {
    border-color: #fff;
}span#user-name {
    color: #fff;
}.btn.with-image.dropdown-toggle:After {
    color: #fff;
}.hero-inner h2 {
    font-size: 39px;
    margin-bottom: 15px;
}.search input[type="submit"] {
    background: var(--button-secondary-background-color, var(--secondary-100-color));
    color: #fff;
}body,html {
    overflow-x: hidden;
}

li.blocks-item-category {
    width: 220px;
    height: 175px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 0 0px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 5px;
}

.category-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

h4.blocks-item-title-category-text {
    line-height: 20px;
}

a.submit-a-request {
    /* background: #ab13dd !important; */
}





.section-articles {
}

.articles-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

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

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
}

.article-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.article-item-right {
    margin: 0 30px;
}

.article-item-left {
  padding-left: 35px;
}

.article-item-left h3 {
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article-item-arrow {
    width: 15px;
    height: 10px;
}


.section-articles {
}

.articles-inner {
    max-width: 1160px;
    margin: 0 auto;
}

.panel-group {
    padding: 15px 0 75px 0;
}

.panel-one {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 5px 0;
}

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

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    outline: none;
}

.article-item:hover {
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
}

.article-item-right {
    margin: 0 30px;
}

.article-item-left {
  padding-left: 35px;
}

.article-item-left h3 {
    color: #121212;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.article-item-arrow {
    width: 15px;
    height: 10px;
}
section.section.hero-category {
    position: relative;
}

.article-votes {
    padding: 20px 0;
    text-align: center;
}

.article-votes > * {
    padding: 10px 0;
}

h1.article-title {
  color: #121212;
    font-weight: 700;
    padding: 30px 0;
    border-bottom: 1px solid #ab13dd;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 20px;
}

.result-tile {
    background: #fff;
}

.container.submit-page {
    padding-top: 30px;
}

div#upload-dropzone {
    background: #fff;
}

section.categories.blocks {
    margin-left: -5px;
    margin-right: -5px;
}

input#query {
    font-weight: 400;
}


/*

.fixed header.header {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.fixed section.section.hero-category {
    margin-top: 79px;
}

div#preview-bar-container {
    position: fixed;
    z-index: 99999999;
}


header.header {
    transition: all 300ms ease;
}
*/

.blocks-item-img-category img {
    height: 60px;
}

.blocks-item-img-category {
    padding-top: 35px;
}

li.blocks-item-category {
    position: relative;
}

li[desc="NEW"].blocks-item-category:before, li[desc="new"].blocks-item-category:before {
    content: attr(desc);
    position: absolute;
    right: 0;
    background: #55a742;
    color: #fff;
    padding: 5px 7px;
    text-transform: lowercase;
    font-weight: bolder;
    font-size: 11px;
    line-height: 1;
    pointer-events: none;
}


h1.search-results-heading {
    color: #fff;
}

.search-result-title {
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.result-link-inner {margin: 35px 0;}

.result-tile {
    background: transparent;
    border-bottom: 1px solid #5b5b5b;
    margin-bottom: 0;
}

img.result-select {
    width: unset;
    height: 41px;
}






/* mobile */

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

form.search.search-full {
    max-width: 100%;
    width: 100%;
    border: 0px solid red;
}

section.section.hero-category {
    padding: 0 20px !important;
    width: 100%;
    box-sizing: border-box;
}

input#query {
    max-width: 100%;
    width: 100%;
    border: 0px solid darkgreen;
}

.hero-inner {
    width: 100%;
}

header.header {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.header-logo {
    padding-right: 5px;
}

.header-logo img {
    width: 17vw;
}

.header-right h2 {
    font-size: 15px;
    padding-left: 5px;
}

nav#user-nav {position: static;}

ul.blocks-list-category {
    justify-content: center;
    padding: 20px;
}

a.login,a.submit-a-request {
    padding: 0 5px;
    width: unset;
    min-width: unset;
    display: inline-block;
    border: none;
    background: transparent !important;
}

nav#user-nav {
    display: flex;
}

main {
    padding: 10px;
}
nav#user-nav>a {
    padding: 3px;
    margin: 0;
}

.hero-inner h2 {
    font-size: 25px;
    line-height: 30px;
  }
  
  .article-page-body {
    /* max-width: 90vw; */
}

.article-page-body>* {
    max-width: 100% !important;
    width: unset !important;
    box-sizing: border-box;
}

.article-page-body a {
    display: inline-block;
    width: unset;
    max-width: 100%;
    word-break: break-all;
}
  
  .article-item-right {
 }
  
  .article-item-left {
    padding-left: 0;
}

.article-item-right {
    margin: 0;
    padding-right: 0px;
    padding-left: 10px;
}

.panel-one a {
    padding: 5px 15px;
    box-sizing:x border-box;
      height: unset;
      min-height: 60px;
}

.article-item-left h3 {
    font-size: 16px;
}
  .container-category.ccdvdre {
    display: flex;
    flex-direction: column-reverse;
}

ul.blocks-list-category {
    overflow-x: hidden;
}

  
  
}


.form-field.string.request_custom_fields_360010636479 {
    display: none;
    visibility: hidden;
    opacity: 0;
}

ul.key-articles li {flex: 1;justify-content: space-between;
  flex: 1 0 100px;margin: 0 10px;
  max-width: 210px;
  overflow-y: hidden;
}

ul.key-articles {
    display: flex;
    list-style: none;
    margin: 20px -10px;
    padding: 5px 0;
    margin-bottom: 0;
}

ul.key-articles a {
    color: #fff;
    padding: 13px;
    border: 1px solid #fff;
    border-radius:9px;
    display: block;
    /* max-height: 20px; */
    /* overflow-y: hidden; */
    /* line-height: 23px; */
    text-align: center;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
      font-weight: 600;
}

ul.key-articles a:hover {
    text-decoration: none;
    background: #fff;
    color: #121212;
}

form.search.search-full {
    min-height: 55px;
}

.hero-inner {
    transform: translateY(-50%);
}

ul.key-articles a {
    background: #fff;
    color: #121212;
}
.hero-inner {
    max-width: 820px;
}

form.search.search-full {
    width: 100%;
}

.search input[type="search"] {
    width: 100%;
    padding-left: 50px;
}

section.section.knowledge-base {
    position: relative;
}

.my-hp section.section.knowledge-base:before {
    content: '';
    background: #000;
    width: 1000vw;
    height: calc(100% + 80px);
    position: absolute;
    left: -50vw;
    top: 0px;  
}



.my-hp a {
  text-decoration: none;
}
.my-hp a:hover {
  text-decoration: none;
}
.my-hp ul {
  margin: 0;
  padding: 0;
}
.my-hp ::placeholder {
  color: #ccc;
}
.my-hp a {
  color: #337ab7;
  text-decoration: none;
}
.my-hp a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.my-hp .knowledge-base:after {
  display: block;
  clear: both;
  visibility: hidden;
}
.my-hp .knowledge-base ul li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.my-hp .knowledge-base ul li a {
  display: inline-block;
  width: 100%;
  bottom: 0;
  left: 0;
}
.my-hp ul.blockslist {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  /* margin: 0 -15px; */
  flex-wrap: wrap;
  list-style: none;
  gap: 25px;
}
.my-hp li.blocksitem {
  flex: 1 0 180px;
  /* margin: 15px; */
}
.my-hp section.categories.blocks {
  max-width: 1460px;
  margin: 0 auto;
  max-width: 90vw;
}
.my-hp ul.blockslist ul {
  list-style: none;
}
.my-hp .knowledge-base ul li a {
  position: static;
}
.my-hp span.blocksitem-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 18px;
  display: block;
}
.my-hp ul.articlelist a {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  display: block;
  padding-right: 24px;
  position: relative;
}
.my-hp li.articlelist-item {
  padding: 8px 0;
}
.my-hp a.seeall-articles {
  display: block;
  margin-top: 15px;
}
.my-hp li.blocksitem:last-child {
  display: block;
}
.my-hp span.blocksitem-title {
  font-size: 17px;
  font-weight: 900;
}
.my-hp a.seeall-articles {
  text-decoration: underline;
  color: #1100FF;
  font-size: 15px;
}
.my-hp a.articlelist-link {
  /* color: #494E54 !important; */
  font-weight: 400 !important;
  font-size: 16px !important;
}
.my-hp li.articlelist-item {
  padding: 12px 0px;
}
.my-hp li.articlelist-item:nth-child(n+6) {
  display: none;
}
dfd {
  border-left: 1px solid #121212;
  padding-left: 20px;
  box-sizing: border-box;
  border-color: transparent;
}
.my-hp ul.blockslist > li:last-child a.articlelist-link:after {
  background: url(https://theme.zdassets.com/theme_assets/84268/741aacf8073babb0e74980e722d4e033fea9e94e.svg);
  background-position: 50%;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 36%;
  width: 24px;
}
.my-hp a.articlelist-link {
  position: relative;
}
.my-hp ul.blockslist > li:last-child a.articlelist-link {
  padding-right: 22px;
  box-sizing: border-box;
  padding-right: 30px;
}
.my-hp span.blocksitem-title {
  text-align: left;
  opacity: 1;
}
.my-hp .knowledge-base ul li a.articlelist-link {
  opacity: 1;
}
.my-hp a.seeall-articles {
  text-align: left;
  text-decoration: underline;
  letter-spacing: 1.46px;
  color: #121212;
  text-transform: uppercase;
  opacity: 1;
  font-size: 11px;
}
.my-hp .knowledge-base ul li a.articlelist-link {
   color: #ffffff;
}
.my-hp span.blocksitem-title {
  display: flex;
  align-items: center;
}
.my-hp ul.blockslist > li:last-child a.articlelist-link:after {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 998px) {
  .my-hp ul.blockslist > li:last-child {
    padding-left: 0;
  }
  .my-hp span.blocksitem-title {
    margin-bottom: 5px;
  }
  .my-hp .knowledge-base ul li.blocksitem {
    margin-bottom: 30px;
  }
}
.my-hp .knowledge-base ul li a {
}
.my-hp span.blocksitem-title {
  min-height: 46px;
}
.my-hp .blocksitem-title a {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  background: transparent !important;
}
.my-hp span.blocksitem-title .material-icons {
  min-height: unset;
  width: 28px;
  font-size: 27px;
  margin-right: 10px;
      color: #fff;
}
.my-hp .knowledge-base ul li a.articlelist-link {
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  /* color: #434b5b !important; */
  text-align: left;
}
.my-hp ul.blockslist {
  padding-bottom: 100px;
}
@media screen and (max-width: 998px) {
  .my-hp ul.blockslist {
    padding-bottom: 20px;
    flex-direction: column;
}

.my-hp ul.blockslist li {
    flex: unset;
}
}
.my-hp .knowledge-base ul li a {
}
.my-hp .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v138/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}


.article-votes {
  display: none !important;
}


.new-article h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.new-article a {
  background-color: transparent;
}
.new-article strong {
  font-weight: bolder;
}
.new-article small {
  font-size: 80%;
}
.new-article button, .new-article input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.new-article button, .new-article input {
  overflow: visible;
}
.new-article button {
  text-transform: none;
  -webkit-appearance: button;
}
.new-article [type=button] {
  -webkit-appearance: button;
}
.new-article button::-moz-focus-inner, .new-article [type=button]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.new-article button:-moz-focusring, .new-article [type=button]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.new-article [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.new-article * {
  box-sizing: border-box;
}
.new-article h1, .new-article h2, .new-article h3 {
  margin-top: 0;
}
.new-article h1 {
  font-size: 32px;
}
.new-article h2 {
  font-size: 22px;
}
.new-article h3 {
  font-size: 18px;
  font-weight: 600;
}
.new-article a {
  color: #ab13dd;
  text-decoration: none;
}
.new-article a:hover, .new-article a:active, .new-article a:focus {
  text-decoration: underline;
}
.new-article input {
  color: #121212;
  font-size: 14px;
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}
.new-article input:not([type=checkbox]) {
  outline: none;
}
.new-article input:not([type=checkbox]):focus {
  border: 1px solid #003367;
}
.new-article.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .new-article.container {
    padding: 0;
    width: 90%;
  }
}
.new-article ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.new-article .button, .new-article .article-subscribe button {
  background-color: transparent;
  border: 1px solid #003367;
  border-radius: 4px;
  color: #003367;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .new-article .button, .new-article .article-subscribe button {
    width: auto;
  }
}
.new-article .button:visited, .new-article .article-subscribe button:visited, .new-article .button:hover, .new-article .article-subscribe button:hover, .new-article .button:active, .new-article .article-subscribe button:active, .new-article .button:focus, .new-article .article-subscribe button:focus {
  background-color: #003367;
  color: #FFFFFF;
  text-decoration: none;
}
.new-article .breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}
.new-article .breadcrumbs li {
  color: #5a6d7c;
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-article .breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.new-article .breadcrumbs li a:visited {
}
@media (min-width: 768px) {
  .new-article .breadcrumbs {
    margin: 0;
  }
}
.new-article .search-container {
  position: relative;
}
.new-article .search {
  border-color: #ddd;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.new-article .search input[type=search], .new-article .search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.new-article .search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.new-article .search input[type=search]:focus {
  color: #555;
}
.new-article .search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.new-article .search .clear-button:hover {
  background-color: #003367;
  color: #fff;
}
.new-article .search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #003367;
}
.new-article [dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
.new-article [dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
.new-article [dir=ltr] .search .clear-button:focus {
  border-left-color: #003367;
}
.new-article .search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
.new-article .sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
.new-article .sub-nav .breadcrumbs {
  margin: 0;
}
.new-article .sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
.new-article .sub-nav input[type=search]::after {
  font-size: 15px;
}
@media (min-width: 768px) {
  .new-article .sub-nav {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .new-article .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.new-article .article {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .new-article .article {
    flex: 1 0 80%;
    max-width: 80%;
    min-width: 640px;
    padding: 0 30px;
    padding-left: 40px;
    padding-right: 0;
  }
}
.new-article .article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .new-article .article-container {
    flex-direction: row;
  }
}
.new-article .article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .new-article .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.new-article .article-author {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .new-article .article-title {
    flex-basis: 100%;
    padding-top: 0;
  }
}
.new-article .article-info {
  max-width: 100%;
}
.new-article .article-meta {
  display: inline-block;
  vertical-align: middle;
}
.new-article .article-body a {
  color: #ab13dd;
  text-decoration: underline;
}
.new-article .article-body a:visited {
  color: #9358B0;
}
.new-article .article-body a:hover, .new-article .article-body a:active, .new-article .article-body a:focus {
  color: #0F3554;
}
.new-article .article-body ul, .new-article .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
.new-article .article-body ul {
  list-style-type: disc;
}
.new-article .article-body > p:last-child {
  margin-bottom: 0;
}
.new-article .article-content {
  line-height: 1.6; 
  margin: 40px 0;
  word-wrap: break-word;
}
.new-article .article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.new-article .article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .new-article .article-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.new-article .article-relatives {
  border-top: 1px solid #ab13dd;
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
.new-article .article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.new-article .article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .new-article .article-relatives {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .new-article .article-relatives > * {
    padding-right: 20px;
  }
}
.new-article .article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.new-article .article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.new-article .article-return-to-top {
  border-top: 1px solid #ddd;
}
.new-article .article-return-to-top a {
  color: #2F3941;
  display: block;
  padding: 20px 0;
}
.new-article .article-return-to-top a:hover, .new-article .article-return-to-top a:focus {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .new-article .article-return-to-top {
    display: none;
  }
}
.new-article .article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.new-article .sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.new-article .sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
}
.new-article .recent-articles li, .new-article .related-articles li {
  margin-bottom: 15px;
}
.new-article .share {
  padding: 0;
  white-space: nowrap;
}
.new-article .share li, .new-article .share a {
  display: inline-block;
}
.new-article .share li {
  height: 25px;
  width: 25px;
}
.new-article .share a {
  color: #5a6d7c;
}
.new-article .share a:hover {
  text-decoration: none;
  color: #003367;
}
.new-article .share a svg {
  height: 18px;
  width: 18px;
  display: block;
}
.new-article .comment-heading, .new-article .recent-articles-title, .new-article .related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.new-article .comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.new-article .comment-overview p {
  margin-top: 0;
}
.new-article .comment-callout {
  color: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.new-article .collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .new-article .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.new-article .collapsible-sidebar-title {
  margin-top: 0;
}
.new-article .collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .new-article .collapsible-sidebar-toggle {
    display: none;
  }
}
.new-article .collapsible-sidebar-toggle-icon {
  display: none;
}
.new-article .collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.new-article .collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #003367;
}
.new-article .collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .new-article .collapsible-sidebar-body {
    display: block;
  }
}
.new-article .meta-group {
  display: block;
}
.new-article .meta-group * {
  display: inline;
}
.new-article .meta-data {
  color: #5a6d7c;
  font-size: 10px;
}
.new-article .meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}
.new-article a {
  transition: 0.3s;
}
.new-article input#query {
  border-radius: 3px;
  height: 50px;
  border: none !important;
  font-size: 17px;
}
.new-article input#query:focus, .new-article input#query:active {
  border: none !important;
  outline: none !important;
}
.new-article nav.sub-nav .search-container {
  display: none;
  display: none;
}
.new-articlemain > .container {
  margin-top: -85px;
  position: relative;
  background: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
}
.new-article input#query {
  background: rgba(255, 255, 255, 0.8);
}
.new-article input#query:focus {
  background: #fff;
}
.new-article.container {
  box-shadow: 0px 10px 20px -10px rgba(4, 4, 5, 0.3);
  padding-bottom: 30px;
}
.new-article div#article-comments, .new-article .article-votes, .new-article .article-subscribe {
  display: none;
}
 .container {
  max-width: 1300px;
}
main > .container:not(.hp-main) {
  padding: 30px 35px;
  padding-bottom: 50px;
}
.new-article input#query {
  border-radius: 10px;
}
.new-article.container {
  border-radius: 9px !important;
}
 main .container {
  width: unset;
}
 main > .container:not(.hp-main) {
  padding-left: 10px;
  padding-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.new-article button.clear-button, .new-article .article-votes {
  display: none !important;
}

.container.new-article {
    margin-top: -30px;
    position: relative;
    z-index: 2;
    background: #fff;
}

header.article-header {
    margin-bottom: 10px !important;
}

.article-content {
    margin-top: 10px !important;
}

.article-body img {
    max-width: 100%;
}

.my-hp span.blocksitem-title {
    border-radius: 9px;
    box-shadow: 1px 1px 4px 2px rgb(255 255 255 / 50%);
    padding: 5px 12px;
}

.my-hp span.blocksitem-title:hover {
      box-shadow: 1px 1px 5px 4px rgb(255 255 255 / 50%);

}
.my-hp .knowledge-base ul li a:hover {
    text-decoration: none;
}

.my-hp .knowledge-base ul li a {
}

.my-hp span.blocksitem-title {
  background: #ab13dd !important;
    min-height: 50px;
box-sizing: border-box;
}


a.submit-a-request.date.date-new {
  max-width: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  background: var(--button-secondary-background-color, var(--secondary-100-color));
  color: #fff;
  /* text-transform: uppercase; */
  /* font-weight: 700; */
  letter-spacing: 0 !important;
  font-size: 16px;
  border: unset;
}

section.section.hero-category {
    height: 400px;
    background-position-y: 19%;
}
}

@media screen and (max-width: 1024px) {
 
section.section.hero-category {
    padding: 0 10px !important;
box-sizing: border-box;}

}

/* mobile 2 */

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





ul.key-articles {
    flex-wrap: wrap;
}

ul.key-articles li {
    margin-bottom: 10px;
    max-width: calc(50% - 20px);
  flex: 1 0 45%;
}

ul.key-articles a {
    font-size: 12px;
    padding: 9px;
}

section.section.hero-category {padding: 0 10px !important;}

section.section.hero-category {
    height: 435px;
}

main {
    padding-top: 0;
}

.hero-inner h2 {
    margin-bottom: 0;
    padding-bottom: 15px;
}


}
.header-right h2 {
    color: #FFF;
    border-color: #121212;
}

.blocks-item-img-category span.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-size: 38px;
    color: #000 !important;
}

.blocks-item-title-category {
    height: 50px !important;
}

h4.blocks-item-title-category-text {
}

.blocks-item-img-category {
    padding-top: 25px;
}

li.cccc.blocks-item-category {
    height: 140px;
}
.search input[type="submit"], ul.key-articles li a, a.submit-a-request.date.date-new,.my-hp .knowledge-base ul li a.articlelist-link {
transition: all .2s;
}

.search input[type="submit"]:hover, ul.key-articles li a:hover, a.submit-a-request.date.date-new:hover {
    opacity: 0.7;
}
.my-hp .knowledge-base ul li a.articlelist-link:hover {
  text-decoration: underline;
}
li.cccc.blocks-item-category.active {border-color: #ab13dd;}

a.seeall-articles+a.seeall-articles {
    display: none !important;
}


.header-right h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border-color: #fff;
}


/* hover */


a.submit-a-request.date.date-new,
ul.key-articles li a,
.my-hp span.blocksitem-title,
li.cccc.blocks-item-category,
.search input[type="submit"] {
    transition: all 300ms ease;
}

a.submit-a-request.date.date-new:hover,
ul.key-articles li a:hover,
.my-hp span.blocksitem-title:hover,
li.cccc.blocks-item-category:hover,
.search input[type="submit"]:hover {
    /* background-color: var(--neo); */
    filter: brightness(80%);
    /* color: var(--black); */
    text-decoration: none;
    opacity: 1;
    border-color: transparent;
    box-shadow: unset;
}
li.cccc.blocks-item-category:hover {
  border-radius: 9px;
}

.my-hp .knowledge-base ul li span.blocksitem-title a {
    /* text-transform: uppercase; */
    display: block;
    height: 100%;
    max-height: unset;
    color: #fff;
    font-size: 19px;
}

.my-hp span.blocksitem-title {
  box-shadow: unset;
  cursor: pointer;
}

span.blocksitem-title {
    display: flex;
}

html:not(.hp) .hero-inner h2,
html:not(.hp) ul.key-articles,
html:not(.hp) a.submit-a-request.date.date-new {
display: none !important;
}
html:not(.hp) section.section.hero-category{
height: 200px;
}

.new-article .related-articles-title,.new-article .collapsible-sidebar-title {
    font-weight: 800 !important;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.new-article .related-articles li {
    margin-bottom: 8px;
}

img.result-select {
    transform: rotate(-90deg);
}

a.blocks-item-link-category {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    background: #ab13dd !important;
    min-height: 50px;
    box-sizing: border-box;
    border-radius: 9px !important;
    padding: 5px 12px;
    box-sizing: border-box;
}

li.cccc.blocks-item-category {
    height: unset;
    border: none;
    background: transparent;
    flex: 1 0 180px;
    margin: 15px;
}

ul.blocks-list-category {
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    margin-left: 10px;
    margin-right: 10px;
}

.blocks-item-img-category span.material-icons {
    min-height: unset;
    width: 28px;
    font-size: 27px;
    margin-right: 10px;
    color: #fff !important;
}

.blocks-item-img-category {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h4.blocks-item-title-category-text {
    font-size: 16px;
    text-align: left;
    color: #fff;
      text-transform: none;
    font-weight: 700;
}

.blocks-item-title-category {
    height: unset !important;
}

li.cccc.blocks-item-category.active {
    background-color: var(--neo);
    filter: brightness(80%);
    color: var(--black);
    text-decoration: none;
    opacity: 1;
    border-color: transparent;
    box-shadow: unset;
    border-radius: 9px;
}

.article-item-left h3 {
    color: #fff !important;
}

.panel-one {
    border: none;
}

a.article-item {
    background: transparent;
}

.article-item-right img {
    transform: rotate(-90deg);
}

.article-item-left h3 {
    color: #fff;
    cursor: pointer;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

a.article-item {
    background: transparent;
    border-bottom: 1px solid #5b5b5b;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.article-item-right {
    margin-right: 0;
    padding-right: 0;
}

.article-item-left {
    padding-left: 0;
}

.panel-one {
    margin: 15px 0px;
}

a.seeall-articles {
  color: #ab13dd !important;
  font-size: 12px !important;
}

.form-field.request_custom_fields_15305444276380 {
    display: none !important;
}
section.section.hero-category {
    background: url(https://kijk.zendesk.com/hc/theming_assets/01KDWVRXPH1GVHGYDJHZYHAXGF);
    background-size: cover;
}


svg.injected-svg.h-8.w-8.lg\:w-6.lg\:h-6 {}

form.search.search-full svg {
    position: absolute;
    z-index: 999;
    top: 27%;
    color: #fff;
    left: 13px;
    width: 27px;
    height: 27px;
}


.search-full {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transform-origin: center;
}

.search-full.is-focused {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgb(42 42 42 / 41%);
}
.search-full.is-focused svg { 
    color: #ac12dd !important;
}
.search-full.is-focused  input#query {
    background: #fff;
}

:root {
    --spacing: 4px;
    --color-primary: var(--primary-100-color);
    --color-primary-50: var(--primary-50-color);
    --color-primary-120: var(--primary-120-color);
    --color-secondary-100: var(--secondary-100-color);
    --color-neutral-0: var(--neutral-0-color);
    --color-neutral-10: var(--neutral-10-color);
    --color-neutral-20: var(--neutral-20-color);
    --color-neutral-40: var(--neutral-40-color);
    --color-neutral-60: var(--neutral-60-color);
    --color-neutral-80: var(--neutral-80-color);
    --color-neutral-90: var(--neutral-90-color);
    --color-neutral-100: var(--neutral-100-color);
    --color-header-text: var(--header-text-color, var(--neutral-90-color));
    --color-footer-text: var(--footer-text-color, var(--neutral-0-color));
    --color-skeleton: var(--skeleton-color);
    --color-new-track: var(--new-track-color);
    --color-quote-icon: var(--quote-icon-color, var(--color-primary));
    --color-top-bar-icon: var(--top-bar-icon-color, var(--neutral-0-color));
    --color-icon-button-disabled: var(--icon-button-disabled-color, var(--neutral-20-color));
    --color-button-primary: var(--button-primary-text-color, var(--neutral-0-color));
    --color-button-secondary: var(--button-secondary-text-color, var(--neutral-0-color));
    --color-button-outline: var(--button-outline-text-color, var(--primary-100-color));
    --color-button-text: var(--button-primary-text-color, var(--neutral-0-color));
    --color-button-tertiary: var(--primary-100-color);
    --radius-button: var(--button-border-radius, 26px);
    --color-divider: var(--divider-color, var(--neutral-10-color));
    --color-hamburger-background: var(--hamburger-background-color, var(--neutral-90-color));
    --color-social-media: var(--button-social-media-background-color, var(--primary-100-color));
    --color-social-media-text: var(--button-social-media-text-color, var(--neutral-0-color));
    --color-social-media-hover: var(--button-social-media-hover-background-color, var(--primary-120-color));
    --color-social-media-active: var(--button-social-media-active-background-color, var(--primary-50-color));
    --color-toplist-icon: var(--toplist-icon-background-color, var(--secondary-100-color));
    --color-toplist-icon-text: var(--toplist-icon-text-color, var(--neutral-0-color));
    --opacity-01: var(--opacity-01);
    --opacity-02: var(--opacity-02);
    --opacity-03: var(--opacity-03);
    --opacity-04: var(--opacity-04);
    --opacity-05: var(--opacity-05);
    --opacity-06: var(--opacity-06);
    --opacity-07: var(--opacity-07);
    --container-xl: 1440px;
    --z-base: 1;
    --z-base-controls: 2;
    --z-gradient: 3;
    --z-track-context-button: 900;
    --z-floating: 1000;
    --z-tab-bar: 1099;
    --z-drawer: 1200;
    --z-hamburger: 1301;
    --animate-slide-up: slide-up .3s ease-in forwards;
}

.my-footer .flex {
    display: flex;
}


.flex-col {
    flex-direction: column !important;
}


.font-header-5 {
    font: var(--font-header-5) !important;
}

@media (min-width: 900px) {
    
    .md\:gap-4 {
        gap: calc(4px * 4) !important;
    }
}

@media (min-width: 900px) {
    .md\:gap-3 {
        gap: calc(4px * 3) !important;
    }
}
.gap-4 {
    gap: calc(4px
              * 4) !important;
}

.bg-social-media {
    background-color: var(--color-social-media) !important;
}


.p-3 {
    padding: calc(var(--spacing) * 3) !important;
}

.rounded-\[26px\] {
    border-radius: 26px !important;
}
.justify-center {
    justify-content: center !important;
}
.items-center {
    align-items: center !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.max-w-full {
    max-width: 100% !important;
}
.w-\[40px\] {
    width: 40px !important;
}
.h-\[40px\] {
    height: 40px !important;
}
.inline-flex {
    display: inline-flex !important;
}

s {}

.flex.gap-4.md\:gap-3 a div {
    display: flex;
}

.flex.gap-4.md\:gap-3 a div svg {
    width: 20px;
}

.my-footer {
    background: #000;
}

