@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/***
VARIABLES
*/
/***
MIXINS
*/
/***
GENERAL
*/
.otgs-development-site-front-end {
  display: none;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.edit_popup{
	width: 100%;
	position: fixed;
	text-align: right;
	right: 10px;
	bottom: 10px;
}

body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #011742;
}

.post, .page {
  margin: 0;
}

a {
  color: #011742;
  text-decoration: none;
}
a:visited {
  color: #011742;
}

h1 {
  font-size: calc(30px + (42 - 30) * (100vw - 320px) / 1600);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #011742;
}

h2 {
  font-size: calc(30px + (42 - 30) * (100vw - 320px) / 1600);
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
  color: #011742;
}

h3 {
  font-size: calc(20px + (26 - 20) * (100vw - 320px) / 1600);
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  color: #011742;
  margin-bottom: 10px;
}
h3.small {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
}

.single-content__main h3 {
  margin-top: 1rem;
}

h4 {
  margin: 0;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}

ol, ul {
  margin-left: 0;
  padding-left: 20px;
}

th {
  text-align: left;
}

.standalone {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}

.hover {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.hover:hover {
  opacity: 0.6;
}

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

.mb30 {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}

.mb45 {
  margin-bottom: calc(30px + (45 - 30) * (100vw - 320px) / 1600) !important;
}

.cursor_def {
  pointer-events: none;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.open {
  color: #388E3C;
}

.closed {
  color: #B71C1C;
}

.hide {
  display: none !important;
}

.button {
  padding: calc(18px + (20 - 18) * (100vw - 320px) / 1600) !important;
  border: 0.75px solid #011742;
  background-color: transparent;
  color: #011742;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0 !important;
  font-size: calc(9px + (10 - 9) * (100vw - 320px) / 1600);
}
.button:after {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  min-width: 30px;
  height: 8px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  margin-left: 6px;
  background-position: center right;
  background-repeat: no-repeat;
}
.button:hover:after {
  width: 35px;
  margin-left: 11px;
}
.button:hover {
  color: #EC6500;
  border-color: #EC6500;
}
.button--white {
  color: #ffffff;
  border-color: #ffffff;
}
.button--orange {
  color: #ffffff;
  border-color: #EC6500;
  background-color: #EC6500;
}
.button--orange:after {
  background-image: url("/wp-content/uploads/2023/09/arrow_right_white.svg");
}
.button--orange:hover {
  color: #ffffff;
  background-color: #011742;
  border-color: #011742;
}
.button--orange:visited {
  color: #ffffff;
}
.button--short {
  border: 1px solid #EC6500;
  color: #ffffff;
  background-color: #EC6500;
  padding: calc(15px + (20 - 15) * (100vw - 320px) / 1600) !important;
  margin-top: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
  text-transform: uppercase;
  cursor: pointer;
  font-size: calc(9px + (10 - 9) * (100vw - 320px) / 1600);
  border-radius: 0;
}
.button--short:after {
  display: none;
}
.button--short:visited {
  color: #ffffff;
}
.button--short:hover {
  color: #EC6500;
  background-color: transparent;
}
.button--download {
  min-width: 145px;
}
.button--download:after {
  width: 11px !important;
  height: 10.5px;
  background-image: url("/wp-content/uploads/2024/01/download_icon.svg");
}
.button--download:hover:after {
  margin-left: 6px;
}

.button--hard {
  padding: 20px !important;
  border: 0.75px solid #011742 !important;
  background-color: transparent !important;
  color: #011742 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  position: relative !important;
  transition: all 0.3s ease-in-out !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}
.button--hard:after {
  content: "" !important;
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg") !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 8px !important;
  display: inline-block !important;
  transition: all 0.25s ease-in-out !important;
  margin-left: 6px !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}
.button--hard:hover:after {
  width: 35px !important;
}
.button--hard:hover {
  color: #EC6500 !important;
  border-color: #EC6500 !important;
}

.acf-fields > .acf-field {
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.acf-fields > .acf-field .select2-selection {
  border-radius: 0 !important;
}

.acf-table .acf-fields > .acf-field {
  padding: 1rem !important;
}

#breadcrumbs {
  margin-bottom: calc(30px + (50 - 30) * (100vw - 320px) / 1600) !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #011742;
}
#breadcrumbs > span {
  font-weight: 500;
}
#breadcrumbs > span > span {
  margin-left: 5px;
  margin-right: 6px;
}
#breadcrumbs > span > span a {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#breadcrumbs > span > span a:hover {
  opacity: 1;
}
#breadcrumbs > span > span:first-of-type {
  margin-left: 0;
}
#breadcrumbs > span > span.breadcrumb_last {
  margin-right: 0;
  opacity: 0.4;
}

.pagination {
  padding-top: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
  display: flex;
  justify-content: flex-end;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
	flex-wrap: wrap;
	row-gap: 5px;
}
.pagination .nav-links .page-numbers {
  margin-right: 5px;
  border: 0.75px solid #011742;
  padding: 2px 6px;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pagination .nav-links .page-numbers.current {
  opacity: 1;
}
.pagination .nav-links .page-numbers:hover {
  opacity: 1;
}
.pagination .next, .pagination .prev {
  width: 8px;
  height: 12px;
  display: inline-block;
  background-image: url("/wp-content/uploads/2023/09/arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
  padding: 0 !important;
}
.pagination .next {
  transform: rotate(270deg);
  margin-left: 5px;
  margin-right: 0;
}
.pagination .prev {
  transform: rotate(90deg);
  margin-right: 10px !important;
}

.description {
  margin-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}

.content__filtering-section {
  margin-bottom: calc(40px + (60 - 40) * (100vw - 320px) / 1600) !important;
}
.content__filtering-section h3 {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
}
.content__filtering-section p a {
  color: #EC6500;
}
.content__sidebar {
  flex-basis: 30%;
}
.content__sidebar--right{
	position: sticky;
    top: -1px;
    align-self: flex-start;
}
.content__sidebar_block {
  padding: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.content__sidebar_block:last-of-type {
  margin-bottom: 0;
}
.content__sidebar_title {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-bottom: 15px;
}
.content__sidebar_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.content__sidebar_item {
  border-bottom: 0.75px solid #011742;
}
.content__sidebar_item--flex {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.content__sidebar_item--flex .metric_name {
  max-width: 50%;
}
.content__sidebar_item--flex .metric_value {
  color: #EC6500;
  font-weight: 700;
  max-width: 50%;
  text-align: right;
}
.content__sidebar_item a {
  width: 100%;
  display: block;
  padding: 12px 30px 12px 0;
  position: relative;
}
.content__sidebar_item a:before {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
}
.content__sidebar_item:hover > a {
  color: #EC6500;
}
.content__sidebar_item:hover > a:before {
  right: 0;
}
.content__sidebar .content__sidebar_keywords .content__sidebar_list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.content__sidebar .content__sidebar_keywords .content__sidebar_list .content__sidebar_item {
  border: 0;
}
.content__sidebar .content__sidebar_keywords .content__sidebar_list .content__sidebar_item a {
  padding: 0;
  font-size: calc(9px + (10 - 9) * (100vw - 320px) / 1600);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.content__sidebar .content__sidebar_keywords .content__sidebar_list .content__sidebar_item a:before {
  display: none;
}
.content--right-sidebar {
  display: flex;
  gap: calc(10px + (60 - 10) * (100vw - 320px) / 1600) !important;
}

.content-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.content-nav__link {
  flex-basis: calc(50% - 10px);
  box-sizing: border-box;
}
.content-nav__item {
  border: 0.75px solid #011742;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
}
.content-nav__item:before {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
}
.content-nav__item:hover {
  border-color: #EC6500;
}
.content-nav__item:hover:before {
  right: 20px;
}
.content-nav__name {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / 1600);
  text-transform: none;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.content-nav__subname {
  margin: 0;
  font-size: calc(10px + (12 - 10) * (100vw - 320px) / 1600);
}

.also-section {
  display: flex;
  padding-top: calc(45px + (70 - 45) * (100vw - 320px) / 1600) !important;
  padding-bottom: calc(50px + (80 - 50) * (100vw - 320px) / 1600) !important;
}
.also-section__heading {
  flex-basis: calc(25% - 20px);
}
.also-section__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  align-items: center;
  gap: 20px;
  flex-basis: 75%;
}
.also-section__list li a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-right: calc(25px + (40 - 25) * (100vw - 320px) / 1600) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.also-section__list li a:hover {
  opacity: 1;
}
.also-section__list li:last-child a {
  margin-right: 0 !important;
}

.text-right {
  text-align: right;
}

.remaining {
  padding-top: 1.5em;
}

/***
HEADER
*/
.site-header {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
.site-header .custom-logo {
  max-width: 210px;
}
.site-header .site-branding {
  flex-basis: 30%;
}
.site-header .custom_nav {
  flex-basis: 70%;
}
.site-header .custom_nav .upper_bar {
  display: flex;
  justify-content: space-between;
}
.site-header .custom_nav .upper_menu {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #EC6500;
  text-transform: uppercase;
}
.site-header .custom_nav .upper_menu a {
  color: #011742;
  text-decoration: none;
}
.site-header .custom_nav .upper_menu > li {
  margin-right: 24px;
}
.site-header .custom_nav .upper_menu > li:last-child {
  margin-right: 0;
}
.site-header .custom_nav .upper_menu .login a {
  font-size: 9px;
  font-weight: 500;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 70px;
  line-height: 1;
}
.site-header .custom_nav .upper_menu .login img {
  max-height: 14px;
  margin-right: 5px;
}
.site-header .custom_nav .upper_menu .lang .wpml-ls-legacy-dropdown {
  width: auto;
  max-width: none;
}
.site-header .custom_nav .upper_menu .lang .wpml-ls-legacy-dropdown:hover a {
  background-color: #ffffff;
}
.site-header .custom_nav .upper_menu .lang .wpml-ls-legacy-dropdown a {
  padding: 0 15px 0 0;
  font-weight: 500;
  border: 0;
  color: #011742;
  font-size: 12px;
}
.site-header .custom_nav .upper_menu .lang .wpml-ls-legacy-dropdown a:hover {
  background-color: #ffffff;
}
.site-header .custom_nav .upper_menu .lang .wpml-ls-legacy-dropdown a::after {
  right: 0;
  width: 9px;
  height: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2023/09/arrow_down.svg");
  border: 0;
}
.site-header .custom_nav .upper_menu .accessibility {
  display: flex;
  align-items: center;
}
.site-header .custom_nav .upper_menu .accessibility_icon {
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2023/09/accessibility.svg");
  margin-right: 7px;
}
.site-header .custom_nav .upper_menu .accessibility ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.site-header .custom_nav .upper_menu .accessibility ul li {
  line-height: 1;
}
.site-header .custom_nav .upper_menu .accessibility ul button {
  padding: 0;
  border: 0;
  background: transparent;
}
.site-header .custom_nav .upper_menu .accessibility ul button .offscreen {
  display: none;
}
.site-header .custom_nav .upper_menu .accessibility ul button .aticon {
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.site-header .custom_nav .upper_menu .accessibility ul button .aticon::before {
  display: none;
}
.site-header .custom_nav .upper_menu .accessibility ul button .aticon-adjust {
  width: 11px;
  height: 11px;
  background-image: url("/wp-content/uploads/2023/09/contrast.svg");
  margin-right: 7px;
}
.site-header .custom_nav .upper_menu .accessibility ul button .aticon-font {
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/uploads/2023/09/adjust_font.svg");
}
.site-header .custom_nav .upper_menu .bip img {
  vertical-align: sub;
}
.site-header .custom_nav #site-navigation {
  position: relative;
}
.site-header .custom_nav #primary-menu {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
.site-header .custom_nav #primary-menu > li {
  position: static;
  padding: 20px 22px;
  cursor: pointer;
}
.site-header .custom_nav #primary-menu > li:hover > a {
  color: #EC6500;
}
.site-header .custom_nav #primary-menu > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #011742;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: 0;
}
.site-header .custom_nav #primary-menu > li.active > a {
  color: #EC6500;
}
.site-header .custom_nav #primary-menu > li.current-menu-item > a {
  color: #EC6500;
}
.site-header .custom_nav #primary-menu > li:first-of-type {
  padding-left: 0;
}
.site-header .custom_nav #primary-menu > li:last-of-type {
  padding-right: 0;
}
.site-header .custom_nav .submenu_container {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 20px 50px 40px 50px;
  background-color: #f6f6f6;
  display: none;
}
.site-header .custom_nav .submenu_container .menu {
  display: flex;
  flex-direction: column;
  width: 40%;
  position: relative;
}
.site-header .custom_nav .submenu_container .menu a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.site-header .custom_nav .submenu_container .menu a:hover {
  color: #EC6500;
}
.site-header .custom_nav .submenu_container .menu > li {
  position: static;
}
.site-header .custom_nav .submenu_container .menu > li > a {
  width: 100%;
  padding: 12px 0;
  border-bottom: 0.75px solid #011742;
}
.site-header .custom_nav .submenu_container .menu > li.menu-item-has-children > a {
  position: relative;
  padding-right: 45px;
}
.site-header .custom_nav .submenu_container .menu > li.menu-item-has-children > a:before {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
}
.site-header .custom_nav .submenu_container .menu > li:hover > a {
  color: #EC6500;
}
.site-header .custom_nav .submenu_container .menu > li:hover > a:before {
  right: 0;
}
.site-header .custom_nav .submenu_container .menu > li .sub-menu {
  padding: 12px 0 12px 50px;
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: none;
  display: block;
  opacity: 0;
  pointer-events: none;
  min-height: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.site-header .custom_nav .submenu_container .menu > li .sub-menu > li {
  margin-bottom: 7px;
}
.site-header .custom_nav .submenu_container .menu > li .sub-menu > li a {
  font-size: 12px;
  max-width: 180px;
}
.site-header .custom_nav .submenu_container .menu > li .sub-menu__long {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.site-header .custom_nav .submenu_container .menu > li:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
.site-header .custom_nav #mobile-navigation {
  text-align: right;
}
.site-header .custom_nav #mobile-navigation .mobile-menu-toggle {
  border: 0;
  background-color: #f6f6f6;
  padding: 10px;
  color: #EC6500;
  border-radius: 0;
}
.site-header .custom_nav #mobile-navigation .mobile-menu-toggle .dashicons {
  height: 30px;
  width: 30px;
  font-size: 30px;
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile {
  position: fixed;
  top: 130px;
  padding: 40px 20px 20px 20px;
  background-color: #f6f6f6;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile.to_show {
  display: block !important;
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile .go-back {
  position: fixed;
  top: 150px;
  left: 20px;
  z-index: 999;
  color: #011742;
  opacity: 0.7;
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile .menu {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile .menu > li {
  text-align: left;
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile .menu > li a {
  display: block;
  position: relative;
  padding: 10px 45px 10px 10px;
  border-bottom: 0.75px solid #011742;
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile .menu > li a:before {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
}
.site-header .custom_nav #mobile-navigation .submenu_container_mobile .sub-menu {
  display: none;
}

/***
HOMEPAGE
*/
.home-top {
  padding: 50px;
  background-image: url("/wp-content/uploads/2023/09/home_top.webp");
  background-size: cover;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider_field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 20;
  left: 2.5%;
  top: 0;
  bottom: 0;
  margin: 30px 0;
}
@media all and (min-width: 1200px) {
  .slider_field {
    left: calc((100vw - 1200px) / 2);
  }
}
.slider_field h2 {
  font-size: calc(26px + (100 - 26) * (100vw - 320px) / 1600);
  margin-bottom: calc(20px + (70 - 20) * (100vw - 320px) / 1600) !important;
  color: #ffffff;
  max-width: 70%;
}
@media all and (min-width: 700px) {
  .slider_field h2 {
    max-width: 18ch;
  }
}

.swiper {
  aspect-ratio: 2.6/1;
}
.swiper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(90deg, #011742 0%, #011742 60%, transparent 100%);
  z-index: 3;
  opacity: 0.7;
  pointer-events: none;
}
.swiper img {
  aspect-ratio: 2.6/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #EC6500;
}

@media all and (min-width: 981px) {
  .swiper-pagination {
    bottom: 30px !important;
  }
}
@media all and (max-width: 800px) {
  .swiper {
    aspect-ratio: 1.75/1;
  }
  .swiper img {
    aspect-ratio: 1.75/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.event-tile {
  padding: calc(20px + (40 - 20) * (100vw - 320px) / 1600) !important;
  display: inline-block;
  max-width: 470px;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.event-tile__date {
  position: absolute;
  right: 25px;
  top: 25px;
  text-align: center;
  padding: 10px;
  background-color: #EC6500;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  min-width: 50px;
}
.event-tile__date--empty {
  display: none;
}
.event-tile__month {
  text-transform: lowercase;
}
.event-tile.div1 {
  padding: 0 !important;
}
.event-tile__with-image {
  padding: 0 !important;
}
.event-tile__image {
  height: calc(50% + 10px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 0.75px solid #011742;
  aspect-ratio: 1;
}
.event-tile__wrapper {
  padding: calc(20px + (40 - 20) * (100vw - 320px) / 1600) !important;
}
.event-tile--border {
  border: 0.75px solid #011742;
}
.event-tile__title h2, .event-tile__title h3 {
  margin-bottom: 16px;
}
.event-tile__category {
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 0.75px;
}
.event-tile__category a {
  color: #011742;
  text-decoration: none;
}
.event-tile__lab-list {
  margin-top: -15px;
  display: flex;
  flex-direction: column;
}
.event-tile__lab-list a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.event-tile__lab-list a:hover {
  color: #EC6500;
}
.event-tile__excerpt {
  margin: 0;
  margin-bottom: calc(30px + (50 - 30) * (100vw - 320px) / 1600) !important;
}
.event-tile__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-tile__buttons .share-button__link img {
  width: 22px;
  height: auto;
}

.heading-section {
  display: flex;
  padding-top: calc(50px + (70 - 50) * (100vw - 320px) / 1600) !important;
  padding-bottom: calc(50px + (70 - 50) * (100vw - 320px) / 1600) !important;
}
.heading-section__heading {
  flex-basis: 25%;
}
.heading-section__heading--half {
  flex-basis: 50% !important;
}
.heading-section__subcategories {
  flex-basis: 75%;
}
.heading-section__subcategory-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
  align-items: center;
}
.heading-section__subcategory {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-right: calc(30px + (70 - 30) * (100vw - 320px) / 1600) !important;
}
.heading-section__subcategory[data-order="1"] {
  order: -1;
}
.heading-section__subcategory.active {
  opacity: 1;
}
.heading-section__subcategory:hover {
  opacity: 1;
}
.heading-section__subcategory:last-of-type {
  margin-right: 0 !important;
}

.home-news .category-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr) auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.home-news .category-section .div1 {
  grid-area: 1/1/3/2;
}
.home-news .category-section .div2 {
  grid-area: 1/2/2/3;
}
.home-news .category-section .div3 {
  grid-area: 1/3/2/4;
}
.home-news .category-section .div4 {
  grid-area: 2/2/3/3;
}
.home-news .category-section .div5 {
  grid-area: 2/3/3/4;
}
.home-news .category-section__button-container {
  grid-area: 3/1/4/4;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.home-news .category-section__button {
  float: right;
  margin-right: 5px;
  display: block;
}
.home-news .category-section__button:hover {
  margin-right: 0;
}

.home-events .category-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.home-events .category-section .div1 {
  grid-area: 1/1/2/2;
}
.home-events .category-section .div2 {
  grid-area: 1/2/2/3;
}
.home-events .category-section .div3 {
  grid-area: 1/3/2/4;
}
.home-events .category-section__button-container {
  grid-area: 2/1/3/4;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}
.home-events .category-section__button {
  display: block;
  float: right;
  margin-right: 5px;
}
.home-events .category-section__button:hover {
  margin-right: 0;
}

.page-title {
  margin-bottom: 15px;
}

.archive .subpage-top {
  margin-bottom: calc(30px + (50 - 30) * (100vw - 320px) / 1600) !important;
  position: relative;
  padding: 50px;
}
.archive .subpage-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.archive .subpage-top .event-tile {
  max-width: 384px;
}
.archive .subpage-top .event-tile__title {
  display: block;
  max-width: calc(100% - 50px);
}

.category-tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.category-tiles .event-tile {
  flex-basis: calc((100% - 40px) / 3);
}
.category-tiles--archive .event-tile {
  flex-basis: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-tiles--archive .event-tile__excerpt {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}

.single-wrapper {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.single-sidebar {
  flex-basis: 30%;
  padding: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
  background-color: #f6f6f6;
  position: sticky;
  top: -1px;
}
.single-sidebar__title {
  font-weight: 400;
  margin-bottom: 15px;
}
.single-sidebar__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-sidebar__item.active a {
  color: #EC6500;
}
.single-sidebar__item-link {
  width: 100%;
  display: block;
  padding: 12px 45px 12px 0;
  border-bottom: 0.75px solid #011742;
  position: relative;
}
.single-sidebar__item-link:before {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 10px;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
}
.single-sidebar__item:hover > a {
  color: #EC6500;
}
.single-sidebar__item:hover > a:before {
  right: 0;
}
.single-content {
  flex-basis: calc(70% - 50px);
}
.single-content__image {
  position: relative;
}
.single-content__meta {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  text-transform: uppercase;
}
.single-content__meta--posted {
  display: none;
}
.single-content P {
  margin-top: 0;
}
.single-content P:last-of-type {
  margin-bottom: 0;
}
.single-content P a {
  color: #EC6500;
}

.single #primary .event__date {
  display: none;
}
.single #primary.nadchodzace-wydarzenia .event__date, .single #primary.wydarzenia-archiwalne .event__date, .single #primary.wydarzenia .event__date {
  display: block;
}

.content__main {
  width: 65%;
}
.content__author_top {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}
.content__author_img {
  max-width: 250px;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.content__author_name {
  margin-bottom: 10px;
  font-size: calc(22px + (26 - 22) * (100vw - 320px) / 1600);
}
.content__author_subname {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: calc(20px + (25 - 20) * (100vw - 320px) / 1600) !important;
}
.content__author_desc {
  flex-grow: 1;
}
.content__author_info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.content__author_blurb {
  flex-basis: calc(50% - 5px);
  margin-bottom: 7px;
}
.content__author_blurb--icon {
  margin-right: 7px;
}
.content .author_main-desc {
  margin-bottom: calc(50px + (70 - 50) * (100vw - 320px) / 1600) !important;
}

.authors-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.authors-list .author {
  flex-basis: calc(50% - 10px);
  position: relative;
  border: 0.75px solid #011742;
}
.authors-list .author:before {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 40px;
  bottom: 40px;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.authors-list .author:hover {
  border-color: #EC6500;
}
.authors-list .author:hover::before {
  right: 30px;
}
.authors-list .author--fullwidth {
  flex-basis: 100%;
}
.authors-list .author--linkless:before {
  display: none;
}
.authors-list .author--linkless:hover {
  border-color: #011742 !important;
}

.author-card {
  padding: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}
.author-card--sidebar {
  padding: 0 !important;
}
.author-card__name {
  font-size: calc(18px + (22 - 18) * (100vw - 320px) / 1600);
  text-transform: none;
  font-weight: 500;
  margin-bottom: calc(10px + (15 - 10) * (100vw - 320px) / 1600) !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  letter-spacing: 0;
}
.author-card__name--with_position {
  margin-bottom: calc(2px + (5 - 2) * (100vw - 320px) / 1600) !important;
}
.author-card__name--sidebar {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / 1600);
  padding-bottom: calc(2px + (5 - 2) * (100vw - 320px) / 1600) !important;
}
.author-card__name:last-child {
  margin-bottom: 0 !important;
}
.author-card__position {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.author-card__affiliation {
  margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600) !important;
}
.author-card__affiliation--last {
  margin-bottom: 0 !important;
}
.author-card__icon {
  margin-right: 7px;
}

.users {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.user-card {
  flex-basis: calc(50% - 10px);
  box-sizing: border-box;
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / 1600) !important;
}
.user-card__img {
  max-width: 250px;
  width: 100%;
  display: block;
  margin-bottom: calc(20px + (40 - 20) * (100vw - 320px) / 1600) !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.user-card__name {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / 1600);
  margin-bottom: 5px;
}
.user-card__subname {
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / 1600);
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: calc(15px + (20 - 15) * (100vw - 320px) / 1600) !important;
}
.user-card--chief {
  flex-basis: 100% !important;
}
.user-card--chief .user-card__img {
  margin-left: 0;
}

.content__department_img {
  margin-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}

.heading-section--department {
  padding-top: 0 !important;
  padding-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
  gap: 50px;
}
.heading-section--department h2 {
  font-size: calc(22px + (26 - 22) * (100vw - 320px) / 1600);
  flex-basis: 35%;
}

.related-units .content-nav__item {
  padding-right: 60px;
}

.rewards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.reward {
  flex-basis: 100%;
  box-sizing: border-box;
  border: 0.75px solid #011742;
  padding: 30px;
}
.reward__name {
  font-size: calc(16px + (18 - 16) * (100vw - 320px) / 1600);
  text-transform: none;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.reward__owner {
  margin: 0;
  font-size: 14px;
}

.content__laboratory_img {
  margin-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}

.content__sidebar_person {
  font-size: 14px;
  font-weight: 500;
}
.content__sidebar_contact p:last-of-type {
  margin-bottom: 0;
}

.heading-section--laboratory {
  padding-top: 0 !important;
  padding-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
  gap: 50px;
}
.heading-section--laboratory h2 {
  font-size: calc(22px + (26 - 22) * (100vw - 320px) / 1600);
  flex-basis: 35%;
}

.files {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.files .file {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0.75px solid #011742;
  padding: calc(25px + (30 - 25) * (100vw - 320px) / 1600) !important;
}
.files .file__name {
  font-size: calc(20px + (22 - 20) * (100vw - 320px) / 1600);
  text-transform: none;
  margin-bottom: 3px;
  display: flex;
  align-items: baseline;
  line-height: 1.3em;
  letter-spacing: 0.25px;
}
.files .file__icon {
  max-width: 16px;
  margin-right: 10px;
}
.files .file__size {
  margin: 0;
  font-size: calc(9px + (10 - 9) * (100vw - 320px) / 1600);
  text-transform: uppercase;
  padding-left: 25px;
  letter-spacing: 0.5px;
}

.lab_equipment {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.equipment {
  border: 0.75px solid #011742;
  padding: calc(25px + (30 - 25) * (100vw - 320px) / 1600) !important;
}
.equipment__photo {
  margin-bottom: 10px;
}
.equipment__name {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: 0 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.equipment__name--with_position {
  margin-bottom: 5px;
}
.equipment__position {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.equipment.patents__item p {
  font-size: 12px;
}
.equipment h4 {
  letter-spacing: 1px;
}
.equipment a:hover h3 {
  color: #EC6500;
}
.equipment p {
  margin-top: 0;
}
.equipment .rewards {
  font-size: calc(15px + (16 - 15) * (100vw - 320px) / 1600);
  font-weight: 500;
}
.equipment.reward h4 {
  margin-bottom: 10px;
  opacity: 0.4;
}
.equipment.grant h4.label {
  margin-bottom: 10px;
  opacity: 0.4;
}
.equipment.grant .rewards {
  margin-bottom: 10px;
}

.ekn__img-wrapper {
  margin-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}
.ekn__heading {
  margin-bottom: calc(25px + (30 - 25) * (100vw - 320px) / 1600) !important;
}

.heading-section--history {
  padding-top: 0 !important;
  padding-bottom: calc(25px + (30 - 25) * (100vw - 320px) / 1600) !important;
  gap: 50px;
}
.heading-section--history h2 {
  font-size: calc(22px + (26 - 22) * (100vw - 320px) / 1600);
  flex-basis: 35%;
}

.history__img-wrapper {
  margin-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gallery__item {
  position: relative;
  box-sizing: border-box;
  flex-basis: calc(33% - 11px);
  aspect-ratio: 1;
}
.gallery__lightbox {
  height: 100%;
}
.gallery__img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.about__video {
  margin-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}
.about__heading {
  margin-bottom: calc(25px + (30 - 25) * (100vw - 320px) / 1600) !important;
}

.single-content__main {
  margin-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}

.navigation_page__links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.navigation_page__item {
  flex-basis: calc(50% - 10px);
  box-sizing: border-box;
  padding: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
  line-height: 1.3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  text-transform: none;
}
.navigation_page__item:hover:after {
  margin-right: -10px;
}

.heading-section--research_project {
  padding-top: 0 !important;
  padding-bottom: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
}
.heading-section--research_project .heading-section__heading {
  flex-basis: 35%;
  font-size: calc(22px + (26 - 22) * (100vw - 320px) / 1600);
}

.pop-article__author-box {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}
.pop-article__author {
  text-transform: none;
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.pop-article__bib {
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
  margin-block-end: 1em;
}

.lecturer {
  display: flex;
  gap: calc(20px + (50 - 20) * (100vw - 320px) / 1600) !important;
}
.lecturer__img {
  max-width: 20%;
  border-radius: 50%;
}
.lecturer__desc {
  width: 100%;
}
.lecturer__name {
  text-transform: none;
  font-size: calc(18px + (20 - 18) * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}

.journal__img {
  margin-bottom: calc(40px + (60 - 40) * (100vw - 320px) / 1600) !important;
}
.journal__heading {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}
.journal__description {
  margin-bottom: calc(35px + (50 - 35) * (100vw - 320px) / 1600) !important;
}

.intranet_login_page {
  display: flex;
  gap: 30px;
}

.intranet_form {
  border: 0.75px solid #011742;
  padding: calc(30px + (40 - 30) * (100vw - 320px) / 1600) !important;
  width: 50%;
}
.intranet_form h3 {
  margin-bottom: calc(20px + (30 - 20) * (100vw - 320px) / 1600) !important;
}
.intranet_form .login-username {
  margin-bottom: 12px;
}
.intranet_form .login-username input, .intranet_form .login-password input, .intranet_form #lostpasswordform input {
  width: 100%;
  border-radius: 0;
  padding: calc(5px + (10 - 5) * (100vw - 320px) / 1600) !important;
}
.intranet_form input {
  border: 0.75px solid #011742;
}

.content__filtering-section .heading-section--account {
  justify-content: space-between;
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
.content__filtering-section .heading-section__heading {
  flex-basis: 33%;
}
.content__filtering-section .category-section[data-category="Mój profil"] .acf-field-textarea {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.content__filtering-section .category-section[data-category="Mój profil"] .acf-field-textarea textarea {
  border-color: #011742;
  border-radius: 0;
  color: #011742;
  padding: 10px 14px;
}
.content__filtering-section .acf-field-submit-button {
  text-align: right;
  margin-top: 20px !important;
}
.content__filtering-section .acf-field-submit-button > .acf-input {
  display: inline-block;
}
.content__filtering-section .acf-field-submit-button > .acf-input .button {
  color: #ffffff;
  border-color: #EC6500;
  background-color: #EC6500;
}
.content__filtering-section .acf-field-submit-button > .acf-input .button:after {
  display: none;
}
.content__filtering-section .acf-field-submit-button > .acf-input .button:hover {
  color: #ffffff;
  background-color: #011742;
  border-color: #011742;
}
.content__filtering-section .acf-field-submit-button > .acf-input .button:visited {
  color: #ffffff;
}
.content__filtering-section .acf-repeater-add-row:after {
  display: none;
}
.content__filtering-section .acf-field .acf-label {
  font-weight: 400 !important;
  font-size: calc(15px + (16 - 15) * (100vw - 320px) / 1600);
}
.content__filtering-section .acf-repeater .acf-row .acf-field .acf-label {
  font-size: calc(13px + (14 - 13) * (100vw - 320px) / 1600);
}

.intranet_page .category-tiles--archive .event-tile {
  flex-basis: calc(50% - 10px);
}

.select2-results__option span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.select2-results .open, .select2-results .closed {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.75px;
  min-width: 70px;
}

.announcements_filters {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.announcements_filters__item {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.announcements_filters__item.active {
  opacity: 1;
}
.announcements .event-tile {
  flex-basis: 100% !important;
  max-width: 100%;
}

.council_members__heading {
  font-size: calc(20px + (26 - 20) * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: calc(15px + (30 - 15) * (100vw - 320px) / 1600) !important;
}

/***
STAFF
*/
.letters {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.row {
  display: flex;
  gap: 8px;
}

.letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0.75px solid #011742;
  font-size: 12px;
  color: #011742;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.letter:hover {
  border-color: #EC6500;
  color: #EC6500;
}

.letter.active {
  border-color: #EC6500;
  color: #EC6500;
}

.letters__filtering {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.letters__filtering .select2-container {
  width: 100% !important;
  margin-right: 10px;
}

.search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  flex-basis: 100%;
}

.search-input {
  border: 0.75px solid #011742;
  font-size: 16px;
  padding: 10px;
  width: 300px;
}

.search-button {
  border: 0.75px solid #011742;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.search-button img {
  width: 10px;
  height: 10px;
}

.select2-container--default .select2-selection--single {
  border: 0.75px solid #011742 !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #011742 !important;
  opacity: 0.75;
  font-size: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(1, 23, 66, 0.75) transparent transparent transparent !important;
}

/***
FOOTER
*/
.footer {
  background-color: #011742;
  color: #ffffff;
  font-weight: 300;
}
.footer a {
  color: #ffffff;
  display: block;
}
.footer a:visited {
  color: #ffffff;
}
.footer p {
  margin-top: 0;
  margin-bottom: 16px;
}
.footer h4 {
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  padding-left: calc(20px + (50 - 20) * (100vw - 320px) / 1600) !important;
  padding-right: calc(20px + (50 - 20) * (100vw - 320px) / 1600) !important;
  padding-top: calc(50px + (70 - 50) * (100vw - 320px) / 1600) !important;
  padding-bottom: calc(50px + (70 - 50) * (100vw - 320px) / 1600) !important;
}
.footer__logo > img {
  width: 280px;
  margin-bottom: 30px;
}
.footer__social-container {
  display: flex;
}
.footer__social-container a {
  display: block;
  margin-right: 25px;
}
.footer__social-container img {
  max-width: 27px;
  max-height: 22px;
  width: 100%;
}
.footer__social-container:last-of-type {
  margin-right: 0;
}
.footer__links p {
  margin-bottom: 20px;
}
.footer__links a {
  margin-bottom: 12px;
}
.footer__links a:last-of-type {
  margin-bottom: 0;
}
.footer__info {
  padding: 25px 0;
  border-top: 0.5px solid #EC6500;
}
.footer__info p {
  text-align: right;
  margin-bottom: 0;
}

.search_areas_header {
  display: flex;
  justify-content: space-between;
}

.speaker__head {
  display: flex;
  gap: 30px;
}
.speaker__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-width: 250px;
}
.speaker__affiliation {
  margin-top: 10px;
}

.cinbia .content {
  align-items: flex-start;
}
.cinbia .content .content__sidebar {
  position: sticky;
  top: -1px;
}

.habilitations-table {
  width: 100%;
  border-collapse: collapse;
}
.habilitations-table th, .habilitations-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.habilitations-table th {
  background-color: #f2f2f2;
  text-align: left;
}
.habilitations-table tr:nth-child(even) {
  background-color: #fafafa;
}
.habilitations-table th:nth-child(1), .habilitations-table td:nth-child(1) {
  width: 5%;
}
.habilitations-table th:nth-child(2), .habilitations-table td:nth-child(2) {
  width: 20%;
}
.habilitations-table th:nth-child(3), .habilitations-table td:nth-child(3) {
  width: 60%;
}
.habilitations-table th:nth-child(4), .habilitations-table td:nth-child(4) {
  width: 15%;
}

.lectures-table {
  width: 100%;
  border-collapse: collapse;
}
.lectures-table th, .lectures-table td {
  border: 1px solid #ddd;
  padding: 8px;
}
.lectures-table th {
  background-color: #f2f2f2;
  text-align: left;
}
.lectures-table tr:nth-child(even) {
  background-color: #fafafa;
}
.lectures-table th:nth-child(1), .lectures-table td:nth-child(1) {
  width: 5%;
}
.lectures-table th:nth-child(2), .lectures-table td:nth-child(2) {
  width: 25%;
}
.lectures-table th:nth-child(3), .lectures-table td:nth-child(3) {
  width: 45%;
}
.lectures-table th:nth-child(4), .lectures-table td:nth-child(4) {
  width: 15%;
}
.lectures-table th:nth-child(5), .lectures-table td:nth-child(5) {
  width: 10%;
}

.swp-result-item--info-container h2.entry-title {
  font-size: calc(20px + (24 - 20) * (100vw - 320px) / 1600);
  font-weight: 500;
}

.swp-grid .swp-result-item {
  padding: calc(20px + (40 - 20) * (100vw - 320px) / 1600) !important;
  border: 1px solid #011742;
}

main.site-main.swp-rp-main, main.wp-block-group.swp-rp-main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto !important;
}

.nav-links .next, .nav-links .prev {
  color: transparent !important;
}

.swp-input {
  border-radius: 0 !important;
  border-color: #011742 !important;
}

.swp-rp-main .page-title {
  font-weight: 500;
}
.swp-rp-main .swp-grid {
  grid-gap: 20px;
}
.swp-rp-main .pagination {
  margin-bottom: calc(60px + (90 - 60) * (100vw - 320px) / 1600) !important;
  padding-top: 10px !important;
}

.swp-result-item--button, .swp-button {
  padding: calc(18px + (20 - 18) * (100vw - 320px) / 1600) !important;
  border: 0.75px solid #011742;
  background-color: transparent;
  color: #011742;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400 !important;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-radius: 0 !important;
  font-size: calc(9px + (10 - 9) * (100vw - 320px) / 1600);
}
.swp-result-item--button:after, .swp-button:after {
  content: "";
  background-image: url("/wp-content/uploads/2023/09/arrow_right.svg");
  width: 30px;
  min-width: 30px;
  height: 8px;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  margin-left: 6px;
  background-position: center right;
  background-repeat: no-repeat;
}
.swp-result-item--button:hover:after, .swp-button:hover:after {
  width: 35px;
  margin-left: 11px;
}
.swp-result-item--button:hover, .swp-button:hover {
  color: #EC6500;
  border-color: #EC6500;
}

.swp-button {
  border: 0 !important;
  color: #ffffff !important;
  background-color: #EC6500 !important;
  min-width: 100px;
}
.swp-button:hover {
  background-color: #011742 !important;
}

@media all and (min-width: 1024px) {
  #mobile-navigation {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  #site-navigation, .also-section {
    display: none;
  }
  .upper_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
  }
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 100%;
    background-color: #ffffff;
    z-index: 98;
  }
  #masthead .menu-primary-container {
    position: fixed;
    top: 130px;
    background-color: #f6f6f6;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  #masthead .menu-primary-container #primary-menu {
    flex-direction: column;
    padding-left: 0;
    list-style-type: none;
  }
  #masthead .menu-primary-container #primary-menu > li {
    padding: 10px 22px 10px 10px;
    width: 100%;
    text-align: left;
    border-bottom: 0.75px solid #011742;
  }
  #masthead .menu-primary-container #primary-menu > li:first-of-type {
    padding-left: 10px;
  }
  body {
    margin-top: 140px !important;
  }
  .site-header {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  .site-header .custom_nav .upper_menu {
    padding: 8px 2.5% 8px 0;
  }
  .home-news .category-section, .home-events .category-section {
    display: flex;
    flex-direction: column;
  }
  .home-news .category-section .event-tile__image, .home-events .category-section .event-tile__image {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event-tile__image {
    aspect-ratio: 16/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .category-tiles {
    display: flex;
    flex-direction: column;
  }
  .heading-section {
    gap: 30px;
  }
  .event-tile, .subpage-top .event-tile {
    max-width: 100%;
  }
  .single-wrapper, .content--right-sidebar {
    flex-direction: column-reverse;
  }
  .single-sidebar {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .single-content, .content__main {
    flex-basis: 100%;
    width: 95%;
    margin: 0 auto;
  }
  .author .content--right-sidebar, .cinbia .content--right-sidebar, .journal .content--right-sidebar {
    flex-direction: column;
  }
  .author .content--right-sidebar .content__sidebar, .cinbia .content--right-sidebar .content__sidebar, .journal .content--right-sidebar .content__sidebar {
    margin-bottom: 30px;
    position: static;
    flex-basis: 100%;
    width: 100%;
  }
  .pagination {
    margin-bottom: 30px;
  }
  .footer__columns {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
  }
  .footer__columns .footer__column {
    flex-basis: 30%;
  }
}
@media all and (max-width: 481px) {
  .heading-section, .files .file, .letters__filtering, .content__author_top, .intranet_login_page {
    flex-direction: column;
  }
  .intranet_form {
    width: 100%;
  }
  .heading-section__subcategory-list {
    justify-content: space-between;
    gap: 20px;
  }
  .heading-section__subcategory-list .heading-section__subcategory {
    margin-right: 0 !important;
  }
  .files .file {
    align-items: stretch;
  }
  .file__icon {
    display: none;
  }
  .files .file__size {
    padding-left: 0;
  }
  .button--download {
    display: flex;
    justify-content: center;
  }
  .navigation_page__item, .user-card, .authors-list .author, .content-nav__link {
    flex-basis: 100%;
  }
  .footer__columns .footer__column {
    flex-basis: calc(50% - 15px);
  }
  .footer__social-container a:last-of-type {
    margin-right: 0;
  }
}