:root {
    --light-grey: #31373c;
    --white: #fff;
}
.btn.bg-grey-l {
    background-color: var(--light-grey);
    color: var(--white);
}
.btn.bg-grey-l:hover {
    background-color: var(--white);
    color: var(--light-grey);
}
.pf-sticky-top {
    position: sticky;
    top: 4rem;
    z-index: 3;
    margin-top: 4rem;
}
ul.pf-sticky-top li {
    list-style: none;
    padding-bottom: 0.75rem;
}
.help-doc-image {
    margin-block: 1rem;
    border-radius: 0.25rem;
}
.single-content {
    padding-bottom: 2rem;
}
.tab-content>.active.partners-section {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(350px, 1fr) );
    gap: 1.5rem;
}
.partners-section .card-body {
    padding: 1.5rem;
}
.partners-section h2 {
    margin-block: .5rem;
}
.partner-image {
    height: 64px;
    width: auto;
}

/********************************/
.hidden {
    display: none;
}
.greedy-nav {
    min-width: 250px;
    display: block;
    flex-shrink: 1 !important;
    max-width: 100vw !important;
}
.greedy-nav a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: none;
    padding: .5rem 1rem;
    font-size: 13px;
}
.greedy-nav a.active {
    background-color: #405189;
}
.greedy-nav button {
    position: absolute;
    height: 100%;
    right: 0;
    padding: 0 15px;
    border: 0;
    outline: none;
    background-color: #dca518;
    color: #fff;
    cursor: pointer;
    z-index: 3;
}
.greedy-nav button:hover {
    background-color: #d49d10;
}
.greedy-nav button::after {
    content: attr(count);
    position: absolute;
    width: 30px;
    height: 30px;
    left: -16px;
    top: 12px;
    text-align: center;
    background-color: #d49d10;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    border-radius: 50%;
    border: 3px solid #fff;
    font-weight: bold;
}
.greedy-nav button:hover::after {
    transform: scale(1.075);
}
.greedy-nav .hamburger {
    position: relative;
    width: 32px;
    height: 4px;
    background: #fff;
    margin: auto;
}
.greedy-nav .hamburger:before,
.greedy-nav .hamburger:after {
    content: "";
    position: absolute;
    left: 0;
    width: 32px;
    height: 4px;
    background: #fff;
}
.greedy-nav .hamburger:before {
    top: -8px;
}
.greedy-nav .hamburger:after {
    bottom: -8px;
}
.greedy-nav .visible-links {
    display: inline-table;
}
.greedy-nav .visible-links li {
    display: table-cell;
}
.greedy-nav .hidden-links {
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 3;
    background-color: var(--vz-card-bg);
    box-shadow: 0 0 1px white;
    padding-left: 0;
    margin-bottom: 0;
    border: 1px solid #dca518;
}
.greedy-nav .hidden-links li {
    display: block;
}
.greedy-nav .hidden-links li:not(:first-child) {
    border-top: 1px solid #dca518;
}
.greedy-nav .visible-links li:first-child {
    font-weight: bold;
}
.greedy-nav .hidden {
    visibility: hidden;
}
.partners-section {
    padding-bottom: 1.5rem;
}
.partners-section .visual-tab a[target=_blank]:after {
    padding-left: 5px;
}
.partners-section .card {
    margin-bottom: 0;
}