.spacer {
    height: 30px;
    flex-shrink: 0;
}

.scrollspacer {
    height: 100px;
    position: absolute;
    /*background: red;*/
    width: 10px;
    bottom: 0;
    outline: none;
}

    .scrollspacer.fit {
        height: 0px;
    }

section {
    /* min-width: 1903px;
    max-width: 1903px;*/
}

.section {
    height: 100%;
    padding: 0px 20px;
    /**/
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.section-title {
    /*width: 70%;*/
    display: flex;
    gap: 24px;
    flex-direction: column;
    /*min-width: 592px;*/
    z-index: 2;
}

    .section-title .tag {
        display: flex;
        padding: 4px 12px;
        justify-content: center;
        border-radius: 16px;
        width: fit-content;
        border: 1px solid;
        font-size: 13px;
    }

        .section-title .tag .red-tag {
            border-color: #F04438;
        }

        .section-title .tag .white-tag {
            border-color: white;
        }

        .section-title .tag .blue-tag {
            border-color: #285D9B;
        }

        .section-title .tag .yellow-tag {
            border-color: #F2A736;
        }

    .section-title .header {
        font-size: 40px;
        font-weight: 600;
        /*line-height: 72px;*/
    }

.section-content {
    display: flex;
    padding-bottom: 24px;
    gap: 8px;
    justify-content: space-between;
    z-index: 1;
}

    .section-content .text-block {
        font-size: 16px;
        line-height: 30px;
        padding: 24px 0px;
    }

.image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.card-shadow {
    box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

input:focus-visible {
    outline: none;
}

*::placeholder {
    color: #667085;
}

.p-line {
    width: 100%;
    height: 2px;
    border-radius: 50px;
}

/*################################################################################*/
/*#########                Uniform Landing Page Formatting               #########*/
/*################################################################################*/
.section-title-landing {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

    .section-title-landing .container {
        display: flex;
        align-items: center;
        /*width: 50%;*/
        /*width: min-content;*/
    }

.section-landing-vertical-bar {
    width: 5px;
    height: 333px;
    background: linear-gradient(180deg, #F2A736 -5.62%, #F2A73600 115.6%);
    float: left;
    margin-right: 60px;
    flex-shrink: 0;
}

.DDArticleLowerSection {
    position: relative;
    height: auto;
    overflow: hidden;
}

.left-padding {
    padding-left: 400px;
    padding-right: 321.5px;
    justify-content: flex-start;
}

/*#region Sidebar */

.side-nav {
    z-index: 3;
    /*top: 1000px;*/
}

.side-nav-container {
    display: flex;
    flex-direction: column;
    /*width: 290px;*/
    flex-shrink: 0;
    /*position: absolute;*/
    /*border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;*/
    overflow: hidden;
    /**/
    margin: 40px;
    border-radius: 12px;
}

    .side-nav-container .side-nav-title {
        color: #1A2A71;
        font-weight: 600;
        background-color: #F6F6F9;
        transition: all 0.2s ease;
        padding: 20px 24px;
    }

        .side-nav-container .side-nav-title:hover {
            background-color: #EBF2FA;
        }

        .side-nav-container .side-nav-title.back::before {
            content: '';
            background-size: contain;
            background-image: url(../images/chevron-down-blue.svg);
            width: 20px;
            height: 12px;
            /* margin-left: -13px; */
            display: inline-flex;
            background-repeat: no-repeat;
            /*position: absolute; 
            left: 8px;
            top: 24px;*/
        }

    .side-nav-container .side-nav-button span {
        cursor: pointer;
    }

    .side-nav-container .side-nav-button {
        color: #888888;
        background-color: white;
        /**/
        display: flex;
        padding: 20px 24px;
        align-items: center;
        align-self: stretch;
        transition: all 0.2s ease;
        cursor: pointer;
    }

        .side-nav-container .side-nav-button:hover {
            background-color: #EBF2FA;
        }

        .side-nav-container .side-nav-button.active {
            color: white;
            background-color: #285D9B;
        }

            .side-nav-container .side-nav-button.active::after {
                content: '';
                display: inline-block;
                width: 4px;
                height: 24px;
                background-color: #f4bd5e;
                position: absolute;
                left: 0;
            }

/*#endregion*/

a {
    color: inherit;
}

.article {
    cursor: default;
}

    .article .heading {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: -1px;
        line-height: 60px;
    }

    .article .subheading {
        font-size: 20px;
        line-height: 40px;
    }

    .article .blue-subheading {
        font-size: 24px;
        color: #3778AA;
        line-height: 40px;
    }

    .article .text,
    .article .subtext {
        color: #475467;
        font-size: 16px;
        line-height: 30px;
    }

    .article .article-img {
        height: 500px;
    }

.heading-2 {
    font-size: 24px;
    font-weight: 600;
    color: #1D2939;
}

.bullet-point::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    margin-top: 15px;
    margin-left: -25px;
    background-color: #eea73d;
}

.text-bullet-container {
    padding-left: 35px;
    overflow: hidden;
}

    .text-bullet-container .bullet-point {
        position: relative;
        margin-bottom: 10px;
        z-index: 0;
    }

        .text-bullet-container .bullet-point::before {
            margin-top: 11px;
            margin-left: -20px;
            width: 7px;
            height: 7px;
        }

.datashield-logo {
    background-image: url('../images/Solutions/datashield.png');
    width: 60px;
    height: 60px;
    margin-left: -5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.diagram {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    gap: 50px;
    align-items: center;
}

    .diagram .text {
        font-size: 24px;
        color: #3778AA;
        line-height: 40px;
        width: 50%;
    }

        .diagram .text > :first-child {
            overflow: hidden;
        }

    .diagram .img {
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50%;
    }



.overflow-hide {
    overflow: hidden;
    margin: -8px -8px;
    padding: 8px 8px;
    position: relative;
}

.eSentire-padding {
    padding: 0px 321.5px;
}

.section-title-landing .header,
.section-title-landing .section-title {
    line-height: 70px;
    font-size: 50px;
    width: 100%;
}

.section-title-landing .text-block {
    font-size: 19px;
    line-height: 40px;
    padding: 10px 0px;
}

.bullet-span {
    margin-left: 1rem;
}

.scrollable-sidemenu {
    overflow-y: scroll;
    height: 456px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .section-title .header {
        font-size: 36px;
    }

    .section-landing-vertical-bar {
        height: 150px;
        margin-right: 20px;
    }

    .section-title .tag {
        width: auto;
        font-size: 15px;
        margin: 0px 35px;
    }

        .section-title .tag .red-tag {
            border-color: #F04438;
        }

    .section-title .header {
        font-size: 25px;
        font-weight: 600;
        text-align: left;
        line-height: 1.4;
    }

    .section-content {
        padding-bottom: 0;
    }

    .diagram {
        flex-direction: column;
    }

    .diagram .text {
        width: 100%;
    }

    .diagram .text > :first-child {
        overflow: auto;
    }

    .diagram .img {
        float: unset;
        width: 100%;
    }
}
