/*.navbar{
display: none;
}*/
@font-face {
  font-family: "Nunito Sans";
  src: url('../fonts/Nunito-Sans/NunitoSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Nunito Sans";
  src: url('../fonts/Nunito-Sans/NunitoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Nunito Sans";
  src: url('../fonts/Nunito-Sans/NunitoSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Nunito Sans";
  src: url('../fonts/Nunito-Sans/NunitoSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Nunito Sans";
  src: url('../fonts/Nunito-Sans/NunitoSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Nunito Sans";
  src: url('../fonts/Nunito-Sans/NunitoSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }


body {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #333333;
}
html {
  scroll-behavior: smooth;
}
#search-suggestions .search__suggestions {
  text-align: left;
  border: none !important;
  font-family: "Source Sans Pro", sans-serif;
  box-shadow: 0px 3px 6px #00000029 !important;
}

#search-suggestions .search__suggestions li a {
  color: black !important;
}

#search-suggestions .search__suggestions li .ui-menu-item-wrapper {
  color: black !important;
  font-size: 18px !important;
  line-height: 2rem !important;
  margin-left: 0 !important;
  border: none !important;
}

#search-suggestions .search__suggestions li .ui-state-active {
  background-color: lightgrey;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  font-weight: 800;
}

h4,
h5,
h6 {
  font-weight: 700;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}

h2.section-title {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 1rem 0 1rem 0;
}

h3.title-divider {
  font-size: 2.25rem;
}

h4.title-divider {
  font-size: 2rem;
}

h5.title-divider {
  font-size: 1.75rem;
}

a {
  font-family: "Nunito Sans", sans-serif;
  color: #0081ce;
}

a:hover {
  color: #0081ce;
  text-decoration: underline;
}

b,
strong {
  font-weight: bold;
}

.bg-color-purple {
  background-color: #8e5397;
}

.section-title .highlight {
  color: #0081ce;
}

.list p,
.mcqst-icon-text p,
.progress-bar-section p,
.newsletter-section p {
  margin-bottom: 0;
}

.gray-section {
  background-color: #f0f0f0;  
}

.white-section {
  background-color: #fff;
}

.bg-color-inherit {
  background-color: inherit;
}

.title-divider.text-left:after {
  margin-left: 0;
}

/* -------------------- Start: HEADER  -------------------- */
.navbar {
  position: fixed;
  height: 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid rgba(236, 236, 236, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar.navbar-fill {
  min-height: 60px;
  height: auto;
  font-size: 20px;
  font-weight: 800;
  color: #0081ce;
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 5px 10px 0 rgba(31, 31, 31, 0.06);
  box-shadow: 0 5px 10px 0 rgba(31, 31, 31, 0.06);
  border-bottom: 1px solid transparent;
}

.navbar.navbar-fill i.fa-linkedin {
  font-weight: 500;
}

.navbar-logo h1 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #333333;
  padding: 0;
  margin: 2.4rem 0 0 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-logo a:hover {
  text-decoration: none;
}

.navbar.navbar-fill h1 {
  font-size: 0;
}

.navbar .row {
  width: 100%;
}

.navbar.desktop-menu .navbar-inner {
  height: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.logo-left .navbar-inner .navbar-logo {
  border-right: none;
}

.logo-left .navbar-inner .navbar-menu .navbar-menu-list {
  margin-right: 0px;
}

.logo-left .navbar-inner .navbar-menu .navbar-additional {
  border-left: none;
}

.navbar .navbar-logo {
  height: auto;
  padding: 0;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar .navbar-logo img {
  max-height: 62px;
  max-width: unset;
}

.navbar.navbar-fill .navbar-inner .navbar-logo {
  float: left;
}

.navbar.navbar-fill .navbar-inner .navbar-logo img {
  max-height: 44px;
  max-width: unset;
}

.navbar .navbar-inner .navbar-logo .logo-link {
  padding: 0;
}

.navbar .navbar-inner .navbar-menu {
  height: auto;
  margin-left: auto;
}

.navbar.navbar-fill .navbar-inner .navbar-menu {
  margin-top: 0.125rem;
}

.navbar .navbar-inner .navbar-additional .social-box a,
.navbar.navbar-fill .navbar-inner .navbar-additional .social-box a {
  color: #0081ce !important;
  font-size: 20px;
  font-weight: 800;
  padding-top: 0px;
}

.navbar .navbar-inner .navbar-additional .social-box a i.fa-linkedin {
  font-weight: 500;
}

.navbar .navbar-inner .navbar-additional .social-box a:hover,
.navbar.navbar-fill .navbar-inner .navbar-additional .social-box a:hover {
  color: #cacaca !important;
}

.navbar .navbar-inner .navbar-additional {
  margin-right: 15px;
}

.navbar .navbar-inner .navbar-additional {
  padding: 0 0 0 40px;
}

.logo-left .navbar-inner .navbar-menu .navbar-menu-list {
  margin-left: auto;
}

.navbar
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .primary-mobile-menu-toggle:after {
  color: #333333;
}

.navbar .navbar-inner .navbar-menu .navbar-menu-list li a {
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 0;
  cursor: default;
}

.navbar .navbar-inner .navbar-menu .navbar-menu-list li .sub-menu {
  padding: 10px 0;
}

.navbar .navbar-inner .navbar-menu .navbar-menu-list .sub-menu li a {
  position: relative;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.navbar .navbar-inner .navbar-menu .navbar-menu-list .sub-menu li a:hover {
  text-decoration: none;
  color: #0081ce;
}

.navbar
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu
  li
  a {
  padding-top: 10px;
  font-weight: 400;
}

.navbar
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu {
  -webkit-box-shadow: 0 4px 6px 0 rgba(31, 31, 31, 0.1);
  box-shadow: 0 4px 6px 0 rgba(31, 31, 31, 0.1);
}

.navbar-fill .navbar-inner .navbar-menu .navbar-menu-list li a,
.navbar-fade .navbar-inner .navbar-menu .navbar-menu-list li a,
.navbar-small .navbar-inner .navbar-menu .navbar-menu-list li a,
.navbar-scroll .navbar-inner .navbar-menu .navbar-menu-list li a,
.desktop-menu .navbar-inner .navbar-menu .navbar-menu-list li .sub-menu a,
.desktop-menu .navbar-inner .navbar-menu .navbar-menu-list li .megamenu a {
  color: #333333;
}

.navbar-fill .navbar-inner .navbar-logo,
.navbar-fade .navbar-inner .navbar-logo,
.navbar-small .navbar-inner .navbar-logo,
.navbar-scroll .navbar-inner .navbar-logo {
  border: none;
}

.navbar
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu:not(.primary_sub-menus) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar.desktop-menu
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu:not(.primary_sub-menus) {
  left: 100%;
  top: -10px;
}

.navbar.desktop-menu .hamburger-remove {
  display: none;
}

.navbar.mobile-menu
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu:not(.primary_sub-menus) {
  top: -6px;
}

.navbar.mobile-menu
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu:not(.primary_sub-menus)
  li {
  margin-left: 20px;
}

.navbar
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu
  .menu-item-has-children
  a:hover
  i {
  color: #0081ce;
}

.navbar.mobile-menu {
  height: 68px;
}

.navbar.mobile-menu .hamburger {
  display: block;
  outline: none;
  float: right;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 5px;
  -webkit-appearance: none;
}

.navbar.mobile-menu .hamburger-remove {
  float: right;
  margin: 15px 5px 5px 0;
}

/* language switcher on mobile */
@media (min-width: 360px) and (max-width: 991px) {
  .navbar.mobile-menu .hamburger-remove {
    display: none;
  }

  .logo-left .navbar-inner .navbar-menu .navbar-menu-list {
    margin-top: 45px;
  }

  .language-bar li a {
    position: relative;
    top: 10px;
  }
}

.navbar.mobile-menu .navbar-menu-list {
  display: hidden !important;
}

.mobile-menu .navbar-inner .navbar-menu {
  overflow-y: auto !important;
}

.navbar.mobile-menu .navbar-logo {
  float: left;
  overflow: hidden;
  margin-left: 15px;
}

.navbar.mobile-menu .navbar-logo h1 {
  display: none;
}

.navbar.mobile-menu .navbar-logo img {
  max-height: 48px;
  max-width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #333333 !important;
}

.hamburger-remove .hamburger-inner,
.hamburger-remove .hamburger-inner::before,
.hamburger-remove .hamburger-inner::after {
  width: 20px;
  background-color: #cacaca !important;
}

.navbar.mobile-menu .hamburger.is-active .hamburger-inner,
.navbar.mobile-menu .hamburger.is-active .hamburger-inner::before,
.navbar.mobile-menu .hamburger.is-active .hamburger-inner::after {
  background-color: #0081ce !important;
}

.navbar-fill .navbar-inner .navbar-menu .navbar-menu-list li a:hover,
.navbar-fade .navbar-inner .navbar-menu .navbar-menu-list li a:hover,
.navbar-small .navbar-inner .navbar-menu .navbar-menu-list li a:hover,
.navbar-scroll .navbar-inner .navbar-menu .navbar-menu-list li a:hover {
  color: #333333;
}

.navbar .navbar-inner .navbar-additional .social-box a i.fa-sitemap {
  font-size: 25px;
}
/* -------------------- End: HEADER -------------------- */

.mobile-menu .navbar-inner .navbar-menu {
  /* display: block; */
  position: fixed;
  width: 320px;
  left: -320px;
  right: auto;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}

.mobile-menu .navbar-inner .navbar-menu.visible {
  left: 0px;
}

.mobile-menu
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  li
  .active-mobile-menu-toggle {
  height: auto;
  font-weight: 800 !important;
  color: #0081ce !important;
}

.mobile-menu .navbar-inner .navbar-menu .navbar-menu-list .sub-menu li a:hover {
  font-weight: 800 !important;
}

.mobile-menu .navbar-inner .navbar-menu .navbar-menu-list li a {
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-menu
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  li
  .primary_sub-menus {
  background-color: #333333;
}

.mobile-menu
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  li
  .primary_sub-menus
  li:not(:last-child) {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

/* -------------------- Start: LANGUAGE    -------------------- */
div.navbar-logo .language-bar {
  display: block;
  position: absolute;
  top: 53px;  
}

.language-bar li {
  display: inline-block;
  margin-left: 10px;
}

.language-bar li a {
  font-size: 1.05em;  
}

.language-bar li a:hover {
  color: #0081ce;
  text-decoration: none;
}

.language-bar li a img {
  opacity: 0.9;
  display: inline-block;
  vertical-align: baseline;
  padding: 0;
  margin: 0 2px 0 0;
}

.language-bar li a:hover img {
  opacity: 1;
}

.desktop-menu .language-bar {
  top: 5px;
  right: 15px;
}

.desktop-menu.navbar-fill .language-bar {
  display: none;
}

.mobile-menu .language-bar {
  position:absolute;
  top: 15px;
  left: 15px;
}

.desktop-menu .language-bar li a {
  font-weight: 800;
  color: #333333;
}

.mobile-menu .language-bar li a {
  font-weight: 700;
  color: #ffffff;
}
/* -------------------- End: LANGUAGE  -------------------- */

/* -------------------- Start: PAGE HEADER -------------------- */
.hero-header .swiper-hero {
  height: 100vh;
}

.page-header {
  height: 400px;
  margin-bottom: 2rem;
  background-position: center center;
  background-size: 100% auto;
  background-image: url("../img/assets/mcqst/content-teaser.jpg");
}

.page-header .breadcrumbs-wrapper .breadcrumbs {
  padding-top: 140px;
}

.page-header .breadcrumbs-wrapper .breadcrumbs .breadcrumbs-list li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.9375rem;
}

.hero-fixed-title-gst {
  position: absolute;
  bottom: -100px;
  width: 80%;
  height: 40%;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 150%;
  border-top-right-radius: 200%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-fixed-title-gst h1 {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 45px;
  margin-top: 25px;
  width: 50%;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

.hero-fixed-title {
  position: absolute;
  bottom: -100px;
  width: 80%;
  height: 40%;
  z-index: 200;
  left: 50%;
  transform: translateX(-50%);
  border-top-left-radius: 150%;
  border-top-right-radius: 200%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-fixed-title h1 {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 45px;
  margin-top: 25px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-header .hero-content .content-default .subtitle {
  font-size: 22px;
}

.page-header .breadcrumbs-wrapper .breadcrumbs .title {
  font-weight: 800;
  letter-spacing: 0px;
}

.hero-header .hero-content {
  margin-top: 40px;
}

.hero-header .hero-content .content-default .content-heading {
  font-weight: 800;
  font-size: 60px;
}

.hero-header .swiper-hero .swiper-slide:after {
  background-color: transparent !important;
}

.hero-mcqst-title {
  position: absolute;
  top: 150px;
  left: 50%;
  width: 60%;
  max-width: 1100px;
  z-index: 200;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-mcqst-title h1 {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 98px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.25rem;
  color: #fff;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}

.hero-mcqst-title h2 {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 56px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  padding: 0 0 2rem 0;
  margin: 4rem 0 2rem 0;
}

.hero-mcqst-title h1:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 6px;
  margin-left: -40px;
  background-color: #ffffff;
}

.hero-mcqst-title h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
/* -------------------- End: PAGE HEADER -------------------- */

.color_overlay::after {
  background-color: rgba(44, 83, 152, 0.6);
}

.txt-with-img p:last-of-type {
  margin-bottom: 2rem;
}

.txt-with-img.text-img-center .mcqst-img-content p:last-of-type {
  margin-bottom: 0;
}

.txt-with-img .bg_img {
  height: 100%;
  padding-top: 56.25%;
  max-height: fit-content;
}

.txt-with-img .mcqst-pl-0 .mcqst-img-content {
  padding: 3rem 2.5rem 3rem 2.5rem;
}

.txt-with-img .mcqst-pr-0 .mcqst-img-content {
  padding: 3rem 2.5rem 3rem 2.5rem;
}

.txt-with-img .mcqst-img-content.gray-section {
  padding: 3rem 2.5rem;
}

.mcqst-img-content {
  min-height: 100%;
}

.element-title::before,
.element-title::after {
  background-color: #eaeaea;
}

.table-type-1 tr {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.contact-form-white input,
.contact-form-white textarea {
  border: 2px solid #eaeaea;
}

.contact-form-white input:disabled {
  color: #bbbbbb;
  background-color: #f5f5f5;
}

.contact-form-white textarea {
  min-height: auto;
}

.video-section .video-wrapper .title {
  font-weight: 800;
}

.list-type-1 li:before,
.list-type-2 li:before {
  color: #0081ce;
}

.list-type-1 li p,
.list-type-2 li p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

.blockquote-type-1 {
  border-left: 2px solid #0081ce;
}

.blockquote-type-1 p,
.blockquote-type-2 p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.blockquote-section-type-1 .blockquote-wrapper .row .blockquote-col blockquote {
  background-color: rgba(0, 0, 0, 0.6);
}

.accordion-type-2 .accordion .accordion-header {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-transform: unset;
  border-bottom: 1px solid #eaeaea;
}

.accordion-type-2 .active-accordion .accordion-header {
  color: #0081ce;
}

.accordion-type-2 .accordion .accordion-header span {
  color: #0081ce;
}

/* -------------------- Start: BUTTON      -------------------- */
.button-default-color,
.button-default-white,
.button-default-white-2 {
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 16px 30px 14px;
}

.button-default-color {
  color: #ffffff;
  background-color: #0081ce;
}

.button-default-color:hover {
  background-color: #000000;
}

.button-default-white {
  color: #0081ce;
  border: 1px solid #0081ce;
}

.button-default-white:hover {
  color: #232323;
  border: 1px solid #232323;
}

.button-default-white-2 {
  border: 1px solid #eaeaea;
}

.button-default-white-2:hover {
  border: 1px solid #0081ce;
  background-color: #0081ce;
}

.btn-wrap a:not(:last-child) {
  margin-right: 10px;
}

.btn-wrap a:hover {
  text-decoration: none;
}

.btn-wrap a i {
  margin: 0 -2px 0 10px;
}

.cta-section {
  padding: 50px 0;
  background-color: #333333;
}

.cta-section .button-default-white-2 {
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.button-default-white-2:hover {
  text-decoration: none;
}
/* -------------------- End: BUTTON -------------------- */

.image-gradient {
  opacity: 0.5;
}

.counters-section-type-2 .counters-wrapper .counter-box:not(:last-child):before,
.counters-section-type-2 .counters-wrapper .counter-box:not(:last-child):after {
  height: 50%;
}

.digital-services .content-about .content-wrapper {
  width: 100%;
}

.introtext {
  text-align: center;
  font-size: 20px;
}

.icon-boxes-type-4 a span,
.container .subtitle a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

section.element-section {
  padding: 15px 0;
  margin: 50px 0;
}

section.inherit {
  background-color: inherit;
}

.rounded-overlay.hero-circle {
  position: relative;
}

/* -------------------- Start: SWIPER -------------------- */
.swiper-pagination {
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

.swiper-slide .swiper-title-box {
  display: block;
  position: absolute;
  max-width: 60%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 25px 25px 15px 25px;
  background-color: rgba(0, 0, 0, 0.5);
}

.swiper-slide:hover .swiper-title-box {
  background-color: rgba(0, 0, 0, 0.75);
}

.swiper-slide .swiper-title-box h2 {
  font-size: 40px;
  line-height: 42px;
  color: #ffffff;
}

.swiper-slide .swiper-title-box p {
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 0.75;
  background-color: #ffffff;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #007aff;
}

.swiper-button-prev-default {
  left: 15%;
}

.swiper-button-next-default {
  right: 15%;
}

.swiper-pagination-bullets-default .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 6px !important;
}

.swiper-pagination-bullets-default {
  bottom: 300px !important;
}

.swiper-slide .content-default {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
}

.swiper-slide .content-default h2.content-heading {
  font-size: 20px !important;
}

.swiper-slide .content-default .subtitle strong {
  text-transform: uppercase;
}
/* -------------------- End: SWIPER -------------------- */

/* -------------------- Start: CONTENT     -------------------- */
.hero-mcqst-box {
  display: block;
  position: absolute;
  z-index: 9;
  width: 72%;
  height: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-mcqst-box .mcqst-content {
  float: right;
  display: block;
  position: absolute;
  z-index: 9;
  width: 60%;
  max-width: 580px;
  height: auto;
  bottom: 0;
  right: 0;
  padding: 4rem 3rem 7.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mcqst-content .mc-box {
  width: 90%;
}

.mcqst-content h4 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: 0 0 0.75rem 0;
}

.mcqst-content h5 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: left;
  padding: 0;
  margin: 0 0 0.75rem 0;
}
/* -------------------- End: CONTENT -------------------- */

/* -------------------- Start: RECENT POST -------------------- */
.recent-posts .blog-card-wrapper .card-content {
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 7px 3px rgba(31, 31, 31, 0.05);
  box-shadow: 0 5px 7px 3px rgba(31, 31, 31, 0.05);
}

.recent-posts .blog-card-wrapper .card-content .card-blog-body {
  padding: 0 20px;
  margin-bottom: 2rem;
}

.recent-posts
  .blog-card-wrapper
  .card-content
  .card-blog-header
  .img-wrapper
  img {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.recent-posts .blog-wrapper {
  margin-top: 20px;
}

.recent-posts .blog-wrapper .tag {
  font-weight: 600;
  color: #0081ce;
  margin-bottom: 10px;
}

.recent-posts .blog-card-wrapper .card-content .card-blog-header {
  margin-bottom: 20px;
}

.recent-posts
  .blog-card-wrapper
  .card-content
  .card-blog-header
  .img-wrapper
  a {
  position: relative;
  width: 100%;
}
/* -------------------- End: RECENT POST  -------------------- */

.component-carousel {
  padding: 30px 0 50px;
}

.component-carousel .swiper-container {
  margin-top: 20px;
}

.large-section {
  padding: 70px 0;
}

.creative-about .large-section {
  padding: 80px 0;
}

.section-title {
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: -1px;
}

.title-divider {
  margin-bottom: 20px;
}

.title-divider::after {
  background-color: #333333;
}

.about-creative-section .steps-wrapper .step-wrapper .num {
  font-weight: 300;
}

.digital-services .content-about .content-wrapper {
  padding: 100px 0;
}

.icon-boxes-type-4 .icon-box-wrapper .icon-box .icon {
  font-size: 50px;
}

.newsletter-section .col .content-wrapper h2 {
  font-weight: 600;
  font-size: 2.5rem;
}

.element-title {
  font-size: 16px;
}

.mcqst-img-with-txt .mcqst-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
/* -------------------- Start: Icon  ------------------- */
.icon-boxes-type-1 .icon-box-wrapper {
  margin-top: 1rem;
}

.list {
  width: 100%;
}

i.mcq-illu {
  display: block;
  width: 120px;
  height: 90px;
  margin-bottom: 1rem !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

i.mcq-illu.ru-a-illu {
  background-image: url("../img/icon/RU-A.png");
}

i.mcq-illu.ru-b-illu {
  background-image: url("../img/icon/RU-B.png");
}

i.mcq-illu.ru-c-illu {
  background-image: url("../img/icon/RU-C.png");
}

i.mcq-illu.ru-d-illu {
  background-image: url("../img/icon/RU-D.png");
}

i.mcq-illu.ru-e-illu {
  background-image: url("../img/icon/RU-E.png");
}

i.mcq-illu.ru-f-illu {
  background-image: url("../img/icon/RU-F.png");
}

i.mcq-illu.ru-g-illu {
  background-image: url("../img/icon/RU-G.png");
}

i.mcq-icon {
  display: block;
  width: 78px;
  height: 78px;
  margin-bottom: 1.5rem !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

i.mcq-icon.ru-a-icon {
  background-image: url("../img/icon/RU_A_Information.png");
}

i.mcq-icon.ru-b-icon {
  background-image: url("../img/icon/RU_B_Simulations.png");
}

i.mcq-icon.ru-c-icon {
  background-image: url("../img/icon/RU_C_Computing.png");
}

i.mcq-icon.ru-d-icon {
  background-image: url("../img/icon/RU_D_Communication.png");
}

i.mcq-icon.ru-e-icon {
  background-image: url("../img/icon/RU_E_Sensing.png");
}

i.mcq-icon.ru-f-icon {
  background-image: url("../img/icon/RU_F_Matter.png");
}

i.mcq-icon.ru-g-icon {
  background-image: url("../img/icon/RU_G_Explorative.png");
}

.icon-box-wrapper i {
  display: block;
  display: block;
  text-align: center;
  color: #0081ce !important;
  margin-left: auto;
  margin-right: auto;
}

.icon-box-wrapper.left-side i {
  text-align: left;
  margin-left: 0;
}

.icon-box-wrapper.right-side i {
  text-align: right;
  margin-right: 0;
}
/* -------------------- End: Icon ------------------- */

/* -------------------- Start: Tabs ------------------- */
.tabs-body-wrapper h5 {
  margin-bottom: 1rem;
}

.table-element {
  max-width: 100%;
}

.tabs-mcqst .tab-trigger-wrapper {
  width: 12%;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.tabs-mcqst .tab-trigger h5 {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  opacity: 0.6;
}

.tabs-mcqst .tab-trigger.active h5 {
  color: #0081ce;
  opacity: 1;
}

.tabs-mcqst i.mcq-icon {
  opacity: 0.5;
}
/* -------------------- End: Tabs ------------------- */

/* -------------------- Start: Progress Bar ------------------- */
.progress-bar-element {
  display: block;
  position: absolute;
  z-index: 202;
  height: 18px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.progress-bar-section {
  display: block;
}

.progress-bar-section p {
  font-size: 1.125rem;
  font-weight: 500;
}

.progress-bar-section
  .progress-bar-type-1
  .progress-bar-line
  .progressbar-text {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  font-size: 16px;
  color: var(--heading-color) !important;
  font-family: "Nunito Sans", sans-serif;
}

.progress-bar-section .progress-bar-type-1 .progress-bar-line {
  width: 100%;
  position: relative;
}

.progress-bar-section .progress-bar-type-1 .progress-bar-line:not(:last-child) {
  margin-bottom: 40px;
}
/* -------------------- End: Progress Bar   ------------------- */

/* -------------------- Start: MODAL POPUP -------------------- */
.mcq-modal {
  display: block;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.mcq-modal.is-visible {
  visibility: visible;
}

.mcq-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  background: hsla(0, 0%, 0%, 0.75);
}

.mcq-modal.is-visible .mcq-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.mcq-modal-wrapper {
  position: fixed;
  z-index: -1;
  top: 2%;
  left: 50%;
  width: 98%;
  max-width: 600px;
  max-height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.mcq-modal.is-visible .mcq-modal-wrapper {
  z-index: 9999;
  top: 10%;
  opacity: 1;
}

.mcq-modal-close {
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  background-color: #ffffff;
}

.mcq-modal-close::before {
  content: "+";
  display: block;
  cursor: pointer;
  width: 100%;
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mcq-modal-close:hover {
  background-color: #333333;
}

.mcq-modal-close:hover:before {
  color: #ffffff;
}

.mcq-modal-header {
  padding: 40px 80px 20px 40px;
}

.mcq-modal-body {
  padding: 20px 40px 30px;
}
/* -------------------- End: MODAL POPUP -------------------- */

/* -------------------- Start: FOOTER -------------------- */
footer a,
footer a:hover,
footer a:visited {
  font-size: 0.875rem;
  color: #fcfcfc;
}

footer .footer-inner .footer-body {
  background-color: #323232;
}

.footer-sidebar .contact-info-widget .contact-info li p {
  font-size: 0.875rem;
  color: #fcfcfc;
}

.footer-sidebar .contact-info-widget .contact-info li i {
  margin-right: 15px;
  font-size: 0.875rem;
  color: #fcfcfc;
}

.footer-sidebar .contact-info-widget .contact-info li a,
.footer-sidebar .contact-info-widget .contact-info li a:hover,
.footer-sidebar .contact-info-widget .contact-info li a:visited {
  font-size: 0.875rem;
  color: #fcfcfc;
}

.footer-sidebar .list-type-3 li:before {
  background-color: #fcfcfc;
  font-size: 20px;
}

.footer-sidebar .list-type-3 li:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.footer-sidebar .sidebar-widget .sidebar-title {
  font-size: 16px;
  margin-bottom: 20px;
}

footer .footer-inner .footer-body .copyright-wrapper .copyright i {
  color: #fcfcfc;
}

footer .footer-inner .footer-body .copyright-wrapper .copyright {
  font-size: 0.75rem;
  color: #fcfcfc;
}

footer .footer-inner .footer-body .logo-wall-small {
  margin-bottom: 30px;
}

footer .footer-inner .footer-body .logo-wall-small a {
  margin-right: 8px;
}

footer .social-box a {
  font-size: 1.85em;
  margin-right: 7px;
}
/* -------------------- End: FOOTER ------------------- */

@media (max-width: 1199.98px) {
  .navbar-logo h1 {
    font-size: 1.8rem;
    margin: 2.75rem 0 0 1rem;
  }

  .navbar .navbar-inner .navbar-additional {
    padding: 0 0 0 20px;
  }

  .navbar.navbar-fill .navbar-menu .navbar-additional {
    display: none !important;
  }

  .mcqst-content h4 {
    font-size: 2.25rem;
  }

  .bottom-rounded {
    width: 100% !important;
  }
}

@media (max-width: 992px) {
  .mcqst-content h4 {
    font-size: 2rem;
  }

  .swiper-slide .swiper-title-box h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }

  .navbar {
    background: rgba(255, 255, 255, 1);
  }

  .slick-slide img {
    height: 60px;
  }

  .slick-initialized .slick-slide {
    width: 120px;
  }

  .research-units li {
    padding: 0 10px;
  }

  .about-image,
  .about-info {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .publication-thumb {
    width: 60px;
  }

  .publication-image {
    width: 10%;
  }

  .publication-body {
    width: 90%;
  }

  .rounded-overlay.hero-circle {
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
  }

  .hero-mcqst-box .mcqst-content {
    padding: 3rem 1rem 7.5rem;
  }

  .mcqst-content h4 {
    font-size: 1.75rem;
  }

  .hero-mcqst-box .mcqst-content {
    width: 100%;
    max-width: 520px;
  }

  .hero-header .swiper-hero {
    min-height: 520px;
  }

  .swiper-slide .swiper-title-box {
    max-width: 100%;
    position: relative;
    padding: 20px 20px 5px 20px;
    background-color: rgba(0, 0, 0, 1);
  }

  .swiper-slide .swiper-title-box h2 {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }

  .swiper-slide .swiper-title-box p {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    top: 15px;
    bottom: auto;
  }

  .txt-with-img .bg_img {
    padding-top: 75%;
  }
}

@media (max-width: 680px) {
  .rounded-overlay {
    width: 300%;
    left: -100%;
  }

  .rounded-overlay .container.hero-content {
    max-width: 30%;
  }

  .hero-fixed-title h1 {
    font-size: 28px;
  }

  .hero-fixed-title {
    width: 60%;
  }

  .publication-thumb {
    display: none;
  }

  .pub-image {
    display: none;
  }
}

@media (max-width: 575px) {
  .research-units li {
    padding: 0 10px;
  }

  .research-units ul {
    justify-content: center;
  }

  .about-image,
  .about-info,
  .about-research {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .rounded-overlay.hero-circle {
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
  }

  .about-image {
    margin-bottom: 50px !important;
  }

  .hero-header .hero-content .content-default .content-heading {
    font-size: 38px;
  }

  .digital-services .content-about .content-wrapper {
    padding: 70px 30px;
  }

  .hero-header .swiper-hero {
    min-height: 450px;
  }

  .table-type-1 tr {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
  }

  .table-type-1 tr td {
    padding: 0;
  }

  #calendarModal {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .tabs-wrapper .tabs-header .tab-trigger-wrapper {
    margin: 10px !important;
  }

  .tabs-wrapper .tabs-header .tab-trigger-wrapper img {
    height: 78px !important;
  }

  .logo-link img {
    margin-right: 3rem;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-list li a::before {
    content: "";
    position: absolute;
    top: 14.5px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #0081ce;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-list li a:hover:before {
    background-color: #cacaca;
  }

  .navbar .navbar-inner .navbar-menu .navbar-menu-list .sub-menu li a::before {
    content: "";
    position: absolute;
    display: block;
    top: 17.5px;
    left: -8px;
    width: 8px;
    height: 4px;
    background-color: #0081ce;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .navbar
    .navbar-inner
    .navbar-menu
    .navbar-menu-list
    .sub-menu
    li
    a:hover:before {
    left: 0;
  }

  .mcqst-pl-0 {
    padding-left: 0;
  }

  .mcqst-pr-0 {
    padding-right: 0;
  }

  .navbar
    .navbar-inner
    .navbar-menu
    .navbar-menu-list
    .menu-item-has-children
    .sub-menu {
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
  }
}

@media (max-height: 800px) {
  .mcq-modal-wrapper {
    top: 0%;
    max-height: 98%;
  }

  .mcq-modal.is-visible .mcq-modal-wrapper {
    top: 1%;
  }
}

/* --- Internet Explorer ---*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mobile-menu .navbar-inner .navbar-menu {
    top: 1px;
  }
}

.services-grid img {
  width: 100%;
  object-fit: cover;
}

.text-img-center .pt-30 {
  padding-top: 30px;
}

.text-img-center .row-img + .row .mcqst-img-content.white-section {
  padding: 3rem 2.5rem;
  border-top: none;
}

.mcqst-icon-text img {
  height: 6rem;
  margin-bottom: 20px;
}

.col-lg-4 > .txt-with-img .bg_img {
  padding-top: 75%;
}

.col-lg-4 > .text-img-center .row-img + .row .mcqst-img-content.white-section,
.col-lg-4 > .text-img-center .row-img + .row .mcqst-img-content.gray-section,
.col-lg-6 > .text-img-center .row-img + .row .mcqst-img-content.white-section,
.col-lg-6 > .text-img-center .row-img + .row .mcqst-img-content.gray-section {
  padding: 2rem 1.5rem;
}

@media (max-width: 768px) {
  .text-img-center .row-img + .row .mcqst-img-content.white-section {
    padding: 2rem 1.5rem;
  }
}

.post-list > .txt-with-img .mcqst-img-content.gray-section,
.post-list > .txt-with-img .mcqst-img-content.white-section {
  padding: 1rem 2rem;
  border: 2px solid #f1f1f1;
  border-left: none;
}

@media (max-width: 768px) {
  .post-list > .txt-with-img .mcqst-img-content.gray-section,
  .post-list > .txt-with-img .mcqst-img-content.white-section {
    padding: 1.5rem 1.5rem;
    border: 2px solid #f1f1f1;
    border-top: none;
  }
}

.blog-section .post-list .tag {
  font-size: 0.9rem;
  border: 1px solid #f8f8f8;
}

.custom-overlay {
  background-color: rgba(44, 83, 152, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bottom-rounded {
  position: relative;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 620px;
  left: 0% !important;
  margin: 0 auto;
  clip-path: ellipse(123% 119% at 50% -19%);
  -webkit-clip-path: ellipse(123% 119% at 50% -19%);
}

.hero-header .swiper-hero {
  height: 100%;
}

.hero-mcqst-box .mcqst-content {
  float: right;
  display: block;
  position: absolute;
  z-index: 9;
  width: 65%;
  max-width: 585px;
  height: 185px !important;
  bottom: 5%;
  right: -20%;
  top: 435px;
  padding: 2rem 2rem 7.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.footer {
  width: 1250px;
  margin: 0 auto;
}

.padding-50,
section.padding-50 {
  padding: 50px 0;
}

.col-md-4 .padding-50 {
  padding: 50px 25px;
}

.nav-container {
  width: 1250px;
}

.navbar-fill
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .sub-menu {
  background: rgba(255, 255, 255, 1);
}

.navbar-additional {
  margin-left: 90px;
}

.icon-news {
  font-size: 15px;
  margin-left: -25px;
  margin-right: 10px;
}

.msqst-mb-10 {
  margin-bottom: 10px !important;
}

.article.txt-with-img .mcqst-img-content.gray-section {
  padding: 2rem 2.5rem;
}

.article.btn-wrap {
  padding-top: 10px;
}

.msqst-mb-0 {
  margin-bottom: 0;
}

.mcqst-pl-pr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.map {
  overflow: hidden;
}

.show p,
.hide p {
  margin-bottom: 0 !important;
}

.map-section .toggle-map {
  height: auto;
  padding: 10px 0;
}

.article .mcqst-pl-pr-0 {
  margin-top: 0px;
}

.swiper-slide .section-title {
  font-weight: 600;
  font-size: 34px !important;
}

.form-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.form-group p,
.form-group input {
  height: 20px;
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
}

section.gray-section {
  background-color: #f0f0f0;
  padding: 15px 0px;
}

.txt-with-img.text-image-center.text-only .mcqst-img-content {
  padding: 3rem 0rem;
}

.tabs-section-type-2
  .tabs-wrapper
  .tabs-body-wrapper
  .tab-body:not(.active-body) {
  display: none;
}

.tabs-section-type-2 .tabs-wrapper .tabs-header > div > div > img {
  height: 96px;
}

.section-grid .mcqst-icon-text .icon-box-wrapper {
  border: none !important;
}

.txt-with-img .mcqst-pl-0 .mcqst-img-content,
.txt-with-img .mcqst-pr-0 .mcqst-img-content {
  border: none !important;
}

.txt-with-img .mcqst-pl-0 .mcqst-img-content {
  padding-right: 0px;
}

.txt-with-img .mcqst-pr-0 .mcqst-img-content {
  padding-left: 0px;
}

.txt-with-img .mcqst-pr-0 .mcqst-img-content.gray-section,
.txt-with-img .mcqst-pl-0 .mcqst-img-content.gray-section {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem !important;
}

.txt-with-img.gray-section.mcqst-img-content {
  padding-top: 0.5rem !important;
}

.component-carousel,
section.component-carousel.element-section {
  padding: 30px 0 50px;  
}

.hero-outer-container {
  padding-bottom: 25px;
  background: linear-gradient(#f1f1f1 86.5%, #ffffff 50%);
}

.hero-header.bottom-rounded {
  width: auto;
}

.hero-header.bottom-rounded .swiper-hero {
  min-height: unset;
}

.hero-header.bottom-rounded .mcqst-content.center {
  width: 100%;
  background-color: transparent;
}

.hero-header.bottom-rounded .mcqst-content.center h4 {
  font-weight: 600;
  text-shadow: 2px 2px 2px black;
  text-align: center;
}

.hero-mcqst-box .mcqst-content.center {
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
}

.hero-mcqst-box .mcqst-content {
  height: fit-content;
  padding: 1rem;
}

.tabs-section-type-2.tabs-mcqst .tab-body > .txt-with-img .col,
.tabs-section-type-2.tabs-mcqst .tab-body > .txt-with-img .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.txt-with-img.text-img-center .row-img + .row,
.txt-with-img.text-img-center .row-img + .row p + .btn-wrap {
  margin-top: 2rem;
}

.txt-with-img.text-img-center .row-img + .row .mcqst-img-content.gray-section,
.txt-with-img.text-img-center .row-img + .row .mcqst-img-content.white-section {
  margin-top: -2rem;
}

@media screen and (max-width: 575px) {
  .hero-header.rounded-overlay.hero-circle.bottom-rounded {
    width: 100%;
    height: 350px;
  }

  .navbar.desktop-menu .navbar-inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .hero-header.rounded-overlay.hero-circle.bottom-rounded {
    width: 95%;
    height: 400px;
  }

  .navbar.mobile-menu .navbar-inner {
    width: 95%;
    max-width: unset;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hero-header.rounded-overlay.hero-circle.bottom-rounded {
    width: 95%;
    height: 500px;
    border-bottom-left-radius: 50% 50px;
    border-bottom-right-radius: 50% 50px;
  }

  .navbar.mobile-menu .navbar-inner {
    width: 95%;
    max-width: unset;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .hero-header.rounded-overlay.hero-circle.bottom-rounded,
  .navbar.desktop-menu .navbar-inner {
    width: 980px;
    max-width: unset;
  }
}

@media screen and (max-width: 1365px) and (min-width: 1200px) {
  .hero-header.rounded-overlay.hero-circle.bottom-rounded,
  .navbar.desktop-menu .navbar-inner {
    width: 1160px;
    max-width: unset;
  }
}

@media screen and (min-width: 1366px) {
  .hero-header.rounded-overlay.hero-circle.bottom-rounded,
  .navbar.desktop-menu .navbar-inner {
    width: 1250px;
    max-width: unset;
  }
}

.blog-section .post-list:not(:last-child) {
  padding-bottom: 0;
}

#pne-overview #load-more,
.pne-overview #load-more {
  margin-bottom: 30px;
}

.txt-with-img .location p {
  margin: 5px 0;
}

.txt-with-img .fee h4 {
  margin-top: 20px;
}

.mcq-modal-wrapper {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

button.submit.disabled {
  cursor: initial;
  pointer-events: none;
  opacity: 0.2;
}

button.submit.disabled:hover {
  color: #ffffff;
  background-color: #0081ce;
}

.footer-sidebar .text-widget p {
  font-size: 0.875rem;
  color: #fcfcfc;
}

.blog-section .post-list .tag.date:hover {
  font-size: 0.9rem;
  color: #fff;
  border: 1px solid #f8f8f8;
}

.blog-section .post-list .tag.date {
  background-color: rgba(20, 20, 20, 0.4);
}

#pne-overview .post-list .post-content-side,
.pne-overview .post-list .post-content-side {
  justify-content: unset;
}

#pne-overview .post-list .post-content-side .description-box > p,
.pne-overview .post-list .post-content-side .description-box > p {
  margin-bottom: 0px;
}

.webedit.btn-wrapper.d-flex .button-default-white .fs-button-firstspirit,
.webedit.btn-wrapper.d-flex .button-default-white .fs-button-firstspirit:hover {
  margin: unset !important;
  padding: unset !important;
  font-family: unset !important;
  font-size: unset !important;
  width: unset !important;
  display: unset !important;
  min-height: unset !important;
  line-height: unset;
  position: unset !important;
  border: unset !important;
  border: unset !important;
  background: unset;
  background: unset;
  background: unset;
  background: unset;
  filter: unset;
}

.webedit.btn-wrapper.d-flex
  .button-default-white
  .fs-button-firstspirit
  .fs-button-label {
  color: var(--primary-color) !important;
}

.webedit.btn-wrapper.d-flex
  .button-default-white:hover
  .fs-button-firstspirit
  .fs-button-label {
  color: var(--selection_color) !important;
}

.navbar-logo h1 {
  margin-left: 1.3rem !important;
}

@media (min-width: 1366px) {
  .navbar-logo h1 {
    margin-left: 3.9rem !important;
    font-size: 1.84rem !important;
  }
}

.swiper-slide .img-fluid {
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.navbar-fill .navbar-logo h1 {
  margin-left: 0 !important;
  font-size: 0 !important;
}

.image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.research-units {
  display: flex;
}

.research-units ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.research-units ul li {
  margin-bottom: 10px;
}

.research-units img {
  width: 30px;
  text-align: center;
}

.research-units .tab-trigger {
  width: 100%;
  margin-right: 20px;
}

.research-units .tab-trigger p {
  font-size: 11px !important;
  margin-bottom: 0 !important;
}

.scroll-top {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 1000;
}

.scroll-top a {
  display: none;
  text-decoration: none;
  font-size: 0.8em;
  background: rgba(0, 129, 206, 0.7) !important;
  padding: 10px 10px;
  transition: all 0.2s ease;
  border-radius: 3px;
}

.scroll-top a:hover,
.scroll-top a:active {
  background: rgba(0, 129, 206, 1) !important;
}

.scroll-top a::before,
.scroll-top a::after {
  display: none;
}

.scroll-top i {
  margin-left: 10px;
}

.blog-sidebar .recent-posts-widget .recent-posts-wrapper li a {
  color: #0081ce !important;
}

.publications .blog-card-wrapper .card-content .card-blog-body .content {
  border-bottom: none !important;
}

.publications .card-blog-body {
  padding-top: 10px !important;
}

.publications .people p:first-child {
  margin-top: 2px;
  margin-bottom: 2px;
}

.publications .people p:nth-child(2) {
  margin-top: 2px;
  margin-bottom: 2px;
}

.publications .card-blog-body h5 {
  margin-bottom: 2px !important;
}


.publications-pagination .page {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.publications-pagination .page button {
  color: #007aff;
  background-color: transparent;
  border: none;  
  font-size: 1.35em;  
}

.publications-pagination .page button:first-child {
  margin-left: 30px;
}

.publications-pagination .page button:last-child {
  margin-right: 30px;
}


.publications-pagination .page button:hover {
  cursor: pointer;
}

.publications-pagination .page button.active {
  text-decoration: underline;
}



.social-gray {
  color: #454444;
}

.social-light-gray {
  color: lightgray;
}

.about-person .content {
  margin-bottom: 3px !important;
}

.about-person .about-person-wrapper .position {
  margin-bottom: 3px;
}

.about-person-wrapper {
  margin-bottom: 20px;
}

.desktop-menu .navbar-inner .navbar-logo img {
  max-height: calc(var(--navbar-height) - 0px);
  max-width: var(--logo-width);
}

#main-wrapper > section.about-person .col-lg-3.image-wrapper > img,
#main-wrapper > section.about-person .col-lg-3.image-wrapper img {
  width: 200px;
  height: 200px;
  border-radius: 300px;
  object-fit: cover;
}

#main-wrapper > section.about-person .col-lg-6 p {
  margin-bottom: 10px;
  line-height: 1.5;
}

.research-desc {
  font-size: 13px !important;
}

.about-person .image-wrapper {
  display: flex;
  align-items: center;
}

.navbar-fill .logo-img {
  margin-right: 0;
}

.active-sub-menu li a {
  cursor: pointer !important;
}

.about-person .recent-posts p,
.about-person .recent-posts span {
  margin-bottom: 3px !important;
  font-size: 13px;
  line-height: 1.2;
}

.about-person .recent-posts p a:nth-child(0) {
  font-size: 23px;
}

.about-person .recent-posts p:nth-child(1) {
  font-size: 18px;
}

.publication-thumb {
  margin-top: 15px;
}

.about-person .col-md-1 {
  padding: 0;
}

.people-overview .card-content {
  text-align: center;
}

.people-overview .card-blog-header img {
  border-radius: 300px;
  height: 150px !important;
  width: 150px !important;
  object-fit: cover;
  position: relative !important;
}

.people-overview p {
  margin-bottom: 5px;
}

.people-overview .name a {
  text-decoration: none;
}

.peoples {
  margin-bottom: 50px;
}

.peoples a {
  padding: unset !important;
}

.people .bold-span {
  font-weight: 700 !important;
}

.blog-section .post-list .post-content-side .description-box .d-flex {
  display: flex !important;
  align-items: baseline !important;
}

.mcqst-img-content {
  padding-top: 0 !important;
}

.pub-title {
  font-size: 18px;
  margin-top: 10px;
}

.about-person .card-blog-footer {
  margin-bottom: 10px;
}

.about-person .blockquote-type-1 {
  background: #f1f1f1;
}

.about-person .people {
  margin-bottom: 10px;
}

.cc-compliance a.cc-btn.g-button-black {
  background-color: #007aff !important;
}

.rg-image {
  border-radius: unset !important;
  width: 40px !important;
  height: 40px !important;
  object-fit: cover !important;
  margin: 0 auto;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.rg-image-container {
  position: relative;
  display: flex;
  bottom: 0;
  width: 100%;
}

.rg-image-container.detail-page a {
  background: transparent;
}
.role-span {
  background: #555555;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  padding: 3px 4px;
}

.recent-posts
  .blog-card-wrapper
  .card-content
  .card-blog-body
  .card-blog-footer
  i {
  color: #000000;
}

.recent-posts .blog-card-wrapper .card-content .card-blog-body h5 a {
  color: #000000;
}

.section-blockquote {
  margin-top: 0;
}

.about-research,
.about-info {
  align-items: flex-start !important;
}

@media (max-width: 768px) {
  .about-research,
  .about-info {
    justify-content: center;
  }

  .about-info {
    padding-bottom: 30px;
  }

  .about-info div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-research div p:first-child {
    text-align: center;
  }
}

.research-units ul li {
  margin-bottom: 0;
}

.about-person .element-section {
  padding-bottom: 0;
}

.blog-section .post-list .post-content-side .post-title:hover,
.blog-section
  .post-list
  .post-content-side
  .post-title:active
  .blog-section
  .post-list
  .post-content-side
  .post-title:focus {
  color: #0081ce !important;
}

.recent-posts .blog-card-wrapper .card-content .card-blog-body h5 a:hover,
.recent-posts .blog-card-wrapper .card-content .card-blog-body h5 a:active,
.recent-posts .blog-card-wrapper .card-content .card-blog-body h5 a:focus {
  color: #0081ce;
}

.recent-posts .blog-card-wrapper .card-content .card-blog-body .content a {
  color: #0081ce;
}

.list-type-1 li p,
.list-type-2 li p {
  font-weight: unset;
}

.txt-with-img .mcqst-pr-0 .mcqst-img-content {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0.5rem !important;
}

.txt-with-img .mcqst-pl-0 .mcqst-img-content,
.txt-with-img .mcqst-pr-0 .mcqst-img-content {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0.5rem !important;
}

.hero-header.bottom-rounded .mcqst-content.center h5 {
  text-align: center;
}

.hero-header.bottom-rounded a {
  font-weight: 600;
  text-shadow: 2px 2px 2px black;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  margin: 0 0 0.75rem 0;
}

@media (max-width: 991px) {
  .hero-mcqst-box .mcqst-content {
    width: 65%;
    top: 330px;
  }
}

@media (max-width: 768px) {
  .hero-mcqst-box .mcqst-content {
    left: 50%;
    right: 50%;
    bottom: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    background-color: transparent;
  }

  .hero-mcqst-box .mcqst-content h4 {
    text-align: center;

    text-shadow: 2px 2px 2px black;
    text-align: center;
  }

  .hero-mcqst-box .mcqst-content h5 {
    text-align: center;
  }

  .hero-header.rounded-overlay.hero-circle.bottom-rounded {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .recent-posts
    .blog-card-wrapper
    .card-content
    .card-blog-header
    .img-wrapper
    img {
    margin: 0 auto;
    display: flex;
    width: 100%;
  }
}

.recent-posts
  .blog-card-wrapper
  .card-content
  .card-blog-header
  .img-wrapper
  a {
  position: relative;
  width: 100%;
  object-fit: cover;
}

.recent-posts
  .blog-card-wrapper
  .card-content
  .card-blog-header
  .img-wrapper
  img {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  object-fit: cover;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
}

.headlineLink {
  text-decoration: none !important;
}

.headlineLink:hover {
  color: #b8b8b8 !important;
  transition: 0.7s all ease;
}

figure {
  position: relative;
  margin-bottom: 0px;
}

.tooltiptext,
.tooltiptext-inline {
  position: absolute;

  opacity: 0;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0;

  padding: 10px 10px;
  width: 100%;
  color: white;
  display: flex;
}
.text-img-left .tooltiptext {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0;
  left: 15px;
  padding: 10px 10px;
  width: calc(100% - 15px);
  color: white;
  display: flex;
}
.text-img-right .tooltiptext {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0;

  right: 15px;
  padding: 10px 10px;
  width: calc(100% - 15px);
  color: white;
  display: flex;
}
figure .tooltiptext,
.text-img-left figure .tooltiptext,
.text-img-right figure .tooltiptext {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.gray-section .text-img-right .tooltiptext {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 0;

  right: 0;
  padding: 10px 10px;
  width: 100%;
  color: white;
  display: flex;
}
.tooltiptext:hover,
.tooltiptext-inline:hover,
img:hover ~ .tooltiptext,
img:hover ~ .tooltiptext-inline {
  opacity: 1;
}

img.align-left {
  display: inline-block;
  width: 480px;
  height: auto;
  margin: 10px 10px 10px 0px;
}

img.align-right {
  display: inline-block;
  width: 480px;
  height: auto;
  margin: 10px 0 10px 10px;
}

@media screen and (max-width: 991px) {
  img.align-left,
  img.align-right {
    width: 300px;
  }
}

@media screen and (max-width: 575px) {
  img.align-left,
  img.align-right {
    width: 100%;
  }
}
img.full-width {
  width: 100%;
  margin: 20px 0;
  display: block;
}

img.half-width {
  width: 50%;
  margin: 20px 0;
  display: block;
}

.recent-posts .blog-card-wrapper .card-content {
  padding: 15px 0 10px 0;
}

.description-container {
  opacity: 0;
  transition: all 0.3s ease;
  display: none;
}

.active-desc {
  opacity: 1;
  max-height: unset;
  height: 100%;
  display: block;
}

.show-description i {
  transition: all 0.3s ease;
  margin-left: 4px;
  font-size: 10px;
}

.publications .show-description {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 7px;
}

.rotate-arrow {
  transform: rotate(180deg);
  margin-left: 4px;
  margin-right: 0;
}

.publications .description-container p {
  margin-bottom: 1rem;
}

.publications .description-container .active-desc p {
  margin-bottom: 2rem;
}

.about-person h5 {
  display: block;
  width: 100%;
}

.about-person .post-title {
  display: block;
}

.about-person .text-part {
  display: block;
  width: 100%;
}

.select {
  padding: 12px 17px;
  width: 100%;
  background-color: transparent;
  border: 2px solid var(--default-border);
  margin-bottom: 15px;
  color: var(--black_default);
  opacity: 0.8;
}

.input-icon {
  position: absolute;
  left: 25px;
  top: 12.5px;
}

.search-input {
  padding-left: 20px !important;
}

.badge-filter {
  color: #0081ce;
  background: #ffffff;
  border: 1px solid #0081ce;
  margin-right: 10px;
}

.filter-delete i {
  transform: rotate(45deg);
  cursor: pointer;
}

.info-results {
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-results p {
  margin: 0 0 0 10px;
}

section.gallery {
  margin: 50px 0;
}

.gallery-item {
  padding: 10px;
  overflow: hidden;
}

.gallery-item img,
.gallery-item figure {
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

a.ratio-padding-top-100 {
  padding-top: 100%;
}
a.ratio-padding-top-75 {
  padding-top: 75%;
}
a.ratio-padding-top-66 {
  padding-top: 66%;
}
a.ratio-padding-top-56 {
  padding-top: 56.25%;
}

.gallery-item .card-footer {
  padding: 5px 5px;
  background: #ffffff;
}

span.gallery-caption {
  position: absolute;
  bottom: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  color: #ffffff;
}

.fc-day-top,
.fc-day-header span,
.fc-day-header a {
  color: #333333 !important;
}
.modal-backdrop {
  background: transparent;
  display: none;
}
#eventImage {
  width: 100%;
}
#calendarModal {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
#calendarModal img {
  margin-bottom: 10px;
}
.filter-delete i {
  position: absolute;
  transform: rotate(45deg);
}
.filter-delete {
  margin-right: 5px;
  margin-left: 5px;
}
.filter-badges {
  display: flex;
}
#textFilter {
  order: 1;
}
#selectFilter {
  order: 2;
}
#yearFilter {
  order: 3;
}
#blog .description-box p {
  margin: 0;
  padding: 0;
  line-height: 1rem;
}
#blog-detail .blog-info {
  display: flex;
}
#blog-detail .event-detail-date {
  margin-right: 5px;
}
#blog-detail .blog-info p {
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.blog-author {
  font-style: italic;
}
#calendarModal .badge {
  margin-right: 5px;
}
#calendarModal .post-title {
  color: #333333;
}
.calendar .fc-button {
  background: #333333;
  outline: none;
}
.calendar .fc-button:hover {
  background: #444444;
}
.calendar .fc-button-primary:not(:disabled).fc-button-active,
.calendar .fc-button-primary:not(:disabled):active {
  background: #333333;
}
#calendarModal #eventStart,
#calendarModal #eventEnd {
  font-size: 12px;
  font-weight: 900;
}
#calendarModal #eventLocation {
  font-size: 12px;
  font-weight: 900;
  color: #666666;
  line-height: 1rem;
}
#calendarModal .badge-info {
  background-color: #0081ce;
}

.calendarCopyInfo {
  display: block;
  position: fixed;
  opacity: 0;
  z-index: 999;
  width: 200px;
  height: 76px;
  top: 50%;
  left: 50%;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  padding: 20px 10px;
  margin: -38px 0 0 -100px;
  border-radius: 5px;
  background-color: rgba(200, 200, 200, 0.75);
}

.calendarCopyInfo.copyinfo-show {
  opacity: 1;
  -webkit-animation: calendarCopyShow 0.5s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 2s;
  animation: calendarCopyShow 0.5s forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
}

.calendarCopyInfo i {
  font-size: 32px;
}

@keyframes calendarCopyShow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes calendarCopyShow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

section.publictaions-filter {
  padding: 80px 0;
}
.gallery-item {
  display: none;
}
.calendar {
  padding: 80px 0;
}
.publications-filter {
  padding: 80px 0;
}

article.post-list .publication .card-blog-body .card-blog-footer p,
article.post-list .publication .card-blog-body .people,
article.post-list .publication .card-blog-body .doi {
  margin-bottom: 1.5rem;
}
article.post-list .publication .card-blog-body .people p {
  margin-bottom: 0;
}

.research-units ul li {
  margin-bottom: 0px;
}
.rg-image-container.detail-page {
  background: transparent !important;
}
.rg-image-container.detail-page a {
  display: inline-block;
}
.rg-image-container.detail-page a:hover {
  text-decoration: none;
}
.rg-image-container.detail-page img.rg-image {
  margin: 5px !important;
}

.detail-page section.element-section:first-of-type {
  margin-top: 0px;
}

section.about-person-first + section.element-section {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  section.about-person-first .about-info,
  section.about-person-first .about-research {
    text-align: center;
  }
  section.about-person-first .about-research {
    margin-top: 20px;
  }
}

.jssocials-shares {
  display: flex;
  flex-direction: row;
}

.jssocials-share-link i {
  margin: 5px;
}

.recent-posts .blog-wrapper {
  margin-top: 0px;
}

.recent-posts .blog-wrapper a:hover {
	text-decoration: none;
}
.component-carousel .swiper-container {
  margin-top: 0px;
}
.recent-posts {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  #main-wrapper
    > section.recent-posts.people-overview
    > div
    > div.row.blog-wrapper
    > div {
    display: flex;
  }
  .peoples .rg-image-container {
    position: absolute !important;
    bottom: 48px !important;
  }
}
@media (min-width: 991px) {
  #main-wrapper > section.recent-posts > div > div.row.blog-wrapper > div {
    display: flex;
    flex: 1;
  }
  #main-wrapper
    > section.recent-posts.people-overview
    > div
    > div.row.blog-wrapper
    > div {
    display: flex;
    flex: unset;
  }

  .recent-posts
    .blog-card-wrapper
    .card-content
    .card-blog-body
    .content:nth-child(2) {
    margin-bottom: 0;
    border-bottom: none;
    margin-bottom: 60px;
  }
  .recent-posts
    .blog-card-wrapper
    .card-content
    .card-blog-body
    > p:nth-child(3) {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 70px);
  }
  .card-blog-body > .card-blog-footer {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 70px);
  }
}
.about-research > div {
  align-self: flex-end;
  padding-bottom: 0;
}
.about-info > div {
  align-self: flex-start !important;
}
@media (max-width: 768px) {
  .about-info .rg-image-container {
    flex-direction: row;
    justify-content: center;
  }
  section.about-person-first .about-research {
    margin-top: 0;
  }
  .people-name {
    text-align: center;
  }
}
section.publication p.doi a {
  margin-bottom: 7px;
  display: inline-block;
}

article.post-list .publication .card-blog-body .people {
  margin-bottom: 1.1rem !important;
}
.component-carousel,
section.component-carousel.element-section {
  padding-top: 0px;
}
.people-info {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .people-info > div.row {
    display: flex;
    justify-content: center;
  }
  .about-person-wrapper {
    display: flex;
    justify-content: center;
  }
  .about-person .about-person-wrapper .name {
    text-align: center;
  }
}
.recent-posts {
  box-shadow: none;
}
.inline-image {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
}

.inline-image.align-left,
.inline-image.align-right {
  max-width: 480px;
}
.inline-image.align-left {
  float: left;
  margin: 0px 10px 10px 0px;
}
.inline-image.align-right {
  float: right;
  margin: 0px 0px 10px 10px;
}
.inline-image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .inline-image.align-left,
  .inline-image.align-right {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .inline-image.align-left,
  .inline-image.align-right {
    max-width: 100%;
    float: unset;
    margin-bottom: 10px;
    margin-left: unset;
    margin-right: unset;
  }
}
.align-right ~ .tooltiptext-inline {
  right: 0;
}
.peoples .rg-image-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #f1f1f1;
  width: 70%;
}
.peoples .card-blog-body {
  padding-bottom: 60px !important;
}
.rg-image-container > div .tooltiptext {
  top: 50px !important;
  left: 0;
}
.about-research > div {
  align-self: flex-start !important;
}

.gallery #loadMoreGallery {
  margin-left: 10px;
}
.tags-container {
  display: flex;
  align-items: baseline;
}
#blog-detail .tags,
#blog .tags {
  margin-bottom: 10px;
  margin-right: 5px;
  font-style: italic;
  font-weight: 900;
  margin-top: 5px;
  cursor: pointer;
  display: inline;
}
#blog .tags:hover,
#blog-detail .tags:hover {
  cursor: default;
}
.gallery-item .small-text {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
}

.calendar .fc-button {
  background: none !important;
  border-color: none;
  color: #333;
  border: none;
}
.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  background: none !important;
  border-color: none;
  border: none;
  color: #333;
}
#calendarModal .post-title:hover,
#calendarModal .post-title:active {
  color: #0081ce;
}
.fc-day-grid-event .fc-content {
  white-space: normal;
  overflow: hidden;
}
#calendarModal::-webkit-scrollbar {
  display: none;
}
#calendarModal {
  overflow-y: scroll;
}
.link-to-calendar {
  position: absolute;
  bottom: 15px;
  right: 50px;
}
.tag-list {
  background-color: #f1f1f1;
  padding-left: 2.5rem;
}
.calendar-toggle {
  overflow: hidden;
}
.people-info h3.name {
  color: #0081ce;
}
.blog-section .post-list .post-content-side .description-box a.author-name {
  color: #0081ce;
}
.blog-section
  .post-list
  .post-content-side
  .description-box
  a.author-name:hover,
.blog-section
  .post-list
  .post-content-side
  .description-box
  a.author-name:active {
  color: #0081ce;
}
#calendarModal .modal-footer {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.active-display {
  display: block !important;
}

img.publication-thumb:hover span.tooltiptext {
  display: none;
}

#calendar-toggle {
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f1f1f1;
  color: #333;
  font-weight: 600;
}
.fc-unthemed td.fc-today {
  background: rgba(0, 129, 206, 0.2);
}
.calendar {
  padding: 0;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}
.active-calendar {
  opacity: 1;
  height: 100%;
  padding: 40px 0;
}
.rg-image-container.detail-page {
  margin-top: 25px;
}
.blog-card-wrapper {
  width: 100%;
}
@media (max-width: 499px) {
  .peoples {
    min-width: 100%;
  }
}
#calendar-toggle {
  background: #ffffff;
}
#calendar-triger-show,
#calendar-triger-hide {
  color: var(--black_default);
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  line-height: 1.375rem;
  display: flex;
}
#calendar-triger-hide {
  display: none;
}

#calendarModal .modal-header a {
  font-size: 18px;
}

#calendarModal .modal-footer a {
  font-size: 12px;
  font-weight: 900;
}

#calendarModal .modal-footer span {
  font-size: 12px;
}

#calendarModal .modal-footer span strong {
  font-weight: 900;
}

#calendarModal .modal-footer .modal-description {
  width: 100%;
  line-height: 1.25em;
  margin-top: 10px;
  display: none;
}

#calendarModal .modal-footer .modal-description span {
  font-size: 12px;
}

#eventDetail_description {
  display: none;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.about-person .about-person-wrapper .name {
  font-weight: 800;
  text-decoration: none;
}
.about-person .about-person-wrapper .name a {
  text-decoration: none;
}
#calendarModal .modal-title {
  line-height: 1.3;
}

.hero-tags .tags,
.hero-authors .authors {
  margin-bottom: 10px;
  margin-right: 5px;
  font-style: italic;
  font-weight: 900;
  margin-top: 5px;
  cursor: pointer;
  display: inline;
}

.hero-tags {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.button-tags {
  background: #0081ce;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 0.9375rem;
}
.button-tags a {
  color: white !important;
  text-decoration: none;
}

.navbar-menu-list {
  justify-content: flex-start;
}

.social-share-main {
  position: absolute;
  bottom: 0px;
  right: 20px;
}

.desktop-menu.navbar-fill .social-share-main {
  bottom: 35%;
  transform: translateY(50%);
}

@media (min-width: 992px) {
  /* .language-mobile {
    display: none !important;
  } */
}

@media (max-width: 991px) {
  /* .language-not-mobile {
    display: none !important;
  } */

  .navbar-part3 {
    display: none;
  }

  .navbar.mobile-menu .hamburger {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .nav__two__logo {
    min-height: 140px;
    height: auto;
  }
}

.nav__two__logo .navbar-menu,
.nav__two__logo .navbar-menu .navbar-logo a {
  float: right;
}

.nav__two__logo .navbar-menu .navbar-logo img {
  max-height: calc(var(--navbar-height) - 40px);
  margin: 4px 0;
}

@media (min-width: 992px) {
  .nav__two__logo .navbar-inner .navbar-logo img.logo-img.ml-4.mr-0 {
    max-width: 100%;
  }

  .nav__two__logo .navbar-menu .navbar-menu-list li a:hover {
    background: #0081ce;
    color: #fff !important;
  }
}

@media (max-width: 991px) {
  .nav__two__logo .navbar-menu .navbar-logo {
    display: none;
  }
}

.nav__two__logo .navbar-menu .navbar-logo span {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}

.nav__two__logo .navbar-menu .navbar-logo {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .nav__two__logo .navbar-menu .navbar-logo {
    position: absolute;
    bottom: 0;
    right: 25px;
  }

  .nav__two__logo .navbar-menu .navbar-logo span {
    color: #fff;
  }
}

.nav__two__logo .navbar-menu-list {
  justify-content: flex-end;
}

.nav__two__logo .navbar-menu .navbar-menu-list li a::before {
  display: none;
}
.nav__two__logo .navbar-menu .navbar-menu-list li a {
  padding: 10px 5px 8px 10px !important;
}

.nav__two__logo.navbar-fill .navbar-menu .navbar-logo {
  display: none;
}

@media (max-width: 490px) {
  .nav__two__logo .navbar-menu .navbar-menu-list li a:hover {
    background: unset;
    color: #fff;
  }

  .nav__two__logo {
    min-height: 68px;
    height: auto;
  }
}

.nav__two__logo .language-not-mobile img {
  margin: 0 2px 0 0;
}

.navbar-menu .navbar-menu-list .language-not-mobile ul li a:hover {
  background: unset !important;
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
}
.parallax-image-19 {
  margin-top: 20px;
}
.parallax-image-19 .videoms-clip-box {
  border: unset !important;
}
.parallax-image-19 .videoms-clip-box h2,
.parallax-image-19 .videoms-clip-box .videoms-preview .videoms-left-pane {
  display: none;
}
.parallax-image-19 .videoms-clip-box .videoms-preview .videoms-download-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.parallax-image-19
  .videoms-clip-box
  .videoms-preview
  .videoms-download-links
  a {
  margin: 0 10px;
}

.rg-image-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
}

footer .sidebar-widget figure {
  display: inline-block;
}

.image-link-p figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a.image-link.image-link-a {
  z-index: 1;
}

a.image-link.image-link-a:hover + figure .tooltiptext {
  opacity: 1;
}

.language-bar figure {
  display: inline-block;
}

.guest-image {
  float: left;
}

.navbar
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .primary-mobile-menu-toggle:after {
  display: none;
}
.navbar
  .navbar-inner
  .navbar-menu
  .navbar-menu-list
  .menu-item-has-children
  .primary-mobile-menu-toggle:after {
  display: block;
}

.section-grid .col-md-6 .recent-posts.list h2,
.section-grid .col-md-4 .recent-posts.list h2,
.section-grid .col-md-8 .recent-posts.list h2 {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 500px) {
  .recent-posts.list .news-content .news-content-inside {
    padding-right: 0;
  }
}

@media (min-width: 500px) and (max-width: 1199px) {
  .section-grid .col-md-6 .recent-posts.list figure {
    padding-top: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-6 .recent-posts.list .news-content .news-content-inside {
    height: 187px;
  }
}

@media (min-width: 500px) and (max-width: 991px) {
  .col-md-6 .recent-posts.list .news-content .news-content-inside {
    height: 140px;
  }
  .col-md-6 .recent-posts.list .news-footer p {
    font-size: 14px;
  }
}

.about-person.element-section .row.about-person-wrapper {
  display: inline-block;
}

.recent-posts
  .blog-card-wrapper
  .card-content
  .card-blog-body
  .content:nth-child(2) {
  border-bottom: 0;
}

input,
select {
  font-family: "Nunito Sans", sans-serif;
}

@media (max-width: 991.95px) {
  .blog-by-tags .post-list > .txt-with-img .mcqst-img-content.gray-section,
  .blog-by-tags .post-list > .txt-with-img .mcqst-img-content.white-section {
    padding: 1rem 0 !important;
  }
}

.blog-by-tags.blog-tag .hero-tags {
  display: block;
  flex-direction: unset;
  justify-content: unset;
  text-align: center;
}
.blog-by-tags.blog-tag .hero-tags .tags {
  border-right: 1px solid;
  margin: 0px;
  padding: 0 3px;
}
.blog-by-tags.blog-tag .hero-tags .tags:last-of-type {
  border-right: unset;
}
.blog-by-tags.blog-tag .hero-tags .tags a {
  border-radius: 3px;
  margin: 0 0 0 0 !important;
  padding: 0 2px !important;
}
.tags::before {
  content: "";
  padding-left: 5px;
  font-weight: bolder;
}
.blog-by-tags.blog-tag .hero-tags .tags.button-tags {
  background: unset;
  border-radius: unset;
}
.blog-by-tags.blog-tag .hero-tags .tags.button-tags a {
  background: #0081ce;
}

.blog-by-tags.blog-author .hero-authors {
  text-align: center;
}
.blog-by-tags.blog-author .hero-authors .authors {
  font-weight: 900;
  margin-top: 5px;
  cursor: pointer;
  display: inline;
  border-right: 1px solid;
  margin: 0px;
  padding: 0 3px;
}
.blog-by-tags.blog-author .hero-authors .authors:last-of-type {
  border-right: unset;
}
.blog-by-tags.blog-author .hero-authors .authors a {
  border-radius: 3px;
  margin: 0 0 0 0 !important;
  padding: 0 2px !important;
}
.blog-by-tags.blog-author .hero-authors .authors.button-tags {
  background: unset;
  border-radius: unset;
}
.blog-by-tags.blog-author .hero-authors .authors.button-tags a {
  background: #0081ce;
}
.blog-by-tags.blog-author .button-all {
  background: #0081ce;
  padding: 0px 3px;
  border-radius: 3px;
  font-size: 0.9375rem;
}
.blog-by-tags.blog-author .button-all a {
  color: white !important;
  text-decoration: none;
}
.blog-by-tags.blog-author .post-title {
  font-style: normal;
}

.tabs-section-type-2 .tabs-wrapper .tabs-header {
  border-bottom: 1px solid #f0f0f0;
}
.tabs-section-type-2
  .tabs-wrapper
  .tabs-header
  .tab-trigger-wrapper
  .tab-trigger {
  filter: grayscale(1);
  padding: 0 10px;
}
.tabs-section-type-2
  .tabs-wrapper
  .tabs-header
  .tab-trigger-wrapper
  .tab-trigger.active {
  filter: grayscale(0);
  border-bottom: 2px solid #0081ce;
}

.tabs-section-type-2
  .tabs-wrapper
  .tabs-header
  .tab-trigger-wrapper
  .tab-trigger.active
  canvas {
  opacity: 0;
}

.tabs-section-type-2 .tabs-wrapper .tabs-header {
  padding-bottom: 0 !important;
  margin-bottom: 40px;
}
.tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
  width: fit-content;
  margin: 1rem 0 -1px 0 !important;
  padding: 0 !important;
}
.tabs-section-type-2
  .tabs-wrapper
  .tabs-header
  .tab-trigger-wrapper
  .tab-trigger
  img {
  width: 66px;
  height: 66px;
}
.tabs-section-type-2
  .tabs-wrapper
  .tabs-header
  .tab-trigger-wrapper
  .tab-trigger
  h5 {
  margin: 1rem 0 0.5rem 0;
}

@media (max-width: 575.95px) {
  .tabs-section-type-2
    .tabs-wrapper
    .tabs-header
    .tab-trigger-wrapper
    .tab-trigger
    img {
    width: 48px;
    height: 48px;
  }
  .tabs-section-type-2 .tabs-wrapper .tabs-header .tab-trigger-wrapper {
    width: 66px;
  }
}
@media (min-width: 992px) {
  .tabs-section-type-2
    .tabs-wrapper
    .tabs-header
    .tab-trigger-wrapper
    .tab-trigger
    img {
    width: 78px;
    height: 78px;
  }

  .tabs-section-type-2 .txt-with-img.text-img-left .section-title,
  .tabs-section-type-2 .txt-with-img.text-img-right .section-title {
    font-size: 38px;
  }
}

.tabs-section-type-2 .txt-with-img.gray-section .mcqst-pl-0 .mcqst-img-content,
.tabs-section-type-2 .txt-with-img.gray-section .mcqst-pr-0 .mcqst-img-content,
.tabs-section-type-2 .txt-with-img .mcqst-pl-0 .mcqst-img-content.gray-section,
.tabs-section-type-2 .txt-with-img .mcqst-pr-0 .mcqst-img-content.gray-section {
  padding: 2rem !important;
}
@media (max-width: 991.95px) {
  .tabs-section-type-2 .txt-with-img.text-img-left .img-container figure {
    text-align: center;
  }
  .tabs-section-type-2 .txt-with-img.text-img-left .img-container img {
    max-width: 480px;
  }
}

.video-section.video-gallery .container {
  padding-top: 50px;
  padding-bottom: 80px;
}

.video-section.video-gallery .btn-wrap {
  width: fit-content;
}
.video-section.video-gallery .text-left .btn-wrap {
  margin-left: 0;
  margin-right: auto;
}
.video-section.video-gallery .text-right .btn-wrap {
  margin-left: auto;
  margin-right: 0;
}
.video-section.video-gallery .text-center .btn-wrap {
  margin-left: auto;
  margin-right: auto;
}
.video-section.video-gallery .row p {
  color: #000;
  text-align: inherit;
}

.video-section.video-gallery .video-wrapper .text-center h2,
.video-section.video-gallery .video-wrapper .text-center p {
  max-width: 100% !important;
}
.video-section.video-gallery .video-wrapper .text-left h2,
.video-section.video-gallery .video-wrapper .text-left p,
.video-section.video-gallery .video-wrapper .text-right h2,
.video-section.video-gallery .video-wrapper .text-right p {
  max-width: 100%;
}

.video-section.video-gallery .row .cells {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.video-section.video-gallery .cell {
  float: left;
  padding: 0.5em;
  width: 25%;
  box-sizing: border-box;
}
.video-section.video-gallery .cell .aspectratio {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.video-section.video-gallery .cell .aspectratio {
  width: 100%;
  position: relative;
}
.video-section.video-gallery .cell .aspectratio[data-ratio="16:9"] {
  padding-top: 56.25%;
}
.video-section.video-gallery .cell .aspectratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.video-section.video-gallery .cell .text-holder {
  background: transparent;
  cursor: pointer;
  height: 100%;
  padding-top: 56.25%;
  margin-top: -56.25%;
}
.video-section.video-gallery .cell .text-holder p {
  background: transparent;
  color: #000000 !important;
  padding: 10px 0 0;
  font-size: 0.9rem !important;
  height: 100%;
  margin-bottom: -3px;
}
.video-section.video-gallery .video-wrapper .play {
  width: 45px;
  height: 45px;
  margin-top: unset;
}

.video-section.video-gallery .text-content {
  margin-bottom: 20px;
}
.video-section.video-gallery .filters .col-md-4:first-of-type {
  padding-left: 0;
}
.video-section.video-gallery .filters .col-md-4:last-of-type {
  padding-right: 0;
}
.video-section.video-gallery .filters input {
  border: 2px solid #eaeaea;
  padding: 12px 17px;
  width: 100%;
  background-color: transparent;
  margin-bottom: 15px;
  color: var(--black_default);
  opacity: 0.8;
}
.video-section.video-gallery .filters .input-icon {
  left: 12.5px;
}

@media only screen and (max-width: 767.75px) {
  .video-section.video-gallery .filters .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 991.75px) {
  .video-section.video-gallery .cell {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767.75px) {
  .video-section.video-gallery .cell {
    width: 50%;
  }
}
@media only screen and (max-width: 575.75px) {
  .video-section.video-gallery .cell {
    width: 100%;
  }
}
#eventOnlineDescription {
  margin-top: -25px;
}

.pipeline-tag {
  display: inline;
}

.pipeline-tag:nth-child(n + 2) {
  display: none;
}

.no-padding-section {
  padding: 0px;
}

#videos-video-gallery {
  margin: 0 auto;
}

.additional-section {
  background-color: #f5f5f5;  
  padding: 5px 0px;
}

.display-description {
  display: block;
  opacity: 1;
}

a.show-abstract:hover {
  text-decoration: none;
}
.normalBorder {
  border: 2px solid #4d4747 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.video-gallery #searchTermVideoGallery {
  border: 2px solid #4d4747;
  padding: 12px 17px;
  width: 100%;
  margin-bottom: 15px;
}

.video-gallery #firstIdentifierSelect {
  border: 2px solid #0081ce;
  padding: 12px 17px;
  width: 100%;
  margin-bottom: 15px;
  opacity: 1;
  box-shadow: 0px 0px 2px 2px #0081ce;
}

.video-gallery #secondIdentifierSelect {
  border: 2px solid #4d4747;
  opacity: 0.1;
}

#videos-video-gallery .aspectratio a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1000px) {
  .language-mobile {
    display: none;
  }
  .language-bar li a:hover {
    color: #c6830e !important;
  }
  .language-not-mobile ul li a:hover {
    color: #c6830e !important;
  }
  .language-not-mobile ul {
    display: inline-flex;
  }
}
@media screen and (max-width: 991px) {
  .language-not-mobile {
    display: none;
  }
  .language-mobile {
    display: inline-flex !important;    
    justify-content: flex-end;
    margin-right: 30px;
    z-index: 9999;
  }
}

.tags-container {
  font-weight: 900;
  padding-bottom: 10px;
}

/* Jobs */
#text-content {
  scroll-margin-top: 80px;
}

.job-title-subtitle {
  text-align: centar;
}
.job-overview-wrapper {
  max-width: 1250px;
  margin: 0 auto;
}

.job-search-div {
  font-weight: bold;
}
.job-search-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.job-search-input {
  border-radius: 5px;
  width: 30%;
  border: 1px solid gray;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.job-item-opacity {
  opacity: 0.4;
}
.job-dropdown-menu {
  border-radius: 5px;
  width: 31%;
  font-size: 18px;
  padding-left: 10px;
  cursor: pointer;
  height: 50px;
}
.job-title {
  display: flex;
  justify-content: space-between;
}
.job-headline .job-title-link {
  color: #157cb0;
}
.job-headline-gray {
  color: gray;
}
.job-p-gray {
  color: gray;
}
.job-new {
  position: relative;
  left: 30px;
  background-color: #0081ce;
  color: white;
  padding-top: 14px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.job-new .new-job {
  display: none;
}
.job-new.new .new-job {
  display: block;
}
.job-new::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 0 15px;
  border-color: transparent transparent transparent #4b5155;
  top: -8px;
  position: absolute;
  right: 0;
  display: block;
}
.job-triangle-div {
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #356887;
  border-left-color: #356887;
}
.job-check-label {
  margin-right: 15px;
}
.job-list-item {
  display: flex;
  justify-content: space-between;
}
.job-image {
  height: 100%;
  width: 100%;
  max-height: 150px;
  max-width: 150px;
  object-fit: contain;
}
.job-information {
  margin-left: 30px;
  margin-bottom: 30px;
  box-shadow: 3px 3px 10px rgb(0 0 0 / 12%);
  width: 85%;
  padding: 15px;
  border-radius: 5px;
  font-weight: bold;
}
.job-language-div {
  display: flex;
  justify-content: start-end;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.job-checkbox {
  height: 15px;
  width: 15px;
  margin-top: 2px;
  margin-right: 5px;
  accent-color: #0081CE;
}
.job-bottom-div {
  display: flex;
  justify-content: space-between;
  width: 95%;
  color: gray;
}
.multiselect {
  width: 31%;
  position: relative;
}
.selectBox {
  position: relative;
}
.selectBox select {
  width: 100%;
  font-size: 18px;
  border-radius: 5px;
  padding-left: 10px;
  height: 50px;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
#checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  width: 100%;
  background-color: white;
  border: 1px solid gray;
  text-align: left;
  z-index: 1;
}
#checkboxes label {
  display: block;
  background-color: white;
  font-size: 18px;
  font-weight: normal;
  padding-left: 15px;
  margin-bottom: 2px;
  height: 26px;
  padding-top: 3px;
  padding-bottom: 5px;
}
#checkboxes label:hover {
  background-color: #1e90ff;
  color: #fff;
}
#checkboxes input {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  pointer-events: none;
  accent-color: #0081CE;
}

/* job-detail page */

.job-title-subtitle {
  text-align: center;
}
.job-container {
  max-width: 1300px;
  margin: 0 auto;
}
.job-detail-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
}
.job-div-logo-information {
  width: 20%;
  padding-left: 30px;
}
.job-div-title-description {
  width: 80%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
}
.job-detail-logo {
  margin-bottom: 50px;
}
.job-detail-information {
  display: flex;
  justify-content: space-between;
  gap: 150px;
  flex-direction: column;
}
.job-detail-gray-text {
	color: #a1a1a1;
}
.job-detail-margin-bottom {
	margin-bottom: 30px;
}
.job-detail-margin-top {
	margin-top: 100px;
}
.job-detail-contact-details {
	font-weight: bold;
}
.job-detail-left-side p {
	margin-bottom: 30px;
}
.job-title-div h1 {
  color: #0081CE;
}
.job-title-headline {
  color: #0081CE;
}
.job-button-apply {
  height: 50px;
  width: 150px;
  border: 1px solid gray;
  cursor: pointer;
  border-radius: 4px;
  background-color: #0081ce;
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
}
.job-button-apply a {
  color: white;  
}
.job-button-apply:hover {
  background-color: #197adb;
}
.job-button-apply:active {
  background-color: #1c69b6;
}

/* job list pagination backend and front */
.no-results-msg > p,
.jobs-pagination,
.jobs-pagination-front,
.publications-pagination{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.jobs-pagination-front,
.publications-pagination a:hover {
	text-decoration: none;
}

.job-prev,
.job-prev-front,
.job-next,
.job-next-front,
.prev-publications,
.next-publications{
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  padding: 8px 15px;
  cursor: pointer;
}
.job-prev:hover,
.job-prev-front:hover,
.job-next:hover,
.job-next-front:hover,
.prev-publications:hover,
.next-publications:hover {
  background-color: #f0f0f0;
}
.job-prev:active,
.job-prev-front:active,
.job-next:active,
.job-next-front:active,
.prev-publications:active,
.next-publications:active {
  background-color: #dedede;
}
.job-page,
.job-page-front,
.num-page-publications {
  font-size: 15px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  color: gray;
}
.job-disabled,
.job-disabled-front,
.button-disabled {
  border-color: #c9c9c9;
  color: #c9c9c9;
  pointer-events: none;
}
.job-hide {
  display: none;
}
.job-show {
  display: flex;
}
.job-prev-link:hover,
.job-prev-link-front:hover {
  text-decoration: none;
}
.job-next-link:hover,
.job-nest-link-front:hover {
  text-decoration: none;
}

.job-search-container {
  width: 100%;
}
.empty-results {
  display: none;
}
.search-no-results {
  font-size: 20px;
}
.job-category-inline {
  display: inline-block;
}
.job-detail-information i {
  margin-top: 1px;
}
.job-detail-information-data {
  display: flex;
  gap: 8px;
}
.job-detail-information-data span {
  line-height: 19px;
}
.job-items {
  margin-right: 30px;
  margin-left: 20px;
}
.job-search-wrapper {
  max-width: 1250px;
  margin: 0 auto;
}


@media screen and (max-width: 500px) {
  .job-detail-wrapper {
    display: block;
  }
  .job-div-title-description {
    width: 100%;
  }
  .job-div-logo-information {
    width: 100%;
  }
  .job-detail-information {
    gap: 20px;
    padding: 0px;
    margin-bottom: 25px;
  }
  .job-detail-logo {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 740px) {
  .job-div-logo-information {
    width: auto;
  }
  .job-detail-information {
    padding: 0px;
    min-width: 150px;
  }
}
@media screen and (max-width: 950px) {
  .job-bottom-div {
    display: block;
  }
  .job-image {
    margin-bottom: 15px;
  }
  .job-items {
    margin: 0 30px 0 0;
  }
  .job-information {
    width: 95%;
    width: 95%;
  }
  .job-p-gray {
    margin-top: 20px;
  }
  .job-search-container {
    padding: 0 10px;
  }
  .job-search-inputs {
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .job-search-input {
    height: 50px;
    width: 400px;
  }
  .job-dropdown-menu {
    width: 400px;
  }
  .multiselect {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .job-search-wrapper {
    margin: 0 15px;
  }
}
@media screen and (max-width: 580px) {
  .job-list-item {
    flex-direction: column;
  }
  .job-search-input {
    width: 100%;
  }
  .job-dropdown-menu {
    width: 100%;
  }
  .multiselect {
    width: 100%;
  }
}

/* Header layer for not translated pages */

.header-layer {
	max-width: 370px;
	min-width: 200px;
	padding: 35px;
	font-weight: normal;
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	top: 40vh;
	left: 50vw;
	transform: translate(-50%, -50%);
	z-index: 150;
}
.header-layer h4 {
	margin-bottom: 0;
	font-size: 22px;
  text-align: center;
}
.header-layer span {
	color: #2699bd;
}
span.close-header-layer{
  color: black;
  cursor: pointer;
}

.layer-display-none {
	display: none;
}

.header-layer-links {
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	flex-direction: row-reverse;
	margin: 5px auto;
	gap: 20px;
}

.header-layer-home {
	text-decoration: underline;
	color: black;
}

@media screen and (max-width: 990px){
	.header-layer {
		top: 45vh;
	}
}
@media screen and (max-width: 770px){
	.header-layer {
		top: 42vh;
		padding: 25px;
	}
}
.job-next-front a{
	width: 100%;
	height: 100%;
}
.category-container {
  display: flex;
  flex-direction: column-reverse;
}
.job-language-paragraf {
  font-weight: bold;
  margin-right: 20px;
}

.apply-margin-bottom {
  margin-bottom: 20px;
}

.reset-filter-container {
	width: 50%;
  padding-left: 15px;
}

.reset-filter-container > button.reset-filters {
  margin-top: 0;
}

.search-items-container {
  display: flex;
}

.search-items {
  width: 100%;    
  padding-left: 15px;
}

.reset-filters {
	background-color: #0081ce;  
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  height: 50px;
  width: 8em;
}

#year-select-container {
	padding-left: 15px;
}


#year-select {
	width: 8em;
  height: 50px;
}
#search-input, #ru-select, #year-select {
	border: 2px solid black;
	border-radius: 4px;
  height: 50px;
}

@media screen and (max-width: 990px){
  .search-items-container {
    flex-direction: column;
  }

	#year-select-container {
		display: block;
	}
	#year-select {
	  margin-bottom: 15px;
    width: 100%;
	}

  .reset-filter-container {
    width: unset;
    margin: 0 auto;
  }

	.reset-filters {
		margin-left: 0px;
    
	}	
}

footer .social-share {
  font-size: 12px;
  line-height: 0;
}

@media (max-width: 1200px){
  .social-share {
		display: none;
	}

  footer .social-share {
    display: flex;
  }
	.language-bar {    
		display: none;    
	}

  div.navbar-logo .language-bar {
    top: 48px;
  }
  
}