@charset "utf-8";



/****************************/
/********** Header **********/
/****************************/

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 8888;
}
header .logo {
  margin: 0 15px 0 0;
}
header #title {
  margin: 0;
  padding: 0;
  text-align: left;
  flex-grow: 1;
}
header #title h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 5px 0 0 0;
  padding: 0;
}
header #title small {
  font-size: 1.4rem;
  font-weight: 500;
}
header .language {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
header .language a {
  display: block;
  padding: 5px 30px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #666666;
  color: #FFFFFF;
  text-decoration: none;
}
header .language:before {
  font-family: 'Font Awesome 5 Free';
  content: "LANGUAGE";
  font-family: Arial;
  margin: 0;
  padding: 5px 30px 5px 40px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #EEEEEE;
  color: #000000;
  background-image: url("../images/icon01.png");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 16px 16px;
}
header .language a:hover {
  background-color: #CCCCCC;
}



/********************************/
/********** Main Image **********/
/********************************/

#main-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 360px;
  background-color: #EEEEEE;
  overflow: hidden;
}
/*IE11 Hack*/
@media all and (-ms-high-contrast:none) {
  #main-image img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
  }
}



/********************************/
/********** Page Image **********/
/********************************/

#page-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 160px;
  background-color: #EEEEEE;
  overflow: hidden;
}
#page-image #page-title {
  position: absolute;
  z-index: 8888;
  top: 0;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 1000px;
  height: 160px;
}
#page-image #page-title span {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  display: inline-block;
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 500;
  background: rgba(0,0,0,0.7);
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 50%;
}
/*IE11 Hack*/
@media all and (-ms-high-contrast:none) {
  #page-image img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1280px;
  }
  #page-image #page-title span {
    top: 0;
    right: 50%;
  }
}



/****************************/
/********** Footer **********/
/****************************/

footer {
  width: 100%;
  margin: 10px auto;
  padding: 0;
}
footer .logo {
  margin: 40px auto;
  padding: 0;
  text-align: center;
}
footer #pagetop {
  position: fixed;
  bottom: 50px;
  right: 40px;
  z-index: 7777;
}
footer #copyright {
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  flex: 1;
  background-color: #FFFFFF;
  width: 100%;
}
main .wrapper {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  padding: 0;
  width: 1000px;
}



/*****************************/
/********** Content **********/
/*****************************/

#content {
  margin: 0;
  padding: 0;
  flex: 1;
  order: 2;
  width: 100%;
}
#content h2  {
  margin-top: 0;
}



/*****************************/
/********** Sidebar **********/
/*****************************/

#sidebar {
  order: 1;
  margin: 0 40px 0 0;
  padding: 0;
  width: 240px;
  text-align: center;
}
#sidebar nav ul {
  margin: 0;
  padding: 0;
}
#sidebar nav ul li {
  margin: 0 0 2px 0;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
#sidebar nav ul li:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  color: #FFFFFF;
  font-size: 1.0rem;
  font-weight: 800;
  position: absolute;
  top: 10px;
  right: 15px;
}
#sidebar nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding: 10px 20px;
  background-color: #00B3B7;
  color: #FFFFFF;
  cursor: pointer;
}
#sidebar nav ul li:hover,
#sidebar nav ul li a:hover,
#sidebar nav ul li.current a {
  background-color: #BB62A6;
}

#sidebar nav ul li > .accordion {
  display: none;
  margin: 0;
  padding: 20px;
  background-color: #ECF4F9;
}
#sidebar nav ul li > .accordion.active {
  display: block;
}

#sidebar nav ul li > .accordion span {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}
#sidebar nav ul li > .accordion span:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  margin: 0 4px 0 0;
  color: #000000;
  font-size: 1.0rem;
  font-weight: 800;
}
#sidebar nav ul li > .accordion ul {
  margin: 0 15px;
  padding: 0;
  background: none;
}
#sidebar nav ul li > .accordion ul li,
#sidebar nav ul li > .accordion ul li a {
  margin: 5px 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  background: none;
}
#sidebar nav ul li > .accordion ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  margin: 0 4px 0 0;
  color: #000000;
  font-size: 1.0rem;
  font-weight: 800;
}
#sidebar nav ul li > .accordion span.current,
#sidebar nav ul li > .accordion span.current:before,
#sidebar nav ul li > .accordion ul li:hover,
#sidebar nav ul li > .accordion ul li a:hover,
#sidebar nav ul li > .accordion ul li a:hover:before,
#sidebar nav ul li > .accordion ul li.current a,
#sidebar nav ul li > .accordion ul li.current a:before,
#sidebar nav ul li > .accordion ul li.current a:hover:before {
  color: #BB62A6;
  font-weight: 800;
  font-style: italic;
}

#sidebar .banners {
  margin: 30px 0 0 0;
  padding: 0;
}
#sidebar .banners ul {
  margin: 0 auto;
  padding: 0;
}
#sidebar .banners ul li {
  margin: 10px 0;
  padding: 0;
}
#sidebar .banners ul li img {
  outline: 1px solid #CCCCCC;
  outline-offset: -1px;
}

#sidebar .contact {
  margin: 30px 0 0 0;
  padding: 0;
}
#sidebar .contact h2 {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  border: none;
  margin: 0 auto;
  padding: 0;
}
#sidebar .contact h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  border-top: 1px solid #00B3B7;
  width: 60px;
  text-align: center;
}
#sidebar .contact h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 50%;
  border-top: 1px solid #00B3B7;
  width: 60px;
  text-align: center;
}
#sidebar .contact p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 160%;
  text-align: left;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: 10px auto;
  padding: 0;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 1000px;
}
#breadcrumbs ul li {
  margin: 0 12px 0 0;
  font-size: 1.2rem;
  color: #000000;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 12px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Home **********/
/**************************/

.home #news dl {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
}
.home #news dl dt {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-family: "Century Gothic";
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #000000;
}
.home #news dl dt:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f073";
  margin: 0 4px 0 0;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 800;
}
.home #news dl dt span {
  text-align: center;
  white-space: nowrap;
  margin: 0 0 0 20px;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0;
  width: 80px;
}
.home #news dl dt span.cat-event {
  background-color: #00B3B7;
  color: #FFFFFF;
  font-weight: 700;
}
.home #news dl dt span.cat-meeting {
  background-color: #BB62A6;
  color: #FFFFFF;
  font-weight: 700;
}
.home #news dl dt span.cat-information {
  background-color: #EFC72F;
  color: #FFFFFF;
  font-weight: 700;
}
.home #news dl dt span.cat-media {
  background-color: #2C61C2;
  color: #FFFFFF;
  font-weight: 700;
}
.home #news dl dd {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4rem;
  width: 100%;
}
.home #news dl dd .post-title {
  font-size: 1.5rem;
}



/***************************/
/********** Pages **********/
/***************************/

.page h2 {
  margin-top: 0;
}
.page h2 span {
  position: absolute;
  left: 0;
  bottom: 0;
}

.page .document-list dl {
  display: flex;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dotted #888888;
  width: 100%;
}
.page .document-list dl dt {
  margin: 0;
  padding: 0;
  width: 15%;
  font-size: 1.2rem;
  font-family: "Century Gothic";
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.page .document-list dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}