@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*, *>*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 10px;
    font-family: 'Inter', sans-serif;
}
:root{
    --primary-color:#106CAA;
    --lighting-color: #fefefe;
    --footer-bg: #2C2F36;
    --btn-bg: #07568B; 
    --border-color: #B2B8F2; 
    --grey:#D9D9D9;
}
body{
    width: 100%;
    height: 100%;background: var(--lighting-color); 
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.socials{
    background: #e3e1e1;
    padding: 1rem 2rem; 
    position: fixed;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.socials  a{
    color: #3b3939;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 2rem;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:2rem;
    border-top: 1px solid #ccc;
    position: fixed;
    z-index: 10; 
    width: 100%;
    background-color: #fff; 
    box-shadow: 0 5px 10px 5px rgba(0,0,0, .123);
}
nav .logo{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -2px;
}
nav ul{
    display: flex;
    margin: 0 1rem; 
    list-style: none;
    width: 100%; 
    justify-content: right;
}
nav ul li{
    margin: 0 3rem;
    font-size: 14px;
}
nav ul li a{
    font-size: 12px;
    font-weight: 700; 
    color: #3b3939;
    text-decoration: none;
}

nav .menu{
    display: none;
}


nav ul li a:hover, nav ul li a.active{
    color: #3b3939;
    font-weight: 900;
    text-decoration: none;
}
.landing{
    position: relative; 
    width: 100%;
    padding: 0 2.5rem;
}
.landing img{
    margin-top: 6rem;
    width: 100%; 
    object-fit: cover;
    object-position: top;
}

.landing .overlay{
    width: 96.3%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a0a0a;
    opacity: .4;
    margin: 0 2.5rem;
}

.landing .span{
    position: absolute;
    bottom: 6rem;
    margin: 1rem 7rem;
}

.landing .span h1{
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px 15px rgba(0,0,0, .223);
    line-height: 70px;
    margin: 3rem;
}

.landing .span a{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 3rem;
    text-shadow: 2px 2px 15px rgba(0,0,0, .223);
}

.landing .span p{
    color: #fff;
    font-size: 24px;
    margin: 0 3rem;
    margin-top: -3rem;
    margin-bottom: 5rem;
}

.landing .span a i{
    font-size: 3rem; 
}

.goal{ 
    padding: 5vh 10VW;
    margin: 3rem;
}

.goal h3{
    font-size: 25px;
    font-weight: 900;
    color: var(--btn-bg);
}

.goal p{
    color: var(--primary-color);
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    font-weight: 100;
}

.box{
    width: 300px;
    float: right; 
    border: 1px solid var(--border-color);
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
}

.box p{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.box form input{
    width: 100%;
    padding: 1rem;
    border-radius: 2rem;
    margin: .5rem;
    outline: none;
    text-align: center;
    font-size: 15px;
    border: 1px solid var(--border-color);
    outline: none;
}

.box form input[type="submit"]{
    border: none;
    outline: none;
    background-color: var(--btn-bg);
    color: #fff;
    font-size: 14px;
}

section.contactBox{
    background: #2C2F36;
    width: 100%;
    padding: 0 2rem;
    padding-top: 7rem;
    padding-bottom: 20vh;
    color: #fff;
    position: relative;
}
section.contactBox .rows{
    display: flex;
    flex-direction: row; 
    gap: 30px;
    width: 100%;
    justify-content: space-evenly;
}
section.contactBox .rows .about{
    width: 35%;
    padding: 0 2rem;
}
section.contactBox .rows .quicklink,
section.contactBox .rows .companies,
section.contactBox .rows .stewardship{
    width: 20%;
}

.socialicon a i{
    font-size: 14px;
    margin-right: 1.2rem;
}

section.contactBox .rows .about p{
    font-size: 13px;
    margin: 3rem 0;
}

section.form{ 
    padding-top: 120px;  
    padding-bottom: 100px;
}

section.form .container{ 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    padding: 2rem;
    position: relative;
}

section.form h3{
    margin: 4rem 0;
    font-size: 24px;
    color: #25384F;
    text-decoration: underline;
    text-align: center;
    font-weight: 600;
}

section.form form{
    width: 50%;
}

section.form .form-group{
    flex-direction: column; 
    width: 100%;
    padding: .5rem;
}

section.form .form-group label{
    font-size: 13px;
    font-weight: bold;
}

section.form .form-group input{
    width: 100%;
    padding: 1rem 2rem;
    border-radius: 25px;
    border: none;
    outline: none;
    border: 1px solid #000;
    font-size: 13px;
}

section.form h5 span{
    font-size: 15px;
    font-weight: 700;
}

section.form h1{
    font-size: 30px;
    font-weight: 700;
    color: var(--btn-bg);
    margin: 1rem 0;
}

section.form h4{
    font-size: 20px;
    margin: 2rem 0;
    color: var(--btn-bg);
}

section.form .form-group textarea{
    width: 100%;
    height: 300px;
    padding: 1rem 2rem;
    resize: none;
    border-radius: 25px;
    border: none;
    outline: none;
    border: 1px solid #000;
    font-size: 13px;
}

section.form .forgotten-pass{
    text-align: right; 
    font-size: 13px;
}

section.form .forgotten-pass a{
    font-size: 13px;
    font-weight: bold;
}

section.form .forgotten-pass a:hover{
    text-decoration: none;
}

section.form button{
    width: 100%;
    margin: 1rem 0;
    padding: 1rem 2rem;
    border-radius: 25px;
    border: none;
    outline: none;
    background: var(--btn-bg);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
} 

.signin-footer footer{
    background: var(--grey);
    width: 100%;
    align-items: center; 
    padding-top: 2rem;
    position: relative;
    bottom: 0; 
    left: 0; 
}

.signin-footer footer .copyright{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.signin-footer footer .socialbar ul{
    justify-content: right;
    flex-wrap: wrap;
}

.signin-footer footer .socialbar ul li a{
    color: #000;
}

.signin-footer section.contactBox{
    padding: none;
    height: 100px !important;
}

footer{
    display: flex;
    justify-content: space-between; 
    position: absolute;
    bottom: 10px;
    left: -10px;
    width: 98%; 
    padding: 1rem;
}

footer ul{
    display: flex;
    list-style: none; 
}

footer ul li{
    margin: 0 1rem;
}

footer ul li a{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none; 
}

footer ul li a:hover{
    color: #fff;
}

.copyright{
    text-align: right;
}

.contactBox h3{
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.contactBox a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;   
}
.route{
    background-color: var(--grey);
    padding: 1rem;
    display: flex;
    align-items: center; 
    height: 40px; 
}
.route i{
    font-size: 13px;
}
.route p{
    font-size: 12px;
    font-weight: 800;
    padding-top: 1rem;
}
section.partners .container{
    width: 100%; 
    text-align: center;
    padding: 2rem; 
    margin-top: 2rem;
    margin-bottom: 2rem;
}

section.partners .container h3{
    font-size: 24px;
    font-weight: 600;
    margin: 3rem 0;
}

section.partners .container .col{
    margin: 2rem;
}

section.partners .container .row{
    gap: 40px;
}

section.partners .container .col img{
    width: 100%; 
}

section.partners .container .col h1{
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -2px;
    width: 100%;
}

section.partners .container .col.openrole{ 
    width: 300px !important; 
    position: relative;
}

section.partners .container .col.openrole img{
    width: 300px !important;
    float: right;
    height: 100%;
}
section.partners .container .openrole .opacity{ 
    position: absolute;
    width: 300px;
    height: 100%;
    background-color: black;
    top: 0;
    right: 12.5px; 
    opacity: .4;
}

section.partners .container .openrole p{
    text-align: left;
    font-size: 20px;
    position: absolute;
    right: 8rem;
    bottom: 15vh;
    color: #fff;
    font-weight: 700;
}

section.partners .container .openrole button{
    position: absolute;
    right: 12rem;
    bottom: 8vh;
    padding: .7rem 2rem;
    font-size: 14px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 25px;
    font-weight: 700;
}
section.careers{
    padding: 40px 120px;
}

section.careers .rows{
    display: flex;
    margin: 80px 0;
    gap: 40px;
    align-items: center;
}

section.careers h3, section.note h3{
    font-size: 20px;
    color: var(--btn-bg);
    font-weight: 600;
    margin: 1rem 0;
}

section.careers p, section.note p{
    font-size: 18px;
    margin: 1rem 0;
    margin-right: 8rem;
    margin-bottom: 3rem;
}

section.careers a{
    background-color: var(--btn-bg);
    padding: 1rem 2rem;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold; 
}

section.careers img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

section.note .rows{
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

section.note .image{
    display: flex;
    justify-content: center;
    align-items: center;
}

section.success{
    padding: 150px 0;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
}

section.success i{
    font-size: 25px;
    margin: 1rem 0;
}

section.success a{
    font-size: 18px;
    text-decoration: none;
    color: black;
}

.main{
    display: flex;
    background-color: whitesmoke;
}

.side-menuBar{
    max-width: 80px;
    height: 100vh;
    background-color: #fff;
    margin: 0;
    padding: 1rem; 
    overflow: hidden;
    z-index: 11;
}
.side-menuBar ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.side-menuBar li{
    margin: 3rem 0;
    display: flex;
}

.side-menuBar li a{
    color: #000;
    font-size: 10px;
    display: flex;
    text-decoration: none;
}

.side-menuBar li a i{
    font-size: 30px;
}

.side-menuBar li a p{
    display: none;
}

.mainContent{
    width: 100%;
}

.mainContent header{
    display: flex;
    justify-content: space-between; 
    padding: 1rem 2rem;
    box-shadow: 2px 5px 10px rgba(0,0,0, .223);
}

.mainContent header i{
    font-size: 20px;
    color: #345654fa;
}

.mainContent header .profile{
    display: flex;
    justify-content: space-between;
    width: 100px;
    padding: 0 2rem;
}

.mainContent header .profile p{
    text-transform: capitalize;
    font-weight: 700;
}

.main .containers{
    margin: 12rem 3rem;
    padding: 3rem;
    background-color: #345654fa;
    color: #fff; 
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
    width: 90%;
}

.main .containers p{
    font-size: 18px;
}

.row .sideBar{
    background: #fafafa;
    padding: 2rem 3rem;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
}

.row .sideBar .logo{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 2rem;
}

.row .sideBar ul{
    padding: 1rem 2rem;
    list-style-type: none; 
}

.row .sideBar ul li{
    gap: 20px;
    margin: 2rem 0;
    font-weight: 600;
}

.row .sideBar ul li a{  
    font-size: 13px;
    color: black;
    text-decoration: none;
}

.row .sideBar ul button{
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.row .main{
    background: #fff;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    flex-direction: column;
}

.row .main .header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%; 
    padding: 1rem 2rem;
    height: 90px; 
}

.row .main .header h1{
    font-size: 36px;
    font-weight: 700;
    color: #151D48; 
}

.row .main .option{
    display: flex;
    width: 200px;
}

.row .main .option i{
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #f1f5ff;
    margin: .2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-color);
}

.row .main .option .profile{
    display: flex;
}

.row .main .option .profile .bio{
    line-height: 14px;
    margin: .5rem 1rem;
}

.row .main .option .profile .bio span{
    font-size: 16px;
    color: #151D48;
    text-transform: capitalize;
    font-weight: 500;
}

.row .main .option .profile .bio p{
    color: #737791;
    font-weight: 400;
    font-size: 10px;
}

.row .main h5{
    margin: 40px;
    font-size: 16px;
}

.row .main h5 span{
    font-weight: 900;
    font-size: 14px;
    padding: 0 .4rem;
}

section.table{
    margin:4rem  6rem;
    padding: 30px;
    width: 90%;
    padding: 2rem; 
    border-radius: 25px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0, .123);
}

section.table h4{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}

section.table table{
    width: 100%; 
    text-align: center; 
    border-collapse: collapse;
    border: none;
}

section.table table tr{
    border: none; 
}

section.table table th{
    border: none;
    padding-bottom: 2rem;
    border-bottom: 1px solid #bbb9b9;
    color: var(--btn-bg);
    font-size: 13px;
}
section.table table td{
    padding: 1.5rem; 
    border-bottom: 1px solid #bbb9b9;
    border-top: none;
    width: 14.9%;
    font-weight: 600;
}

section.table p{
    font-weight: 600;
    font-size: 14px;
    color: red; 
}

#displayed-data-info{
    margin: 1.5rem;
    text-align: right;
    color: grey;
}

.instruction{
    margin: 4rem;
}

.instruction ul{
    list-style-type: none;
}

.instruction ul li{
    font-size: 18px;
    font-weight: 400;
    margin: 1rem 0;
}

.instruction ul li img{
    width: 100px;
}

.instruction a{  
    font-size: 16px;
    background: var(--btn-bg);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 25px;
}

.instruction a:hover{
    text-decoration: none;
}

.instruction button{
    width: 90%;
    padding: 1rem 0;
    margin: 2rem 4rem;
    border: none;
    background-color: var(--btn-bg);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


@media screen and (max-width: 480px) {
    nav{
        height: 70px;
        overflow: hidden;
        flex-direction: column;
        justify-content: unset;
        transition: height .2s ease-in-out;
    }
    nav ul{
        height: 20px;
        flex-direction: column;
        height: 90vh;
        margin: 0 0;
        padding-block-start: 2rem;
        position: relative;
    }
    
    nav ul li{ 
        margin: unset; 
        position: relative;
        height: 60px;
        width: 100%; 
        display: flex;
        align-items: center; 
    }

    nav ul li a{
        font-size: 20px;
        font-weight: 600;
    }
    
    nav ul li:last-child{
        
        position: absolute;
        bottom: 10px;
        left: 0;
        height: 60px;
        margin: unset;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav ul li:last-child a{
        background-color: var(--btn-bg);
        color: var(--lighting-color);
        font-weight: 600;
        font-size: 18px;
        width: 80%; 
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    nav .menu{
        display: block;
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 2rem;
    }

    .landing .overlay{
        margin: unset;
        width: 100%;
    }

    .landing .span{
        bottom: 1rem;
        margin: unset;
    }

    .landing .span h1{
        margin: 3rem 0 1rem 0;
        font-size: 20px;
        line-height: 30px;
        padding-left: 1.5rem;
        text-transform: uppercase;
        letter-spacing: unset;
    }

    .goal{
        padding: 1rem;
    }

    section.contactBox .rows{
        flex-direction: column;
    }

    section.contactBox .rows .about,
    section.contactBox .rows .quicklink,
    section.contactBox .rows .companies,
    section.contactBox .rows .stewardship{
        width: 100%;
        padding: 1rem;
    }

    .box{
        float: unset;
    }

    footer .socialbar ul{
        flex-wrap: wrap;
        padding: 1rem;
    }

    footer .copyright{
        text-align: center;
    }

    section.careers{
        padding: 1rem;
    }

    section.careers .rows{
        margin-block: 2rem; 
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        min-height: 700px;
        gap: 20px;
    }

    section.note .rows{
       flex-direction: column;
       align-items: center;
       justify-content: center;
    }

    section.note .image img{
        width: 120px !important;
        height: 120px !important;
    }

    section.note .text{
        padding-inline: 3rem;
    }

    section.note p{
        margin-right: 2rem;
    }

    section.form form{ 
        width: 90%;
    }
}




