@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*
  ===================================================================
   
  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;
}

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.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-top: 28px;
  margin-bottom: 28px;
  line-height: 1.2;  
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left:20px;
  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-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre 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: #2F7EDB;
  padding-bottom: 10px;
}

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;
}

/*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: #039500;
    font-size: 0.95rem;
    background: #e4e4e4;
    border: 1px solid #686868;
    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;
}

/* 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;
}

.previous-topic-button {
  grid-column: 2;
  -ms-grid-column: 2;
}

.next-topic-button {
  grid-column: 3;
  -ms-grid-column: 3;
}

.off-canvas-wrapper .nav-search{
	margin-top: 0;
}

.off-canvas-wrapper .nav-search-wrapper{
	padding: 15px 0;
}

/*
  ========================================================================
    Header and sidebar Styles
  ========================================================================
*/

.title-bar {
  border-bottom: 1px solid #e6e8eb;
}

#header-title {
  position: relative;
  font-size: 24px;
  color: #2f7edb;
  order: 2;
  padding: 10px 40px;
  cursor: pointer;
}

#header-title:hover .header-menu {
  display: flex;
}

#header-title:after {
  position: absolute;
  content: '';
  background: url('../Images/dropdown-icon.png') no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  right: 0;
  top: calc(50% - 6px);
}

.header-menu {
  display: none;
  position: absolute;
  padding: 30px 40px 30px 40px;
  top: 55px;
  left: 0;
  background: #fff;
  width: 1024px;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #EFF0F3;
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
  cursor: default;
  z-index: 99;
}

.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;
}


/* title of the product */

.main-title { 
  display: flex;
  align-items: center;
  margin-top: 15px;

}
.main-title-img {
  margin-left: 30px;    
  background-size: cover; 
  height: 36px;
  width: 36px;
}

.main-title-text-wrapper {
  padding-left: 10px;   
  line-height: 21px;
}

.main-title-product {
  color: #5D5F62;
  font-weight: 400;
  font-size: 18px; 
  line-height: 20px
}
.main-title-document {
  color: #a0a0a0;
  font-weight: 400;
}

.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-bottom-color: #E6E8EB; 
  padding-bottom: 5px;
/*  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 {
  border-right: 1px solid #e6e8eb;
  width: 25%;
}

.sidenav-wrapper .tree-node a {
  padding-left: 25px;
}

.off-canvas-accordion .is-accordion-submenu-parent>a span.submenu-toggle-container {
  right: unset;
  left: 6px;
  height: 16px;
  width: 16px;
  top: calc(50% - 8px);
}

.off-canvas-accordion .is-accordion-submenu-parent[aria-expanded="true"]>a span.submenu-toggle {
  top: 26px;
  left: -2px;
}

.off-canvas-accordion .is-accordion-submenu-parent .submenu-toggle {
  border: none;
  font-family: "Font Awesome 5 Free";
  top: 0;
  left: 0;
}

.off-canvas-accordion .is-accordion-submenu-parent>a span.submenu-toggle:before {
  content: '\f054';
  color: #7FB3E0;
  font-size: 12px;
  font-weight: bold
}

.off-canvas-accordion .is-accordion-submenu-parent[aria-expanded="true"]>a span.submenu-toggle:before {
  content: '\f077';
  color: #7FB3E0;
  font-size: 12px;
  font-weight: bold
}

.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;
}

.main-section,
.off-canvas-wrapper-inner .outer-row.title-bar-layout {
  max-width: 1410px;
  margin: 0 auto;
  padding: 11px 0;
}

.body-container {
  margin-bottom: 30px;
  padding-top: 11px;
  padding-left: 2rem;
}

.body-container img {
  max-width: 100%;
}

.sidenav-wrapper .is-accordion-submenu-parent[aria-expanded="true"]>a {
  /*background: #F0F0F0;*/
}

.menu.sidenav .is-accordion-submenu-parent>a {
  /*  font-weight: 600;*/
  padding-left: 25px;
  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 {
  color: #1967d2;
  background: #BDE9FF;
  border-right: 3px solid #f48024;
  font-weight: 500;
}

.sidenav-wrapper .tree-node.is-accordion-submenu-parent.tree-node-selected>a.selected {
  color: #1967d2;
  background: #BDE9FF;
  border-right: 3px solid #f48024;
  font-weight: 500;
}

ul.sidenav ul>li>a:hover,
ul.sidenav ul ul>li>a:hover,
ul.sidenav ul ul ul>li>a:hover,
ul.sidenav ul ul ul ul>li>a:hover,
ul.sidenav ul ul ul ul ul>li>a:hover,
ul.sidenav li a:hover {
  background-color: #f3f2f1;
}

.sidenav-container {
  padding: 20px 0px 20px 5px;
}

#footer {
  padding: 15px 0 30px 0;
  background-color: #222;
  color: #ddd;
}

#footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 30px auto;
  padding: 0 50px;
  max-width: 1410px;
}

#footer .footer-column {
  display: inline-block;
  vertical-align: top;
  margin-left: 6%;
  width: 20.5%;
}

#footer h3 {
  color: #919191;
  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 .footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-column a {
  color: #a0a0a0;
  font-size: 13px;
  line-height: 2.25em;
  display: block;
  padding: 4px 0 5px 0;
  text-decoration: none;
  background-color: transparent;
}

#footer .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;
}

@media only screen and (max-width: 767px) {
  .body-container {
    padding-top: 0;
    padding-left: 0;
  }

  #header-title {
    font-size: 22px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    cursor: default;
  }

  #header-title:hover .header-menu {
    display: none;
  }

  #header-title:after {
    content: none;
  }

  #footer .footer-container {
    margin-left: 0;
  }

  #footer .footer-column {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  nav.title-bar {
    padding: 0;
  }

  .nav-search-wrapper {
    display: none;
  }

  .nav-search-wrapper .header-home-link {
    margin-top: 15px;
  }

  .title-bar-layout .logo-wrapper .logo {
    width: 100%;
  }

  #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) {
  .tree-node.is-accordion-submenu-parent[aria-expanded="true"]>ul {
    padding-left: 10px;
  }

  ul.off-canvas-list ul a {
    margin-left: 0!important;
  }

  .off-canvas-accordion .is-accordion-submenu-parent>a {
    padding-left: 30px;
  }

  .off-canvas-accordion .is-accordion-submenu-parent>a span.submenu-toggle:before {
    content: '\f152';
  }

  .off-canvas-accordion .is-accordion-submenu-parent[aria-expanded="true"]>a span.submenu-toggle:before {
    content: '\f151';
  }
}

@media print {
  #footer {
    display: none;
  }
}
