* {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.input, select, .select, .textarea, .control, button {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

html {
    height: 100%;
    background-color: #f6f9fc;
}

body {
    height: 100%;
    background-color: #f6f9fc;
}

.tabs.is-boxed li.is-active a {
    background-color: #f6f9fc;
    color: #4a4a4a;
}

.tabs.is-boxed a:hover {
    background-color: transparent;
}

.tabs li {
    background-color: #f6f9fc;
}

a.ef-article:visited{
    color: #999999;
}

html {
    box-sizing: border-box;
  }

.ef-header{
    position: fixed;
    width:100%;
    background-color: #f6f9fc;
    z-index: 2;
    padding: 12px 12px 0px 12px;
}

.ef-header .section{
    padding: 1rem;
    padding-bottom: 0px;
}

.ef-article-section{
/* height offset for "OPEN MIND NEWS" header */
    padding-top: 174px; 
    z-index: 1;
}

td {
    max-width: 500px;
    overflow: hidden;
}

.box.ef-features{
    box-shadow: 0 0.5em 1em -0.125em rgb(0 82 11  / 15%), 0 0 0 1px rgb(0 82 11  / 15%);
}

.box.ef-news{
    box-shadow: 0 0.5em 1em -0.125em rgb(0 65 176 / 15%), 0 0 0 1px rgb(0 65 176 / 15%);
}

ul.portal-nav li{
    display: inline-block;
}

.navbar {
    background-color: transparent;
}

.title_underline {
    border-bottom: 1px solid #363636;
}