﻿/*
  ===================================================================

  Alloy Spring skin for Online Documentation
  Styles for topic
  based on Bootstrap 4

  Copyright 2002-2020 Alloy Software, Inc.
  https://www.alloysoftware.com
   ===================================================================
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --position-right-width: 350px;
  --header-background-color: #10314e;
  --header-text-color: #3d89ff;

  --main--width: calc(100vw - 42pt);
  --main--max-width: 1310px;

  --index--width: calc(100vw - 42pt);
  --index--max-width: 1140px;

  --section--background-color:  #568DD9;

  --logo-color: #568DD9;
  --logo-background-color: #ffffff;

  --nav-menu--selected-background-color: #c5dbfc;
  --nav-menu--selected-color: #131d2c;

  --nav-menu--hover-background-color: #5a99ff;
  --nav-menu--hover-color: white;

  --fa-family: var(--fa-style-family-classic);
  --fa-style: 900;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
  text-align: left;
  background-color: #e5e5e5;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-top: 24pt;
  margin-bottom: 8pt;
  line-height: 1.2;
}

p {
  margin: 0.5rem 0 0.5rem;
  line-height: 1.5;
}

ol, ul, dl {
  margin: 0 0 1rem 0;
  padding:8px 24px;
}

ul ul, ol ul {
  list-style-type:disc;
}

ul li ul {
    margin-left:20px;
    list-style-type:disc;
    padding:8px 24px;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

ol ol ul, ol ul ul, ul ol ul, ul ul,
ol ol ul, ol ul ul, ul ol ul, ul ul ul {
    list-style-type: disc;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a,
.miniToc a.MiniTOC1 {
  color: #0067b8;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover,
.miniToc a.MiniTOC1:hover {
  color: #0067b8;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre, code, kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 87.5%;
  color: #212529;
}

code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}


h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  color: darkOrange;
  padding-bottom: 10pt;
}

h2 {
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
}

h3 {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.8)
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small, .small {
  font-size: 80%;
  font-weight: 400;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}
/*
  table classes
*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

/*
  ========================================================================
    Article Styles
  ========================================================================
*/

/* decoration for note sections */
p.note, p.tip, p.important, p.info {
    padding: 10px;
}

p.note {
    border-left: 4px solid #CFCFCF;
}

p.tip {
    border-left: 4px solid #9FDE9D;
}

p.important {
    border-left: 4px solid #FF7A72;
}

p.info
{
    border-left: 4px solid #82C3FF;
}

p.tip::before, p.Tip::before, p.important::before, p.Important::before, p.note::before, p.Note::before, p.info::before {
  content: "";
  background-size: 100% 100%;
  display: inline-block;

  height: 16px;
  width:16px;
  margin-right: 10px;
}

p.note::before,  p.Note::before {
  background-image:url("../Images/par-note.png");
}

p.important::before, p.Important::before {
  background-image:url("../Images/par-important.png");
}

p.tip::before, p.Tip::before {
  background-image:url("../Images/par-tip.png");
}

p.info::before {
  background-image:url("../Images/par-info.png");
}

span.note-prefix {
  font-weight: 900;
}

/* Related information header */
.related-info {
  font-weight: 600;
  font-size: 18px;
}

.related-topic {
  margin-left: 20px;
}

.external-doc {
  font-style: italic;
}

.task {
  font-weight: 600;
  font-size: 18px;
}

.code {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* define logic fork that can be highlited */
.scope  {
  font-weight: 700;
}

/* reference to user interface element*/
span.ui-label {
  font-weight: 700;
}

/* some italic highliting */
.special, .mode, .term {
  font-style: italic;
}

.no-word-wrap {
   white-space: nowrap;
}

.indent-1 {
  margin-left: 20px;
}

.indent-2 {
  margin-left: 40px;
}

.indent-3 {
  margin-left: 80px;
}

.ss-wrapper {
  text-align: center;
}
.ss-wrapper p {
  text-align: center;
}

.menu-header-link a {
  color: #ffffffe0;
}

/*Updated/Introduced in [version] line*/

p.version {
    padding: 4px 16px;
    font-size: 0.95rem;
    color: #039500;
    font-size: 0.95rem;
    background: #FAFFF9;
    border: 1px solid #C7EBBB;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}

p.deprecated {
    padding: 4px 16px;
    font-size: 0.95rem;
    color: #61001e;
    font-size: 0.95rem;
    background: #ffa5a5;
    border: 2px solid #b22222;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}

p.breaking-change {
    padding: 4px 16px;
    font-size: 0.95rem;
    color: #955900;
    font-size: 0.95rem;
    background: #ffe4c4;
    border: 1px solid #e29186;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}

p.app-error-message {
    padding: 4px 16px;
    font-size: 0.95rem;
    color: #955900;
    font-size: 0.95rem;
    background: #ffe4c4;
    border: 1px solid #e29186;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
}
/*
  ========================================================================
    Madcap Styles
  ========================================================================
*/

/* make cross-references style same as link style */

 MadCap|xref {
  color: #0067b8;
  text-decoration: none;
  background-color: transparent;
  webkit-text-decoration-skip: objects;
}


MadCap|xref:hover {
  color: #0067b8;
    text-decoration: underline;
}

ul .xref {
  display: inline-block;
  padding: 3pt 0;
}

td h4:first-of-type {
  margin-top: 0;
}

/* make pop-up style the same as link style */
MadCap|popup {
  color: #0067b8;
  text-decoration: none;
  background-color: transparent;
  webkit-text-decoration-skip: objects;
}

MadCap|popup:focus {
  color: #0067b8;
}

MadCap|popup:hover {
  color: #0067b8;
    text-decoration: underline;
}

MadCap|popupHead {
  color: #0067b8;
}

/* print button to the left, topic flipping buttons to the right */
.button-group-container-left {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr auto auto;
  -ms-grid-columns: 1fr auto auto;
}

.print-button {
  grid-column: 1;
  -ms-grid-column: 1;
}

.button.print-button {
    background: transparent;
}

.previous-topic-button {
  grid-column: 2;
  -ms-grid-column: 2;
}

.next-topic-button {
  grid-column: 3;
  -ms-grid-column: 3;
}

.off-canvas-content {
  box-shadow: none;
}

.off-canvas-wrapper .nav-search{
  margin-top: 0;
}

.off-canvas-wrapper .nav-search-wrapper{
  padding: 15px 0;
}

aside.off-canvas {
  background: #f1f1f1;
}

ul.off-canvas-list li a:hover {
    background: var(--nav-menu--hover-background-color);
    color: var(--nav-menu--hover-color);
}

/*
  ========================================================================
    Header and sidebar Styles
  ========================================================================
*/

#header-title {
  position: relative;
  color: var(--header-text-color);
  font-size: 20px;
  order: 2;
  padding: 0;
  margin: 0 30pt 0 30pt;
  cursor: pointer;
  display: flex;
  align-items:center;
  white-space: nowrap;
}

#header-title:hover .header-menu {
  display: flex;
}

.header-menu {
  display: none;
  position: absolute;
  padding: 0;
  left: 0;
  top: 100%;
  background: #fff;
  flex-wrap: wrap;
  border: none;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.3);
  border-radius: 0px 0px 10px 10px;
  cursor: default;
  z-index: 6;
  max-width:80vw;
}


.header-menu .hp-section-title h2 {
  font-size: 12.5pt;
  flex-grow: 2;
  color: #000000b0;
  margin-left: 10pt;
}

.header-menu .hp-group-title
{
  font-size: 13pt;
}

.header-menu .as-responsive-grid a
{
  display: block;
  font-size: 12pt;
  padding: 2pt 0;
}

.hp-menu-container {
  margin: 0pt;
}

.hp-menu-container h2 {
  font-size: 24px;
  color: white;
}

.hp-menu-items-container {
  margin: 20pt;
}

.header-menu__item {
  flex: 0 0 50%;
  padding-right: 20px
}

.header-menu__item__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #5D5F62;/*#003468;*/
}

.header-menu__item__title img {
  height: 32px;
  margin-right: 15px;
}

.header-menu__list {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  padding-right: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.header-menu__list:first-of-type {
  margin-right: 20px;
}

.header-menu__list__header {
  font-weight: 500;
  font-size: 18px;
  color: #003468;
  margin-top: 20px;
  border-bottom: 1px dashed #E6E8EB;
}

.header-menu__list__header:first-of-type {
  margin-top: 0;
}

.header-menu__list__item {
  line-height: 1.5rem;
  padding: 4px;
  display: flex
}

.header-menu__list__item a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}

.header-menu__list__item a:hover {
  text-decoration: none;
}

.header-menu__list__item:hover {
  background: #F3F2F1;
  border-color: #03363d;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .03);
  text-decoration: none;
}

.doc-link {
  display:  flex;
  align-items: center;
}

.doc-link img {
  margin-right: 10pt;
}

.doc-link + .doc-link {
  margin-top:  2pt;
}

.hp-drop-menu .doc-link + .doc-link {
  margin-top: 10pt;
}

/* title of the product */

.main-title {
  display: flex;
  align-items: center;
  padding: 8pt 0;
  background: var(--section--background-color);
  color: white;
  border-radius: 8px 8px 0 0;
}

aside .main-title {
  border-radius: 0;
}

/* .main-title-img {
  margin-left: 15px;
  background-size: cover;
  height: 36px;
  width: 36px;
} */

.main-title-text-wrapper {
  padding: 2pt 15pt 2pt 15pt;
}

.main-title-product {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px
}
.main-title-document {
  font-weight: 600;
  font-size: 14pt;
  color: #ffffffd0;
}

.anClass {
  background: url('/images/ane-menu.svg') no-repeat;
  background-size: cover;
}

.anxClass {
  background: url('/images/anx-menu.svg') no-repeat;
  background-size: cover;
}

.anxIClass {
  background: url('/images/anx-ni-menu.svg') no-repeat;
  background-size: cover;
}

.adeClass {
  background: url('/images/ade-menu.svg') no-repeat;
  background-size: cover;
}

.adxClass {
  background: url('/images/adx-menu.svg') no-repeat;
  background-size: cover;
}

.aatClass {
  background: url('/images/adt-menu.svg') no-repeat;
  background-size: cover;
}

/*
  ========================================================================
    breadcrambs
  ========================================================================
*/

.breadcrumbs {
  color: #989898;
}

/* breadcrumbs - hide prefix and change line color */
.MCBreadcrumbsPrefix {
  display: none;
}

div.MCBreadcrumbsBox_0 {
  border: none;
  font-size: 86%;
/*  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
*/}

/* make toggle color same as link color */
.toggler:link, .toggler {
  color: #0067b8;
}


.button.previous-topic-button {
  display: none;
}

.button.next-topic-button {
  display: none;
}


/* back  to the documentation home link*/

.header-link {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 2px;
  color: #337ab7;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  height: 32px;
  padding: 5px 20px 5px 20px;
  z-index: 1;
  margin-right: 16px;
}

.header-link:hover {
  background: #dee0e1;
  text-decoration: none;
}

.header-link i {
  margin-right: 10px;
}

.search-bar .search-field {
/*  border-radius: 4px;*/
}

.sidenav-wrapper {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  flex-basis: 25%;
  width: unset;
  border-radius: 8px;
  margin-right: 15px;
}

.sidenav-wrapper .tree-node a {
  padding-left: 22px;
}

.off-canvas-accordion .is-accordion-submenu-parent>a span.submenu-toggle-container {
  right: unset;
  left: 4px;
  width: 16px;
}

.off-canvas-accordion .is-accordion-submenu-parent[aria-expanded="true"]>a span.submenu-toggle {
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  transform: none;
  transform-origin: none;
  --webkit-transform: none;
  --webkit-transform-origin: none;
}

.off-canvas-accordion .is-accordion-submenu-parent .submenu-toggle {
    border: none;
    font-family: var(--fa-family);
    font-weight: var(--fa-style);
    top: 0;
    left: 0;
}

.off-canvas-accordion .is-accordion-submenu-parent>a span.submenu-toggle:before {
  position: absolute;
  content: '\f054';
  color: #7FB3E0;
  font-size: 12px;
  font-weight: bold;
  left: 2pt;
  top: calc(50% + 6px);
}

.off-canvas-accordion .is-accordion-submenu-parent[aria-expanded="true"]>a span.submenu-toggle:before {
  content: '\f078'; /* cheveron down */
  color: #7FB3E0;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 2px;
}

.buttons.topicToolbarProxy.mc-component {
  display: inline-block;
  float: right;
}

.buttons.topicToolbarProxy.mc-component .button.needs-pie {
  width: 32px;
  height: 32px;
  border: none;
}

.off-canvas-wrapper-inner .outer-row {
  height: auto!important;
  margin: 0 auto;

  /* width: var(--main--width);
  max-width: var(--main--max-width); */
  padding: 0;
  display: flex;
  width: 100%;
  min-height: 100%;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row {
  padding: 8pt 0;
}




.sidenav-wrapper .is-accordion-submenu-parent[aria-expanded="true"]>a {
  /*background: #F0F0F0;*/
}

.menu.sidenav .is-accordion-submenu-parent>a {
  /*  font-weight: 600;*/
  color: #212529;
}

.sidenav-wrapper .tree-node[aria-expanded="true"] a {
  /*  color: #003468;*/
}

.sidenav-wrapper .tree-node.is-accordion-submenu-parent[aria-expanded="true"] .is-accordion-submenu-parent a {
  /*  font-weight: 600;*/
}

.sidenav-wrapper .tree-node.is-accordion-submenu-parent[aria-expanded="true"] .is-accordion-submenu-parent .tree-node.tree-node-leaf a {
  font-weight: normal;
}

.sidenav-wrapper .tree-node.is-accordion-submenu-parent[aria-expanded="true"] .is-accordion-submenu-parent .tree-node.tree-node-leaf a.selected,
.sidenav-wrapper .tree-node.tree-node-leaf a.selected {
  background-color: var(--nav-menu--selected-background-color) !important;
  color: var(--nav-menu--selected-color) !important;
  font-weight: 500;
}

.sidenav-wrapper .tree-node.is-accordion-submenu-parent.tree-node-selected >a.selected {
  background-color: var(--nav-menu--selected-background-color) !important;
  color: var(--nav-menu--selected-color) !important;
  font-weight: 500;
}


ul.sidenav li > a:hover {
  background-color: var(--nav-menu--hover-background-color) !important;
  color: var(--nav-menu--hover-color) !important;
}



footer, #footer {
  padding: 15px 0 30px 0;
  background-color: #222;
  color: #ddd;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
  padding: 0;
  max-width: 1410px;
}

.footer-column {
  display: inline-block;
  vertical-align: top;
  margin-left: 6%;
  width: 20.5%;
}

footer h3, #footer h3 {
  color: #717191;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-size: 1.25em;
  margin-top: .85em;
  line-height: 1.1em;
  margin-bottom: 8px;
}

.footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-column a {
  color: #a0a0a0;
  font-size: 13px;
  display: block;
  line-height: unset;
  text-decoration: none;
  background-color: transparent;
  padding: 5pt 3pt;
  transform: translateX(-3pt);
}

.footer-column a:hover {
  background: #303030;
  color: #fff;
}

#offCanvas .nav-search.row {
  padding: 0.6rem;
}

#offCanvas .header-home-link.header-link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: block;
  background: #e5e6ea;
  font-family: 'Segoe UI';
  font-weight: normal;
  color: #000;
  text-align: center;
  cursor: pointer;
}

div.MCMiniTocBox_0 {
  border-top-color: #e6e8eb;
}


.as-container {
  width: var(--index--width);
  max-width: var(--index--max-width);

  margin: 0 auto;
  padding: 0;

  border-radius: 8pt;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 10px #e0e0e0;
}

.as-container + .as-container {
  margin-top: 20pt;
}

.as-responsive-grid {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
  grid-row-gap: 20pt;
}


.content-container {
  padding: 0 20pt;
  min-height: 500px;
}

.service-page .header-title {
  padding-right: 0;
}

.js-off-canvas-exit {
  box-shadow: none;
}

.position-right {
  width: var(--position-right-width);
  right: calc(-1 * var(--position-right-width));
}

.is-open-right .js-off-canvas-exit {
  right: var(--position-right-width);
}
.off-canvas-wrapper-inner.is-open-right {
  right: var(--position-right-width);
}

.title-badge {
  font-size: 12pt;
  font-weight: 600;
  background: #5aba00;
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 2pt 8pt 5pt 8pt;
  border-radius: 20px;
  height: 20px;
  top: -0.8em;
}

/*@media only screen and (max-width: 1279px) {
  .title-bar-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title-bar-layout .logo-wrapper {
    flex-basis: unset;
  }

  .navigation-wrapper {
    display: block;
  }

  .as-container {
    width: 85vw;
  }

}*/

@media only screen and (max-width: 767px) {
  .body-container {
    padding: 5pt 10pt;
  }

  .title-bar-layout .logo-wrapper {
    flex-basis: unset;
  }

  #footer .footer-container {
    margin-left: 0;
  }

  #footer .footer-column {
    display: block;
    width: 100%;
    margin-bottom: 10pt;
  }

  nav.title-bar {
    padding: 0;
    align-items: center;
  }

  .nav-search-wrapper {
    display: none;
  }

  .nav-search-wrapper .header-home-link {
    margin-top: 15px;
  }

  #main-title {
    width: 100%;
    padding-left: 45px;
    text-align: center;
    text-transform: capitalize;
  }

  .off-canvas-accordion .is-accordion-submenu-parent>a {
    padding-left: 25px;
  }

  .tree-node.tree-node-leaf>a {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1130px) {


  .title-bar .menu-icon span {
    background: none;
  }

  nav.title-bar .menu-icon {
    right: 3pt;
    align-self: flex-end;
  }

  ul.off-canvas-list li > a.selected {
    background-color: #c5ddff !important;
    color: #2a395d;
    font-weight: 500;
  }

  .menu-icon-container {
    justify-self: flex-end;
  }

  .title-bar .menu-icon:after{
    font-family: var(--fa-family);
    font-weight: var(--fa-style);
    content: '\f0c9';
    font-size: 26pt;
    color: #c0c0c0;
  }

  .tree-node.is-accordion-submenu-parent[aria-expanded="true"]>ul {
    padding-left: 10px;
  }

  #searchform {
    width: 100%;
  }


  .title-bar-section.outer-row {
    align-items: flex-end;
  }


/*  .sidenav-wrapper {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    background: none;
    order: 3;
  }*/

  .sidenav-wrapper {
    display: none;
  }

  .off-canvas-content {
    box-shadow: none;
  }

  ul.off-canvas-list {
    padding: 0;
    min-height: 100vh;
    margin:  15pt 0 0 10pt;
  }

  ul.menu li > a {
    padding: 2pt 8pt 2pt 22px;
  }

  ul.off-canvas-list ul > li > a {
    padding-left: 22px;
  }

  ul.off-canvas-list ul a {
    margin-left: 0!important;
    padding: 2pt;
  }

  ul.off-canvas-list li a {
    border-bottom: none 0px transparent;
    padding-left: 22px;
    padding-right: 2em;
    padding-top: 2px;
    padding-bottom: 3px;
    color: #333;
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 1.6em;
  }

/*  .off-canvas-accordion .is-accordion-submenu-parent>a {
    padding: 2pt 8pt 2pt 24pt;
  }*/


}

@media print {
  #footer {
    display: none;
  }
}

