@charset "UTF-8";
.kb-container {
  display: flex;
  min-height: 100vh; }

.kb-content {
  display: flex;
  flex: 1;
  flex-flow: column;
  width: 0%;
  min-height: 100vh; }
  .kb-content ul {
    padding-left: 30px; }

.scrollable {
  display: block; }
  @media (min-width: 769px) {
    .scrollable {
      display: flex;
      flex-direction: column;
      flex-grow: 1; } }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.kb-header {
  color: white;
  margin-left: -250px; }
  .kb-header .kb-header_desktop {
    height: 36px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #256188; }
    .kb-header .kb-header_desktop span {
      color: #cccccc; }
    .kb-header .kb-header_desktop a {
      color: #9eb8c9;
      transition: color 100ms linear; }
    .kb-header .kb-header_desktop a:hover {
      color: #ffffff; }
  .kb-header .kb-header_desktop_left {
    display: flex;
    align-items: center;
    width: 260px;
    justify-content: space-between; }
  .kb-header .kb-header_desktop_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 300;
    font-size: 12px;
    width: 215px; }
  .kb-header .kb-header_logo {
    height: 24px; }
  .kb-header .kb-header_link_button {
    opacity: 1.0;
    background-color: #ed7d1a;
    color: #F9D8BA !important;
    padding: 1px 7px;
    border-radius: 3px;
    display: inline-block;
    transition: all 100ms linear; }
    .kb-header .kb-header_link_button:hover {
      color: white;
      background-color: #F09747;
      box-shadow: inset 0 -3px 3px #ED7D1A; }
  .kb-header .kb-header_mobile {
    height: 29px;
    display: none; }

.kb-footer {
  background: #256188;
  border-top: 3px solid #ed7d1a;
  font-weight: 200;
  margin-left: -250px; }

.kb-footer__top {
  color: #aec7d3;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: auto;
  padding: 50px;
  max-width: 775px; }
  @media (max-width: 768px) {
    .kb-footer__top {
      flex-basis: 120px;
      flex-wrap: wrap;
      padding-top: 28px; } }

.kb-footer__col {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  padding-right: 20px; }
  @media (max-width: 768px) {
    .kb-footer__col {
      flex: 1 0 50%;
      padding-right: 0;
      line-height: 30px; }
      .kb-footer__col:before {
        content: '—'; }
      .kb-footer__col:first-child:before {
        content: ''; }
      .kb-footer__col:nth-child(2):before {
        content: ''; } }
  .kb-footer__col:last-child {
    padding-right: 0; }
  .kb-footer__col a {
    color: #9cb2c1;
    display: block;
    transition: color 100ms linear; }
  .kb-footer__col a:hover {
    color: white; }

.kb-footer__col_wide {
  align-items: flex-end;
  flex-grow: 5;
  justify-content: space-between;
  text-align: right; }
  @media (max-width: 768px) {
    .kb-footer__col_wide {
      text-align: left;
      flex-grow: 1;
      align-items: initial; }
      .kb-footer__col_wide svg {
        width: 18px; }
      .kb-footer__col_wide .kb-footer__signin-signup {
        display: none; } }

.kb-footer__image-link svg {
  vertical-align: text-top;
  margin-right: 5px;
  opacity: 0.5;
  transition: opacity 100ms linear; }

.kb-footer__image-link:hover svg {
  opacity: 1.0; }

.kb-footer__bottom-container {
  background: #396683;
  color: #afc1cd;
  padding: 23px 0; }

.kb-footer__bottom {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 775px; }
  @media (min-width: 769px) {
    .kb-footer__bottom {
      justify-content: space-between; } }
  .kb-footer__bottom a {
    color: #9cb2c1;
    transition: color 100ms linear;
    text-decoration: underline; }
  .kb-footer__bottom a:hover {
    color: white;
    text-decoration: underline; }

.kb-footer__logo {
  display: none;
  opacity: 0.5;
  transition: opacity 100ms linear; }
  .kb-footer__logo:hover {
    opacity: 1.0; }
  @media (min-width: 769px) {
    .kb-footer__logo {
      display: block; } }

.kb-footer__legal {
  font-size: 12px; }
  @media (max-width: 768px) {
    .kb-footer__legal {
      text-align: center; } }

.kb-footer__social a {
  display: inline; }
  .kb-footer__social a span {
    display: none; }
  @media (max-width: 768px) {
    .kb-footer__social a {
      display: block; }
      .kb-footer__social a span {
        display: inline; } }

.kb-footer__tw,
.kb-footer__fb,
.kb-footer__rss,
.kb-footer__email {
  padding: 0 5px; }

.kb-footer__email {
  height: 50px;
  padding-right: 0; }

.kb-article {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  margin: 25px;
  flex: 1 0 auto;
  max-width: 775px; }
  .kb-article .txt-centered {
    text-align: center; }
  .kb-article .img-centered {
    display: block;
    margin: 0px auto; }
  .kb-article .img-group-centered {
    display: flex;
    justify-content: center; }
  .kb-article .img-bordered {
    border: 1px solid #ccc; }
  .kb-article .img-group-centered img {
    align-self: start; }
  .kb-article ol {
    margin-left: 30px;
    counter-reset: li;
    padding-left: 0px; }
    .kb-article ol > li {
      margin-bottom: 10px;
      position: relative;
      list-style-type: none; }
    .kb-article ol > li:before {
      position: absolute;
      content: counter(li) ".";
      counter-increment: li;
      font-weight: bold;
      left: -30px; }

#help_video {
  margin-bottom: 20px;
  height: auto;
  height: 200px;
  width: 100%; }

.video-group {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .video-group {
      flex-direction: column;
      align-items: center; } }

.video-item {
  margin-bottom: 25px;
  width: 48%; }
  @media (max-width: 768px) {
    .video-item {
      width: 100%; } }
  .video-item:first-of-type {
    margin-right: 20px; }
    @media (max-width: 768px) {
      .video-item:first-of-type {
        margin-right: initial; } }

.video-item__video {
  background: #000000;
  cursor: pointer;
  margin-bottom: 15px;
  display: block; }
  .video-item__video:hover img {
    opacity: 0.9; }
  .video-item__video img {
    border: 0; }

.landing {
  background-color: #ffffff; }
  .landing .kb-header,
  .landing .kb-footer {
    margin-left: 0; }
  .landing .kb-sidebar {
    display: none; }
  .landing .landing__hero {
    background-color: #ece8e3;
    padding: 32px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .landing .landing__hero {
        display: block;
        padding: 73px 0 46px; } }
    .landing .landing__hero h1 {
      font-size: 40px;
      font-weight: 600;
      line-height: 40px;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .landing .landing__hero h1 {
          font-size: 30px; } }
    .landing .landing__hero h2 {
      display: none; }
      @media (min-width: 768px) {
        .landing .landing__hero h2 {
          color: #828282;
          display: block;
          font-size: 20px;
          font-weight: 400;
          padding-top: 10px; } }
    .landing .landing__hero .kb-search {
      margin: 25px 0 0; }
      .landing .landing__hero .kb-search input {
        margin: 0; }
      .landing .landing__hero .kb-search .st-default-search-input {
        border-color: #cccccc; }
    .landing .landing__hero input {
      background-position: 15px 20px;
      background-size: 16px;
      box-shadow: 0 2px 0 0 #dfdcd7;
      font-family: "open-sans", helvetica, arial, sans-serif;
      font-size: 14px;
      margin-bottom: 12px;
      margin-top: 22px;
      padding: 14px 10px 14px 46px;
      width: 675px; }
    @media (max-width: 768px) {
      .landing .landing__hero input {
        margin-top: 14px;
        width: 77%; } }
    .landing .landing__hero p {
      color: #828282;
      font-size: 14px;
      font-weight: 400; }
      @media (max-width: 768px) {
        .landing .landing__hero p {
          font-size: 16px;
          line-height: 24px;
          margin: 15px auto; } }
  .landing .landing__getting-started {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0; }
    @media (min-width: 1088px) {
      .landing .landing__getting-started {
        flex-direction: row; } }
    .landing .landing__getting-started span {
      font-size: 105px;
      line-height: 105px; }
    .landing .landing__getting-started h3 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 19px;
      margin-top: 19px; }
    .landing .landing__getting-started p {
      color: #828282;
      font-size: 16px;
      letter-spacing: 0.5px;
      margin-bottom: 34px; }
    .landing .landing__getting-started .landing__getting-started-button {
      background-color: #ed7d1a;
      border-radius: 3px;
      color: #ffffff;
      display: inline-block;
      font-weight: 100;
      margin-bottom: 5px;
      padding: 9px 27px;
      width: 150px; }
      .landing .landing__getting-started .landing__getting-started-button:hover {
        background-color: #f09747;
        box-shadow: inset 0 -3px 3px #ed7d1a;
        color: #ffffff;
        transition: all 100ms linear; }
    .landing .landing__getting-started .landing__getting-started-box {
      align-items: center;
      border-right: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      max-width: 360px;
      padding: 0 32px;
      text-align: center; }
      @media (min-width: 1088px) {
        .landing .landing__getting-started .landing__getting-started-box {
          display: inline-block;
          padding: 0 10px; }
          .landing .landing__getting-started .landing__getting-started-box:first-of-type {
            padding-right: 65px; }
          .landing .landing__getting-started .landing__getting-started-box:last-of-type {
            padding-left: 65px; } }
      @media (min-width: 1088px) {
        .landing .landing__getting-started .landing__getting-started-box:first-of-type {
          border-right: 2px solid #ece8e3; } }
      @media (max-width: 768px) {
        .landing .landing__getting-started .landing__getting-started-box:first-of-type {
          margin-bottom: 50px; } }
      .landing .landing__getting-started .landing__getting-started-box:first-of-type img {
        height: 146px;
        margin-bottom: 4px; }
      .landing .landing__getting-started .landing__getting-started-box:last-of-type img {
        height: 115px;
        margin-top: 35px; }
  .landing .landing__support {
    color: #828282;
    display: block;
    margin: 25px 0 50px;
    padding: 0 32px; }
    @media (min-width: 1088px) {
      .landing .landing__support {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 50px 0; } }
    .landing .landing__support .landing__support-box {
      background-repeat: no-repeat;
      border: 2px solid #e9e9e9;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      margin: 14px 15px 0;
      max-width: 350px; }
      @media (min-width: 768px) {
        .landing .landing__support .landing__support-box {
          max-width: 450px; } }
      @media (min-width: 1088px) {
        .landing .landing__support .landing__support-box {
          margin: 0 15px; } }
      .landing .landing__support .landing__support-box:hover {
        box-shadow: 0 3px 6px #cccccc;
        transition: box-shadow 100ms linear; }
    .landing .landing__support .landing__support-content {
      flex-grow: 1;
      padding: 24px 23px;
      text-align: center; }
      @media (min-width: 768px) {
        .landing .landing__support .landing__support-content {
          margin-right: 110px;
          padding: 25px;
          text-align: left; } }
      .landing .landing__support .landing__support-content h3 {
        color: #4a4a4a;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px; }
      .landing .landing__support .landing__support-content ul {
        margin-bottom: 0;
        margin-left: 5px; }
        @media (min-width: 768px) {
          .landing .landing__support .landing__support-content ul {
            margin-left: 18px; } }
        @media (max-width: 768px) {
          .landing .landing__support .landing__support-content ul {
            list-style-position: inside; } }
        .landing .landing__support .landing__support-content ul li {
          line-height: 35px;
          text-indent: -4px; }
    .landing .landing__support .landing__support-box:first-child {
      background-image: asset_url("contact-support.html");
      background-position: center 30px;
      padding-top: 128px; }
      @media (min-width: 768px) {
        .landing .landing__support .landing__support-box:first-child {
          background-position: 289px 99px;
          background-size: 148px;
          padding-top: 0; } }
      .landing .landing__support .landing__support-box:first-child .landing__support-content p {
        margin-bottom: 9px; }
    .landing .landing__support .landing__support-box:last-child {
      background-image: asset_url("api");
      background-position: center 15px;
      padding-top: 140px; }
      @media (min-width: 768px) {
        .landing .landing__support .landing__support-box:last-child {
          background-position: 315px 80px;
          background-size: 120px;
          padding-top: 0; } }
      @media (max-width: 768px) {
        .landing .landing__support .landing__support-box:last-child .landing__support-content {
          padding-bottom: 15px; } }
      .landing .landing__support .landing__support-box:last-child .landing__support-content p {
        margin-bottom: 23px; }
    .landing .landing__support .landing__support-button {
      border-top: 2px solid #e9e9e9;
      color: #828282;
      display: block;
      font-weight: 600;
      padding: 14px;
      text-align: center;
      transition: 100ms, linear; }
      @media (max-width: 768px) {
        .landing .landing__support .landing__support-button {
          text-decoration: underline; } }
      .landing .landing__support .landing__support-button:hover {
        background-color: #f3f6f9;
        color: #5282b0; }
      .landing .landing__support .landing__support-button:active {
        background-color: #e3e6ea; }

@media (max-width: 768px) {
  html body {
    background-color: #fff; }

  .kb-search {
    margin-bottom: 0px; }
    .kb-search .st-default-search-input {
      max-width: calc(775px - 97px);
      width: calc(100% - 97px); }

  .landing .kb-search {
    margin-top: 0; }

  .kb-header {
    z-index: 1; }
    .kb-header .kb-header_desktop {
      display: none; }
    .kb-header .kb-header_mobile {
      transition: left .25s ease-in-out, width .25s ease-in-out, margin .25s ease-in-out;
      background-color: #256188;
      line-height: 0;
      display: flex;
      align-items: center;
      position: fixed;
      left: 0px;
      width: 100%;
      height: 54px;
      z-index: 1; }
      .kb-header .kb-header_mobile div {
        display: inline-block; }
      .kb-header .kb-header_mobile .kb-header_mobile_header_header {
        padding-left: 11px;
        border-left: 1px solid rgba(255, 255, 255, 0.6); }
        .kb-header .kb-header_mobile .kb-header_mobile_header_header svg {
          width: 130px; }
      .kb-header .kb-header_mobile .kb-header_mobile_header_icon {
        margin: 0 11px 0 10px;
        opacity: 0.6;
        width: 18px; }
        .kb-header .kb-header_mobile .kb-header_mobile_header_icon:hover {
          opacity: 1.0; }

  .slide-right .kb-header_mobile {
    left: 88%; } }
  @media (max-width: 768px) and (max-width: 414px) {
    .slide-right .kb-header_mobile {
      left: 78%; } }
@media (max-width: 768px) {
  .slide-right .kb-sidebar {
    left: 0px;
    box-shadow: 6px 0px 0px 0px rgba(0, 0, 0, 0.1); }
  .slide-right .kb-content {
    position: relative;
    margin: 0 0 0 88%;
    overflow-y: hidden;
    min-width: 100%;
    height: 100vh; } }
  @media (max-width: 768px) and (max-width: 414px) {
    .slide-right .kb-content {
      margin: 0 0 0 78%; } }
@media (max-width: 768px) {
    .slide-right .kb-content #content-scrim {
      content: ' ';
      background-color: #000;
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.5;
      z-index: 2; }
  .slide-right footer {
    left: 0; }

  iframe {
    height: auto;
    width: auto; }

  .kb-footer {
    margin-left: 0; }

  .kb-sidebar {
    transition: left .25s ease-in-out, width .25s ease-in-out, margin .25s ease-in-out;
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
    left: -88%;
    height: 100%;
    width: calc(88% + 1px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; } }
  @media (max-width: 768px) and (max-width: 414px) {
    .kb-sidebar {
      left: -78%;
      width: calc(78% + 1px); } }
@media (max-width: 768px) {
    .kb-sidebar .kb-sidebar__header {
      height: 54px; }
    .kb-sidebar .kb-sidebar__header-logo {
      display: none; }
    .kb-sidebar .kb-sidebar__header-text {
      display: flex;
      align-items: center;
      margin-left: 20px;
      font-size: 16px;
      color: #ffffff; }
      .kb-sidebar .kb-sidebar__header-text:before {
        content: ' ';
        display: inline-block;
        height: 18px;
        width: 18px;
        background-size: contain;
        background-repeat: no-repeat;
        padding-right: 10px; }
    .kb-sidebar .kb_sidebar_title {
      padding-right: 15px;
      margin: 20px 0 20px 30px;
      font-size: 21px;
      color: #999;
      font-weight: 400; }
      .kb-sidebar .kb_sidebar_title .kb_sidebar_link {
        text-transform: none;
        line-height: 30px;
        vertical-align: bottom; }
      .kb-sidebar .kb_sidebar_title img {
        display: inline-block;
        width: 30px; }
    .kb-sidebar .menu2__expandableItem,
    .kb-sidebar .menu2__expandableItem > span,
    .kb-sidebar .menu2__item,
    .kb-sidebar .menu3__expandableItem,
    .kb-sidebar .menu3__expandableItem > span,
    .kb-sidebar .menu3__item {
      line-height: 20px; }
    .kb-sidebar .menu2 {
      padding-left: 32px;
      padding-bottom: 10px; }
      .kb-sidebar .menu2 li:first-child {
        padding-top: 4px; }
    .kb-sidebar .menu2__item {
      padding: 6px 42px 6px 0px; }
    .kb-sidebar .menu2__expandableItem {
      padding: 6px 25px 6px 0px; }
      .kb-sidebar .menu2__expandableItem > span {
        width: 92%; }
    .kb-sidebar .menu3 {
      padding-left: 16px; }
    .kb-sidebar .menu3__item {
      padding: 6px 20px 6px 0px; }
    .kb-sidebar > ul:last-of-type {
      margin-bottom: 60px; }
    .kb-sidebar .kb_sidebar_section {
      font-weight: 600;
      font-size: 16px;
      color: #444;
      margin-bottom: 15px;
      display: block; }
      .kb-sidebar .kb_sidebar_section li {
        font-weight: 400;
        font-size: 16px;
        line-height: 44px;
        color: #777; }
    .kb-sidebar footer {
      text-align: center;
      bottom: 0px;
      width: 88%;
      height: 4em;
      background-color: #E4E0DB;
      border-top: 1px solid #C5C2C0; } }
    @media (max-width: 768px) and (max-width: 414px) {
      .kb-sidebar footer {
        width: 78%; } }
@media (max-width: 768px) {
      .kb-sidebar footer a {
        width: 49%;
        display: inline-block;
        line-height: 54px;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: #444; }
      .kb-sidebar footer a + a {
        border-left: 1px solid #C5C2C0; }

  .kb-container {
    overflow-x: hidden;
    padding-top: 0;
    width: 100%; }
    .kb-container.landing .kb-sidebar {
      display: block; }

  .scrollable {
    position: relative;
    margin-top: 54px;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100vh;
    width: 100%; }

  .kb-search_box {
    display: none; }

  .kb-article .prevNext {
    flex-direction: column; }
  .kb-article .prevNext__nav--next {
    text-align: left; }

  .kb-content {
    transition: left .25s ease-in-out, width .25s ease-in-out, margin .25s ease-in-out;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; }
    .kb-content h1 {
      font-size: 30px;
      line-height: 47px; }
    .kb-content .article-content {
      margin-bottom: 60px; }
      .kb-content .article-content h2 {
        padding-top: 0;
        font-size: 16px;
        line-height: 22px; }
      .kb-content .article-content h3 {
        font-size: 16px; }
      .kb-content .article-content ul, .kb-content .article-content p, .kb-content .article-content p:first-of-type {
        font-size: 13px;
        line-height: 22px; } }
.st-ui-type-heading, .st-ui-type-detail {
  font-family: "open-sans", helvetica, arial, sans-serif !important; }

.kb-search {
  margin: 25px; }
  .kb-search .st-default-search-input {
    font-family: "open-sans", helvetica, arial, sans-serif;
    box-shadow: 0 1px 3px #CCC;
    max-width: calc(775px - 41px);
    width: calc(100% - 81px);
    margin: 0;
    height: 29px;
    background-position: 8px 15px; }

.st-default-autocomplete .st-autocomplete-results .st-query-present {
  font-family: "open-sans", helvetica, arial, sans-serif !important; }
.st-default-autocomplete .st-autocomplete-results .st-ui-result {
  padding: 16px !important; }
.st-default-autocomplete .st-autocomplete-results .st-ui-type-heading {
  font-size: 14px !important;
  margin-bottom: 5px !important;
  overflow: visible !important;
  white-space: initial !important;
  color: #558dc2 !important; }
  .st-default-autocomplete .st-autocomplete-results .st-ui-type-heading em {
    box-shadow: none !important;
    background-color: initial !important;
    font-weight: 600 !important; }
.st-default-autocomplete .st-autocomplete-results .st-ui-type-detail {
  font-size: 14px !important;
  overflow: visible !important;
  white-space: initial !important;
  max-height: initial !important;
  color: #666666 !important; }
  .st-default-autocomplete .st-autocomplete-results .st-ui-type-detail em {
    box-shadow: none !important;
    background-color: initial !important;
    font-weight: 400 !important; }

@media (max-width: 768px) {
  .st-ui-type-heading {
    width: calc(100% - 50px) !important; } }

.st-search-container {
  min-height: 340px;
  position: relative;
  margin: 25px;
  flex: 1;
  max-width: 775px; }

.kb-content .st-search-container .st-position-container {
  color: #4a4a4a !important; }
.kb-content .st-search-container .st-position-container a {
  color: #828282 !important;
  border-bottom: none !important; }
.kb-content .st-search-container a.st-ui-result {
  padding: 10px 18px 10px 0; }
  .kb-content .st-search-container a.st-ui-result:before {
    display: none !important; }
  .kb-content .st-search-container a.st-ui-result .st-ui-type-heading {
    color: #5282b0 !important;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    margin-top: 24px; }
    .kb-content .st-search-container a.st-ui-result .st-ui-type-heading em {
      color: #5282b0 !important;
      background-color: #fdf4bc !important;
      box-shadow: none !important; }
  .kb-content .st-search-container a.st-ui-result .st-ui-type-detail {
    color: #4a4a4a !important;
    font-size: 14px !important;
    line-height: 24px !important;
    max-height: none !important; }
    .kb-content .st-search-container a.st-ui-result .st-ui-type-detail em {
      background-color: #fdf4bc !important; }
    .kb-content .st-search-container a.st-ui-result .st-ui-type-detail .st-ui-type-detail-bold {
      color: #4a4a4a !important;
      font-size: 14px !important;
      line-height: 24px !important; }
.kb-content .st-search-container .st-ui-container-footer_bar .st-query-present {
  display: flex;
  justify-content: center; }
  .kb-content .st-search-container .st-ui-container-footer_bar .st-query-present .st-ui-pagination-link {
    padding: 0px 6px;
    border-radius: 3px;
    margin: 0 5px; }
    .kb-content .st-search-container .st-ui-container-footer_bar .st-query-present .st-ui-pagination-link.active {
      background: #5282B0;
      color: white !important; }

.st-search-results {
  border-bottom: solid 1px #BBB;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.kb-sidebar {
  background-color: #ECE8E3;
  width: 250px;
  color: #666666;
  padding-top: 35px;
  padding-bottom: 306px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .kb-sidebar a {
    color: #828282;
    display: block; }
    .kb-sidebar a:hover {
      color: #5282B0;
      text-decoration: underline; }
  .kb-sidebar ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .kb-sidebar .kb-sidebar__header {
    background-color: #828282;
    color: white;
    display: none;
    height: 59px; }
    @media (max-width: 768px) {
      .kb-sidebar .kb-sidebar__header {
        display: flex;
        align-items: center; } }
  .kb-sidebar .kb-sidebar__header-logo {
    width: 20px;
    margin-left: 17px;
    margin-right: 6px; }
  .kb-sidebar .kb-sidebar__header-text {
    flex-grow: 1; }
  .kb-sidebar .open {
    background-color: #E0DDD6; }
    .kb-sidebar .open > span {
      padding-left: 15px;
      font-weight: 600;
      color: #4a4a4a; }
  .kb-sidebar .kb_sidebar_current a {
    color: #5282b0;
    font-weight: 600; }
  .kb-sidebar .menuLanding .menuLanding__item {
    padding-bottom: 10px;
    justify-content: space-between;
    display: flex;
    padding: 12px 25px 12px 20px;
    cursor: pointer;
    border-bottom: solid #cccccc 1px;
    font-size: 13px; }
  .kb-sidebar .menu1__expandableItem {
    border-bottom: solid #cccccc 1px;
    font-size: 13px; }
    .kb-sidebar .menu1__expandableItem > span {
      padding-bottom: 10px;
      justify-content: space-between;
      display: flex;
      padding: 12px 25px 12px 20px;
      cursor: pointer; }
      .kb-sidebar .menu1__expandableItem > span:after {
        content: ' ';
        width: 0;
        height: 0;
        border-top: 5px solid #828282;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        display: inline-block;
        float: right;
        margin-top: 10px;
        margin-left: 4px; }
  .kb-sidebar .menu1__expandableItem.open {
    border-left: 5px solid #ed7d1a; }
    .kb-sidebar .menu1__expandableItem.open > span {
      padding-left: 15px;
      padding-bottom: 6px; }
      .kb-sidebar .menu1__expandableItem.open > span:after {
        transform: rotate(180deg);
        border-top-color: #4a4a4a; }
    .kb-sidebar .menu1__expandableItem.open > ul.menu2 {
      display: block; }
  .kb-sidebar .menu1__expandableItem:last-of-type {
    border-bottom: 0; }
  .kb-sidebar .menu2 {
    padding-left: 16px;
    display: none;
    cursor: pointer; }
    .kb-sidebar .menu2.open {
      display: block; }
  .kb-sidebar .menu2__expandableItem {
    padding: 6px 39px 6px 15px;
    position: relative; }
    .kb-sidebar .menu2__expandableItem > span {
      padding-top: 0;
      padding-left: 0;
      display: block;
      width: 100%; }
      .kb-sidebar .menu2__expandableItem > span:after {
        content: ' ';
        width: 0;
        height: 0;
        border-top: 5px solid #828282;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        top: 16px;
        right: 25px; }
  .kb-sidebar .menu2__expandableItem.open > span {
    color: #333;
    font-weight: 600; }
    .kb-sidebar .menu2__expandableItem.open > span:after {
      transform: rotate(180deg);
      border-top-color: #4a4a4a; }
  .kb-sidebar .menu2__expandableItem.open > ul.menu3 {
    display: block; }
  .kb-sidebar .menu2__item {
    padding: 6px 42px 6px 15px; }
  .kb-sidebar .menu3 {
    display: none;
    padding-top: 6px; }
    .kb-sidebar .menu3.open {
      display: block; }
  .kb-sidebar .menu3__item {
    padding: 6px 0 6px 16px; }
    .kb-sidebar .menu3__item:last-of-type {
      padding-bottom: 0; }

pre {
  background-color: #f8f8f8;
  border-radius: 2px;
  border: solid 1px #ddd;
  color: #444;
  overflow: auto;
  padding: 6px 10px;
  white-space: pre; }

pre > code {
  border: none;
  display: block;
  padding: 6px; }

code {
  background-color: #f8f8f8;
  border-radius: 2px;
  border: solid 1px #ddd;
  color: #444;
  overflow-wrap: normal;
  padding: 0 4px;
  word-break: keep-all;
  word-wrap: normal; }

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, figure {
  margin: 0;
  padding: 0; }

body, html {
  height: 100%; }

body {
  background-color: #ffffff;
  color: #4a4a4a;
  font-family: "open-sans", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure, table,
.highlight {
  margin-bottom: 16px; }

h1 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400; }

h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  padding-top: 16px; }

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-top: 7px; }

h4, h5, h6 {
  color: red;
  background-color: yellow;
  font-size: 60px;
  line-height: 60px; }

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

img + em {
  display: inline-block; }

img + em {
  margin: 10px 20px 0 20px; }

ol {
  padding-left: 16px; }
  ol li {
    margin-bottom: 10px; }

.uber-list ol {
  margin-left: 30px;
  counter-reset: li;
  padding-left: 0px; }

.uber-list ol > li {
  margin-top: 0;
  margin-bottom: 1.3rem;
  padding-left: .53rem;
  position: relative;
  list-style-type: none; }

.uber-list ol > li:before {
  border-radius: 100%;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -24px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: #ed7d1a; }

a {
  color: #5282b0;
  text-decoration: none; }
  a:hover {
    color: #1b4d76;
    text-decoration: none; }

aside {
  display: flex;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  color: #666666;
  margin-bottom: 10px;
  padding: 16px;
  min-height: 21px; }
  aside strong {
    display: inline; }
  aside p {
    display: inline;
    margin: 0; }
  aside div.icon {
    width: 37px;
    flex-shrink: 0; }
  aside.note {
    background-color: #f7fafd;
    border-color: #c3d9f9; }
    aside.note div.icon {
      background: asset_url("note.html") no-repeat; }
  aside.tip {
    background-color: #eaf8ea;
    border-color: #5bc95f; }
    aside.tip div.icon {
      background: asset_url("tip") no-repeat; }
  aside.warning {
    background-color: #fdf7f7;
    border-color: #f9c3c3; }
    aside.warning div.icon {
      background: asset_url("warning") no-repeat; }

.prevNext {
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between; }

.prevNext__nav--prev, .prevNext__nav--next {
  padding: 22px 0; }

.prevNext__nav--prev {
  text-align: left; }

.prevNext__nav--next {
  text-align: right;
  flex-grow: 1; }

.prevNext a {
  font-weight: 600;
  font-size: 17px; }

.prevNext__label {
  font-size: 13px;
  font-weight: 600;
  color: #828282; }

table {
  border-spacing: 0;
  font-size: 13px;
  width: 100%; }

table thead th {
  border-bottom: 3px solid #cccccc;
  text-align: left;
  text-transform: uppercase; }

table th, table td {
  padding: 16px; }

table td {
  vertical-align: top;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  min-width: 100px; }

table td:first-child {
  font-weight: 600; }

table td:last-child {
  border-right-width: 0px; }

table td:first-child + td {
  font-weight: 600; }

table td:first-child + td .highlighter-rouge {
  color: #ed7d1a;
  white-space: nowrap;
  display: block; }

table td:nth-child(1) + td:last-child {
  color: #828282;
  font-weight: 400; }

table td i {
  color: #828282;
  font-weight: 400; }

table td i strong {
  font-weight: 600; }

table.col2 th, table.col2 td {
  width: auto; }

table.col2 td + td {
  padding-top: 36px; }
