    @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
    /* breakpoint and up - mega dropdown styles */
    
    body {
        background-color: #faf8f4;
        font-family: "Inv Maison Neue", "Maison Neue", -apple-system, BlinkMacSystemFont, "Open Sans", open-sans, sans-serif;
        color: rgb(74, 57, 23);
        font-size: 12ems;
    }
    
    .bg-card {
        background-color: #F7F3EA;
    }
    /* #F7F3EA*/
    
    .mustard {
        color: #B78600;
    }
    
    .light-mustard {
        color: #B8CC33;
    }
    
    .progress .orange {
        background-color: #ffa500;
    }
    
    .progress .light-mustard {
        background-color: #B8CC33;
    }
    
    .progress .sky-blue {
        background-color: #87ceeb;
    }
    
    .orange {
        color: #ffa500;
    }
    
    .orange p {
        line-height: 1rem;
    }
    
    .sky-blue {
        color: #87ceeb;
    }
    
    .black,
    .spacing {
        line-height: 3 rem;
    }
    
    .strat-color,
    .strat-color td div>a {
        color: #000;
    }
    
    .border-bottom {
        color: #B78600;
        height: 2rem;
    }
    
    .btn-card {
        color: rgb(232, 241, 178);
        background-color: rgb(149, 168, 23);
        border-color: #95A817;
    }
    
    .btn-country {
        width: 200px;
        height: fit-content;
    }
    /* Navbar Styles */
    
    #navbar_top {
        background-color: #F7F3EA;
        width: 100%;
    }
    
    .navbar-brand {
        border-right: 1rem #252b04;
    }
    
    #card-main-nav {
        border: #4A3917;
        background-color: #F7F3EA;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .card-top-nav {
        font-size: 14px;
    }
    
    .btn-english {
        border-radius: 4px 1px 0px 4px;
        border-right-color: #F7F3EA !important;
    }
    
    .btn-french {
        border-radius: 1px 4px 4px 0px;
        border-left-color: #F7F3EA !important;
    }
    
    .btn-outline-card {
        border-color: #E2DDD2;
    }
    
    .btn-outline-card:hover {
        background-color: #b9c426;
        color: #ffffff !important;
    }
    /*#B6C11D*/
    
    .card-nav-2 li a:hover {
        color: #B6C11D !important;
    }
    
    .card-nav-style {
        display: inline-block;
        color: #B6C11D;
        text-decoration: none;
    }
    
    .card-nav-style::after {
        content: '';
        display: block;
        width: 0;
        height: 10px;
        background: #B6C11D;
        transition: width .3s;
    }
    
    .card-nav-style:hover::after {
        width: 100%;
    }
    /*header*/
    
    #COMESA-header {
        background-color: #E5E1D5;
    }
    /* Progess Graph Styles */
    
    #card-progess-graph {
        background-color: #F7F3EA;
        margin-top: 70px;
    }
    
    #Rice-news {
        background-color: #fff;
    }
    
    #card-progress-graph .card,
    #card-progess-graph .card {
        border-top: 9px solid #B78600;
        height: 100%;
    }
    
    #card-progess-graph a {
        color: #B78600;
    }
    /* card-partners*/
    
    #card-partners {
        background-color: #ffffff;
    }
    /* Project Map Styles */
    
    .card-map-filter a {
        color: #4A3917;
    }
    /* News Styles */
    
    #card-news {
        background-color: #fafafa;
    }
    /* Video Styles */
    
    #card-videos {
        background-color: #F7F3EA;
    }
    /* Operational Documents Styles */
    
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(189, 211, 53, 48%);
    }
    /* Footer Styles */
    
    #card-footer {
        background-color: #e9e7de;
    }
    
    #card-footer h5 {
        border-bottom: 1px solid #B78600;
    }
    
    #card-footer ul li {
        padding-bottom: 10px;
    }
    
    #card-footer ul li a {
        color: #4A3917;
        text-decoration: none;
    }
    
    #card-footer2 {
        background-color: #e9e7de;
    }
    
    #card-footer2 h5 {
        border-bottom: 1px solid #B78600;
    }
    
    #card-footer2 ul li {
        padding-bottom: 20px;
    }
    
    #card-footer2 ul li a {
        color: #4A3917;
        text-decoration: none;
    }
    /* About Page Header */
    /* About Page Header */
    
    #card-about-header p {
        line-height: 2.5;
    }
    /* About Page Header */
    
    #card-about-header p {
        line-height: 2.5;
    }
    
    .about-header {
        padding-top: 120px;
    }
    
    #card-progress-graph .row .border-top {
        height: 3rem;
        border-color: chocolate;
    }
    
    .shadow h6 h4 {
        color: #B8CC33;
    }
    /*card text*/
    
    .card-text {
        text-align: left;
    }
    
    .card-img-overlay {
        color: white;
        background-color: transparent;
    }
    /*contactlist*/
    /*table*/
    
    td {
        text-align: left;
    }
    
    .tcolor {
        background-color: #E2DDD2;
    }
    
    .padding {
        padding: 0;
    }
    
    nav ul.menu-area a {
        display: block;
        color: #000;
        text-decoration: none;
    }
    
    nav ul li {
        color: black;
        list-style: none;
        transition: 0.5s;
    }
    
    .dropdown {
        position: relative;
        display: block;
    }
    
    .dropdown-country {
        display: none;
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: auto;
        height: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        line-height: 3ems;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .dropdown-country1 {
        display: none;
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: 320px;
        height: auto;
        left: -100px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        line-height: 3ems;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .dropdown-menu1 {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        width: 250px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 1;
        left: 50rem;
    }
    
    .dropdown:hover .dropdown-country1,
    .dropdown:hover .dropdown-country {
        display: block;
    }
    
    .dropdown:hover .dropdown-menu1 {
        display: block;
    }
    
    .dropdown-menu1 li>a,
    .dropdown-menu1 li {
        text-decoration: none;
        list-style: none;
        color: black;
    }
    
    .dropdown-country li {
        text-decoration: none;
        list-style: none;
        color: #111;
    }
    
    .dropdown-country li>a {
        text-decoration: none;
        color: #111;
    }
    /* The dropdown container */
    
    .drop-down {
        float: center;
        overflow: hidden;
    }
    /* Dropdown link */
    
    .drop-down .nav-link {
        background-color: inherit;
        font: inherit;
        margin: 0;
    }
    
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: 900px;
        height: 400px;
        left: 100px;
        top: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        line-height: 2ems;
        overflow-y: scroll;
    }
    
    .dropdown-content .heading h4 {
        color: #B8CC33;
    }
    /*show dropdown onhover*/
    
    .drop-down:hover .dropdown-content {
        display: block;
    }
    /* Create three equal columns that floats next to each other */
    
    .column {
        float: left;
        width: 20.33%;
        padding: 1px;
        background-color: transparent;
        height: 100%;
    }
    /* Style links inside the columns */
    
    .dropdown-content1 li a,
    .dropdown-content li a,
    .column a {
        float: none;
        color: black;
        padding: 5px;
        text-decoration: none;
        display: block;
        text-align: left;
    }
    /* Add a background color on hover */
    
    .column a:hover {
        background-color: #B8CC33;
    }
    
    .dropdown .btn-strategy {
        width: 20rem;
        height: 4rem;
        color: #B8CC33;
        margin-left: 50rem;
    }
    
    .btn-data {
        width: 20rem;
        height: 4rem;
    }
    
    .btn-top {
        width: 50px;
        height: 50px;
        border: 1px;
        background-color: #B78600;
    }
    
    @media screen and (max-width: 700px) {
        .btn-top {
            margin-left: 0;
        }
        .dropdown .btn-strategy {
            width: 20rem;
            height: 4rem;
            color: #B8CC33;
            margin-left: 0;
        }
        #card-main-nav {
            overflow-y: scroll;
        }
        .d-flex {
            flex-direction: column;
        }
        .dropdown-country1 {
            left: 0;
        }
        .dropdown #dropdownMenuButton1 {
            margin-left: 0px;
        }
        .dropdown-menu1 {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            width: 250px;
            left: auto;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            padding-top: 10px;
            padding-bottom: 10px;
            z-index: 1;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: rgb(255, 255, 255);
            width: 80%;
            height: auto;
            left: 0;
            top: 100px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            line-height: 2ems;
            overflow-y: scroll;
        }
        .container-fluid aside {
            display: none;
            box-sizing: border-box;
        }
        .container-fluid .page-content {
            width: 100%;
        }
    }
    /*large screens*/
    
    @media screen and (min-width: 1000px) {
        .dropdown-content {
            display: none;
            position: absolute;
            overflow-x: hidden;
            background-color: rgb(255, 255, 255);
            width: 90%;
            height: auto;
            left: 100px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            line-height: 2ems;
            padding: 0;
        }
        .btn-top {
            margin-left: 40rem;
        }
    }
    /*card video popup*/
    /*show class is added to filtered elements*/
    
    .show {
        display: block;
    }
    /* The "show" class is added to the filtered elements */
    
    .btn-active:active .btn:active {
        background-color: #252b04;
        color: #fff;
    }
    
    .btn-active1:active .btn:active {
        background-color: #252b04;
        color: #fff;
    }
    /*card news*/
    
    .row.no-space {
        padding-left: -10px;
        padding-right: -10px;
    }
    
    .row.no-space [class*='col-']:not(:first-child),
    .row.row.no-space [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
    }
    /*strategies*/
    
    .link-text a {
        text-decoration: none;
        color: #000;
        padding-bottom: 3rem;
    }
    
    .text ul li {
        padding-bottom: 10px;
    }
    /*modal popup*/
    
    .modal-dialog {
        max-width: 800px;
        margin: 30px auto;
    }
    
    .modal-body {
        position: relative;
        padding: 0px;
    }
    
    .close {
        position: absolute;
        right: -30px;
        top: 0;
        z-index: 999;
        font-size: 2rem;
        font-weight: normal;
        color: #fff;
        opacity: 1;
    }
    /*sticky sidebar*/
    
    .page-content {
        width: 70%;
    }
    
    .container-fluid {
        display: flexbox;
    }
    
    .container-fluid aside {
        float: right;
        height: 580vh;
        width: 30%;
        box-sizing: border-box;
    }
    
    .container-fluid aside .sidebar {
        padding: 0 20px;
        position: sticky;
        -webkit-position: sticky;
        top: 130px;
    }
    
    .sticky-sidebar {
        offset: 50vh;
        padding-bottom: 100vw;
        padding-top: 9vw;
        background-color: inherit;
    }
    
    #knowledge {
        background-color: #fff;
    }
    
    .breadcrumb-item {
        font-size: 0.7rem;
    }
    
    .breadcrumb .breadcrumb-item>a {
        color: #c9c7bf;
    }
    
    .breadcrumb {
        background-color: inherit;
    }