body {
  background-color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  margin: 0;
  border-top: 5px solid rgb(247, 102, 17);
}
body section:not(#mainHeader):not(#homeInfrastructures) {
  width: 100%;
  overflow-x: hidden;
}
body #homeProjects {
  overflow: hidden;
}
body.light_header #slider .slide h2 {
  color: #031036;
}
body.light_header #slider .slide h2::before {
  background: rgb(255, 255, 255);
}
body.light_header #slider .slide a.btn {
  background-color: #031036;
  border-color: #031036;
}
body section {
  max-width: 100%;
}
body.menu-open {
  overflow: hidden;
}
body.modal-open {
  overflow: hidden;
}
body a.open-modal {
  position: relative;
  cursor: zoom-in;
}
body img {
  max-width: 100%;
}
body img.aligncenter {
  display: block;
  margin: 0 auto;
}
body .slick-track {
  display: flex;
  gap: 20px;
}
body figure.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
body .container {
  max-width: 1690px;
}
body input[type=submit].btn.orange {
  font-size: 15px;
}
body a, body input[type=submit], body button {
  text-decoration: none;
}
body a.btn, body input[type=submit].btn, body button.btn {
  border: thin solid;
  width: auto;
  font-size: 11px;
  padding: 15px 43px;
  border-radius: 2px;
}
body a.btn i, body input[type=submit].btn i, body button.btn i {
  margin-left: 5px;
}
body a.btn.orange, body input[type=submit].btn.orange, body button.btn.orange {
  background-color: rgb(247, 102, 17);
  border-color: rgb(247, 102, 17);
  color: #FFFFFF;
  transition: all 0.25s ease;
}
body a.btn.orange:hover, body input[type=submit].btn.orange:hover, body button.btn.orange:hover {
  background-color: #031036;
  border-color: #031036;
  transition: all 0.25s ease;
}
body a.btn.blue, body input[type=submit].btn.blue, body button.btn.blue {
  background-color: #031036;
  border-color: #031036;
  color: #FFFFFF;
  transition: all 0.25s ease;
}
body a.btn.blue:hover, body input[type=submit].btn.blue:hover, body button.btn.blue:hover {
  background-color: rgb(247, 102, 17);
  border-color: rgb(247, 102, 17);
  transition: all 0.25s ease;
}
body > .select2-container--open {
  margin-top: 31px;
  max-width: 100%;
}
body .select2-container--default .select2-selection--single {
  padding: 10px;
  height: 54px;
  position: relative;
}
body .select2-container--default .select2-selection__rendered {
  height: 52px;
  position: relative;
}
body .select2-container--default .select2-selection .select2-selection__arrow {
  width: 40px;
  height: 40px;
  background-color: #031036;
  border-radius: 3px;
  top: 4px;
  right: 6px;
}
body .select2-container--default .select2-selection .select2-selection__arrow b {
  border: none;
}
body .select2-container--default .select2-selection .select2-selection__arrow b::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro", serif;
  color: #FFFFFF;
  position: absolute;
  top: -9px;
  right: -11px;
}
body .sidebar ul.menu {
  list-style: none;
  padding: 0;
}
body .sidebar ul.menu li {
  border: thin solid #C9C9C9;
  margin: -1px 0 0 0;
}
body .sidebar ul.menu li.current-menu-item a, body .sidebar ul.menu li.current-page-ancestor a {
  background-color: rgb(247, 102, 17);
  color: #FFFFFF;
}
body .sidebar ul.menu li a {
  color: #031036;
  padding: 26px 30px;
  display: block;
}
body .sidebar ul.menu li a:hover {
  background-color: rgb(247, 102, 17);
  color: #FFFFFF;
  transition: all 0.25s ease;
}
body .sidebar .banner_link {
  margin: 80px 0;
  display: inline-block;
}
body .sidebar .banner_link + .banner_link {
  margin-top: 0;
}
body .dynamic-section.files .file-container .file--inner {
  border: thin solid #E1E1E1;
  padding: 47px 63px;
  border-radius: 5px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  transition: all 0.25s ease;
}
body .dynamic-section.files .file-container .file--inner:hover {
  background-color: #031036;
  color: #FFFFFF;
  transition: all 0.25s ease;
}
body .dynamic-section.files .file-container .file--inner:hover h4 {
  color: #FFFFFF;
  transition: all 0.25s ease;
}
body .dynamic-section.files .file-container .file--inner:hover h4 i {
  color: #FFFFFF;
  transition: all 0.25s ease;
}
body .dynamic-section.files .file-container .file--inner h4 {
  margin-bottom: 22px;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 700;
  color: #031036;
}
body .dynamic-section.files .file-container .file--inner h4 i {
  font-size: 40px;
  color: #031036;
}
body .dynamic-section.files .file-container .file--inner .button-container a.btn:hover {
  background-color: rgb(247, 102, 17);
}
body .dynamic-section.files .file-container .file--inner .button-container a.btn i {
  font-size: 14px;
}
body .section-separator {
  width: 555px;
  height: 1px;
  background: #031036;
  margin: 40px auto;
  max-width: 80%;
}
body #pageTitle {
  min-height: 160px;
  background-color: #031036;
  background-image: url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid rgb(247, 102, 17);
}
body #pageTitle .container {
  min-height: 160px;
  display: flex;
  align-items: center;
}
body #pageTitle .row {
  width: 100%;
}
body #pageTitle h1 {
  margin: 0;
  color: #fff;
  border-left: 7px solid rgb(247, 102, 17);
  padding-left: 15px;
  font-size: 26px;
  font-weight: 600;
}
body #breadcrumb {
  border-bottom: thin solid #c9c9c9;
}
body #breadcrumb .breadcrumb-container ol {
  margin: 0;
  padding: 16px 0;
  list-style: none;
}
body #breadcrumb .breadcrumb-container ol li {
  position: relative;
  margin: 0;
}
body #breadcrumb .breadcrumb-container ol li .separator {
  display: inline-block;
}
body #breadcrumb .breadcrumb-container ol li:first-child span:not(.separator) {
  font-size: 0;
}
body #breadcrumb .breadcrumb-container ol li:first-child a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f015";
  font-weight: 700;
  position: relative;
  left: 0;
}
body #breadcrumb .breadcrumb-container ol li:last-child .separator {
  display: none;
}
body #breadcrumb .breadcrumb-container ol li a {
  display: inline-block;
}
body #breadcrumb .breadcrumb-container ol li a::after {
  right: 0;
}
body #socialMedia {
  position: fixed;
  right: 20px;
  top: 45%;
  z-index: 9;
}
@media (max-width: 835px) {
  body #socialMedia {
    display: none;
  }
}
body #socialMedia.active span {
  color: #031036;
  text-shadow: 1px 1px 0 white;
}
body #socialMedia.active span::after {
  background: #031036;
}
body #socialMedia.active ul li a {
  color: #031036;
}
body #socialMedia span {
  transform: rotate(90deg);
  color: #FFFFFF;
  font-weight: 100;
  display: inline-block;
  height: 65px;
  line-height: 65px;
  position: relative;
  top: -90px;
}
body #socialMedia span::after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 68px;
  transform: rotate(90deg);
  bottom: 65px;
  right: -110px;
  background: #FFFFFF;
}
body #socialMedia ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
body #socialMedia ul li {
  margin-bottom: 5px;
  font-size: 22px;
}
body #socialMedia ul li a {
  color: #FFFFFF;
}
body #homeNews, body #groupNews {
  margin-bottom: 100px;
}
body #homeNews h2, body #groupNews h2 {
  margin-bottom: 30px;
  text-align: left !important;
  font-weight: bold;
  color: #031036;
}
body #homeNews .row, body #groupNews .row {
  justify-content: center;
}
body #homeNews .news-items, body #groupNews .news-items {
  margin-bottom: 40px;
}
body #homeNews .news-items .slick-prev, body #homeNews .news-items .slick-next, body #groupNews .news-items .slick-prev, body #groupNews .news-items .slick-next {
  display: none !important;
}
body #homeNews .news-items .news-item:hover .news-item--inner, body #groupNews .news-items .news-item:hover .news-item--inner {
  background: #031036;
  transition: background 0.25s linear;
}
body #homeNews .news-items .news-item:hover .news-item--date, body #homeNews .news-items .news-item:hover .news-item--title, body #groupNews .news-items .news-item:hover .news-item--date, body #groupNews .news-items .news-item:hover .news-item--title {
  color: #FFFFFF;
}
body #homeNews .news-items .news-item:hover .news-item--link, body #groupNews .news-items .news-item:hover .news-item--link {
  opacity: 1;
}
body #homeNews .news-items .news-item--inner, body #groupNews .news-items .news-item--inner {
  background: #F3F3F3;
  padding: 60px 40px 80px 40px;
  border: thin dotted #031036;
  border-radius: 10px;
  min-height: 105px;
  height: 307px;
  transition: background 0.25s linear;
  position: relative;
}
@media (max-width: 766px) {
  body #homeNews .news-items .news-item--inner, body #groupNews .news-items .news-item--inner {
    height: auto;
    min-height: 360px;
    padding: 30px 20px 60px;
  }
}
body #homeNews .news-items .news-item--date, body #groupNews .news-items .news-item--date {
  color: rgb(247, 102, 17);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 21px;
}
body #homeNews .news-items .news-item--title, body #groupNews .news-items .news-item--title {
  color: #031036;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.2px;
}
body #homeNews .news-items .news-item--link, body #groupNews .news-items .news-item--link {
  opacity: 0;
  text-align: right;
  margin-top: 10px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
body #homeNews .news-items .news-item--link a, body #groupNews .news-items .news-item--link a {
  color: #FFFFFF;
  background: rgb(247, 102, 17);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
}
body #homeNews .all-news, body #groupNews .all-news {
  text-align: center;
}
body #homeNews .all-news a, body #groupNews .all-news a {
  width: 255px;
  text-align: center;
  font-weight: bold;
}
body #mainHeader {
  padding-top: 45px;
  position: relative;
  z-index: 999;
}
@media (max-width: 900px) {
  body #mainHeader {
    padding-top: 25px;
  }
}
@media (max-width: 450px) {
  body #mainHeader {
    padding-top: 0;
  }
}
body #mainHeader .row {
  align-items: center;
}
@media (max-width: 820px) {
  body #mainHeader .row {
    justify-content: space-between;
  }
}
body #mainHeader.light-header {
  padding-bottom: 45px;
}
body #mainHeader.light-header .mainMenu ul#main-menu li a {
  color: #031036;
}
body #mainHeader.light-header .mainMenu ul#main-menu li a::after {
  background-color: #031036;
}
body #mainHeader.light-header .mainMenu ul#main-menu li a:hover::before {
  background-color: #031036;
}
body #mainHeader .logos {
  display: flex;
}
@media (max-width: 900px) {
  body #mainHeader .logos {
    max-width: 50%;
    flex-direction: column;
    gap: 20px;
  }
  body #mainHeader .logos img {
    width: auto;
    height: 60px;
  }
}
@media (max-width: 740px) {
  body #mainHeader .logos {
    width: 40%;
  }
}
@media (max-width: 450px) {
  body #mainHeader .logos {
    min-width: initial;
  }
}
body #mainHeader .logos .demokritos-logo {
  margin-right: 35px;
}
body #mainHeader .logos img {
  max-height: 90px;
}
body #mainHeader .mainMenu {
  position: relative;
}
body #mainHeader .mainMenu ul#main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
body #mainHeader .mainMenu ul#main-menu.active {
  position: fixed;
  overflow-y: auto;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: #031036;
  color: #FFFFFF;
  z-index: 999;
  visibility: visible;
  opacity: 1 !important;
  padding: 80px 0;
  display: block;
  text-align: center;
}
body #mainHeader .mainMenu ul#main-menu.active li {
  display: block;
}
body #mainHeader .mainMenu ul#main-menu.active li.menu-item-has-children {
  position: relative;
}
body #mainHeader .mainMenu ul#main-menu.active li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  cursor: pointer;
  display: inline-block !important;
  background: none;
  transform: rotate(-45deg);
  transition: transform 0.25s ease;
}
body #mainHeader .mainMenu ul#main-menu.active li.menu-item-has-children.submenu-open > a::after {
  transform: rotate(135deg);
}
body #mainHeader .mainMenu ul#main-menu.active li.menu-item a {
  color: #FFFFFF;
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  font-size: 20px;
  width: 350px;
  padding: 20px 0;
}
body #mainHeader .mainMenu ul#main-menu.active li.menu-item a:hover {
  background-color: rgb(247, 102, 17);
  color: #FFFFFF;
}
body #mainHeader .mainMenu ul#main-menu.active li.menu-item a:hover::after {
  border-color: #FFFFFF;
}
body #mainHeader .mainMenu ul#main-menu.active li.menu-item a::after, body #mainHeader .mainMenu ul#main-menu.active li.menu-item a::before {
  display: none;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu {
  background-color: #FFFFFF;
  opacity: 1;
  position: relative;
  visibility: visible;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: none;
  padding: 0;
  overflow: hidden;
  transition: height 0.25s ease;
  top: 0;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu li {
  padding: 0;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu a::after {
  border-color: #031036;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu a {
  font-size: 18px;
  color: #031036;
  border-bottom: 1px solid #031036;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu li:last-child a {
  border: none;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu li.menu-item-has-children::after {
  display: none;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu li.menu-item-has-children .sub-menu {
  background-color: #031036;
  color: #FFFFFF;
  opacity: 1;
  position: relative;
  visibility: visible;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-radius: 0;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu li.menu-item-has-children .sub-menu a {
  font-size: 16px;
  border-bottom: 1px solid #FFFFFF;
}
body #mainHeader .mainMenu ul#main-menu.active li .sub-menu li.menu-item-has-children .sub-menu li:last-child a {
  border: none;
}
@media (max-width: 1235px) {
  body #mainHeader .mainMenu ul#main-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1400px) {
  body #mainHeader .mainMenu ul#main-menu {
    position: relative;
  }
}
body #mainHeader .mainMenu ul#main-menu li {
  font-size: 14px;
  position: relative;
}
body #mainHeader .mainMenu ul#main-menu li.current-menu-ancestor a::before, body #mainHeader .mainMenu ul#main-menu li.current-menu-item a::before {
  width: 100%;
  background-color: #031036;
}
body #mainHeader .mainMenu ul#main-menu li:last-child a::after {
  display: none;
}
body #mainHeader .mainMenu ul#main-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
body #mainHeader .mainMenu ul#main-menu li > a {
  color: #FFFFFF;
  position: relative;
  font-weight: 600;
}
body #mainHeader .mainMenu ul#main-menu li > a:hover::before {
  width: 100%;
  transition: width 0.25s linear;
}
body #mainHeader .mainMenu ul#main-menu li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #FFFFFF;
  transition: width 0.25s linear;
}
body #mainHeader .mainMenu ul#main-menu li > a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #FFFFFF;
  right: -19px;
  top: 3px;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 30px 25px;
  border-radius: 3px;
  left: 0;
  width: 300px;
  min-width: 295px;
  background-color: #FFFFFF;
  list-style: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1607843137);
  z-index: 9;
}
@media (max-width: 1400px) {
  body #mainHeader .mainMenu ul#main-menu li ul.sub-menu {
    left: -203px;
  }
}
@media (min-width: 1235px) {
  body #mainHeader .mainMenu ul#main-menu li ul.sub-menu {
    height: auto !important;
  }
}
@media (max-width: 1235px) {
  body #mainHeader .mainMenu ul#main-menu li ul.sub-menu {
    width: fit-content;
  }
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li {
  padding: 10px 0;
  font-size: 13px;
  position: relative;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li.menu-item-has-children::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #031036;
  border-bottom: 5px solid transparent;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 15px;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li.menu-item-has-children .sub-menu {
  background-color: #031036;
  left: 220px;
  top: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li.menu-item-has-children .sub-menu li a {
  color: #FFFFFF;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li.menu-item-has-children .sub-menu li a::before {
  background-color: #FFFFFF;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li.menu-item-has-children .sub-menu li a::after {
  display: none;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li:last-child {
  margin: 0;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li a {
  color: #031036;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background-color: #031036;
  transition: width 0.25s linear;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li a::after {
  display: none;
}
body #mainHeader .mainMenu ul#main-menu li ul.sub-menu li a:hover::before {
  width: 100%;
  transition: width 0.25s linear;
}
@media (max-width: 740px) {
  body #mainHeader .mainMenu {
    width: 30%;
  }
}
body #mainHeader .languages {
  min-width: 100px;
  position: relative;
  width: fit-content;
}
@media (max-width: 1400px) {
  body #mainHeader .languages {
    position: relative;
  }
}
@media (max-width: 900px) {
  body #mainHeader .languages {
    max-width: 20%;
  }
}
@media (max-width: 740px) {
  body #mainHeader .languages {
    width: 20%;
  }
}
body #mainHeader .languages #toggler {
  display: none;
  color: #fff;
  position: absolute;
  right: 115px;
  margin-top: -9px;
  font-size: 30px;
  cursor: pointer;
}
@media (max-width: 1235px) {
  body #mainHeader .languages #toggler {
    display: block;
  }
}
body #mainHeader .languages #closer {
  display: none;
  color: #fff;
  position: fixed;
  right: 20px;
  top: 50px;
  font-size: 35px;
  cursor: pointer;
}
body #mainHeader .languages #closer.active {
  display: block;
  z-index: 999;
}
body #mainHeader .languages ul#langs-menu {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 10px;
}
body #mainHeader .languages ul#langs-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}
body #mainHeader.light-header .languages #toggler, body #mainHeader.light-header .languages ul#langs-menu li a {
  color: #031036;
}
body #usefulLinks {
  margin: 50px 0;
}
body #usefulLinks h2 {
  margin-bottom: 30px;
  text-align: left !important;
  font-weight: bold;
  color: #031036;
}
body #usefulLinks .use-link a {
  display: inline-block;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D8DADD;
  font-size: 18px;
  color: #031036;
  transition: all 0.25s ease;
}
body #usefulLinks .use-link a:hover {
  color: rgb(247, 102, 17);
}
body #usefulLinks .use-link a i {
  color: rgb(247, 102, 17);
  margin-right: 10px;
}
body #publications {
  padding: 56px 0;
}
body #publications h2 {
  margin-bottom: 30px;
  text-align: left !important;
  font-weight: bold;
  color: #031036;
}
body #publications .publication-item {
  padding: 28px 15px;
  border-bottom: 1px solid #CCCCCC;
}
body #publications .publication-item h4.publication-title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.72px;
  color: #031036;
}
body #publications .publication-item h4.publication-title .title a {
  color: #031036;
}
@media (max-width: 369px) {
  body #publications .publication-item h4.publication-title .title {
    word-break: break-all;
  }
}
body #publications .publication-item h4.publication-title .publications_doi a {
  color: #031036;
}
body #career {
  margin-bottom: 50px;
}
body #career .hypertitle {
  color: rgb(247, 102, 17);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12px;
}
body #career h2.title {
  color: #031036;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 19px;
}
body #career .team-main-image {
  margin-bottom: 35px;
}
body #career .team-description {
  margin: 0 auto 40px auto;
  max-width: 980px;
}
body #personnelList, body #peopleList {
  margin-bottom: 50px;
}
body #personnelList h2, body #peopleList h2 {
  color: #031036;
  font-weight: 700;
  font-size: 20px;
  margin: 35px 0 25px 0;
}
body #personnelList .person-block, body #peopleList .person-block {
  border: 1px solid #BDC1C4;
  text-align: center;
  margin-bottom: 60px;
  min-height: 375px;
}
body #personnelList .person-block a, body #peopleList .person-block a {
  color: #031036;
}
body #personnelList .person-block .top-line, body #peopleList .person-block .top-line {
  height: 2px;
  margin: 0 auto 55px;
  width: 85%;
}
body #personnelList .person-block .img-wrapper, body #peopleList .person-block .img-wrapper {
  height: 118px;
  width: 118px;
  margin: 0 auto 28px;
  overflow: hidden;
  border-radius: 50%;
}
body #personnelList .person-block .img-wrapper img, body #peopleList .person-block .img-wrapper img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #personnelList .person-block .img-wrapper i, body #peopleList .person-block .img-wrapper i {
  font-size: 118px;
}
body #personnelList .person-block .name, body #peopleList .person-block .name {
  font-size: 16px;
  margin-bottom: 11px;
}
body #personnelList .person-block .position, body #peopleList .person-block .position {
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
body #personnelList .person-block .contact, body #peopleList .person-block .contact {
  display: inline-block;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
body #personnelList .person-block .contact li, body #peopleList .person-block .contact li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
body #personnelList .person-block .contact li::before, body #peopleList .person-block .contact li::before {
  display: none;
}
body #personnelList .person-block .contact li .my-tooltip, body #peopleList .person-block .contact li .my-tooltip {
  display: none;
  padding: 0 15px;
  min-width: 180px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  background-color: white;
  top: -45px;
  white-space: nowrap;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
body #personnelList .person-block .contact li:hover:after, body #peopleList .person-block .contact li:hover:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -5px;
  left: 5px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid white;
}
body #personnelList .person-block .contact li:hover .my-tooltip, body #peopleList .person-block .contact li:hover .my-tooltip {
  display: block;
  color: black;
}
body #personnelList .person-block .contact .tel .my-tooltip, body #peopleList .person-block .contact .tel .my-tooltip {
  left: 31px;
  transform: translateX(-50%);
}
body #personnelList .person-block .contact .mail .my-tooltip, body #peopleList .person-block .contact .mail .my-tooltip {
  right: 31px;
  transform: translateX(50%);
}
body .section-unlist h2 {
  color: #031036;
  font-weight: 700;
  font-size: 20px;
  margin: 35px 0 25px 0;
}
body .section-unlist .unlist-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
body .section-unlist .unlist-item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 7px;
  height: 10px;
  width: 10px;
  background-color: rgb(247, 102, 17);
}
body #footerMenu {
  background-color: rgb(247, 102, 17);
}
@media (max-width: 767px) {
  body #footerMenu {
    display: none;
  }
}
body #footerMenu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 29px;
  align-items: center;
  margin: 0;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
}
body #footerMenu ul li {
  position: relative;
}
body #footerMenu ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
}
body #footerMenu ul li.current-menu-ancestor::before {
  width: 100%;
  background-color: #FFFFFF;
}
body #footerMenu ul li:last-child::after {
  display: none;
}
body #footerMenu ul li::after {
  content: "";
  position: absolute;
  width: 1.4px;
  height: 12px;
  background-color: #FFFFFF;
  top: 5px;
  right: -15px;
}
body #footerMenu ul li ul.sub-menu {
  display: none;
}
body #footerMenu ul li a {
  color: #FFFFFF;
  transition: color 0.25s ease;
}
body #footerMenu ul li a:hover {
  color: #031036;
  transition: color 0.25s ease;
}
body footer {
  border-top: 10px solid rgb(247, 102, 17);
  background-color: #031036;
  color: #FFFFFF;
  padding: 50px 0 15px 0;
}
body footer .row {
  align-items: flex-end;
}
@media (max-width: 768px) {
  body footer .row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  body footer .footer-logo {
    text-align: center;
    order: 1;
  }
}
body footer .modal.active {
  display: block;
  z-index: 99999999;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
body footer .modal--inner {
  padding: 3% 10%;
}
body footer .modal .modal-closer {
  position: fixed;
  right: 2%;
  height: 20px;
  cursor: pointer;
  top: 2%;
  font-size: 22px;
}
body footer .footer-center {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  body footer .footer-center {
    order: 2;
  }
}
body footer .footer-center .social-media ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 17px;
  padding: 0;
}
body footer .footer-center .social-media ul li {
  font-size: 15px;
}
body footer .footer-center .social-media ul li a {
  color: #FFFFFF;
}
body footer .footer-center .copyright {
  text-align: center;
  font-size: 12px;
}
body footer .footer-center .copy-menu ul#copy-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body footer .footer-center .copy-menu ul#copy-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}
body footer .footer-center .copy-menu ul#copy-menu li {
  margin-right: 5px;
  padding-right: 5px;
  border-right: thin solid #FFFFFF;
  font-size: 12px;
  line-height: 11px;
  margin-top: 4px;
}
body footer .footer-center .copy-menu ul#copy-menu li:last-child {
  margin: 4px 0 0 0;
  border: none;
}
body footer .footer-center .copy-menu ul#copy-menu li a {
  color: #FFFFFF;
}
body footer .footer-creators {
  text-align: right;
}
@media (max-width: 768px) {
  body footer .footer-creators {
    text-align: center;
    order: 3;
  }
}
body .search-title {
  margin-top: 30px;
}
body .news-item {
  margin: 30px 0;
}
body .news-item .news-item--inner {
  border: 1px solid #E1E1E1;
  transition: all 0.5s ease;
  min-height: 420px;
}
body .news-item .news-item--inner:hover {
  background-color: #031036;
  transition: all 0.5s ease;
  color: #FFFFFF;
}
body .news-item .news-item--inner:hover .news-date {
  color: #FFFFFF;
}
body .news-item .news-item--inner:hover p {
  color: #FFFFFF;
}
body .news-item .news-item--inner .news-background-image {
  margin: 20px 16px;
  background-size: cover;
  background-position: center;
  height: 119px;
}
body .news-item .news-item--inner .news-category {
  background-color: #F96711;
  width: fit-content;
  border-radius: 20px;
  padding: 6px 12px;
  margin-left: 28px;
}
body .news-item .news-item--inner .news-category a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}
body .news-item .news-item--inner .news-date {
  margin: 28px 0 20px 40px;
  font-size: 14px;
  font-weight: bold;
  color: rgb(247, 102, 17);
  transition: all 0.5s ease;
}
body .news-item .news-item--inner p {
  margin: 0 40px 40px 40px;
  font-size: 18px;
  font-weight: bold;
  min-height: 80px;
  color: #031036;
  transition: all 0.5s ease;
}
body .pagination .pagination--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  height: 68px;
  width: fit-content;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1607843137);
  padding: 0;
  margin: 88px auto;
}
body .pagination a,
body .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 41px;
  height: 41px;
  padding: 0 12px;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #031036;
  transition: all 0.5s ease;
}
body .pagination a:hover {
  background-color: #031036;
  color: #FFFFFF;
  transform: translateY(-5px);
  transition: all 0.5s ease;
}
body .pagination .current {
  background-color: #031036;
  color: #fff;
  border-color: #000;
  font-weight: 600;
  cursor: default;
}
body .pagination .prev,
body .pagination .next {
  color: #FFFFFF;
  background-color: rgb(247, 102, 17);
  font-weight: bold;
  max-width: 41px;
}
body .pagination .prev {
  margin: 0 50px 0 20px;
}
body .pagination .next {
  margin: 0 20px 0 50px;
}
body .pagination .disabled {
  opacity: 0.3;
  pointer-events: none;
  background-color: rgb(247, 102, 17);
  color: #fff;
}
body #searchFields {
  padding: 30px 0 22px 0;
  z-index: 2;
  position: relative;
}
body #searchFields .input-field {
  display: flex;
  align-items: stretch;
  gap: 0;
}
@media (max-width: 768px) {
  body #searchFields .input-field {
    display: block;
  }
}
body #searchFields input {
  width: 85%;
  font-size: 15px;
  padding: 14px 40px;
  border: thin solid #D8DADD;
}
@media (max-width: 768px) {
  body #searchFields input {
    width: 100%;
    margin-bottom: auto;
  }
}
body #searchFields button {
  width: 33%;
  height: 52px;
  padding: 14px 25px;
  position: relative;
  left: 4px;
  margin-left: -4px;
  font-size: 13px;
}
@media (max-width: 768px) {
  body #searchFields button {
    width: 100%;
  }
}
body #areaRelatedGroups {
  margin: 30px 0;
}
body #areaRelatedGroups .group-line-box {
  margin-bottom: 30px;
}
body #areaRelatedGroups .group-line-box--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F3F3F3;
  border-radius: 3px;
  padding: 34px;
}
body #areaRelatedGroups .group-line-box--inner h3.title {
  font-size: 18px;
  font-weight: bold;
  color: #031036;
  margin: 0;
}
body #areaRelatedGroups .group-line-box--inner .readmore a {
  padding: 10px 15px;
  border-radius: 3px;
}
body #areaRelatedGroups .group-line-box--inner .readmore a i {
  margin-left: 0;
}

.breadcrumb-container {
  font-size: 13px;
}

.breadcrumb-container ul {
  margin: 0;
  padding: 0;
}

.breadcrumb-container li {
  box-sizing: unset;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumb-container li a {
  box-sizing: unset;
  padding: 0 10px;
}

.breadcrumb-container li:last-child .separator {
  display: none;
}

.breadcrumb-container.theme5 li {
  display: inline-block;
  margin: 0 14px;
  padding: 0;
}

.breadcrumb-container.theme5 a {
  color: rgb(102, 102, 102);
  display: inline-block;
  font-size: 14px;
  height: 16px;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  position: relative;
}

.breadcrumb-container.theme5 a::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 13px;
  content: " ";
  display: block;
  height: 0;
  left: -18px;
  position: absolute;
  top: 0;
  width: 0;
}

.breadcrumb-container.theme5 a::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-image: none;
  border-style: solid;
  border-width: 13px;
  content: " ";
  display: inline-block;
  height: 0;
  line-height: 0;
  position: absolute;
  right: -26px;
  top: 0;
  width: 0;
}

.breadcrumb-container.theme5 .separator {
  display: none;
}
