.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 1;
  font-size: 25.5px;
  font-weight: 200;
  line-height: 1.5;
}
small {
  font-size: 85%;
}
b {
  font-weight: 700;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13.6px;
}
h1 small {
  font-size: 28px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 12px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 24px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 12px;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
.button {
  background: #ff5e49;
  display: inline-block;
  padding: 0.8em 2em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "0 3px 0 #4DB300, 0 6px 2px rgba(0, 0, 0, 0.2)";
  -moz-box-shadow: "0 3px 0 #4DB300, 0 6px 2px rgba(0, 0, 0, 0.2)";
  box-shadow: "0 3px 0 #4DB300, 0 6px 2px rgba(0, 0, 0, 0.2)";
  color: #ffffff;
}
textarea:focus,
input:focus {
  outline: 0;
}
.kb-detail-page .sub-hero,
.kb-category-page .sub-hero,
.kb-overview-page .sub-hero,
.support-academy .sub-hero,
.support-page .sub-hero {
  background: #E4DDEE;
}
.kb-detail-page .sub-hero h1,
.kb-category-page .sub-hero h1,
.kb-overview-page .sub-hero h1,
.support-academy .sub-hero h1,
.support-page .sub-hero h1,
.kb-detail-page .sub-hero p,
.kb-category-page .sub-hero p,
.kb-overview-page .sub-hero p,
.support-academy .sub-hero p,
.support-page .sub-hero p,
.kb-detail-page .sub-hero a,
.kb-category-page .sub-hero a,
.kb-overview-page .sub-hero a,
.support-academy .sub-hero a,
.support-page .sub-hero a,
.kb-detail-page .sub-hero #navigation-path,
.kb-category-page .sub-hero #navigation-path,
.kb-overview-page .sub-hero #navigation-path,
.support-academy .sub-hero #navigation-path,
.support-page .sub-hero #navigation-path {
  color: #1f2128;
}
.kb-detail-page .sub-hero h1,
.kb-category-page .sub-hero h1,
.kb-overview-page .sub-hero h1,
.support-academy .sub-hero h1,
.support-page .sub-hero h1 {
  font-size: 46px;
  margin-top: 0;
}
.kb-detail-page .sub-hero p,
.kb-category-page .sub-hero p,
.kb-overview-page .sub-hero p,
.support-academy .sub-hero p,
.support-page .sub-hero p {
  width: 100%;
}
@media all and (min-width: 48em) {
  .kb-detail-page .sub-hero p,
  .kb-category-page .sub-hero p,
  .kb-overview-page .sub-hero p,
  .support-academy .sub-hero p,
  .support-page .sub-hero p {
    width: 50%;
    margin: 20px auto;
  }
}
@media all and (min-width: 72em) {
  .kb-detail-page .sub-hero p,
  .kb-category-page .sub-hero p,
  .kb-overview-page .sub-hero p,
  .support-academy .sub-hero p,
  .support-page .sub-hero p {
    margin: 20px 0;
  }
}
.kb-detail-page .sub-hero .support-navigation,
.kb-category-page .sub-hero .support-navigation,
.kb-overview-page .sub-hero .support-navigation,
.support-academy .sub-hero .support-navigation,
.support-page .sub-hero .support-navigation {
  display: block;
}
@media all and (min-width: 72em) {
  .kb-detail-page .sub-hero .support-navigation,
  .kb-category-page .sub-hero .support-navigation,
  .kb-overview-page .sub-hero .support-navigation,
  .support-academy .sub-hero .support-navigation,
  .support-page .sub-hero .support-navigation {
    display: flex;
  }
}
.kb-detail-page .sub-hero #navigation-path,
.kb-category-page .sub-hero #navigation-path,
.kb-overview-page .sub-hero #navigation-path,
.support-academy .sub-hero #navigation-path,
.support-page .sub-hero #navigation-path {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media all and (min-width: 72em) {
  .kb-detail-page .sub-hero #navigation-path,
  .kb-category-page .sub-hero #navigation-path,
  .kb-overview-page .sub-hero #navigation-path,
  .support-academy .sub-hero #navigation-path,
  .support-page .sub-hero #navigation-path {
    margin-bottom: 0;
    text-align: left;
    width: 75%;
    padding-right: 15%;
  }
}
.kb-detail-page .sub-hero #navigation-path a,
.kb-category-page .sub-hero #navigation-path a,
.kb-overview-page .sub-hero #navigation-path a,
.support-academy .sub-hero #navigation-path a,
.support-page .sub-hero #navigation-path a {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.kb-detail-page .sub-hero #navigation-path a:hover,
.kb-category-page .sub-hero #navigation-path a:hover,
.kb-overview-page .sub-hero #navigation-path a:hover,
.support-academy .sub-hero #navigation-path a:hover,
.support-page .sub-hero #navigation-path a:hover {
  text-decoration: underline;
}
.kb-detail-page .sub-hero form,
.kb-category-page .sub-hero form,
.kb-overview-page .sub-hero form,
.support-academy .sub-hero form,
.support-page .sub-hero form {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 48em) {
  .kb-detail-page .sub-hero form,
  .kb-category-page .sub-hero form,
  .kb-overview-page .sub-hero form,
  .support-academy .sub-hero form,
  .support-page .sub-hero form {
    width: 400px;
  }
}
@media all and (min-width: 72em) {
  .kb-detail-page .sub-hero form,
  .kb-category-page .sub-hero form,
  .kb-overview-page .sub-hero form,
  .support-academy .sub-hero form,
  .support-page .sub-hero form {
    margin: 0;
  }
}
.kb-detail-page .sub-hero form input,
.kb-category-page .sub-hero form input,
.kb-overview-page .sub-hero form input,
.support-academy .sub-hero form input,
.support-page .sub-hero form input {
  width: 100%;
  margin-top: 15px;
  padding: 16px 24px;
  border: none;
  font-size: 18px;
}
.kb-detail-page section.scroll-nav__section,
.kb-category-page section.scroll-nav__section,
.kb-overview-page section.scroll-nav__section,
.support-academy section.scroll-nav__section,
.support-page section.scroll-nav__section {
  margin: 4em 0;
  padding: 0;
}
.kb-detail-page section.scroll-nav__section h2,
.kb-category-page section.scroll-nav__section h2,
.kb-overview-page section.scroll-nav__section h2,
.support-academy section.scroll-nav__section h2,
.support-page section.scroll-nav__section h2 {
  margin: 0 0 20px;
}
.support-home .sub-hero p {
  width: auto;
}
.support-page .article {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.support-page .article h2 {
  margin: 80px 0 20px;
}
.support-page .article h3,
.support-page .article h4 {
  margin: 50px 0 10px;
}
.support-page .article h4 {
  text-transform: uppercase;
}
.support-page .article h4 code {
  text-transform: none;
  padding: 0;
  background: none;
  vertical-align: unset;
  display: inline;
  margin-left: 5px;
}
@media all and (min-width: 56em) {
  .support-page .article {
    width: 800px;
  }
}
@media all and (min-width: 80em) {
  .support-page .article {
    width: 1000px;
    float: left;
    padding: 0 150px 0 0;
    margin: 0;
  }
}
.support-page .article h3 {
  margin-top: 50px;
}
.support-page .article ul,
.support-page .article ul li,
.support-page .article ol li,
.support-page .article p {
  font-size: 18px;
}
.support-page .article ul {
  position: relative;
  margin: 0 0 30px 0;
}
.support-page .article div#LevelSitemap ul li,
.support-page .article ul li {
  padding-left: 30px;
  position: relative;
}
.support-page .article div#LevelSitemap ul li:before,
.support-page .article ul li:before {
  background-color: #979daf;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 11px;
}
.support-page .article ol {
  counter-reset: li;
}
.support-page .article ol li {
  padding: 0 0 12px 14px;
  line-height: 30px;
  margin: 28px 0;
}
.support-page .article ol li:before {
  content: counter(li);
  counter-increment: li;
  margin-right: 15px;
  font-size: 26px;
  font-weight: bold;
  margin-left: -40px;
  position: absolute;
}
.support-page .article p {
  margin-bottom: 30px;
}
.support-page .article p img.icon-cm {
  position: relative;
  margin: 0.1em 0 0 0;
}
.support-page .article .monitor-status {
  color: #ffffff;
  border-radius: 2px;
  padding: 0 5px;
}
.support-page .article .monitor-status.ok {
  background: #57b776;
}
.support-page .article .monitor-status.unconfirmed {
  background: #f0c55e;
}
.support-page .article .monitor-status.error {
  background: #d85146;
}
.support-page .article div#LevelSitemap ul li.level0 {
  width: 100%;
  float: none;
  position: relative;
  margin-bottom: 20px;
}
.support-page .article div#LevelSitemap ul li a {
  color: #1f2128;
  text-decoration: underline;
  font-size: 20px;
}
.support-page .article div#LevelSitemap ul li a:hover {
  color: inherit;
  text-decoration-color: #b4b8c5;
}
.support-page p,
.support-page p + ul,
.support-page p + ol {
  margin-bottom: 30px;
}
.support-page .anchor-target {
  height: 0;
}
.support-page .article .table-scroll {
  overflow: auto;
  z-index: 1;
  height: 80vh;
  margin: 30px 0;
}
.support-page .article .table-scroll table {
  margin: 0;
}
.support-page .article .table-scroll thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.support-page .article .table-scroll thead th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
}
.support-page .article .table-scroll tr td:first-child {
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.support-page .article table {
  background: #ffffff;
  width: 100%;
  font-size: 16px;
  margin: 30px 0;
  position: relative;
  table-layout: fixed;
}
.support-page .article table td .check-bullet:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #1f2128;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.support-page .article table.small th,
.support-page .article table.small td {
  padding: 0.5rem 1rem;
}
.support-page .article table ul li {
  font-size: 16px;
}
.support-page .article table th,
.support-page .article table td {
  padding: 1.5rem;
  border: 1px solid #E2E4E9;
}
.support-page .article table th.cell-small,
.support-page .article table td.cell-small {
  width: calc(20%);
}
.support-page .article table th.cell-medium,
.support-page .article table td.cell-medium {
  width: calc(25%);
}
.support-page .article table th.cell-large,
.support-page .article table td.cell-large {
  width: calc(33.333333333333336%);
}
.support-page .article table th.cell-extralarge,
.support-page .article table td.cell-extralarge {
  width: calc(50%);
}
.support-page .article table th {
  background: #F6F7F8;
  text-align: left;
  white-space: nowrap;
}
.support-page .article table tr:nth-child(odd) td {
  background: #ffffff;
}
.support-page .article table td {
  word-break: break-word;
}
.support-page .article table td code {
  background: #FCF3F6;
  color: #C33763;
  padding: 2px 8px;
}
.support-page .article table td code:only-child {
  background: none;
}
.support-page .article table td p,
.support-page .article table td ul {
  margin: 0;
  font-size: 1em;
}
.support-page .article table td:first-child code {
  word-break: normal;
}
.support-page .article table p + ul {
  margin-top: 20px;
}
.support-page .article table code {
  background: none;
  color: #C33763;
  padding: 0;
  word-break: break-word;
  margin: 0;
}
nav.scroll-nav.fixed .scroll-nav__wrapper {
  position: fixed;
  top: 100px;
  width: 400px;
}
.scroll-nav {
  display: none;
}
.scroll-nav a {
  padding: 8px 16px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-bottom: 0;
  display: block;
  border-radius: 4px;
  color: #1f2128;
  font-size: 16px;
}
.scroll-nav a:hover {
  text-decoration: underline;
}
@media all and (min-width: 80em) {
  .scroll-nav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
  }
}
@media all and (min-width: 90em) {
  .scroll-nav {
    width: 400px;
  }
}
.scroll-nav .scroll-nav__item.active a {
  background: #1f2128;
  color: #ffffff;
}
.scroll-nav .scroll-nav__item.active a:hover {
  text-decoration: none;
}
.scroll-nav ol {
  margin-left: 0;
}
section.search {
  padding-bottom: 0;
}
.support-academy-home .addsearch {
  margin-bottom: 80px;
}
.sub-hero input[name="addsearch"] {
  background-color: #ffffff;
  margin: 40px auto 0;
}
input[name="addsearch"] {
  font-size: 20px;
  background-color: #ffffff;
  background-image: url(../../../../frontend/images/loupe.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border: 1px solid #BDC0CB;
  padding: 16px;
  width: 100%;
  margin: 0 auto 80px;
  display: block;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 64em) {
  input[name="addsearch"] {
    width: 600px;
  }
}
input[name="addsearch"]::-webkit-input-placeholder {
  color: #8D92A5 !important;
}
#addsearch-logo-img {
  display: none !important;
}
#addsearch-results {
  font-family: "Inter", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
#addsearch-results .addsearch-result-item-sub,
#addsearch-results .addsearch-result-item-sub div {
  min-height: 0 !important;
}
#addsearch-results .addsearch-result-item-sub p {
  font-size: 16px;
  color: #1f2128;
}
#addsearch-results #addsearch-rp-paging {
  float: left !important;
}
#addsearch-results .addsearch-result-item-sub h1 a,
#addsearch-results .addsearch-result-item-sub h2 a {
  color: #1f2128 !important;
  font-weight: bold !important;
  font-size: 18px !important;
}
#addsearch-results em,
#addsearch-results p em {
  color: #1f2128 !important;
}
#addsearch-results .addsearch-result-item-sub div {
  padding: 0 !important;
}
#addsearch-results .addsearch-result-item-container:hover h2 a {
  text-decoration: underline !important;
}
#addsearch-results .addsearch-result-item-sub {
  background-image: none !important;
  border-bottom: 1px solid #EEEFF2 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
#addsearch-results .addsearch-result-item-container {
  background-image: none !important;
}
#addsearch-results-right {
  display: none;
}
#addsearch-results.addsearch-d {
  width: 100% !important;
  box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #c1c4ce !important;
  margin-top: -4px;
}
#addsearch-results .addsearch-result-item-sub p span.document_url {
  color: #62687e !important;
}
#addsearch-results .addsearch-result-item-sub div {
  width: 100% !important;
}
#addsearch-results-mid {
  width: 100% !important;
}
.related-articles {
  margin-top: 5em;
}
.related-articles h4 {
  font-size: 30px;
  text-transform: none !important;
  margin: 50px 0 15px !important;
}
.related-articles .NavigationSelected {
  display: none;
}
.related-articles ul li {
  padding-left: 0 !important;
}
.related-articles ul li:before {
  display: none;
}
.marker-menu-structure {
  font-style: italic;
}
.marker-button {
  background: #00bbd7;
  padding: 0px 7px;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.marker-button.save {
  background: #57b776;
}
.marker-button.rum {
  padding-left: 30px;
  position: relative;
}
.marker-button.rum:before {
  background: url(../../../../Frontend/images/sub/rum/rocket.svg) no-repeat;
  background-position: -5px 2px;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.marker-tab {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-top: 1px solid #4c5061;
  border-left: 1px solid #4c5061;
  border-right: 1px solid #4c5061;
  padding: 0 4px;
  white-space: nowrap;
}
.support-page .article p code,
.support-page .article ul li code {
  background: #FCF3F6;
  color: #C33763;
  display: inline;
  padding: 3px 6px;
}
pre,
code {
  background: #FCF3F6;
}
pre code {
  padding: 0;
  margin: 0;
}
code.inline + code.inline {
  margin-left: 5px !important;
}
.support-page .article pre {
  padding: 0;
  background: transparent;
}
.support-page .article p code {
  display: inline;
}
.support-page .article code {
  background: #383B47;
  color: #FFFFFF;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  vertical-align: middle;
  width: auto;
  word-wrap: break-word;
  display: block;
  margin: 0 0 30px 0;
}
.support-page .article code.inline {
  color: #C33763;
  display: inline;
  padding: 3px 6px;
}
.support-page .article code.source,
.support-page .article code.property,
.support-page .article code.comparison,
.support-page .article code.target,
.support-page .article code.variable,
.support-page .article code.property,
.support-page .article code.comparison,
.support-page .article code.target,
.support-page .article code.variable {
  color: #ffffff;
}
.support-page .article code.source {
  background: #3b8686;
}
.support-page .article code.property {
  background: #837ead;
}
.support-page .article code.comparison {
  background: #ad8574;
}
.support-page .article code.target {
  background: #f596c5;
}
.support-page .article code.variable {
  background: #007bb6;
}
.support-page .article code .variable {
  color: #ffffff;
}
.support-page .article code span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.support-page .article code .source {
  background: #3b8686;
}
.support-page .article code .property {
  background: #837ead;
}
.support-page .article code .comparison {
  background: #ad8574;
}
.support-page .article code .target {
  background: #f596c5;
}
.support-page .article code .variable {
  background: #007bb6;
}
.number {
  background: #00bbd7;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  padding: 0 11px;
}
.support-page article .tabs-menu {
  height: 30px;
  float: left;
  clear: both;
  margin-left: 0;
}
.support-page article .tabs-menu li {
  list-style: none!important;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}
.support-page article .tabs-menu li.current {
  position: relative;
  z-index: 5;
}
.support-page article .tabs-menu a {
  text-transform: uppercase;
  color: #7b8198 !important;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 3px solid #ffffff;
}
.support-page article .tabs-menu a:hover {
  text-decoration: none!important;
  border-bottom: 3px solid #7b8198;
}
.support-page article .tabs-menu .current a {
  color: #00bbd7 !important;
  border-bottom: 3px solid #00bbd7;
}
.support-page article .tabs-menu .current a:hover {
  border-bottom: 3px solid #00bbd7;
}
.tab {
  float: left;
  margin-bottom: 20px;
  width: auto;
}
.tab-content {
  width: 660px;
  padding-top: 20px;
  display: none;
}
#tab-1 {
  display: block;
}
#SearchForm {
  margin: 0 auto;
  width: 600px;
}
#SearchForm input {
  background: #b4b8c5;
  border-radius: 5px;
  height: 55px;
  border: medium none;
  width: 70%;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-right: 10px;
  font-size: 25px;
  font-weight: 200;
}
#SearchForm input[type=submit] {
  background: #1f2128;
  border: medium none;
  height: 55px;
  width: 20%;
  display: inline-block;
  color: #ffffff;
  font-size: 25px;
  font-weight: 200;
}
#SearchForm input[type=submit]:hover {
  background: #353945;
}
#SearchForm ::-webkit-input-placeholder {
  color: #898fa4;
}
.support-home #SearchForm {
  margin-top: 50px;
}
.support-home .sub-hero p {
  font-size: 16px;
}
.support-page #SearchForm {
  margin-bottom: 50px;
}
#SearchResults .Paging a,
#SearchResults .Paging span {
  padding: 0px 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
  margin-bottom: 10px;
}
#SearchResults .Paging a {
  background: #b4b8c5;
  color: #7b8198;
}
#SearchResults .Paging a:hover {
  background: #a6aaba;
  color: #575c70;
  text-decoration: none;
}
#SearchResults .Paging span {
  background: #7b8198;
  color: #ffffff;
}
.support-page .sub-hero,
.support-academy-home .sub-hero {
  padding: 4.5em 0;
}
.support-page .sub-hero p,
.support-academy-home .sub-hero p {
  margin-bottom: 0;
}
.support-page .sub-hero p a,
.support-academy-home .sub-hero p a {
  font-weight: normal;
  text-decoration: underline;
}
.support-page .sub-hero p a:hover,
.support-academy-home .sub-hero p a:hover {
  color: #ffffff !important;
  text-decoration-color: rgba(0, 0, 0, 0.3) !important;
}
.support-page .support-section {
  width: 100%;
  min-height: 250px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 2em;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.support-page .support-section:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.support-page .support-section a {
  text-decoration: none;
}
.support-page .support-section.uptrendsv4 h2 {
  background-color: #1f2128;
}
.support-page .support-section.uptrendsv4:hover h2 {
  background-color: #09090b;
}
.support-page .support-section.uptrendsv4 h3 {
  color: #09090b;
}
.support-page .support-section.account-management h2 {
  background-color: #91d3de;
}
.support-page .support-section.account-management:hover h2 {
  background-color: #6ac3d2;
}
.support-page .support-section.account-management h3 {
  color: #6ac3d2;
}
.support-page .support-section.setting-up-probes h2 {
  background-color: #7bc693;
}
.support-page .support-section.setting-up-probes:hover h2 {
  background-color: #57b776;
}
.support-page .support-section.setting-up-probes h3 {
  color: #57b776;
}
.support-page .support-section.working-with-reports h2 {
  background-color: #a19dc1;
}
.support-page .support-section.working-with-reports h2:hover {
  background-color: #666098;
}
.support-page .support-section.working-with-reports:hover h2 {
  background-color: #837ead;
}
.support-page .support-section.working-with-reports h3 {
  color: #837ead;
}
.support-page .support-section.monitoring-explained h2 {
  background-color: #f2cd75;
}
.support-page .support-section.monitoring-explained:hover h2 {
  background-color: #eebc46;
}
.support-page .support-section.monitoring-explained h3 {
  color: #f2cd75;
}
.support-page .support-section.account-access h2 {
  background-color: #ff8b7c;
}
.support-page .support-section.account-access:hover h2 {
  background-color: #ff5e49;
}
.support-page .support-section.account-access h3 {
  color: #ff5e49;
}
.support-page .support-section.payments h2 {
  background-color: #c0a194;
}
.support-page .support-section.payments:hover h2 {
  background-color: #ad8574;
}
.support-page .support-section.payments h3 {
  color: #ad8574;
}
.support-page .support-section h2 {
  text-transform: uppercase;
  background: red;
  font-size: 1.4em;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.support-page .support-section h2 .view-all {
  display: none;
  float: right;
  text-transform: none;
  font-weight: 300;
  margin-right: 0.3em;
}
.support-page .support-section h2 .category-count {
  float: right;
  text-transform: none;
  font-weight: 300;
}
.support-page .support-section h2 a {
  color: #ffffff;
  display: block;
  padding: 0.25em 0.75em;
}
.support-page .support-section h2 a:hover {
  color: #ffffff;
}
.support-page .support-section h2 a:active {
  color: #ffffff;
}
.support-page .support-section .categories {
  padding: 1em;
}
.support-page .support-section .more-categories {
  display: none;
}
.support-page .support-section .show-more {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-weight: bold;
  color: #1f2128;
  font-size: 1.2em;
}
.support-page .support-section .support-category {
  float: left;
  min-height: 13em;
  width: 25%;
}
.support-page .support-section .support-category a {
  color: #1f2128;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-right: 1em;
  padding-bottom: 1em;
}
.support-page .support-section .support-category a:hover h3 {
  text-decoration: underline;
}
.support-page .support-section .support-category h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
}
.support-page .support-section .support-category h3 .icon {
  font-size: 1.3em;
  margin-right: 0.2em;
}
.support-page .support-section .support-category .articles ul {
  margin-left: 0;
}
.support-page .support-section .support-category .articles ul li {
  list-style: none;
}
.support-page .support-section .support-category .articles ul li:before {
  font-family: "uptrends-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
  color: #1f2128;
  margin-right: 0.2em;
  font-size: 0.9em;
}
.support-page .support-section .support-category .articles a {
  color: #1f2128;
  font-weight: normal;
  font-size: 0.9em;
}
.support-page .support-section .support-category .articles a.view-all-articles {
  color: #00bbd7;
  text-decoration: underline;
}
.support-page #lessons ul li {
  padding-left: 0;
}
.support-page #lessons ul li:before {
  background-color: transparent;
  content: "";
  width: 0;
  height: 0;
  border-radius: 0px;
}
.support-page article {
  width: 65%;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 4em;
}
.support-page article h2 {
  font-size: 2em;
  line-height: 1.4em;
  margin-top: 50px;
}
.support-page article h2:first-child {
  margin-top: 0;
}
.support-page article h3 {
  font-size: 1.4em;
  margin-top: 50px;
  margin-bottom: 20px;
}
.support-page article h4 {
  font-size: 25px;
  line-height: 1.2em;
  margin: 65px 0 10px;
}
.support-page article a:hover {
  color: #00bbd7;
  text-decoration: underline;
}
.support-page article ul li {
  padding-left: 30px;
  position: relative;
}
.support-page article ul li:before {
  background-color: #979daf;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 11px;
}
.support-page article ol {
  counter-reset: li;
}
.support-page article ol li {
  line-height: 30px;
  margin: 28px 0 0 15px;
}
.support-page article ol li:before {
  content: counter(li);
  counter-increment: li;
  margin-right: 15px;
  color: #dfe1e6;
  font-size: 32px;
  font-weight: bold;
  margin-left: -40px;
  position: absolute;
}
.support-page aside {
  width: 30%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.support-page aside .sidebar-column {
  padding: 10px 0;
  margin: 1em 0;
  min-height: 10em;
  -webkit-transition: border-color 0.25s ease 0s;
  -moz-transition: border-color 0.25s ease 0s;
  -o-transition: border-color 0.25s ease 0s;
  transition: border-color 0.25s ease 0s;
  background: #e6f5fc;
  border: 2px solid #cfecf9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.support-page aside .sidebar-column:first-child {
  margin-top: 0;
}
.support-page aside .sidebar-column:first-child h3 {
  color: #1f2128;
}
.support-page aside .sidebar-column ul {
  margin: 0;
  padding: 0;
}
.support-page aside .sidebar-column ul li {
  list-style: none;
}
.support-page aside .sidebar-column a {
  font-weight: normal;
  color: #1f2128;
  display: block;
  padding: 0 30px;
}
.support-page aside .sidebar-column a:hover {
  background-color: #cfecf9;
  text-decoration: none;
}
.support-page aside .sidebar-column a.button {
  color: #ffffff;
  margin: 10px 30px;
  padding: 0.5em 1em;
}
.support-page aside .sidebar-column a.button:hover {
  background-color: #00c6e4;
}
.support-page aside .sidebar-column h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1f2128;
  padding: 0 30px;
}
.support-page .articles-per-category {
  float: left;
  width: 45%;
  margin-right: 2.4em;
}
.support-page .articles-per-category h2 {
  margin-top: 1em;
}
.support-page .articles-per-category .all-articles {
  font-weight: normal;
  font-size: 0.8em;
  margin-left: 0.3em;
  float: right;
}
#activateQuoteFrame {
  border: medium none;
  height: 400px;
  width: 100%;
}
.support-home section.extra-info {
  padding: 0 0 10em;
}
.support-home .content-blocks {
  padding-bottom: 20px;
}
.support-home .content-block.block-4,
.support-home .content-block.block-3 {
  text-align: center;
}
.support-home .content-block.block-4 p,
.support-home .content-block.block-3 p {
  text-align: left;
}
.support-home .button {
  font-size: 22px;
}
.support-home .category a {
  color: #1f2128;
  display: block;
}
.support-home .category a img {
  padding: 7px 0 0;
  transition: all 0.2s ease-in-out;
}
.support-home .category a:hover {
  text-decoration: none;
}
.support-home .category a:hover img {
  transform: scale(1.1);
}
.support-home .category:active {
  transform: translateY(2px);
}
.support-home .category img {
  margin: 0 auto;
  width: 140px;
}
.support-home .category h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.support-home .business-hours {
  background-color: #fbefd2;
  padding: 1em 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.support-home h3 {
  color: #1f2128;
}
.support-academy-home {
  background: #F6F7F8;
}
.support-academy-home .content-block.block-3 {
  margin-bottom: 20px;
}
.support-academy-home .course {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.support-academy-home .course:active {
  transform: translateY(2px);
}
.support-academy-home .course p {
  padding: 10px 20px;
  min-height: 100px;
  font-size: 18px;
}
.support-academy-home .course h2 {
  background: #00bbd7;
  margin-bottom: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 25px;
}
.support-academy-home .course h2.probes {
  background: #64ce7e;
}
.support-academy-home .course h2.reporting {
  background: #9375bd;
}
.support-academy-home .course h2.alerting {
  background: #e9c149;
}
.support-academy-home .course h2 a {
  padding: 10px 20px;
  color: #ffffff;
  display: block;
}
.support-academy-home .course h2 a:hover {
  text-decoration: none;
}
.support-academy-home .course h2 a .icon {
  margin-right: 7px;
}
.support-academy-home article {
  width: 100%;
  padding: 0;
}
.support-academy .support-article ul li {
  margin-top: 20px;
}
.support-course .course-menu {
  background: #c4c7ce;
  padding: 10px 0 12px;
  width: 100%;
}
.support-course .course-menu .button {
  background-color: #1f2128;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.support-course .course-menu .button .icon {
  font-size: 1.5em;
  margin-right: 10px;
}
.support-course #lessons {
  margin-bottom: 50px;
}
.support-course #lessons .icon {
  float: right;
}
.support-course #lessons ul {
  margin: 0;
}
.support-course #lessons ul li {
  list-style: none;
  margin: 0;
}
.support-course #lessons ul li:first-child > a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.support-course #lessons ul li:last-child {
  border-bottom: 0px solid transparent;
}
.support-course #lessons ul li:last-child > a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.support-course #lessons ul li a {
  background: #E2E4E9;
  color: #1f2128;
  text-decoration: none;
  border-bottom: 1px solid #ced1dd;
  padding: 10px 20px;
  display: block;
}
.support-course #lessons ul li a:hover {
  background: #ced1dd;
  text-decoration: none;
}
.support-lesson .article {
  clear: both;
}
.support-lesson .lesson-sidebar {
  background: #dfe1e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  padding: 0;
}
.support-lesson .lesson-sidebar ul {
  margin: 0;
}
.support-lesson .lesson-sidebar li:last-child a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.support-lesson .lesson-sidebar li:first-child a {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.support-lesson .lesson-sidebar a {
  display: block;
  padding: 10px 20px;
  color: #1f2128;
  border-bottom: none !important;
}
.support-lesson .lesson-sidebar a:hover {
  background: #d1d3db;
  text-decoration: none;
}
.support-lesson .lesson-sidebar a.selected {
  background: #979daf;
  color: #ffffff !important;
  font-weight: bold;
}
.course-navigation {
  background: #b4b8c5;
  width: 100%;
  position: relative;
  height: 80px;
}
.course-navigation a.navi {
  position: absolute;
  height: 100px;
  display: block;
  font-size: 1.5em;
  color: #ffffff;
  padding: 27px 0;
}
.course-navigation a.navi:hover {
  text-decoration: none;
  color: #1f2128;
}
.course-navigation a.navi .icon {
  font-size: 1.1em;
}
.course-navigation a.navi.previous {
  left: 0;
}
.course-navigation a.navi.previous .icon {
  margin-right: 10px;
}
.course-navigation a.navi.next {
  right: 0;
  text-align: right;
}
.course-navigation a.navi.next .icon {
  margin-left: 10px;
}
.course-navigation a.navi.next a {
  background: #00bbd7;
  color: #ffffff;
}
