/*
Theme Name: Rahardi Ramelan
Theme URI: ronggobramantyo@gmail.com
Description: Custom theme for Rahardi Ramelan
Author: Dhimas Ronggobramantyo
Author URI: ronggobramantyo@gmail.com
Version: 1.04
Tags: clean, blog, two-columns, fixed-width, custom-menu
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Global Defaults
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #175477;  }
a:hover { color: #e56423; }

/* Global Elements
=====================================================================*/

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size:15px;
    color:#000;
	min-height: 100%;
	position: static;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
    height:auto;
    font-style:italic;
    background-repeat: no-repeat;
    background-size:cover;
    vertical-align: middle;
}
#nav,
#button-more,
.row-news-homepage h3,
.button-more,
.title-homepage,
#nav-footer li,
.cite-name,
#main-title,
.news-title,
#title-blog,
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6,
.wpb-posts-nav h4,
.static-page blockquote p,
.row-publication h2,
.row-gallery h2,
.grid-item p,
#list-annotation li h2,
#header-annotation h1 {
    font-family: "Montserrat", sans-serif;
}

/* Start CSS Coding
=====================================================================*/

.open-menu, .close-menu, .close-menu-big {
    display: none;
    cursor: pointer;
}
#menu-toggle {
    display: none;
}
.menu-button-container {
    display: none;
    cursor: pointer;
}
.mobile {
    display: none;
    position: relative;
}
.admin-bar #main-header {
    top:32px;
}
#main-header {
    height:140px;
    width:100%;
    margin: 0;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#logo {
    width:350px;
    height:64px;
    background: url(images/logo.png) no-repeat;
    background-size:350px 64px;
    text-indent:-9999px;
    float:left;
    margin:30px 0 0 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#search-area {
    position: absolute;
    height:160px;
    background: #ac3a8f;
    width:100%;
    right:0;
    top:0;
    z-index: 2200;
    display: none;
}
.separator {
    height: 140px;
    margin:0 0 70px 0;
}
.separator.nomargin {
    margin:0;
}

.wrapper {
    max-width:1200px;
    margin:0 auto;
    position: relative;
    padding:0 30px;
}
#nav {
    float:right;
    margin-right:40px;
}
#nav-main {
    list-style: none;
    padding:0;
    height:40px;
    float:left;
    margin:40px 0 0 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#nav-main li {
    float:left;
    height:40px;
    position: relative;
    padding-left:10px;
}
#nav-main li a {
    display: block;
    height:40px;
    line-height: 40px;
    font-size:16px;
    text-decoration: none;
    padding:0 10px;
    color: #111;
    text-transform: uppercase;
    position: relative;
    font-variation-settings: "wght" 300;
}
#nav-main li.current-menu-item a,
#nav-main li.current-menu-parent a {
    color:#175477;
    font-variation-settings: "wght" 500;
}
#nav-main li.current-menu-item a::before,
#nav-main li.current-menu-parent a::before {
    position: absolute;
    content:"";
    width:30px;
    z-index: 1;
    bottom:0;
    left:50%;
    margin-left:-15px;
    height:1px;
    background: #175477;
}
#nav-main li.current-menu-item a::after,
#nav-main li.current-menu-parent a::after {
    position: absolute;
    content:"";
    width:5px;
    z-index: 1;
    bottom:-2px;
    left:50%;
    margin-left:-2px;
    height:5px;
    border-radius:5px;
    background: #175477;
}
#nav-main li:hover a {
    color: #e56423;
}

/* Start CSS POPUP Menu
=====================================================================*/
#nav ul ul {
    position:absolute;
    z-index:2000;
    display:none;
    width:250px;
    margin: 0;
    top: 55px;
    left:0;
    background:none;
    float: none;
    text-align: left;
    background: #693f82;
    padding: 10px 0;
    border-radius:0 0 5px 5px;
}
#nav ul li ul li {
    display: block;
    float: none;
    width:250px;
    height:auto;
    padding: 0;
    position:relative;
    margin: 0;
    box-shadow: none;
}
#nav ul li ul li:last-child {
    border:none;
}
#nav ul li ul li:after {
    display: none;
}
#nav ul ul ul {
    position:absolute;
    z-index:1300;
    display:none;
    width:240px;
    margin: 0;
    top: 0;
    left:240px;
}
#nav ul li ul li.current-menu-item:before,
#nav ul li ul li.current-menu-parent:before {
    display: none;
}
#nav ul li ul li ul li {
    display: inline;
    float: left;
    padding: 0;
    margin: 0 0 1px 0;
    height:auto;
}
#nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited {
    width:210px;
    height:auto;
    line-height: 1.4;
    float:none;
    display: block;
    text-transform:none;
    border:none;
    padding:10px 20px;
    letter-spacing: 0;
    margin:0;
    font-size:16px;
    color:#ddd;
    font-weight: normal;
}
#nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover {
    color:#fff;
    background: none;
}
#nav #nav-main li:hover ul li:hover {
    box-shadow: none;
    background: none;
}
nav#nav li:hover ul ul,
nav#nav li li:hover ul ul
{display:none;}


nav#nav li:hover ul,
nav#nav li li:hover ul
{display:block;}
nav#nav li:focus-within ul,
nav#nav li li:focus-within ul
{display:block;}
/* End CSS Drop Down Menu */

#main-header.small {
    height:70px;
    background: rgba(17,54,77,.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.1);
}
#main-header.small #logo {
    background: url(images/logo-white.png) no-repeat;
    margin-top:5px;
    width:300px;
    height:55px;
    background-size:300px 55px
}
#main-header.small #nav-main {
    margin-top:14px;
}
#main-header.small #header-right {
    margin-top:5px;
}
#main-header.small #button-header-area {
    margin-top:10px;
}
#main-header.small #nav-main li a {
    color:#fff;
}
#main-header.small #nav-main li.current-menu-item a::before, #main-header.small #nav-main li.current-menu-parent a::before {
    background: #fff;
}
#main-header.small #nav-main li.current-menu-item a::after, #main-header.small #nav-main li.current-menu-parent a::after {
    display: none;
}
.full-blue {
    width:100%;
    background: #ebf9ff;
    padding:90px 0;
}
.full-white {
    width:100%;
    background: #fff;
    padding:90px 0;
}
.full-darkblue {
    width:100%;
    background: #175477;
    padding:90px 0;
}
.full-darkblue.pattern-article {
    background-image:url(images/pattern-article.png);
    background-size:900px 900px;
    background-attachment: fixed;
}
.full-blue.nopadding {
    padding:0;
}
#intro {
    padding:80px 0;
}
#slideshow {
    width:40%;
    float:left;
    position: relative;
}
#slideshow .owl-theme .owl-dots {
    position: absolute;
    width:100%;
    bottom:-40px;
}
#slideshow .owl-theme .owl-dots .owl-dot span {
    width:13px;
    height: 13px;
}
#slideshow .owl-theme .owl-dots .owl-dot span {
    background: #b6e5ff;
}
#slideshow .owl-theme .owl-dots .owl-dot.active span {
    background: #e56423;
}
#slideshow .owl-nav {
    display: none;
}
#intro article {
    width:55%;
    float:right;
    margin:100px 0 0 0;
}
#intro article p {
    color:#111;
    font-size:18px;
    line-height: 1.5;
    margin:0 0 35px 0;
}
#intro article p mark {
    font-size:22px;
    font-weight: bold;
    color:#e56423;
    background: none;
    position: relative;
}
#intro article p mark::before {
    content:"";
    width:100%;
    height:3px;
    position: absolute;
    bottom:-3px;
    left:0;
    background: #b6e5ff;
}
#button-more, #button-more:link, #button-more:visited {
    display: inline-block;
    height:50px;
    border:1px solid #175477;
    padding:0 20px;
    text-transform: uppercase;
    font-size:16px;
    line-height: 50px;
    color:#175477;
    text-decoration: none;
}
#button-more:hover {
    background: #175477;
    color:#fff;
}
#news-homepage {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.4rem;
    margin-bottom:40px;
}
.row-news-homepage {
    display: flex;
    flex-flow: column nowrap;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1);
    overflow: hidden;
}
.row-news-homepage div {
    padding:10px 30px 30px 30px;
}
.row-news-homepage img {
    transition: transform .2s; /* Animation */
}
.row-news-homepage .date {
    display: block;
    text-align: center;
    font-size:14px;
    color:#777;
    margin:10px 0 10px 0;
    text-decoration: none;
}
.row-news-homepage h3 {
    clear: both;
    font-size:24px;
    text-align: center;
    line-height: 1.2;
    font-weight: bold;
}
.row-news-homepage a {
    display: block;
    text-decoration: none;
}
.row-news-homepage a:hover img {
    transform: scale(1.1);
}
.button-more, .button-more:link, .button-more:visited {
    height:45px;
    display: inline-block;
    padding:0 15px;
    font-size:16px;
    line-height: 45px;
    background: #175477;
    border:1px solid #175477;
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
}
.button-wrapper {
    text-align: center;
}
.button-more:hover {
    border:1px solid #e56423;
    background: none;
    color:#e56423;
}
.full-darkblue .button-more, .full-darkblue .button-more:link, .full-darkblue .button-more:visited {
    border:1px solid #fff;
    color:#fff;
    background: none;
}
.full-darkblue .button-more:hover {
    background: #fff;
    color:#175477;
}
.title-homepage {
    text-align: center;
    font-size:30px;
    color:#fff;
    text-transform: uppercase;
    margin:0 0 50px 0;
}
#slideshow-gallery {
    margin:0 0 80px 0;
}
#slideshow-gallery .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 37px;
    background: url(images/arrow-right.png) no-repeat;
    background-size: auto;
    background-size: 20px 37px;
    text-indent: -9999px;
    right: 200px;
}
#slideshow-gallery .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width:20px;
    height:37px;
    background: url(images/arrow-left.png) no-repeat;
    background-size: 20px 37px;
    text-indent: -9999px;
    left:200px;
}
#slideshow-gallery .owl-nav button.owl-prev:hover {
    opacity: 0.5;
    background: url(images/arrow-left.png) no-repeat;
    background-size: 20px 37px;
}
#slideshow-gallery .owl-nav button.owl-next:hover {
    opacity: 0.5;
    background: url(images/arrow-right.png) no-repeat;
    background-size: 20px 37px;
}
#slideshow-gallery .owl-theme .owl-nav {
    margin:0;
}
#slideshow-gallery .owl-theme .owl-dots {
    position: absolute;
    width:100%;
    bottom:-40px;
}
#slideshow-gallery .owl-theme .owl-dots .owl-dot span {
    width:13px;
    height: 13px;
}
#slideshow-gallery .owl-item {
    opacity: 0.3;
    transform: scale(0.85);
    transition: all 0.4s ease;
}
#slideshow-gallery .owl-item.active.center,
#slideshow-gallery .owl-item.center {
    opacity: 1;
    transform: scale(1);
}
#slideshow-gallery .owl-theme .owl-dots .owl-dot span {
    background: #fff;
}
#slideshow-gallery .owl-theme .owl-dots .owl-dot.active span {
    background: #e56423;
}
#quote-homepage {
    width:38%;
    background: #fff;
    border-radius:10px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    padding:4%;
    position: relative;
    float:right;
    margin:140px 0;
}
#quote-homepage i {
    font-size:60px;
    position: absolute;
    z-index: 1;
    top:30px;
    left:-20px;
    color:#175477;
}
#quote-homepage blockquote p {
    font-size:24px;
    font-family: serif;
    color:#666;
    line-height: 1.2;
}
#quote-homepage blockquote {
    margin:0 0 20px 0;
}
.cite-name {
    font-variation-settings: "wght" 300;
    color:#111;
    font-size:18px;
}
.wrapper.quote-container {
    /*background:url(images/rahardi-quote.png) no-repeat 0 100%;
    background-size:300px 533px; */
    
    /*background:url(images/rahardi-quote-2.png) no-repeat 0 100%;
    background-size:400px 533px;*/
    background:url(images/rahardi-quote-3.png) no-repeat 50px 100%;
    background-size:450px 484px;
}
#slideshow-quote {
    position: relative;
}
#slideshow-quote .owl-nav {
    display: none;
}
#slideshow-quote .owl-theme .owl-dots .owl-dot span {
    width:30px;
    height:5px;
    margin:5px;
    background: #b6e5ff;
}
#slideshow-quote .owl-theme .owl-dots .owl-dot.active span {
    background: #e56423;
}
#slideshow-quote .owl-dots {
    bottom:-30px;
    position: absolute;
    right:0;
}

/* Page
=====================================================================*/
#main-title {
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-variation-settings: "wght" 300;
    font-size:36px;
    position: relative;
    padding:20px 0;
}
#main-title::before {
    content:"";
    width:70px;
    height:2px;
    background: #fff;
    border-radius:5px;
    position: absolute;
    z-index: 1;
    bottom:0;
    left:50%;
    margin-left:-35px;
}
#main-title span {
    padding:10px 30px 35px 30px;
    background: #175477;
}
.wrapper.padding {
    padding:70px 0;
}
.full-blue #main-title {
    color:#111;
    margin-bottom:70px;
}
.full-blue #main-title::before {
    background: #111;
}

/* News
=====================================================================*/
#list-news {
    list-style: none;
    margin:0;
}
#list-news li {
    width: 48%;
    float: left;
    margin: 0 4% 4% 0;
    height: 550px;
}
#list-news li:nth-child(2n) {
    margin-right:0;
}
#list-news li img {
    border-radius:5px;
}
#list-news li figure {
    position: relative;
}
#list-news li figure div {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    padding: 5%;
    width:90%;
    background: rgba(255,255,255,0.8);
    border-radius: 0 0 5px 5px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#list-news li figure div aside {
    float:left;
}
.text-author {
    font-size:18px;
    font-weight: bold;
    color:#333;
    margin:0 0 5px 0;
}
.date-news {
    font-size:15px;
    color:#666;
}
.reading-time {
    font-size:14px;
    color:#999;
    float:right;
}
.pagination {
    clear:both;
    margin:0 0 50px 0;
}
.pagination h2 {
    text-transform: uppercase;
    font-size:14px;
    color:#111;
    font-weight: bold;
    margin:0 0 5px 0;
}
.nav-links {
    height: 30px;
    float:left;
    line-height: 30px;
}
#pagination .page-numbers,
#pagination .page-numbers {
    width:30px;
    height: 30px;
    line-height: 30px;
    border:1px solid #d6dbdd;
    float:left;
    margin:0 5px 5px 0;
    text-align: center;
    text-decoration: none;
}
#pagination .page-numbers.next,
#pagination .page-numbers.prev {
    width:auto;
    padding:0 10px;
    font-weight: bold;
}
.page-numbers.current {
    color:#d6dbdd;
}
.news-title {
    text-align: center;
}
.news-title a, .news-title a:link, .news-title a:visited {
    text-decoration: none;
}
#header-title-blog {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
    margin-top:-100px;
    margin-bottom:40px;
    border-radius:5px 5px 0 0;
    padding:40px;
    text-align: center;
}
#header-title-gallery {
    padding:40px;
    text-align: center;
    margin-bottom:40px;
}
#title-blog {
    font-size: 44px;
    font-weight: bold;
    margin:0 0 10px 0;
}
#header-title-blog p {
    font-size:15px;
    color:#999;
}

#header-title-blog p span {
    color:#ccc;
    margin:0 8px;
}
#news-container {
    width:80%;
    margin:0 auto;
}
#news-container.gallery {
    margin-bottom:70px;
}
#share-news {
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    padding:20px 0;
    margin-top:40px;
    margin-bottom:70px;
}
#share-news h4 {
    float:left;
    font-size:16px;
    font-weight: bold;
    padding:10px 0 0 0;
    margin:0 10px 0 0;
}
#social-link {
    list-style: none;
    margin:0;
    float:left;
}
#social-link li {
    width: 40px;
    height:40px;
    margin: 0 10px 0 0;
    float:left;
}
#social-link li a {
    width: 40px;
    height:40px;
    display: block;
    color: #fff;
    text-align: center;
    line-height:40px;
    font-size: 20px;
}
#social-link li.link-facebook {
    background: #1877f2;
}
#social-link li.link-linkedin {
    background: #0e76a8;
}
#social-link li.link-twitter {
    background: #000;
}
#social-link li.link-whatsapp {
    background: #00c3a5;
}
.wpb-posts-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    align-items: center;
    max-width: 1200px;
    margin: 70px auto 80px auto;
} 
.wpb-posts-nav a {
    display: grid;
    grid-gap: 20px;
    align-items: center;
} 
.wpb-posts-nav h4,
.wpb-posts-nav strong {
    margin: 0;
}
.wpb-posts-nav h4 {
    font-size:20px;
}
.wpb-posts-nav a svg {
    display: inline-block;
    margin: -2px 0 0 0;
    vertical-align: middle;
}
.wpb-posts-nav > div:nth-child(1) a {
    grid-template-columns: 100px 1fr;
    text-align: left;
} 
.wpb-posts-nav > div:nth-child(2) a {
    grid-template-columns: 1fr 100px;
    text-align: right;
} 
.wpb-posts-nav__thumbnail {
    display: block;
    margin: 0;
} 
.wpb-posts-nav__thumbnail img {
    border-radius: 10px;
}
.wpb-posts-nav a {
    text-decoration: none;
}
.wpb-posts-nav a strong {
    color:#333;
    font-weight: normal;
}

/* Book
=====================================================================*/
#group-publication {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem;
    margin:0 0 40px 0;
}
.row-publication {
    display: flex;
    flex-flow: column nowrap;
}
.row-publication a {
    display: block;
    text-decoration: none;
}
.row-publication figure {
    position: relative;
    margin:0 0 20px 0;
}
.row-publication figure img {
    border-radius:0 5px 5px 0;
}
.cover-book {
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(to right,
                    rgba(0,0,0,0.02) 0%,
                    rgba(0,0,0,0.05) 0.75%,
                    rgba(255,255,255,0.5) 1.0%,
                    rgba(255,255,255,0.6) 1.3%,
                    rgba(255,255,255,0.5) 1.4%,
                    rgba(255,255,255,0.3) 1.5%,
                    rgba(255,255,255,0.3) 2.4%,
                    rgba(0,0,0,0.05) 2.7%,
                    rgba(0,0,0,0.05) 3.5%,
                    rgba(255,255,255,0.3) 4%,
                    rgba(255,255,255,0.3) 4.5%,
                    rgba(244,244,244,0.1) 5.4%,
                    rgba(244,244,244,0.1) 99%,
                    rgba(144,144,144,0.2) 100%);
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.3), inset -1px 1px 2px rgba(255, 255, 255, 0.5);
    margin: auto;
    border-radius: 0 5px 5px 0;
}
.row-publication h2 {
    font-size:18px;
    font-variation-settings: "wght" 300;
    line-height: 1.2;
    color:#111;
    text-align: center;
    margin:0 0 15px 0;
}
.row-publication h3 {
    font-size:16px;
    text-align: center;
    color:#666;
    line-height: 1.3;
    margin:0 0 5px 0;
}
.row-publication p {
    font-size:14px;
    text-align: center;
    color:#666;
    line-height: 1.3;
}
.full-darkblue.pattern-book {
    background-image:url(images/pattern-book.png);
    background-position:0 100%;
    background-size:600px 300px;
}

/* Gallery
=====================================================================*/
#group-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem;
    margin:70px 0 40px 0;
}
.row-gallery {
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    overflow:hidden;
    border-radius:10px 10px 0 0;
}
.row-gallery a {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius:10px;
}
.row-gallery img {
    border-radius:10px 10px 0 0;
    margin:0 0 20px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.row-gallery h2 {
    margin:0 20px 10px 20px;
    font-variation-settings: "wght" 400;
    font-size:16px;
    text-align: center;
    color:#111;
    text-transform: uppercase;
}
.row-gallery p {
    font-size:14px;
    color:#666;
    margin:0 0 20px 0;
}
.row-gallery:hover img {
    transform: scale(1.1);
}

/* Quote
=====================================================================*/
.grid-item,
.grid-sizer {
    width:31%;
    float:left;
}
.grid-item {
    margin-bottom:35px;
    background: #fff;
    border-radius:15px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.grid-item div {
    padding:30px;
}
.grid-item i {
    font-size: 40px;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: -15px;
    color: #175477;
}
.grid-item p {
    font-size:16px;
    font-variation-settings: "wght" 300;
    line-height: 1.2;
    margin:0 0 20px 0;
    color:#111;
}
.title-quote {
    font-size:15px;
    color:#666;
}

/* Annotation
=====================================================================*/
#list-annotation {
    list-style: none;
    margin:0;
}
#list-annotation li {
    display: flex; /* Enables flexbox layout for children */
    align-items: center; /* Vertically centers the children within the container */
    /* Optional: other styling for visualization */
    background: #ebf9ff;
    border-radius:5px;
}
#list-annotation li figure {
    width:35%;
    margin:0 5% 0 0;
}
#list-annotation li figure img {
    border-radius:5px 0 0 5px;
}
#list-annotation li div {
    width:60%;
}
#list-annotation li h2 {
    font-size:24px;
    margin:0 0 5px 0;
}
#list-annotation li p {
    font-size:16px;
    color:#111;
}
#list-annotation li h2 a, #list-annotation li h2 a:link, #list-annotation li h2 a:visited {
    text-decoration: none;
}
#header-annotation {
    margin:0 0 40px 0;
}
#header-annotation figure {
    margin:0 0 20px 0;
}
#header-annotation h1 {
    font-size:24px;
    text-align: center;
    margin:0 0 10px 0;
    color:#111;
}
#header-annotation p {
    text-align: center;
    font-size:18px;
    color:#666;
}
#annotation-container {
    position: relative;
    background: #ebf9ff;
    padding:30px;
    border-radius:10px;
}
#profile-picture {
    width:80px;
    height:80px;
    border-radius:100px;
    position: absolute;
    z-index: 1;
    top:30px;
    left:-100px;
}
#profile-picture img {
    border-radius:100px;   
}


/* Typography
=====================================================================*/
.static-page img {
    margin:5px 0 20px 0;
    height:auto;
    width:100%;
    max-width:100%;
}
.static-page img.imgframe {
    max-width:97.5%;
    border:5px solid #f3f6f8;
}
img.alignleft, .static-page img.alignleft {
    margin-right:35px;
    float:left;
}
img.alignright, .static-page img.alignright {
    margin-left:35px;
    float:right;
}
.full-darkblue .static-page p,
.full-darkblue .static-page ul,
.full-darkblue .static-page ol,
.full-darkblue .static-page h1,
.full-darkblue .static-page h2,
.full-darkblue .static-page h3,
.full-darkblue .static-page h4,
.full-darkblue .static-page h5,
.full-darkblue .static-page h6 {
    color:#fff;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    line-height: 1.3;
    color:#111;
    font-variation-settings: "wght" 400;
}
.static-page h1 {
    font-size: 36px;
    margin: 30px 0;
}
.static-page h2 {
    font-size: 30px;
    margin: 25px 0;
}
.static-page h3 {
    font-size: 26px;
    margin: 22px 0;
}
.static-page h4 {
    font-size: 22px;
    margin: 25px 0;
}
.static-page h5 {
    font-size: 20px;
    margin: 30px 0;
}
.static-page h6 {
    font-size: 18px;
    margin: 36px 0;
}
.static-page p {
    margin: 0 0 24px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
}
.static-page p a {
    text-decoration: none;
    font-weight: bold;
}
.static-page hr {
    border: 0;
    text-align: center;
    margin:40px 0;
}
.static-page hr:before {
    content: "\2022   \2022   \2022   \2022";
    font-size: 44px;
    color: #0c6090;
}
.align-center {
    text-align: center;
}
.static-page ul, .static-page ol {
    margin: 0 0 24px 30px;
    line-height: 1.5;
    font-size: 18px;
    color:#333;
}
.static-page ul {
    list-style-position: outside;
}
.static-page ul li {
    position: relative;
    padding-left: 0;
    text-indent: 0;    

}
.static-page blockquote {
    margin: 0 0 24px;
    line-height: 1.5;
    font-size: 20px;
    color:#111;
    font-weight: 300;
    padding:0 0 0 40px;
    position: relative;
    overflow:hidden;
}
.static-page blockquote:before {
    content:'\201C';
    font-size:90px;
    color:#175477;
    line-height: 1.2;
    position: absolute;
    height:50px;
    left:0;
    top:-15px;
}
.static-page blockquote p {
    font-size:20px;
    line-height: 1.5;
    font-variation-settings: "wght" 300;
}
.static-page blockquote cite {
    text-align: right;
    font-size: 16px;
    display: block;
}
pre {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    background: #e7e7e7;
    border-left: 1px solid #b8b8b8;
    overflow: auto;
    overflow-y: hidden;
    line-height:1.6em;
    margin-top:1.6em;
    margin-bottom:1.6em;
    color:#686868;
    font-family: 'Courier New', 'Courier', serif;
}
pre code {
    margin: 0 0 0 20px; 
    padding: 18px 0;
    display: block;
}
.wp-block-embed-youtube .wp-block-embed__wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.wp-block-embed-youtube .wp-block-embed__wrapper  iframe, .wp-block-embed-youtube .wp-block-embed__wrapper  object, .wp-block-embed-youtube .wp-block-embed__wrapper  embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wp-block-embed {
    margin: 0 0 40px 0;
}
.wp-block-image {
    margin: 0 0 40px 0;
    clear:both;
}
.wp-block-image img {
    margin-bottom:8px;
}
.wp-block-image figcaption {
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 300;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    margin:0;
}
.static-page .wp-block-columns img {
    width:100%;
    max-width:100%;
    margin-left:0;
}
.static-page table {
    margin:0 0 40px 0;
    border-collapse: collapse;
    width: 100%;
}
.static-page table td, .static-page table th {
    border: 1px solid #ddd;
    padding: 15px;
    font-size:18px;
}
.static-page table tr:nth-child(even){
    background-color: #f2f2f2;
}
.static-page table tr:hover {
    background-color: #ddd;
}
.static-page table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0c6090;
    color: #fff;
}
.wp-block-table thead {
    border-bottom:1px solid #ddd !important;
}
.wp-block-file *+.wp-block-file__button {
    display: inline-block;
    padding:5px 10px;
}
.wp-block-file *+.wp-block-file__button:hover {
    color:#fff;
}
.static-page figcaption {
    font-size:16px;
    position: relative;
    color:#999;
    margin:20px 0 20px 0;
    padding:15px 0 0 0;
    font-weight: 300;
}
/*.static-page figcaption:before {
    content:"";
    height:1px;
    background: #d0d0d0;
    width:60px;
    position:absolute;
    top:0;
    left:0;
}*/
.box-line {
    padding-left:20px;
    border-left:3px solid #9a0006;
    margin:0 0 40px 0;
}
.box-line.color {
    background: #f1f3de;
    padding:20px;
}

/* Footer
=====================================================================*/
#main-footer {
    background: #175477;
    padding:60px 0;
}
#nav-social {
    list-style: none;
    margin:0 0 40px 0;
    text-align: center;
}
#nav-social li {
    display: inline-block;
    margin:0 4px;
}
#nav-social li a {
    width:45px;
    height:45px;
    display: block;
    line-height: 45px;
    font-size:22px;
    text-align: center;
    color:#fff;
    border:1px solid #fff;
}
#nav-social li a:hover {
    background: #fff;
    color:#175477;
}
#nav-footer {
    float:left;
    margin:0;
    list-style: none;
}
#nav-footer li {
    float:left;
    margin:0 15px 0 0;
    font-size:16px;
}
#nav-footer li a {
    color:#fff;
    text-transform: uppercase;
    text-decoration: none;
    font-variation-settings: "wght" 300;
}
#nav-footer li a:hover {
    text-decoration: underline;
}
#main-footer h6 {
    float:right;
    text-align:right;
    color:#fff;
    font-size:15px;
}


/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1300px) {
    .wrapper {
        min-width:0;
        width:auto;
        padding:0 20px;
        height:auto;
    }
    .wrapper.padding {
        min-width:0;
        width:auto;
        padding:50px 20px;
        height:auto;
    }
}
/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1200px) {
    .menu-button-container {
        display: block;
    }
    #menu-toggle:checked ~ #nav {
        display: block;
    }
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:20px;
    }
    #menu-toggle ~ #nav {
        display: none;
    }
    #nav {
        position: fixed;
        left:0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        z-index:2000;
        margin:0;
        padding:0;
        display: none;
    }
    #nav-container {
        width:80%;
        height: 100%;
        box-shadow:3px 0 5px rgba(0,0,0,0.5);
        background: #fff;
        overflow: scroll;
        left:0;
        top: 0;
        z-index:2100;
        position: absolute;
    }
    .close-menu-big {
        text-indent: -9999px;
        display: block;
        height: 100%;
    }
    #nav,
    #main-header.small #nav {
        border: none;
        margin-top:0;
    }
    #nav-main,
    #main-header.small #nav-main {
      float: none;
      text-align: left;
      border: none;
      padding: 0;
      height: auto;
      margin-top:80px;
    }
    #nav-main li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        border:none;
        background: none;
        box-shadow: none;
        font-size:14px;
        padding:0 20px;
        text-shadow:none;
    }
    #nav-main li::after, 
    #nav-main li a::after,
    #nav-main li::before,
    #nav-main li a::before  {
        display: none;
    }
    #nav-main li.current-menu-item:before,
    #nav-main li.current-menu-parent:before {
        display: none;
    }
    #nav-main li a, #nav-main li:hover a, #nav-main li a:hover,
    #main-header.small #nav-main li a, #main-header.small #nav-main li:hover a, #main-header.small #nav-main li:hover a {
        height:auto;
        float:none;
        text-align: left;
        display: block;
        color:#2b2b2b;
        text-decoration: none;
        background: none;
        box-shadow: none;
        border: none;
        font-weight: bold;
        line-height:18px;
        padding:10px 10px;
        font-size:18px;
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none; 
    }
    #nav-main li a:hover {
        background: none;
        padding:10px 10px;
    }
    #nav-main li:hover {
        background: none;
        box-shadow: none;
    }
    #nav-main li.current-menu-item a,
    #main-header.small #nav-main li.current-menu-item a,
    #nav-main li.current-menu-parent a,
    #main-header.small #nav-main li.current-menu-parent a {
        background: #175477;
        border-radius: 5px;
        color:#fff;
        border:none;
        box-shadow:none;
        text-shadow:none;
        height:auto;
        padding:10px 10px;
        font-weight: normal;
    }
    #nav ul ul, #nav ul ul ul {
        position:relative;
        z-index:2000;
        display:block;
        width:auto;
        margin: 0 0 10px 0;
        top: auto;
        left:auto;
        background:none;
        padding:0;
        float: none;
        text-align: left;
        box-shadow: none;
        border:none;
    }
    #nav ul ul:before {
        display: none;
    }
    #nav ul li ul li, #nav ul li ul li ul li {
        height:auto;
        float:none;
        position: relative;
        display: block;
        width:auto;
        border:none;
    }
    #nav ul li ul li.menu-item-has-children ul {
        margin-left:15px;
    }
    #nav #nav-main li ul li a, #nav #nav-main li ul li a:link, #nav #nav-main li ul li a:visited,
    #main-header.small #nav #nav-main li ul li a, #main-header.small #nav #nav-main li ul li a:link, #main-header.small #nav #nav-main li ul li a:visited {
          width:auto;
          height:auto;
          text-transform: uppercase;
          border:none;
          background: none;
          margin:0;
          box-shadow:none;
          text-shadow:none;
          border:none;
          margin-left:10px;
          color:#000;
        padding:10px 10px;
        font-size:18px;
        font-weight: normal;
    }
    #nav #nav-main li:hover ul li a:hover, #nav #nav-main li ul li a:hover, #nav-main li.current-menu-item ul li a:hover, #nav-main li.current-menu-parent ul li a:hover,
    #main-header.small #nav #nav-main li:hover ul li a:hover, #main-header.small #nav #nav-main li ul li a:hover, #main-header.small #nav-main li.current-menu-item ul li a:hover, #main-header.small #nav-main li.current-menu-parent ul li a:hover {
      background: none;
      text-decoration: none;
      padding:10px 10px;
      color:#1c8185;
    }
    #nav-main li:hover, #nav-main li.current-menu-item, #nav-main li:hover, #nav-main li.current-menu-parent, #nav .menu ul li:hover, #nav .menu ul li.current-menu-item, #nav .menu ul li.current-menu-parent {
        background:none;
        box-shadow: none;
    }
    nav#nav li:hover ul ul,
    nav#nav li li:hover ul ul
        {display:block;}

    nav#nav li:hover ul,
    nav#nav li li:hover ul
        {display:block;}
    #nav:target {
        width: 100%;
    }
    .menu-button {
        text-decoration: none;
        display: block;
        width:50px;
        height: 50px;
        padding:0;
        position: absolute;
        z-index:2100;
        left:20px;
        top:20px;
        text-align: center;
        color:#175477;
        font-size:28px;
        background: #fff;
        border:none;
        line-height: 55px;
    }
    #main-header.small .open-menu, #main-header.small .open-menu:link, #main-header.small .open-menu:visited {
        background: none;
        top:10px;
    }
    #main-header {
        backdrop-filter: none;
    }
    #logo,
    #main-header.small #logo {
        margin-left:75px;
    }
    #main-header.small {
        display: none;
    }
    #main-header {
        height:100px;
    }
    .separator {
        height: 100px;
    }
    #logo {
        margin-top:15px;
    }
}
/* CSS for iPad Landscape
=====================================================================*/
@media screen and (max-width: 1024px) {
    img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100% !important;
        height: auto !important;
    }
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    #news-homepage {
        grid-gap:1.5rem;
    }
    .row-news-homepage div {
        padding:10px 20px 20px 20px;
    }
    .row-news-homepage h3 {
        font-size:20px;
    }
    .full-darkblue.pattern-article {
        background-attachment: scroll;
    }
    #group-gallery {
        grid-gap: 1.5rem;
    }
    .row-gallery h2 {
        font-size:15px;
    }
    #group-gallery {
        grid-template-columns: 1fr;
        margin-top:50px;
    }
    #group-publication {
        grid-template-columns: 1fr 1fr;
    }
}

/* CSS for iPad Portrait
=====================================================================*/
@media screen and (max-width: 800px) {
    #main-header {
        height:70px;
    }
    .separator {
        height: 70px;
    }
    .menu-button {
        left:10px;
        top:10px;
    }
    #menu-toggle:checked ~ .menu-button-container .menu-button {
        top:10px;
    }
    #logo {
        width:273px;
        height:50px;
        background-size:273px 50px;
        margin:10px 0 0 60px;
    }
    #intro {
        padding:50px 0;
    }
    #intro article {
        margin:0;
    }
    .full-blue, .full-darkblue {
        padding:50px 0;
    }
    #quote-homepage {
        width:40%;
    }
    #quote-homepage i {
        font-size:46px;
    }
    #slideshow-quote .owl-dots {
        bottom:0;
    }
    #nav-footer {
        float:none;
        text-align: center;
        margin:0 0 20px 0;
    }
    #nav-footer li {
        float:none;
        margin:0 4px 8px 4px;
        display: inline-block;
    }
    #main-footer h6 {
        float:none;
        text-align: center;
    }
    #main-title {
        font-size:26px;
    }
    .static-page h3 {
        font-size:22px;
    }
    .text-author {
        font-size:16px;
    }
    .date-news {
        font-size:14px;
    }
    #title-blog {
        font-size:36px;
    }
    #header-title-blog {
        padding:30px;
        margin-top:-80px;
    }
    #list-annotation li {
        display: block;
    }
    #list-annotation li figure {
        width:100%;
        margin:0 0 15px 0;
    }
    #list-annotation li div {
        width:100%;
        text-align: center;
        padding:0 20px 30px 20px;
    }
    #annotation-container {
        padding:20px;
    }
    #profile-picture {
        position: relative;
        top:auto;
        left:auto;
        text-align: center;
        width:100%;
        height:auto;
        margin:0 0 20px 0;
    }
    #profile-picture img {
        width:80%;
        height:auto;
        border-radius:200px;
    }
}

/* CSS for Smartphone, ex: iPhone, Android, Blackberry
=====================================================================*/
@media screen and (max-width: 650px) {
    #main-header .wrapper {
        padding:0 20px;
    }
    .open-menu, .open-menu:link, .open-menu:visited {
        left:5px;
        top:25px;
    }
    #slideshow {
        width:100%;
        float:none;
        margin:0 0 80px 0;
    }
    #intro article {
        width:100%;
        float:none;
    }
    #button-more, #button-more:link, #button-more:visited {
        display: block;
        text-align: center;
        padding:0;
    }
    #news-homepage {
        grid-template-columns: 1fr;
    }
    .button-more, .button-more:link, .button-more:visited {
        text-align: center;
        display: block;
        padding:0;
        margin:0 20px;
    }
    .title-homepage {
        font-size:24px;
        margin:0 0 40px 0;
    }
    #slideshow-gallery .owl-theme .owl-nav {
        display: none;
    }
    .wrapper.quote-container {
        background: none;
    }
    #quote-homepage {
        width:88%;
        float:none;
        padding:6%;
        margin:50px 0;
    }
    #quote-homepage blockquote p {
        font-size:20px;
    }
    #quote-homepage i {
        font-size:30px;
        left:-10px;
    }
    .cite-name {
        font-size:16px;
    }
    #nav-footer li {
        font-size:14px;
    }
    .full-darkblue.pattern-article {
        background-size:700px 700px;
    }
    #list-news li {
        width:100%;
        float:none;
        margin:0 0 50px 0;
        height:auto;
    }
    .static-page h3 {
        margin-bottom:15px;
    }
    #header-title-blog {
        padding:20px;
        margin-top:-40px;
    }
    #title-blog {
        font-size:26px;
    }
    #header-title-blog p {
        line-height: 1.4;
    }
    #header-title-blog p span {
        color:#fff;
        font-size:0;
        display: block;
    }
    #news-container {
        width:100%;
    }
    .wpb-posts-nav {
        grid-template-columns: 1fr;
    }
    .wpb-posts-nav h4 {
        font-size:18px;
    }
    .wp-block-image .alignright, .wp-block-image .alignleft {
        float:none;
        margin:0 0 20px 0;
        width:100%;
    }
    .static-page figcaption {
        margin:10px 0;
        padding:0;
    }
    .wp-block-image {
        margin-bottom:30px;
    }
    #group-publication {
        grid-template-columns: 1fr;
    }
    .grid-item, .grid-sizer {
        width:100%;
        float:none;
    }
    
}