h1 {
font-size: 2em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.96em;
} .site-header {
min-height: var(--s-header-height);
background-color: var(--s-bg);
line-height: 1;
}
.site-header > .s-container {
position: relative;
min-height: var(--s-header-height);
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.site-header a {
color: var(--s-text);
}
.site-header a:hover {
color: var(--s-accent-hover);
}
.site-header .site-donate {
position: absolute;
right: 85px;
top: 12px;
bottom: 12px;
width: 108px;
padding: 4px 4px 8px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: #fff;
}
.site-header .site-donate:hover {
color: #fff;
}
.site-header-space {
min-height: var(--s-header-height);
}
.site-branding {
width: 100px;
height: 70px;
}
@media (min-width: 1200px) {
.site-branding {
width: 150px;
}
}
.site-nav-d {
position: absolute;
height: 70px;
left: 100px;
right: 200px;
align-items: center;
display: flex;
}
.site-nav-d > div {
margin: 0 auto;
height: 70px;
}
.site-nav-d .children {
display: none;
}
.site-nav-d ul {
padding: 0;
margin: 0;
display: flex;
justify-content: flex-end;
align-items: center;
height: 100%;
}
.site-nav-d li {
height: 100%;
list-style: none;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}
.site-nav-d li a {
padding: 10px 12px;
}
@media (min-width: 1250px) {
.site-nav-d li a {
padding: 10px 15px;
}
}
@media (min-width: 1330px) {
.site-nav-d li a {
padding: 10px 20px;
}
}
@media (min-width: 1400px) {
.site-nav-d li a {
padding: 10px 25px;
}
}
.site-nav-d li:hover > a,
.site-nav-d li:hover > .si-down {
color: #39ab49;
}
.site-nav-d li:hover > .sub-menu {
opacity: 1;
max-height: 100vh;
top: 70px;
height: auto;
z-index: 91;
overflow: visible;
}
.site-nav-d .sub-menu {
display: block;
text-align: left;
overflow: hidden;
opacity: 0;
height: auto;
max-height: 0;
position: absolute;
z-index: 90;
left: 10px;
top: calc(100% + 10px);
filter: drop-shadow(var(--s-shadow));
transition: all 0.3s ease-in-out;
background-color: var(--s-bg);
min-width: 240px;
}
.site-nav-d .sub-menu::before {
content: "";
position: absolute;
top: -8px;
left: 30px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid var(--s-bg);
z-index: 1;
}
.site-nav-d .sub-menu li {
height: auto;
line-height: 1.4;
position: relative;
padding: 0 15px;
}
.site-nav-d .sub-menu li a {
padding: 10px 0;
display: block;
text-align: left;
border-bottom: 1px solid var(--s-line);
}
.site-nav-d .sub-menu li:last-child > a {
border-bottom: none;
}
.site-nav-d .sub-menu li:hover .sub-menu {
top: 0;
z-index: 92;
}
.site-nav-d .sub-menu .sub-menu {
left: 100%;
top: 5px;
}
.site-nav-d .sub-menu .sub-menu::before {
display: none;
}
@media (min-width: 1200px) {
.site-nav-d {
left: 150px;
}
}
li.current-menu-item > a,
li.current-menu-ancestor > a {
font-weight: bold;
color: var(--s-accent);
}
li.current-menu-item > svg,
li.current-menu-ancestor > svg {
color: var(--s-accent);
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children > .si-down {
position: absolute;
right: -2px;
top: 31px;
width: 14px;
height: 14px;
}
@media (min-width: 1330px) {
.menu-item-has-children > .si-down {
right: 3px;
}
}
@media (min-width: 1400px) {
.menu-item-has-children > .si-down {
right: 8px;
}
}
.sub-menu .menu-item-has-children > .si-down {
transform: translateY(-50%) rotate(-90deg);
position: absolute;
right: 10px;
top: 50%;
}
.sub-menu .menu-item-has-children li > a {
padding-right: 15px;
}
.site-nav-d .menu-contact .sub-menu .sub-menu {
left: unset;
right: 100%;
}
.site-search {
display: flex;
position: relative;
top: 3px;
right: unset;
}
.site-toggle {
display: none;
}
.site-config {
position: absolute;
right: 0;
top: 0;
height: 70px;
width: 75px;
border-left: 1px solid #d8dadc;
}
.site-config .lang {
height: 36px;
border-bottom: 1px solid #d8dadc;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
margin: 0;
}
.site-config .lang li {
list-style: none;
}
.site-config .lang .current-lang {
font-weight: bold;
}
.site-config .lang .current-lang a {
opacity: 1;
}
.site-config .lang a {
padding: 4px;
opacity: 0.8;
}
.site-config .size {
display: flex;
align-items: baseline;
justify-content: center;
padding-top: 2px;
}
.site-config .size a {
padding: 4px;
color: #c4c4c4;
}
.site-config .size a.active {
color: #39ab49;
}
.site-config .small {
font-size: 12px;
}
.site-config .normal {
font-size: 16px;
}
.site-config .large {
font-size: 20px;
} body.home .site-header {
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(8px);
box-shadow: none;
}
body.home .site-header li,
body.home .site-header a {
color: #fff;
}
body.home .site-header li:hover {
color: #39ab49;
}
body.home .site-header li:hover > a,
body.home .site-header li:hover > .si-down {
color: #39ab49;
}
body.home .site-header #primary-menu > li:hover,
body.home .site-header #primary-menu > li > a,
body.home .site-header #primary-menu > li > .si-down {
color: #fff;
}
body.home .site-header .sub-menu a,
body.home .site-header .sub-menu .si-down {
color: #222;
}
body.home .site-header-space {
display: none;
}
body.home .site-config {
border-color: rgba(255, 255, 255, 0.5);
padding: 0;
}
body.home .site-config .site a.active {
color: #39ab49;
}
body.home .lang {
border-color: rgba(255, 255, 255, 0.5);
}
body.home .sec-research .s-container {
padding-left: var(--s-space);
padding-right: var(--s-space);
}
body.home .sec-research .content-item .info h4 {
text-align: left;
}
body.home .sec-innovation .s-container {
padding-left: var(--s-space);
padding-right: var(--s-space);
}
#banner .splide__slide .info {
padding: 0 3% 0%;
}
#banner .splide__slide .info h4 {
font-size: 1.25em;
margin: 0;
}
#banner .splide__slide .info h2 {
font-size: 1.75em;
font-weight: 700;
margin-bottom: 10px;
}
@media (min-width: 1200px) {
#banner .splide__slide .info h4 {
font-size: 1.5em;
}
#banner .splide__slide .info h2 {
font-size: 2.25em;
}
}
#banner .splide__slide a.button {
margin: 1rem 0;
font-size: 15px;
}
@media (min-width: 1200px) {
#banner .splide__slide a.button {
font-size: 17px;
float: right;
margin-bottom: 2rem;
}
}
#banner .splide__slide .content-info-link {
bottom: 1rem;
left: inherit;
transform: none;
right: 2rem;
}
#banner-thumb {
padding: 8px 4px 23px;
}
#banner-thumb .splide__slide {
border: 4px solid transparent;
}
#banner-thumb img {
border-radius: 8px;
}
.sec-innovation {
position: relative;
}
.sec-innovation .s-container {
padding-left: 0;
padding-right: 0;
}
.sec-innovation .d-flex {
flex-wrap: nowrap;
margin-bottom: 80px;
}
.sec-innovation .content-item {
margin: 0 0.5% 1rem;
}
.sec-innovation .content-item h2.entry-title {
font-size: 85%;
}
.sec-innovation .content-item .info {
margin: 0 -5px;
}
.sec-innovation .content-item:nth-child(1) {
transform: translate(-25%, 0%);
}
.sec-innovation .content-item:nth-child(2) {
transform: translate(-15%, 20%);
}
.sec-innovation .content-item:nth-child(3) {
transform: translate(-5%, 35%);
}
.sec-innovation .content-item:nth-child(4) {
transform: translate(5%, 35%);
}
.sec-innovation .content-item:nth-child(5) {
transform: translate(15%, 20%);
}
.sec-innovation .content-item:nth-child(6) {
transform: translate(20%, 0%);
}
.sec-innovation .content-item:nth-child(6) .info {
margin: 0 -15px;
} .content-item.-hero {
border-radius: var(--s-border-radius);
overflow: hidden;
display: grid;
grid-template-columns: 73fr 38fr;
}
.content-item.-hero .pic {
margin-bottom: 0;
}
.content-item.-hero .pic > a {
display: flex;
height: 100%;
}
.content-item.-hero .pic img {
max-height: 600px;
}
.content-item.-hero .info {
padding: 30px;
}
.content-date.-caption .pic {
height: 360px;
}
.main-body.-rightbar {
display: flex;
align-items: stretch;
}
.main-body.-rightbar .widget-area {
width: 240px;
padding-left: var(--s-space);
}
.main-body.-rightbar .content-area {
width: calc(100% - 240px);
}
.main-body.-leftbar {
display: flex;
flex-direction: row-reverse;
align-items: stretch;
}
.main-body.-leftbar .widget-area {
width: 240px;
padding-right: var(--s-space);
}
.main-body.-leftbar .content-area {
width: calc(100% - 240px);
}
.main-body.-leftrightbar {
display: flex;
} @media (min-width: 992px) {
body.page-template-page-form .site-content {
padding-top: 35px;
padding-bottom: 35px;
}
}
.page-form {
padding: 15px 25px 1px;
max-width: 920px;
}
.site.-header-desktop-overlay .page-form {
background-color: #fff;
margin-top: -80px;
position: relative;
} .single-area .single-banner {
margin-top: -120px;
text-align: center;
} .entry-author {
margin-top: 40px;
text-align: left;
display: flex;
align-items: center;
}
.entry-author .pic {
margin: 0;
padding-right: var(--s-space);
min-width: 100px;
}
body.single .main-header.-banner {
padding: 50px 0;
min-height: 390px;
}
body.single .main-header.-banner .title {
font-size: 44px;
} .comments-area {
margin-bottom: 30px;
}
.comment-form-author {
float: left;
width: 32%;
margin-right: 2%;
}
.comment-form-email {
float: left;
width: 32%;
margin-right: 2%;
}
.comment-form-url {
float: left;
width: 32%;
} .site-login {
max-height: 400px;
}
.site-footbar .s-grid {
grid-template-columns: 420px 1fr 1fr 1fr 1fr;
}
.site-footbar ul.menu {
padding-left: 0;
line-height: 1.8;
}
.site-footbar ul.menu li:first-child {
margin-bottom: 5px;
font-weight: bold;
}
.site-footbar ul.menu li a:hover {
opacity: 0.8;
}
.site-footbar .widget_media_image {
margin-bottom: 20px;
}
.site-footbar input[type=submit] {
border-radius: 0 5px 5px 0;
}
.site-footbar .site-foot-social {
margin-left: 0;
}
.site-footbar .site-foot-social a {
margin: 0 5px 0 0;
}