html, body {
    font-family: "verdana", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;

}

.myfont {
    font-family: 'Marck Script', cursive;
}

.bluegr {
    color: #546F8B;
}
.grey {background-color:#f9f9f9;}
.lightblue {
    color: #89CFF0;
}

.column3 li a, .w3-ul li a {
    color: #00539C;
    font-weight: normal;

}

.column3 li {
    font-weight: bold;
}

.column4 li a, .w3-ul li a, li a {
    color: #00539C;
    font-weight: normal;
    text-decoration: none;

}
#link, .link {color: #00539C;
    font-weight: normal;
    text-decoration: none;

}
.column4 li, .colPO li {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.navbar {
    overflow: hidden;
    background-color: white;
    font-family: Verdana, sans-serif;
    color: black;
}

.navbar a {
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: #333;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit;
    margin: 0;
}

.navbar a:hover {
    background-color: #615550; /*Brown Granite*/
    color: #CE3175; /*Deep Cerise*/
}

.w3-ul a:hover, #link:hover, .link:hover {
    background-color: #ddd;
    color: #CE3175; /*Deep Cerise*/
}

.dropdown:hover .dropbtn, .tab:hover {
    background-color: #615550;
    color: white;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width:auto;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

@media screen and (min-width: 1200px) {
    .dropdown-content {
        left: 10%;
    }
}

@media screen and (min-width: 1600px) {
    .dropdown-content {
        left: 20%;
    }
}

@media screen and (min-width: 1800px) {
    .dropdown-content {
        left: 25%;
    }
}

@media screen and (min-width: 2000px) {
    .dropdown-content {
        left: 30%;
    }
}


.dropdown-content .header {
    background-color: #615550; /*Brown Granite*/
    padding: 1px;
}

.dropdown:hover .dropdown-content {
    display: block;
 
}

/* Four equal columns that floats next to each other */
.column3 {
    float: left;
    width: 33%;
    padding: 5px;
    background-color: white;
    height: auto;
    font-size: 14px;

}

.column3 a {
    float: none;
    color: black;
    padding: 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.column3 a:hover {
    background-color: #ddd;
}


/* Four equal columns that floats next to each other */
.column4 {
    float: left;
    width: 25%;
    padding: 5px;
    background-color: white;
    height: auto;
    font-size: 14px;

}

.column4 a {
    float: none;
    color: black;
    padding: 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px;
}

.column4 a:hover {
    background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column3 {
        width: 100%;
        height: auto;
    }
    .column4 {
        width: 100%;
        height: auto;
    }
.small{font-size:12px;}
}
 #methodology_btn {
        cursor: pointer;
        }
   .active {
            background-color: #C62168;
     }
  
