﻿body {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}

#dashFrame {
    width:100%;
    height:100%;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./fonts/SourceSansPro-Regular.otf");
}

.row {
    display: flex;
}

.header-frame {
    background: #F6F6F6;
    width: 100%;
    height: 183px;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.63px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page {
    width: 100%;
}

.container {
    /*width: 100%;*/
    /* display: flex;
    justify-content: center;*/
}

.item:hover {
    cursor: pointer;
    color: navy;
}

.dashboard {
    /*width: 1131px;*/
}

.breadcrumb {
    padding: 16px 0px;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
}

    .breadcrumb .navigation {
        font-family: "Public Sans";
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .breadcrumb .arrow {
        margin: 0px 8px;
    }

.here {
    margin-bottom: 8px;
    margin-top: 40px;
    font-family: "Public Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
}

.section_1 {
    display: flex;
    /*justify-content: space-between;*/
}

    .section_1 .content {
        text-align: left;
        width: 784px;
        gap: 0px;
        opacity: 0px;
    }

.section_2 .bg-grey {
    margin: 16px 0px 40px 0px;
    height: auto;
    padding: 24px;
    background: #F6F6F6;
    border-radius: 8px;
    /*border: 1px solid #C4C4C4;*/
}

    .section_2 .bg-grey .title {
        font-family: Public Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        margin-bottom: 12px;
        color: #1b1b1b;
    }

    .section_2 .bg-grey a {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #005EA2;
        display: flex;
        align-items: center;
    }

.section_2 .doc-box {
    margin-top: 16px;
    margin-bottom: 40px;
    width: 340px;
    gap: 0px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    opacity: 0px;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .section_2 .doc-box .title {
        font-family: Public Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        color: #1B1B1B;
    }

    .section_2 .doc-box .desc {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 16px;
        color: #3d4551;
    }

    .section_2 .doc-box a {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #005ea2;
        text-decoration: none;
        /*display: flex;*/
    }

    .section_2 .doc-box .bottom {
        background: #ECF5FD;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #3D4551;
        margin-right: 4px;
        padding: 8px 24px;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .section_2 .doc-box .bottom img {
            margin-left: 4px;
        }

    .section_2 .doc-box a img {
        margin-right: 4px;
    }

    .section_2 .doc-box .jumptodataset {
        color: #3D4551;
    }
    .section_2 .doc-box .jumptodataset:hover img {
        content: url("../Images/down_arrowhover.svg");
    }

    .section_2 .doc-box .jumptodataset img {
        content: url("../Images/down_arrow.svg");
    }

    .section_2 .doc-box .fileimg {
        content: url("../Images/file.svg");
    }

    .section_2 .doc-box a:hover .fileimg {
        content: url("../Images/filehover.svg");
    }

    .section_2 .doc-box .downimg {
        content: url("../Images/download.svg");
    }

    .section_2 .doc-box a:hover .downimg {
        content: url("../Images/downloadhover.svg");
    }

.section_2 .bg-grey a img {
    margin-left: 4px;
}

.section_2 .bg-grey ul {
    margin-bottom: 24px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
}

.section_1 .content .title {
    font-family: Public Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.section_1 .content .text {
    font-family: Source Sans Pro;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.section_1 .actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section_1 .action-link {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
    margin-left: 4px;
    text-decoration: underline;
    cursor: pointer;
}

.action-link:hover {
    color: #1A4480 !important;
}

#aContact:hover img {
    content: url('../Images/mailhover.svg')
}
#aContact img {
    content: url('../Images/mail.svg')
}

#aShare:hover img {
    content: url('../Images/sharehover.svg')
}

#aShare img {
    content: url('../Images/share.svg')
}

#aprint:hover img {
    content: url('../Images/printhover.svg')
}

#aprint img {
    content: url('../Images/print.svg')
}

.divider-link {
    border-right: 1px solid #c4c4c4;
    padding-right: 16px;
    margin-right: 16px;
}

.tab {
    font-family: Public Sans;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    display: flex;
}

    .tab .item {
        margin-right: 24px;
    }

        .tab .item.selected {
            color: #005ea2;
            font-weight: 700;
        }

        .tab .item .selected-line {
            height: 2px;
            width: 100%;
            background: #005ea2;
            margin-top: 12px;
        }

 .dt {
    font-family: Public Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
    /*margin-top: 24px;*/
    margin-bottom: 16px;
}

.selected-tab .dboard {
    border: 1px solid #C4C4C4;
   /* width: 1131px;
    height: 800px;*/
    gap: 0px;
    background: #EBEDF1;
    font-family: Public Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.section_3 {
    display: flex;
}

    .section_3 .title {
        font-family: Public Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        color: #1B1B1B;
        padding-bottom: 16px;
    }

    .section_3 .part_1 {
        border-radius: 8px;
        padding: 24px;
        background: #F4F6F9;
        width: 50%;
    }

        .section_3 .part_1 .title {
            border-bottom: 1px solid #D9D9D9;
        }

        .section_3 .part_1 .subtitle {
            font-family: Public Sans;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            text-align: left;
            color: #1b1b1b;
            margin-top: 24px;
            margin-bottom: 4px;
        }

        .section_3 .part_1 p {
            margin: 0px;
        }

        .section_3 .part_1 .desc {
            font-family: Source Sans Pro;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
            display: flex;
            margin: 4px 0px 16px 0px;
        }

        .section_3 .part_1 .read-more {
            font-family: Source Sans Pro;
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
            text-decoration: underline;
        }

        .section_3 .part_1 .info {
            display: flex;
            flex-wrap: wrap;
        }
            .section_3 .part_1 .info .row {
                /*padding-left: 16px;*/
            }

            .section_3 .part_1 .info .label {
                font-family: Public Sans;
                font-size: 14px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #3D4551;
            }

            .section_3 .part_1 .info .value {
                font-family: Public Sans;
                font-size: 14px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                /*padding-right: 16px;*/
            }

            .section_3 .part_1 .info .divider {
                width: 1px;
                background: #D9D9D9;
                margin: 0px 16px;
            }

        .section_3 .part_1 .terms {
            font-family: Source Sans Pro;
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            margin-top: 16px;
            color: #3D4551;
            text-decoration: underline;
        }

        .section_3 .part_1 .divider {
            background: #D9D9D9;
            height: 1px;
            width: 100%;
            margin-top: 16px;
            margin-bottom: 8px;
        }

    .section_3 .part_2 {
        padding: 24px 0px 24px 24px;
        width: 50%;
    }

        /*.section_3 .part_2 table tr th, .section_3 .part_2 table tr td{
    width: 50%;
}*/

        .section_3 .part_2 .table .header {
            font-family: Public Sans;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            text-align: left;
            color: #1B1B1B;
            padding-bottom: 10px;
            margin-bottom: 8px;
        }

        .section_3 .part_2 .table .name {
            font-family: Public Sans;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
        }

        .section_3 .part_2 .table .type {
            font-family: Public Sans;
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
            text-align: left;
            color: #3D4551;
            display: flex;
            align-items: center;
            margin-bottom: 4px;
        }

            .section_3 .part_2 .table .type a {
                font-family: Source Sans Pro;
                font-size: 15px;
                font-weight: 400;
                line-height: 24px;
                text-align: left;
                color: #005EA2;
                margin-right: 8px;
            }

        .section_3 .part_2 .download-all {
            width: 247px;
            height: 32px;
            gap: 10px;
            border-radius: 4px;
            border: 1px solid #005EA2;
            opacity: 0px;
            font-family: Public Sans;
            font-size: 14px;
            font-weight: 700;
            line-height: 22px;
            text-align: center;
            color: #005EA2;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 16px;
            cursor: pointer;
        }

        .section_3 .part_2 .download-all a img {
            content: url("../Images/download.svg");
        }

        .section_3 .part_2 .download-all a:hover img {
            content: url("../Images/downloadhover.svg");
        }

        .section_3 .part_2 .external-link .title {
            font-family: Public Sans;
            font-size: 22px;
            font-weight: 600;
            line-height: 30px;
            text-align: left;
            margin-top: 64px;
        }

        .section_3 .part_2 .external-link .desc {
            font-family: Source Sans Pro;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
        }

        .section_3 .part_2 .external-link .links {
            margin-top: 24px;
        }

            .section_3 .part_2 .external-link .links .item {
                display: flex;
                align-items: center;
                font-family: Source Sans Pro;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                text-align: left;
                color: #005EA2;
                border-bottom: 1px solid #C4C4C4;
                padding: 8px 0px;
            }

                .section_3 .part_2 .external-link .links .item img {
                    margin-left: 4px;
                }

.additional-resources {
    background: #F6F6F6;
    width: 100%;
    /*margin-top: 48px;*/
    display: flex;
    justify-content: center;
}

    .additional-resources .content {
        width: 1131px;
        margin-top: 64px;
    }

        .additional-resources .content .title {
            font-family: Public Sans;
            font-size: 32px;
            font-weight: 600;
            line-height: 40px;
            text-align: left;
            color: #1b1b1b;
            margin-bottom: 32px;
        }

        .additional-resources .content .line {
            margin-bottom: 16px;
            height: 4px;
            width: 54px;
            background-color: orange;
        }

        .additional-resources .content .item {
            width: 258.5px;
            gap: 0px;
            border-radius: 8px;
            margin-right: 32px;
            margin-bottom: 64px;
            padding: 24px;
            background: #FFF;
            margin-bottom: 64px;
        }

            .additional-resources .content .item:last-child {
                margin-right: 0px;
            }

            .additional-resources .content .item .title {
                font-family: Public Sans;
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0.05em;
                text-align: left;
                color: #565C65;
                margin-bottom: 4px;
                text-transform: uppercase;
            }

            .additional-resources .content .item .h-title {
                font-family: Public Sans;
                font-size: 18px;
                font-weight: 600;
                line-height: 26px;
                text-align: left;
                color: #1B1B1B;
                margin-bottom: 8px;
            }

            .additional-resources .content .item .desc {
                font-family: Source Sans Pro;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                text-align: left;
                color: #3D4551;
                margin-bottom: 24px;
            }

            .additional-resources .content .item .link {
                font-family: Source Sans Pro;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                text-align: left;
                color: #005EA2;
            }

                .additional-resources .content .item .link img {
                    margin-left: 4px;
                }

#spnAddlRsrc .link a:hover img{
    content:url('../Images/arrow_righthover.svg')
}

#spnAddlRsrc .link a img {
    content: url('../Images/arrow_right.svg')
}

.footer {
    font-family: Source Sans Pro;
    background: #162E51;
    height: 539px;
    gap: 0px;
    opacity: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

@media only screen and (max-width: 600px) {
    .header-frame {
        background: #F4F6F9;
    }

    .dashboard {
        width: 100%;
        padding: 0px 16px;
    }

    .breadcrumb .navigation {
        font-family: Public Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        white-space: nowrap;
    }

    .here {
        font-family: Public Sans;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: left;
    }
}

body {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./fonts/SourceSansPro-Regular.otf");
}

.row {
    display: flex;
}

.header-frame {
    background: #F6F6F6;
    width: 100%;
    height: 183px;
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.63px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page {
    width: 100%;
}

.container {
   /* width: 100%;
    display: flex;
    justify-content: center;*/
}

.dashboard {
    /*width: 1145px;*/
}

.breadcrumb {
    padding: 16px 0px;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
}

    .breadcrumb .navigation {
        font-family: "Public Sans";
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .breadcrumb .arrow {
        margin: 0px 8px;
    }

.here {
    margin-bottom: 8px;
    margin-top: 40px;
    font-family: "Public Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
}

.section_1 {
    display: flex;
    /*justify-content: space-between;*/
}

    .section_1 .content {
        text-align: left;
        width: 783px;
        gap: 0px;
        opacity: 0px;
    }

        .section_1 .content .desc {
            color: var(--Text-Standard-Charcoal-Gray, #3D4551);
            font-family: "Source Sans Pro";
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: 30px;
            width: 100%;
            margin: 0 auto;
            display: block;
        }

            .section_1 .content .desc .square-wrap {
                float: left;
                margin: 0px 15px 15px 0px;
                background: url('./images/icon_1.svg');
                height: 71px;
            }

            .section_1 .content .desc .p-tag {
                text-align: justify;
            }

        .section_1 .content .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }

.section_2 .bg-grey {
    margin: 16px 0px 40px 0px;
    height: auto;
    padding: 24px;
    background: #F6F6F6;
    border-radius: 8px;
    width: 783px;
    /*border: 1px solid #C4C4C4;*/
}

    .section_2 .bg-grey .title {
        font-family: Public Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        margin-bottom: 12px;
        color: #1b1b1b;
    }

    .section_2 .bg-grey a {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #005EA2;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

.section_2 .doc-box {
    margin-top: 16px;
    margin-bottom: 40px;
    width: 340px;
    gap: 0px;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    opacity: 0px;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .section_2 .doc-box .title {
        font-family: Public Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        color: #1B1B1B;
    }

    .section_2 .doc-box .desc {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        margin-top: 12px;
        margin-bottom: 16px;
        color: #3d4551;
    }

    .section_2 .doc-box a {
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #005ea2;
        text-decoration: none;
        /*display: flex;*/
        align-items: center;
    }

    .section_2 .doc-box .bottom {
        background: #ECF5FD;
        font-family: Source Sans Pro;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        color: #3D4551;
        margin-right: 4px;
        padding: 8px 24px;
        display: flex;
        align-items: center;
        width: 100%;
    }

        .section_2 .doc-box .bottom img {
            margin-left: 4px;
        }

    .section_2 .doc-box a img {
        margin-right: 4px;
       /* width: 12px;
        height: 11px;*/
    }

    .section_2 .doc-box a .type {
        color: var(--Text-Standard-Charcoal-Gray, #3D4551);
        font-family: "Source Sans Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-left: 4px;
    }

.section_2 .bg-grey a img {
    margin-left: 4px;
}

.section_2 .bg-grey ul {
    margin-bottom: 24px;
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
}

.section_2 .bg-grey li {
    margin: 8px 0;
}

    .section_2 .bg-grey ul .read-more {
        border-top: 1px solid #C4C4C4;
    }

.section_1 .content .title {
    font-family: Public Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

.section_1 .content .text {
    font-family: Source Sans Pro;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

.section_1 .actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section_1 .action-link {
    font-family: Source Sans Pro;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
    margin-left: 4px;
    text-decoration: underline;
}

.divider-link {
    border-right: 1px solid #c4c4c4;
    padding-right: 16px;
    margin-right: 16px;
}

.tab {
    font-family: Public Sans;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    display: flex;
}

    .tab .item {
        margin-right: 24px;
    }

        .tab .item.selected {
            color: #005ea2;
            font-weight: 700;
        }

        .tab .item .selected-line {
            height: 2px;
            width: 100%;
            background: #005ea2;
            margin-top: 12px;
        }

.selected-tab .dt {
    font-family: Public Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #3D4551;
    margin-top: 24px;
    margin-bottom: 16px;
}

.selected-tab .dboard {
    border: 1px solid #C4C4C4;
    /*width: 1131px;
    height: 800px;*/
    gap: 0px;
    background: #EBEDF1;
    font-family: Public Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.section_3 {
    display: flex;
}

    .section_3 .title {
        font-family: Public Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        color: #1B1B1B;
        padding-bottom: 16px;
    }

    .section_3 .part_1 {
        border-radius: 8px;
        padding: 24px;
        background: #F4F6F9;
        width: 50%;
    }

        .section_3 .part_1 .title {
            border-bottom: 1px solid #D9D9D9;
        }

        .section_3 .part_1 .subtitle {
            font-family: Public Sans;
            font-size: 18px;
            font-weight: 600;
            line-height: 26px;
            text-align: left;
            color: #1b1b1b;
            margin-top: 24px;
            margin-bottom: 4px;
        }

        .section_3 .part_1 p {
            margin: 0px;
        }

        .section_3 .part_1 .desc {
            font-family: Source Sans Pro;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
            display: flex;
            margin: 4px 0px 16px 0px;
        }

        .section_3 .part_1 .read-more {
            font-family: Source Sans Pro;
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
            text-decoration: underline;
            margin-left: 4px;
        }

        .section_3 .part_1 .read-more img{
            content: url("../Images/dialog.svg");
        }

        .section_3 .part_1 .read-more:hover img{
            content: url("../Images/dialoghover.svg");
        }

        /*.section_3 .part_1 .info {
            padding-left: 16px;
        }*/

            .section_3 .part_1 .info .label {
                font-family: Public Sans;
                font-size: 14px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #3D4551;
                padding: 0;
            }

            .section_3 .part_1 .info .value {
                font-family: Public Sans;
                font-size: 14px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                margin-left: 4px;
            }

            .section_3 .part_1 .info .divider {
                width: 1px;
                background: #D9D9D9;
                margin: 0px 16px;
                height: 22px;
            }

        .section_3 .part_1 .terms {
            font-family: Source Sans Pro;
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            margin-top: 16px;
            color: #3D4551;
            text-decoration: underline;
        }

            .section_3 .part_1 .terms img {
                margin-right: 6.5px;
            }

            .section_3 .part_1 .terms a img{
                content: url('../Images/dialog.svg')

            }

            .section_3 .part_1 .terms a:hover img {
                content: url('../Images/dialoghover.svg')
            }

            .section_3 .part_1 .divider {
                background: #D9D9D9;
                height: 1px;
                width: 100%;
                margin-top: 16px;
                margin-bottom: 8px;
            }

    .section_3 .part_2 {
        padding: 24px 0px 24px 24px;
        width: 50%;
    }

        /*.section_3 .part_2 table tr th, .section_3 .part_2 table tr td{
    width: 50%;
}*/

        .section_3 .part_2 .table .header {
            font-family: Public Sans;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            text-align: left;
            color: #1B1B1B;
            padding-bottom: 10px;
            margin-bottom: 8px;
        }

        .section_3 .part_2 .table .name {
            font-family: Public Sans;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
        }

        .section_3 .part_2 .table .type {
            font-family: Public Sans;
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
            text-align: left;
            color: #3D4551;
            display: flex;
            align-items: center;
            margin-bottom: 4px;
        }

            .section_3 .part_2 .table .type a {
                font-family: Source Sans Pro;
                font-size: 15px;
                font-weight: 400;
                line-height: 24px;
                text-align: left;
                color: #005EA2;
                margin-right: 8px;
            }

        .section_3 .part_2 .download-all {
            width: 247px;
            height: 32px;
            gap: 10px;
            border-radius: 4px;
            border: 1px solid #005EA2;
            opacity: 0px;
            font-family: Public Sans;
            font-size: 14px;
            font-weight: 700;
            line-height: 22px;
            text-align: center;
            color: #005EA2;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 16px;
            cursor: pointer;
        }

        .section_3 .part_2 .external-link .title {
            font-family: Public Sans;
            font-size: 22px;
            font-weight: 600;
            line-height: 30px;
            text-align: left;
            margin-top: 64px;
        }

        .section_3 .part_2 .external-link .desc {
            font-family: Source Sans Pro;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: left;
            color: #3D4551;
        }

        .section_3 .part_2 .external-link .links {
            margin-top: 24px;
        }

            .section_3 .part_2 .external-link .links .item {
                display: flex;
                align-items: center;
                font-family: Source Sans Pro;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                text-align: left;
                color: #005EA2;
                border-bottom: 1px solid #C4C4C4;
                padding: 8px 0px;
            }

                .section_3 .part_2 .external-link .links .item:last-child {
                    border: none;
                }

                .section_3 .part_2 .external-link .links .item img {
                    margin-left: 4px;
                }

        .section_3 .part_2 .table .col-type-width {
            /*width: 40%;*/
        }

        .section_3 .part_2 .table .col-name-width {
            width: 68%;
            padding-right: 16px;
        }

.additional-resources {
    background: #F6F6F6;
    width: 100%;
    /*margin-top: 48px;*/
    display: flex;
    justify-content: center;
}

    .additional-resources .content {
        width: 1131px;
        margin-top: 64px;
    }

        .additional-resources .content .title {
            font-family: Public Sans;
            font-size: 32px;
            font-weight: 600;
            line-height: 40px;
            text-align: left;
            color: #1b1b1b;
            margin-bottom: 32px;
        }

        .additional-resources .content .line {
            margin-bottom: 16px;
            height: 4px;
            width: 54px;
            background-color: orange;
        }

        .additional-resources .content .item {
            width: 258.5px;
            gap: 0px;
            border-radius: 8px;
            margin-right: 32px;
            margin-bottom: 64px;
            padding: 24px;
            background: #FFF;
            margin-bottom: 64px;
        }

        .additional-resources .content .link a {
            color: #005EA2;
        }

            .additional-resources .content .item:last-child {
                margin-right: 0px;
            }

            .additional-resources .content .item .title {
                font-family: Public Sans;
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0.05em;
                text-align: left;
                color: #565C65;
                margin-bottom: 4px;
                text-transform: uppercase;
            }

            .additional-resources .content .item .h-title {
                font-family: Public Sans;
                font-size: 18px;
                font-weight: 600;
                line-height: 26px;
                text-align: left;
                color: #1B1B1B;
                margin-bottom: 8px;
            }

            .additional-resources .content .item .desc {
                font-family: Source Sans Pro;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                text-align: left;
                color: #3D4551;
                margin-bottom: 24px;
            }

            .additional-resources .content .item .link {
                font-family: Source Sans Pro;
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                text-align: left;
                color: #005EA2;
            }

                .additional-resources .content .item .link img {
                    margin-left: 4px;
                }

.footer {
    font-family: Source Sans Pro;
    background: #162E51;
    height: 539px;
    gap: 0px;
    opacity: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.mob {
    display: none !important;
}

.popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    display: none;
}

    .popup .layer {
        width: 100%;
        height: 100%;
        background: #000000B2;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup .content .close {
        position: absolute;
        right: 16px;
        top: 16px;
        height: 24px;
        width: 24px;
    }

#popup .content {
    width: 678px;
    height: 242px;
}

.popup .content {
    padding: 56px;
    border: 1px solid #DCDEE0;
    border-radius: 8px;
    background: #FFF;
    flex-grow: 1;
    /*height: 300px;*/
    position: absolute;
    width: 90%;
}
@media (resolution: 3.00dppx) {
    .popup .content {
        padding: 56px;
        border: 1px solid #DCDEE0;
        border-radius: 8px;
        background: #FFF;
        flex-grow: 1;
        height: 300px;
        position: absolute;
        width: 500px;
    }
}

    .popup .content .header {
        display: flex;
        justify-content: end;
    }

    .popup .content .title {
        font-family: Public Sans;
        font-size: 22px;
        font-weight: 600;
        line-height: 26px;
        text-align: left;
        margin-bottom: 20px;
    }

#popup_share .content {
    width: 500px;
    height: 214px;
    position: absolute;
}

.popup .content .share-link-via {
    color: var(--Text-Standard-Charcoal-Gray, #3D4551);
    font-family: Public Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.popup .content .share-link-items {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

    .popup .content .share-link-items .box {
        border-radius: 4px;
        border: 1px solid var(--Action-Standard-Primary-Blue, #005EA2);
        display: flex;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
    }

    .popup .content .share-link-items .text {
        color: var(--Action-Standard-Primary-Blue, #005EA2);
        text-align: center;
        font-family: "Public Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        margin-left: 4px;
    }

.popup .content .copy-link {
    color: var(--Text-Standard-Charcoal-Gray, #3D4551);
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 4px;
}

.popup .content .href-link {
    display: flex;
    height: 40px;
    padding-left: 12px;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    border: 1px solid var(--Border-Standard-Bold, #565C65);
    background: var(--Surface-Standard-White, #FFF);
}

    .popup .content .href-link .text {
        color: var(--Text-Standard-Charcoal-Gray, #3D4551);
        font-family: "Source Sans Pro";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        flex-grow: 1;
        outline: none;
        border: none;
    }

    .popup .content .href-link .copy {
        border-radius: 0px 4px 4px 0px;
        background: var(--Action-Standard-Primary-Blue, #005EA2);
        width: 44px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup .content .href-link .copy:hover{
        background: var(--action-standard-hover-blue, #1A4480);
    }

    .popup .content .href-link .copy:hover button{
        background: var(--action-standard-hover-blue, #1A4480) !important;
            border: solid 2px var(--Action-Standard-Primary-Blue, #1A4480) !important;
    }

.popup .content .detail {
   /* overflow-y: auto;
    height: 60vh;*/
}

    .popup .content .detail .section {
        font-family: Source Sans Pro;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        margin-bottom: 16px;
    }

        .popup .content .detail .section:last-child {
            margin-bottom: 0px;
        }

        .popup .content .detail .section span {
            font-weight: 400;
            margin-left: 4px;
        }
@media (max-width: 1024px) {
    .containerDashboard {
        overflow: auto;
    }
}
@media (resolution: 1.75dppx) {
    .containerDashboard {
        overflow: auto;
    }
}
@media (resolution: 3.00dppx) {
    .section_2 .doc-box .title {
        font-size: 19px;
    }
}

@media only screen and (max-width: 600px) {
    .dsk {
        display: none !important;
    }

    .mob {
        display: block !important;
    }

    .tab {
        font-size: 15px;
    }

    .header-frame {
        background: #F4F6F9;
    }

    .dashboard {
        width: 100%;
        padding: 0px 1px;
    }

    .breadcrumb,
    .section_1 .content .title,
    .section_1 .content .desc,
    .section_1 .content .text,
    .section_1 .actions,
    .section_2,
    .here {
       /* margin-left: 16px;
        margin-right: 16px;*/
    }

        .section_1 .content .desc img {
            margin-right: 16px !important;
        }

        .section_1 .content .desc p {
            margin: 0px;
        }

    .section_3 .part_1 .desc {
        margin-bottom: 0px;
    }

    .breadcrumb .navigation {
        font-family: Public Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        white-space: nowrap;
    }

    .here {
        font-family: Public Sans;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: left;
    }

    .breadcrumb .arrow {
        margin: 0px 4px;
    }

    .section_1 {
        flex-direction: column;
    }

        .section_1 .content {
            flex-direction: column;
            display: flex;
            width: 100%;
        }

            .section_1 .content .title {
                font-family: Public Sans;
                font-size: 24px;
                font-weight: 700;
                line-height: 32px;
                text-align: left;
            }

            .section_1 .content .desc {
                font-family: Source Sans Pro;
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                text-align: left;
                width: auto;
            }

        .section_1 .actions {
            margin-top: 24px;
            margin-bottom: 48px;
            align-items: flex-start;
        }

    .section_2 {
        flex-direction: column;
        display: flex;
    }

        .section_2 .text-content {
            max-height: 3.5em;
            overflow: hidden;
            position: relative;
            transition: max-height 0.3s ease;
        }

            .section_2 .text-content.expanded {
                max-height: none;
            }

        .section_2 .readMoreIcn {
            transition: transform 0.3s ease;
        }

        .section_2 .readMoreIcnRoute {
            transform: rotate(180deg);
        }

        .section_2 .bg-grey {
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 0px;
            width: auto;
        }

            .section_2 .bg-grey .title {
                padding-left: 16px;
                padding-right: 16px;
                padding-top: 24px;
            }

            .section_2 .bg-grey ul {
                /*margin-left: 16px;
                margin-right: 16px;*/
                padding-left: 26px;
                padding-right: 0px;
            }

            .section_2 .bg-grey a {
                display: none;
            }

        .section_2 .collapse {
            font-family: Source Sans Pro;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            height: 38px;
            text-align: left;
            color: #005EA2;
            border-top: 1px solid #C4C4C4;
            height: 48px;
            padding-left: 24px;
            padding-right: 24px;
            padding-top: 10px;
        }

        .section_2 .collapse span {
            cursor: pointer;
        }

        .section_2 .collapse:hover span {
            color: #1A4480;
            cursor: pointer;
        }

        .section_2 .collapse:hover img {
            content: url("../Images/arrow-bottomhover.svg");
        }

        .section_2 .collapse img {
            cursor: pointer;
            content: url("../Images/arrow-bottom.svg");
        }

            .section_2 .collapse img {
                margin-left: 4px;
            }

        .section_2 .doc-box {
            margin-left: 0px;
            margin-right: 0px;
            width: auto;
        }

    .tab,
    .selected-tab {
       /* margin-left: 16px;
        margin-right: 16px;*/
    }

        .selected-tab .dboard {
            width: auto;
            font-family: Public Sans;
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            text-align: center;
        }

    .section_3 {
        flex-direction: column;
    }

        .section_3 .part_1 {
            width: auto;
            /*margin-left: 16px;
            margin-right: 16px;*/
        }

        .section_3 .part_2 .external-link .title {
            margin-top: 0px;
        }

        .section_3 .part_2 .download-all {
            margin-bottom: 48px;
        }

        .section_3 .part_1 .info {
            flex-wrap: wrap;
        }

            .section_3 .part_1 .info .row {
                align-items: center;
            }

            .section_3 .part_1 .info .divider {
                height: 20px;
                margin: 8px;
            }

        .section_3 .part_2 {
            width: auto;
            padding: 48px 0px 0px 0px;
        }

    #popup .content {
        width: auto;
        height: auto;
    }

    .section_3 .part_2 .title {
        font-family: Public Sans;
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        text-align: left;
       /* margin-right: 16px;
        margin-left: 16px;*/
    }

    .section_3 .part_2 .table {
       /* margin-right: 16px;
        margin-left: 16px;*/
    }

        .section_3 .part_2 .table .header {
            font-family: Public Sans;
            font-size: 14px;
            font-weight: 600;
            line-height: 22px;
            text-align: left;
        }

        .section_3 .part_2 .table .col-type-width {
            width: 50%;
        }

        .section_3 .part_2 .table .col-name-width {
            width: 50%;
        }

    .section_3 .part_1 .info .op-divider {
        display: none;
    }

    .section_3 .part_2 .download-all,
    .section_3 .part_2 .external-link .links,
    .section_3 .part_2 .external-link .desc {
       /* margin-left: 16px;
        margin-right: 16px;*/
    }

    .additional-resources {
        /*padding-left: 16px;
        padding-right: 16px;*/
    }

        .additional-resources .content .item {
            width: auto;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 32px;
        }

        .additional-resources .content .row {
            display: flex;
            flex-direction: column;
        }

        .additional-resources .content {
            width: auto;
            margin-top: 48px;
        }

            .additional-resources .content .title {
                color: var(--Text-Standard-Soft-Black, #1B1B1B);
                font-family: "Public Sans";
                font-size: 21px;
                font-style: normal;
                font-weight: 600;
                line-height: 29px;
            }

    .related-resources {
        width: auto;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 32px;
        padding-top: 14px;
        line-height: 0px;
        margin-top: 0px;
        margin-bottom: 42px;
        height: auto;
        padding-bottom: 14px;
        gap: 10px;
        border-radius: 4px;
        border: 1px solid #005EA2;
        font-family: Public Sans;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        color: #005EA2;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .related-resources img {
            margin-left: 4px;
        }

    .popup {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0px;
        left: 0px;
        display: none;
    }

        .popup .layer {
            width: 100%;
            height: 100%;
            background: #000000B2;
            position: relative;
            display: flex;
        }

        .popup .content {
            padding: 18px 24px;
            border: 1px solid #DCDEE0;
            border-radius: 8px;
            background: #FFF;
            flex-grow: 1;
            margin: 80px 24px;
            height: auto;
        }

            .popup .content .header {
                display: flex;
                justify-content: end;
            }

            .popup .content .title {
                font-family: Public Sans;
                font-size: 18px;
                font-weight: 600;
                line-height: 26px;
                text-align: left;
                margin-bottom: 16px;
                margin-top: 18px;
                margin-left: auto;
                margin-right: auto;
            }

            .popup .content .detail {
                overflow-y: auto;
                height: auto;
                margin-left: auto;
                margin-right: auto;
            }

                .popup .content .detail .section {
                    font-family: Source Sans Pro;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 20px;
                    text-align: left;
                    margin-bottom: 16px;
                }

                    .popup .content .detail .section span {
                        font-weight: 400;
                        margin-left: 4px;
                    }

    #popup_share .content {
        width: 80%;
        height: 43%;
        position: absolute;
        padding: 32px;
    }

        #popup_share .content .share-link-items {
            display: flex;
            justify-content: start;
            align-items: flex-start;
            gap: 10px;
            flex-direction: column;
        }

        #popup_share .content .title {
            margin-top: 0px;
        }

        #popup_share .content .close {
            width: 24px;
        }
}

.share-link-items button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    height: 44px;
    border: 1px solid #005EA2;
    border-radius: 4px;
    flex: none;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #005EA2;
    background-color: white;
}

.share-link-items button:hover {
    border: 2px solid #162E51;
    color: #162E51;
    background: #1A44801A;

}

.share-link-items button:hover i{
    color: #162E51 !important;
}

.share-link-items button:active {
    background: rgba(26, 68, 128, 0.1);
    color: #162E51;
    border: 2px solid #162E51;
}

.share-link-items button:focus {
    border: 4px solid #2491FF;
    color: #005EA2;
}

.email-button{
    width:107px;
}
.linkedin-button {
    width: 130px;
}
.x-button {
    width: 146px;
}
.fb-button {
    width: 135px;
}

/***********************************************************/
/** Read More/Less *****************************************/
/***********************************************************/
.db-break-word {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}

.db-text-truncate--multi-line {
    margin: 0;
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/***********************************************************/

a:hover, a:focus {
    color: #1A4480 !important;
    text-decoration: underline !important;
}