/*Styling for the B2B module goes here*/
.desktop-nav {min-height:64px;}
footer {background-color: var(--clr-navy) !important;margin-top:140px;}
footer a {color:#fff;}
a.a-btn {display:block;text-decoration:none;text-align: center}
a.a-btn:hover {text-decoration:underline;}

.itje {max-height:25px;}

/*START css for manuals OKTA migration*/
header.manual {background:#262836;margin-bottom:1rem;}
header.manual .panel {background:#fff;padding:1.5rem;border-radius:5px;}
.manual .a-grid {border-bottom: 1px solid #acc0c4;padding: 1.5rem 0;}
.manual .a-grid:last-child,
.manual .a-grid.no-border {border-bottom:0;}
.manual img {border:1px solid #acc0c4;width:100%;}
.manual h5 {margin-top:0;}
.manual ol,
.manual ul {padding-left:19px;margin-top:0;}

.submenu {list-style: none;padding-left: 0;margin: 1rem 0 !important;}
.submenu a {padding: 12px 10px;display: block;text-decoration: none;color: #5d6d78;font-size: 18px;line-height: 28px;border-left: 4px solid transparent;}
.submenu a:hover {background: #eef6f7;border-left: 4px solid #5d6d78;}
.submenu a:active {border-left: 4px solid #262836;}
.submenu li.active a {border-left:4px solid #262836;font-weight:700;color:#262836;}
/*END css for manuals OKTA migration*/