header.help .nav-item.active a {
  color: #fff;
}
header.help .nav-item.active a.dropdown-item {
  color: #00204D;
}
main.help {
  font-size: 16px;
  font-family: 'AcronisCyberLight', Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
}
main.help .col-12 h1 {
  margin-bottom: 0;
  font-size: 41px;
}
main.help h2 {
  font-family: 'AcronisCyberBold', Helvetica, Arial, sans-serif;
  text-transform: initial;
  margin-top: 1.4em;
  font-size: 26px;
}
main.help h2+h3 {
  margin-top: 0.5em;
}
main.help h3 {
  font-size: 24px;
  font-family: 'AcronisCyberLight', Helvetica, Arial, sans-serif;
  text-transform: initial;
  margin-top: 1.4em;
}
main.help h4 {
  font-size: 20px;
  font-family: 'AcronisCyberLight', Helvetica, Arial, sans-serif;
  text-transform: initial;
  margin-top: 1.4em;
}
main.help h5 {
  font-size: 18px;
  font-family: 'AcronisCyberLight', Helvetica, Arial, sans-serif;
  text-transform: initial;
  margin-top: 1.4em;
}
main.help code {
  background-color: #f0f0f0;
  color: #242a30;
  padding: 6px 10px;
  font-family: 'Source Code Variable','Courier New', Courier, monospace;
  border-radius: 5px;
  font-weight: 500;
}
main.help .codeblock {
  background-color: #f0f0f0;
  color: #242a30;
  padding: 10px 16px;
  font-family: 'Source Code Variable','Courier New', Courier, monospace;
  border-radius: 5px;
  font-weight: 500;
}
main.help.faq article {
  display: block;
}

b, strong {
  font-family: 'AcronisCyberBold', Helvetica, Arial, sans-serif;
}

p {
  margin: 0 0 15px;
  line-height: 26px;
}

section {
  display: table;
  width: 100%;
}

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

aside,
article {
  display: table-cell;
  vertical-align: top;
}

aside {
  width: 410px;
  background-color: #fcfcfc;
  border-right: 1px solid #e6ebef;
  border-left: 1px solid #e6ebef;
  border-bottom: 1px solid #e6ebef;
  padding: 47px 45px 30px 45px;
}

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

aside ul ul a {
  font-size: 14px;
  line-height: 18px;
}

aside> ul ul li {
  margin-bottom: 12px;
}

aside> ul ul li:last-of-type {
  margin-bottom: 0px;
}

aside> ul a {
  font-size: 16px;
  line-height: 24px;
}

aside> ul> li {
  margin-bottom: 19px;
}

aside> ul li:last-of-type a {
  margin-bottom: 0px;
}

aside> ul> li.active> a,
aside> ul> li.active> a:focus,
aside> ul> li.active> a:active {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  color: #74bce9;
  outline-color: #74bce9;
  text-decoration: none;
}

aside> ul> li.active> a:hover {
  text-decoration: underline;
}

aside> ul> li> ul {
  display: none;
}

aside> ul> li> ul> li.active> a,
aside> ul> li> ul> li.active> a:focus,
aside> ul> li> ul> li.active> a:active {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  color: #afc7d7;
  outline-color: #afc7d7;
  text-decoration: none;
}

aside> ul> li> ul> li.active> a:hover {
  color: #8dc7ed;
  outline-color: #8dc7ed;
  text-decoration: underline;
}

aside> ul> li.has-children {
  position: relative;
}

aside> ul> li.has-children:before {
  position: absolute;
  top: 6px;
  left: -15px;
  content: "\e911";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #0071b2;
}

aside> ul> li.has-children.opened:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

aside ul ul {
  margin-left: 29px;
  margin-top: 9px;
  margin-bottom: 22px;
}

article.help-article {
  padding-left: 66px;
  padding-top: 24px;
}

article ul {
  font-size: 16px;
  margin-top: 28px;
  padding-left: 28px;
  margin-bottom: 31px;
}

article ol {
  font-size: 16px;
  margin-top: 28px;
  padding-left: 18px;
  margin-bottom: 31px;
}

article ul li,
article ol li {
  line-height: 26px;
  margin-bottom: 4px;
}

article ol {
  list-style: initial;
  list-style-type: decimal;
}

article ol ol {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 15px;
}

article ul ul {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 15px;
}

ul.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}

ul.gallery li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 15px;
}

ul.gallery li a {
  display: inline-block;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
}

ul.gallery li img {
  display: block;
  width: 100%;
  max-width: 250px;
  border-radius: 3px;
  border: 5px solid #FFF;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.article p {
  margin-bottom: 30px
}

table {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

table th {
    background-color: #0471b9;
    color: #fff;
    font-family: 'AcronisCyberBold', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px;
}

table th:first-of-type {
    padding-left: 15px;
}

table td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  font-family: 'AcronisCyberLight', Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 15px;
  vertical-align: top;
}

table td p {
    font-family: 'AcronisCyberLight', Helvetica, Arial, sans-serif;
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin: 0px;
}
table tr td:first-of-type {
  padding-left: 15px;
}
table tr td:first-of-type {
    padding-left: 15px;
    padding-right: 30px;
}

table tr:last-of-type td {
    border-bottom: none;
}

.h-head {
    color: #000;
}

.h-code {
    font-family: Courier, "Courier New", "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    font-weight: 700;
    color: #000;
}

.table>thead>tr>th {
    border-bottom: none
}

article .richtext-image {
    max-width: 100%;
    height: auto;
}

article i {
    color: #000;
    font-style: italic;
}

/* Large Tablets, Small/Old Monitors */

@media only screen and (max-width: 992px) {
    aside {
        width: 290px;
        padding: 20px 20px 15px 30px;
    }
    article.help-article {
        padding-left: 30px;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    section {
        display: block;
    }
    aside,
    article {
        display: block;
    }
    aside {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px 25px 15px 30px;
    }
    article.help-article {
        padding-left: 15px;
        padding-right: 15px;
    }
}
