html,
body,
.bd-navbar,
.bd-sidebar,
.bd-links,
.bd-content,
.bd-content h1,
.bd-content h2,
.bd-content h3,
.bd-content h4,
.bd-content h5,
.bd-content h6,
.bd-content p,
.bd-content li,
.section-nav,
.section-nav h5,
.alert,
nav.text-center {
    color: #2a2e30;
    font-family: Roboto, Arial, sans-serif;
}

a {
    color: #92c83e;
}

a:hover {
    color: #2a2e30;
    text-decoration: none;
}

.bd-navbar {
    min-height: 4rem;
    background-color: #ffffff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.bd-navbar .navbar-nav .nav-link {
    color: #2a2e30;
}

.bd-navbar .navbar-nav .nav-link.active,
.bd-navbar .navbar-nav .nav-link:hover {
    color: #92c83e;
    background-color: transparent;
}

.bd-navbar .navbar-nav .nav-link,
.bd-navbar .navbar-nav .nav-link.active,
.bd-toc-link,
.bd-sidebar .nav > li > a,
.bd-sidebar .nav > .active > a,
.bd-sidebar .nav > .active:hover > a,
.bd-sidenav a,
.bd-toc-item.active > .bd-toc-link,
.bd-toc-item.active > .bd-toc-link:hover,
.bd-sidenav a.active {
    font-weight: 400 !important;
}

.bd-toc-link.active,
.bd-sidenav a.active,
.bd-toc-item.active > .bd-toc-link,
.bd-toc-item.active > .bd-toc-link:hover {
    color: #92c83e !important;
}

.bd-sidebar,
.bd-links {
    border: none !important;
}

.container-fluid {
    padding-left: 0;
}

.row.flex-xl-nowrap {
    margin-left: 0;
}

#shared-nav,
.bd-sidebar {
    padding-left: 0;
    padding-right: 0;
}

.bd-sidebar nav,
.bd-links {
    padding-right: .25rem;
}

.bd-toc-item {
    margin-bottom: .35rem;
}

/* Separate release history from the product-help navigation. */
.release-notes-link {
    border-top: 1px solid rgba(255, 255, 255, .35);
    margin-top: 1rem;
    padding-top: .75rem;
}

.bd-toc-link:hover,
.bd-sidenav a:hover {
    color: #92c83e;
    text-decoration: none;
}

.bd-sidenav {
    display: none;
}

.bd-toc-item.active > .bd-sidenav,
.bd-toc-item.active .bd-sidenav {
    display: block;
}

.bd-sidenav {
    padding-left: 15px;
}

.bd-sidenav li {
    margin-bottom: .2rem;
}

.section-nav {
    border-left: 4px solid #92c83e;
    background: #f8faf7;
    padding: 1rem 1rem 1rem 1.25rem !important;
    margin-top: .25rem;
}

.section-nav h5 {
    margin-bottom: .65rem;
}

.shared-help-contact a {
    color: #92c83e;
}

.shared-help-contact a:hover {
    color: #2a2e30;
}

.checkmate-aside {
    padding: .9rem 1rem !important;
}

.checkmate-aside h5 {
    margin-bottom: .45rem;
}

.checkmate-aside .mb-3 {
    margin-bottom: .9rem !important;
}

.checkmate-aside a,
.checkmate-aside small {
    font-size: .95em;
}

.checkmate-aside .shared-help-contact {
    margin-top: .2rem;
}

.bd-title {
    font-size: 3rem;
    font-weight: 300;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.bd-lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.bd-content hr {
    margin-top: .75rem;
    margin-bottom: 1.4rem;
}

.bd-content > h2:not(:first-child) {
    margin-top: 2.75rem;
}

.bd-content > h3 {
    margin-top: 1.75rem;
}

.bd-content p,
.bd-content li {
    line-height: 1.6;
}

.bd-content p {
    margin-bottom: .8rem;
}

.bd-content > ol li,
.bd-content > ul li {
    margin-bottom: .25rem;
}

.bd-content small {
    color: #6c757d;
    display: inline-block;
    font-size: .875rem;
    font-style: italic;
    line-height: 1.5;
}

.bd-content ul,
.bd-content ol {
    margin-bottom: 1.1rem;
}

@media (min-width: 768px) {
    .bd-content {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .bd-content > ol,
    .bd-content > p,
    .bd-content > ul,
    .bd-lead {
        max-width: 80%;
    }
}

.bd-content img,
.bd-content video {
    background-color: #2a2e30 !important;
    border: 5px solid #2a2e30 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    box-sizing: border-box;
    border-radius: 0;
    display: block;
    height: auto;
    margin: 1rem auto 1.5rem;
    max-width: min(100%, 720px);
    padding: 0 !important;
}

.bd-content img.logoimg,
header img,
.navbar img {
    border: none !important;
    border-radius: 0;
    margin: 0;
    max-width: none;
}

.bd-content .pdf-link img {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    display: inline-block;
    margin: 0;
    max-width: none;
}

.bd-content img.help-media-xsmall,
.bd-content video.help-media-xsmall {
    width: 5% !important;
    max-width: 40px;
}

.bd-content img.help-media-tiny,
.bd-content video.help-media-tiny {
    width: 10% !important;
    max-width: 72px;
}

.bd-content img.help-media-small,
.bd-content video.help-media-small {
    width: 25% !important;
}

.bd-content img.help-media-medium,
.bd-content video.help-media-medium {
    width: 35% !important;
}

.bd-content img.help-media-compact,
.bd-content video.help-media-compact {
    width: 45% !important;
}

.bd-content img.help-media-standard,
.bd-content video.help-media-standard {
    width: 50% !important;
}

.bd-content img.help-media-feature,
.bd-content video.help-media-feature {
    width: 55% !important;
}

.bd-content img.help-media-large,
.bd-content video.help-media-large {
    width: 65% !important;
}

.bd-content img.help-media-wide,
.bd-content video.help-media-wide {
    width: 70% !important;
}

.bd-content img.help-media-default,
.bd-content video.help-media-default {
    width: 75% !important;
}

.bd-content img.help-media-expanded,
.bd-content video.help-media-expanded {
    width: 80% !important;
}

.bd-content img.help-media-max,
.bd-content video.help-media-max {
    width: 85% !important;
}

.bd-content img.help-media-hero,
.bd-content video.help-media-hero {
    width: 90% !important;
}

.bd-content img.help-inline-icon {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block;
    height: 25px !important;
    margin: 0 .15rem;
    max-width: none;
    padding: 0 !important;
    vertical-align: middle;
    width: auto !important;
}

.bd-content img.help-inline-icon-tiny {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block;
    height: 14px !important;
    margin: 0 .15rem;
    max-width: none;
    padding: 0 !important;
    vertical-align: text-bottom;
    width: 14px !important;
}

.bd-content img.help-inline-icon-small {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block;
    height: 30px !important;
    margin: 0 .15rem;
    max-width: none;
    padding: 0 !important;
    vertical-align: middle;
    width: 30px !important;
}

.bd-content img.help-inline-icon-medium {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block;
    height: 35px !important;
    margin: 0 .15rem;
    max-width: none;
    padding: 0 !important;
    vertical-align: middle;
    width: 35px !important;
}

.bd-content img.help-inline-button {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block;
    height: 34px !important;
    margin: 0 .15rem;
    max-width: none;
    padding: 0 !important;
    vertical-align: middle;
    width: 140px !important;
}

.workflow-summary {
    border-left: 5px solid #92c83e;
    background: #f4f7f1;
    padding: 1rem 1.25rem;
    margin: 1rem 0 1.5rem;
}

.bd-content blockquote {
    border-left: 5px solid #92c83e;
    background: #f4f7f1;
    margin: 1rem 0 1.5rem;
    padding: 1rem 1.25rem;
}

.caution-box {
    background: #fff7e0;
    border-left: 5px solid #e0a800;
    padding: 1rem 1.25rem;
    margin: 1rem 0;
}

.danger-box {
    background: #fff0f0;
    border-left: 5px solid #c82333;
    padding: 1rem 1.25rem;
    margin: 1rem 0;
}

.help-figure {
    margin: 1rem 0 2rem;
    text-align: center;
}

.help-media {
    display: block;
    width: auto;
    max-width: min(100%, 720px);
    margin: 0 auto .5rem !important;
}

.help-figure figcaption {
    color: #6c757d;
    font-size: .875rem;
    margin: 0 auto;
    max-width: 48rem;
}

.alert.bg-dark {
    border: none;
    border-radius: .35rem;
    margin-top: 2rem;
}

.shared-help-footer {
    color: #fff;
}

.shared-help-footer small {
    color: rgba(255, 255, 255, .8);
}

.alert.bg-dark a {
    color: #92c83e;
}

.shared-help-footer-nav,
nav.text-center {
    color: #2a2e30;
    padding-bottom: .5rem;
}

@media (max-width: 1200px) {
    .bd-title {
        font-size: calc(1.425rem + 2.1vw);
    }

    .bd-lead {
        font-size: calc(1.275rem + .3vw);
    }
}

@media (max-width: 991.98px) {
    .bd-navbar {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}
