@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

html, body {
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.page-section .col {
  padding: 0 !important;
}
#page-helpdesk {
  margin-top: 20px;
  padding: 10px;
}
#page-helpdesk .searchinput {
  width: 100%;
}
#helpdesk-main > div > div:nth-child(1) {
  float: none;
}
#helpdesk-main > div > div.category-box.category-box-desktop.category-box-right-desktop {
  display: none;
  overflow: hidden;
}

#helpdesk-main-articles,
#helpdesk-main .article-list {
  padding-left: 0;
}

#helpdesk-main-articles .category-box li a {
  width: auto;
}

#page-helpdesk .breadcrumbs ul,
#page-helpdesk .breadcrumbs ul li a::after {
  padding-left: 10px !important;
}

#helpdesk-topics .topic-list {
  padding: 10px;
  margin: 0;
  min-width: auto;
}

#helpdesk-topics .topic-list ul {
  padding: 0;
}

#helpdesk-topics .topic-list ul li a {
  padding: 10px;
}

#helpdesk-topics .topic-list header h1 {
  padding: 20px 10px 10px;
}

#helpdesk-main > div > div.category-box.category-box-mobile.category-box-right-mobile {
  display: none;
}
