﻿.BkgPlain {
    background: #fefefe;
}

.CopyrightText{
    font-size:0.8em;
}

.divMain {
    position:relative;
    display:flex;
    flex-direction:column;
    gap:0;
}

.btnCloseDocWrapper {
    position: fixed;
    bottom: 6em;
    right: 2em;
    z-index: 2;
}

.btnCloseDoc{
    border:none;
    outline:none;
    height:3.5em;
    width:3.5em;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0.5em;
    background:var(--dlb-blue);
    opacity:0.7;
    color:#fff;
}
    .btnCloseDoc i{
        font-size:1.2em;
    }
    .btnCloseDoc:hover {
        cursor: pointer;
        background: var(--dlb-green);
    }

.scrollTopBtn {
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 2;
}

.btnScrollTop{
    border:none;
    outline:none;
    height:3.5em;
    width:3.5em;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0.5em;
    background:var(--dlb-blue);
    opacity:0.7;
    color:#fff;
}

    .btnScrollTop i{
        font-size:1.2em;
    }

    .btnScrollTop:hover {
        cursor: pointer;
        background: var(--dlb-green);
    }

    .divGeneral {
        display: flex;
        flex-direction: column;
        min-height:100dvh;
        gap: 2em;
    }

    .divGeneral div.divGenHeader {        
        display: flex;
        align-items: center;
        height: auto;
        padding-top:0.5em;
        background: #ffffffff;
        width: 100%;
        /*box-shadow: var(--shadow-style);*/
    }

    .divGeneral div.divBody {
        display: flex;
        align-items: center;
        flex: 1;
        /*padding: 1em 0;*/
        /*min-height: Calc(100vh - 10.9em);*/
    }

        .divGeneral div.GenCopyright {
            display: flex;            
            color: #ffffffcc;
            font-size: 0.8em;
            background: var(--primary-color);
            height: 3em;
        }

            .divGeneral div.GenCopyright div.divContent{
                display:flex;
                align-items:center;                
            }

.divHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    height: auto;
    padding-top: 0.5em;
    width: 100%;
    z-index:2;
    background-color: #fff;
    opacity: 0.9;
}

    .divHeader:hover {
        opacity: 1;
    }

.Shadow {
    box-shadow: var(--shadow-style);
}

.divBody {
    min-height: 70vh;
}

.divBodyContent {
    width: 100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.div1ColumnBody {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: flex-start;
    justify-content: space-between;
    gap: 1em;
    padding-top: 5.5em;
    padding-bottom: 3em;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.div2ColumnBody {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    align-content: flex-start;
    justify-content: space-between;
    gap: 1em;
    padding-top: 5.5em;
    padding-bottom: 3em;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.divMiddle, .divRight {
    display: flex;
    flex-direction: column;
    gap: 1em;
    width:100%;
}

.divFooter {
    background: var(--primary-color);
    color:#777;
}

.divCopyright {
    padding: 1em 0;
    color: #ffffffcc;
    font-size: 0.85em;
    background: #04317F;
}

.divCopyrightBW {
    padding: 1em 0;
    color: #888;
    font-size: 0.85em;
    background:transparent;
    text-align:right;
}

.divContent {    
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

    .divContent p{
        text-align:justify;
    }

    .divCenter {
        position: relative;
        padding: 3em;
    }

.divLogin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10em;
    height: 5em;
}

.divSection {
    width: 100%;
}

.PurpleLogo {
    background-image: url('../images/Full-Logo.svg');
}

.WhiteLogo {
    background-image: url('../images/Full-Logo-White.svg');
}

.divLogo {
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: auto;
}

.divPortalLogo {
    background-repeat: no-repeat;
    background-size: contain;
    width: 260px;
    height: auto;
    cursor: pointer;
}

    /*.divPortalLogo img{
        width:250px;
        height:auto;
        border:1px solid red;
    }*/

    .Rflex img {
        display: flex;
        align-self: end;
    }

.divCol-flex {
    display: flex;
    flex-direction:column;
}

.divCol-2flex {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 2em;
}

.divCol-2Rflex {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 2em;
}

.divCol-2 {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 2em;
}

.divCol-2Mini {
    display: grid;
    grid-template-columns: 6fr 1fr 5fr;
    gap: 2em;
}

.divCol-3 {
    margin: 1em 0;
    display: grid;
    grid-template-columns: repeat(3,4fr);
    gap: 2em;
}

.divRow-flex{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:2em;
}

.lighbluestrip {
    background: linear-gradient(#fcfeff,#fcfffe,#fcffff);
}

.graystrip {
    width: 100%;
    background: #DBEBF8;
    padding: 1em 0;
    padding-bottom: 1em;
}

.clearstrip {
    background: transparent;
    padding: 1em 0;
    margin-bottom: 1em;
    min-height:50em;
}

#mainstrip {
    background: transparent;
    padding-top:3em;
    padding-bottom:1em;
    margin:2em 0;
    height: fit-content;
    z-index: 1;
}

.no-scroll {
    overflow: hidden;
    padding-right:15px;
}

.ReadmoreBtnArea {
    position: relative;
    height: 100%;
    padding-top: 1em;
    padding-bottom: 3.5em;
}

.ReadmoreBtn{
    position:absolute;
    bottom:1.5em;
    right:0;
}

.Section-Intro {
    background: #ecf0f190;
    z-index: 1;
    margin-top: 1.5em;
    padding-top:1em;
    border: 1px solid transparent;
}

.Section0 {
    background: #fff;
    min-height: 40vh;
    z-index: 1;
    padding: 2em 0;
    border: 1px solid transparent;
}

.Section1 {
    background: #ecf0f190;
    min-height: 40vh;
    z-index: 1;
    padding: 2em 0;
    border: 1px solid transparent;
}

.Section2 {
    background: #fff;
    z-index: 1;
    padding-top: 2em;
    border: 1px solid transparent;
}

.Section3 {
    background: #ecf0f190;
    min-height: 40vh;
    z-index: 1;
    padding: 2em 0;
    border: 1px solid transparent;
}

.Section4 {
    background: #fff;
    z-index: 1;
    padding-top: 2em;
    border: 1px solid transparent;
}

.Section5 {
    background: #ecf0f190;
    padding-top: 2em;
    padding-bottom: 1em;
}

@media only screen and (max-width:1120px) {
    .divLogo {
        width: 200px;
        height: auto;
    }
}
@media only screen and (max-width:1020px) {
    .divLogo {
        width: 200px;
        height: auto;
    }

    .divCol-2flex {
        display: flex;
        flex-direction: column;
        gap: 2em;
    }

    .divCol-2Rflex {
        display: flex;
        flex-direction: column;
        gap: 2em;
    }

    .divCol-2 {
        display: grid;
        grid-template-columns: 12fr;
        gap: 2em;
    }

    .divCol-2Mini {
        display: grid;
        grid-template-columns: 12fr;
        gap: 2em;
    }

    .divCol-3 {
        margin: 1em 0;
        display: grid;
        grid-template-columns: 6fr 6fr;
        gap: 2em;
    }
}
@media only screen and (max-width:800px) {
    .divLogo {
        width: 200px;
        height: auto;
    }

    .divCol-3 {
        margin: 1em 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 2em;
    }

    .divContent {
        width: 100%;
        padding-left: 2.5em;
        padding-right: 2.5em;
    }
    .ReadmoreBtn {        
        right: 2.5em;
    }
}
@media only screen and (max-width:768px) {
    .div2ColumnBody {
        grid-template-columns: 1fr;
        padding: 2em 0;
        width: 90%;
        margin-left: 10px;
        margin-right: 10px;
    }    
}
@media only screen and (max-width:600px) {
    .WrapperWidthSmall {
        width: fit-content;
        padding: 2em;
    }
    .divContent {
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
    }
    .ReadmoreBtn {
        right: 2em;
    }
}
@media only screen and (max-width:500px){
    .divContent {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}