h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: var(--on-light);
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}

.body.dark h1 {
    color: var(--on-dark);
}

h1.sitedrop-section-breadcrumb {
    color: var(--on-background-light);
}

.body.inverted:not(.dark) h1.sitedrop-section-breadcrumb {
    color: #000000;
}

.body.dark h1.sitedrop-section-breadcrumb {
    color: var(--on-background-dark);
}

.docRequest h1 {
    color: var(--on-background-light);
}

.body.inverted:not(.dark) .docRequest h1 {
    color: #000000;
}

.body.dark .docRequest h1 {
    color: var(--on-background-dark);
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.login-background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/honeycomb-top.svg'), url('../images/honeycomb-bottom.svg'), linear-gradient(-45deg, #194f92, #00a3cc);
    background-position: -45% -10%, 145% 100%, 0px 0px;
    background-size: 65%, 65%, auto;
    background-repeat: no-repeat, no-repeat, repeat;
}

.html-embed {
    display: block;
}

.html-embed-2 {
    background-color: #761b1b;
}

.form-block {
    max-width: 1140px;
    min-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.email-form:focus {
    color: #b61212;
}

.email-form::-webkit-input-placeholder {
    color: #333;
}

.email-form:-ms-input-placeholder {
    color: #333;
}

.email-form::-ms-input-placeholder {
    color: #333;
}

.email-form::placeholder {
    color: #333;
}

.form {
    display: none;
}

.section {
    min-height: 100vh;
    background-color: var(--color-surface-50);
}

.body.dark .section {
    background-color: var(--color-surface-900);
}

.fullpage-section {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    background-color: transparent;
}

.checklist-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    min-height: 80px;
    min-width: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--color-header-light);
    box-shadow: 0 2px 10px 0 rgba(112, 112, 113, 0.25);
}

.body.inverted:not(.dark) .checklist-nav {
    box-shadow: 0 2px 10px 0 var(--color-surface-300);
}

.body.dark .checklist-nav {
    background-color: var(--color-header-dark);
    box-shadow: 0 2px 10px 0 var(--color-surface-900);
}

.nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.nav-link {
    font-family: 'Open Sans', sans-serif;
    color: var(--color-nav-link);
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .nav-link {
        color: var(--color-nav-link);
    }

    .nav-link:hover,
    .nav-link:focus,
    .nav-link:active {
        color: var(--color-nav-link-hl);
        text-decoration: none;
    }

.brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.nav-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-bar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    height: 40px;
    min-width: 100%;
    padding-right: 0px;
    background-color: var(--color-footer-light);
}

.body.dark .footer-bar {
    background-color: var(--color-footer-dark);
}

._1200-flex-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1200px;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.left-side-wrapper {
    position: static;
    top: auto;
    bottom: auto;
    height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
}

    .left-side-wrapper.site-drop-advanced {
        padding-top: 0px;
    }


.right-side-wrapper {
    margin-left: 25px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 75%;
    -ms-flex: 0 75%;
    flex: 0 75%;
}

.widget-wrapper {
    position: static;
    top: 105px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    background-color: var(--color-surface-0);
    box-shadow: 0 2px 10px 0 rgba(112, 112, 113, 0.25);
}

.body.inverted:not(.dark) .widget-wrapper {
    box-shadow: 0 2px 10px 0 var(--color-surface-300);
}

.body.dark .widget-wrapper {
    box-shadow: 0 2px 10px 0 var(--color-surface-900);
}

    .widget-wrapper.bottom {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-right: 0px;
        padding-bottom: 25px;
        padding-left: 25px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .widget-wrapper.top {
        box-shadow: 0 3px 3px 0 #000;
    }

.widget-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

    .widget-header.js-accordion-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        cursor: pointer;
    }

.div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.body.dark .widget-wrapper {
    background-color: var(--color-surface-800);
}

.widget-line {
    width: 35px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: var(--color-primary-500);
}

.widget-title {
    font-family: 'Open Sans', sans-serif;
    color: var(--on-light);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.body.dark .widget-title {
    color: var(--on-dark);
}

.red {
    color: var(--color-error-500);
}

.widget-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.widget-up-arrow {
    display: none;
    font-family: 'Fa solid 900', sans-serif;
    color: var(--color-primary-500);
    font-size: 20px;
    line-height: 20px;
}

.contact-wrapper {
    padding-right: 25px;
    padding-left: 25px;
}

.company-name {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
    color: var(--color-accent);
    font-size: 16px;
    font-weight: 700;
}

.contact-name {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
    color: var(--on-light);
    font-size: 16px;
    line-height: 20px;
}

.body.dark .contact-name {
    color: var(--on-dark);
}

.contact-info {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
    color: var(--on-light);
}

.body.dark .contact-info {
    color: var(--on-dark);
}

.phone-icon {
    padding-right: 10px;
    font-family: 'Fa solid 900', sans-serif;
    color: var(--color-surface-500);
}

.address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: 'Open Sans', sans-serif;
    color: var(--on-light);
}

.body.dark .address {
    color: var(--on-dark);
}

.location {
    padding-right: 10px;
    font-family: 'Fa solid 900', sans-serif;
    color: var(--color-surface-500);
}

.checklist-information-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.checklist-category {
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    color: var(--on-light);
    font-weight: 700;
    vertical-align: top;
}

.body.dark .checklist-category {
    color: var(--on-dark);
}

.checklist-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Open Sans', sans-serif;
    color: var(--on-light);
    font-weight: 400;
}

.body.dark .checklist-info {
    color: var(--on-dark)
}

.heading {
    margin-bottom: 25px;
    padding-right: 135px;
    white-space: pre-wrap;
}

.status-bar-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.status-circle-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.status-row {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.status-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: var(--color-primary-500);
}

.body.dark .status-circle {
    border-color: var(--color-surface-800);
}

.body.inverted:not(.dark) .status-circle {
    border-color: var(--color-surface-0);
}

.status-circle.not-achieved {
    border-width: 3px;
    border-color: #e3e2e2;
    background-color: #fff;
}

.body.dark .status-circle.not-achieved {
    border-color: #e3e2e2;
}

.body.inverted:not(.dark) .status-circle.not-achieved {
    border-color: var(--on-light);
    background-color: #ffffff;
}

.status-circle.achieved {
    position: static;
    width: 22px;
    height: 22px;
    background-image: url('../images/check-solid-wht.svg');
    background-position: 50% 50%;
    background-size: 65% 65%;
    background-repeat: no-repeat;
}

.status-level {
    padding-left: 25px;
    font-family: 'Open Sans', sans-serif;
    color: var(--color-secondary-500);
    font-weight: 600;
}

.status-level.not-achieved {
    color: #e3e2e2;
}

.body.inverted:not(.dark) .status-level.not-achieved {
    color: var(--on-light);
}

.div-block-3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 2px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.status-tracker-lines {
    position: absolute;
    left: 34px;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1;
    width: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #e3e2e2;
}

.body.inverted:not(.dark) .status-tracker-lines {
    background-color: var(--on-light);
}

.tables {
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
}

.body {
    background-color: var(--color-background-light);
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}

.body.dark {
    background-color: var(--color-background-dark);
}

.html-embed-3 {
    text-align: left;
}

.tables-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info-icon {
    font-family: 'Fa solid 900', sans-serif;
    color: var(--color-primary-500);
    text-decoration: none;
}

    .info-icon.white {
        color: transparent;
    }

.logout-nav {
    display: none;
}

.sticky-bar {
    position: relative;
    height: 100%;
}

.sticky-section-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 105px;
    min-width: auto;
}

.heading-mobile {
    display: none;
    margin-bottom: 25px;
    padding-right: 135px;
    white-space: pre-line;
}

.widget-body {
    display: block;
    padding-bottom: 20px;
}

    .widget-body.js-accordion-body {
        display: block;
    }

@media (max-width: 991px) {
    .login-background {
        background-size: 85%, 85%, auto;
    }

    .checklist-nav {
        min-width: 80%;
        padding-right: 20px;
        padding-left: 20px;
    }

    ._1200-flex-container {
        width: 95%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .right-side-wrapper {
        margin-top: 25px;
        margin-left: 0px;
    }

    .heading {
        display: none;
        padding-right: 25px;
    }

    .status-tracker-lines {
        left: 34px;
        right: auto;
    }

    .heading-mobile {
        display: block;
        margin-top: 0px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .form-block {
        width: 90%;
        min-width: auto;
    }

    .fullpage-section {
        height: auto;
    }

    .footer-bar {
        margin-top: 20px;
    }

    ._1200-flex-container {
        min-height: auto;
        margin-bottom: 25px;
    }

    .status-tracker-lines {
        left: 34px;
    }
}

@media (max-width: 479px) {
    .login-background {
        background-size: 100%, 100%, auto;
    }

    .fullpage-section {
        top: 0%;
        margin-top: 80px;
    }

    .checklist-nav {
        position: fixed;
        width: 100%;
    }

    .nav-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav-link {
        border-bottom: 1px solid var(--color-nav-link);
        border-radius: 0px;
    }

        .nav-link.logout {
            display: block;
        }

    .brand {
        padding-left: 0px;
    }

    .nav-menu {
        background-color: #e3e2e2;
    }

    ._1200-flex-container {
        width: 95vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .right-side-wrapper {
        margin-top: 0px;
        margin-left: 0px;
    }

    .widget-title {
        font-size: 15px;
    }

    .heading {
        display: none;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        white-space: normal;
    }

    .status-bar-wrapper {
        display: block;
    }

    .status-tracker-lines {
        left: 34px;
        width: 3px;
    }

    .tables {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .menu-button {
        background-color: transparent;
    }

        .menu-button.w--open {
            background-color: transparent;
        }

    .icon {
        border: 1px solid transparent;
        color: var(--color-primary-500);
    }

    .logout-nav {
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
    }

    .sticky-section-wrapper.js-accordion {
        position: static;
    }

    .heading-mobile {
        display: block;
        width: 100%;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        white-space: pre-wrap;
    }

    .widget-body.js-accordion-body {
        display: block;
    }
}

@font-face {
    font-family: 'Fa 400';
    src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fa solid 900';
    src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

#cookieConsent {
    padding-left: 35px;
}

.docTitle-description-content {
    padding: 20px;
}
