/*If no other comment, styles by BG*/

/*latest posts slider & general slider styles*/
.blog-featured-slider {
  opacity: 0;
  max-height: 505px;
  transition: opacity .3s;
}

.blog-featured-slider.slick-initialized {
opacity: 1;
max-height: unset;
overflow: unset;
}

.blog-featured-slider .slick-next:before,
.blog-featured-slider .slick-prev:before,
.ott-slider .slick-next:before,
.ott-slider .slick-prev:before,
.testimonials-slider .slick-next:before,
.testimonials-slider .slick-prev:before {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-with-bgr.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  height: 36px;
  width: 36px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  z-index: 1;
}

.blog-featured-slider .slick-next:before {
  right: -12px;
}

.blog-featured-slider .slick-prev:before {
  left: -12px;
}

.testimonials-slider .slick-arrow {
  width: 36px;
  height: 36px;
  top: calc(50% - 28px);
  transform: translateY(-50%);
}

.testimonials-slider .slick-arrow:before {
  top: 0;
  left: 0;
  transform: translateY(0);
}

.blog-featured-slider .slick-next:before,
.ott-slider .slick-next::before,
.testimonials-slider .slick-next:before {
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-with-bgr.svg");
}

.blog-featured-slider .slick-next,
.ott-slider .slick-next,
.testimonials-slider .slick-next {
  right: -8px;
  z-index: 1;
}

.blog-featured-slider .slick-prev:before,
.ott-slider .slick-prev::before,
.testimonials-slider .slick-prev::before {
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-left-with-bgr.svg");
}

.blog-featured-slider .slick-prev,
.ott-slider .slick-prev,
.testimonials-slider .slick-prev {
  left: -8px;
  z-index: 1;
}

.blog-featured-slider {
  padding: 64px 64px 67px 64px !important;
  background-color: #eff6ff;
  border-radius: 24px;
  position: relative;
  margin-bottom: 96px !important;
  justify-content: center;
  display: flex;
}

.ott-slider {
  position: relative;
  justify-content: center;
  display: flex;
}

.blog-featured-slider .slick-list.draggable,
.ott-slider .slick-list.draggable,
.testimonials-slider .slick-list.draggable {
  height: auto;
}

.blog-featured-slider .slick-dots,
.ott-slider .slick-dots {
  bottom: 32px;
  max-width: 1216px;
  width: max-content;
}

.slick-dots li button {
  box-shadow: none;
}

.blog-featured-slider .slick-dots li,
.ott-slider .slick-dots li,
.testimonials-slider .slick-dots li {
  width: 21px;
  height: 21px;
  margin: 0;
}

.blog-featured-slider .slick-dots li.slick-active button:before,
.blog-featured-slider .slick-dots li:hover button:before,
.ott-slider .slick-dots li.slick-active button:before,
.ott-slider .slick-dots li:hover button:before,
.testimonials-slider .slick-dots li.slick-active button:before,
.testimonials-slider .slick-dots li:hover button:before {
  color: #f04e23;
  opacity: 1;
  font-size: 8px;
}

.blog-featured-slider .slick-dots li button:before,
.ott-slider .slick-dots li button:before,
.testimonials-slider .slick-dots li button:before {
  color: #73839a;
  opacity: 1;
  font-size: 8px;
}

.blog-featured-slider article,
.testimonials-slider article {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}

.blog-featured-slider .post-thumbnail,
.blog-featured-slider .post-details {
  flex-basis: 50%;
}

.blog-featured-slider .post-thumbnail img,
.blog-featured-slider .post-thumbnail {
  aspect-ratio: 3 / 2;
}

.blog-featured-slider .post-tags,
.blog-featured-slider .post-date-reading-time {
  flex-basis: initial !important;
}

.blog-featured-slider .post-meta-row {
  justify-content: flex-start !important;
}

/*end slider*/

/*Blog styles*/

.blog-header {
  margin: 96px 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.blog-header h1 {
  margin-bottom: 16px;
  line-height: 4.5rem;
  text-transform: capitalize;
  color: var(--ast-global-color-1);
}

.blog-grid {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  row-gap: 96px;
  margin: 48px 0;
}

.blog-grid .post-title a {
  text-decoration: none;
}

.category-list-wrapper {
  text-align: center;
  margin: 20px 0 0 0;
  position: relative;
}

.category-toggle {
  display: none;
  background-color: #fff !important;
  color: #163156 !important;
  padding: 10px 14px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 1.125rem;
  border-radius: 32px;
  font-weight: 400;
  border-radius: 8px;
  border: 1px solid #d0d6dd;
  line-height: 1.75rem;
  font-size: 1.125rem;
  position: relative;
}

.category-toggle:hover {
  border: 1px solid #d0d6dd;
}

.category-toggle:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-chevron-down.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 24px;
  width: 24px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.category-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  gap: 16px;
}

.category-link {
  padding: 8px 16px;
  color: #163156 !important;
  line-height: 1.75rem;
  font-size: 1.125rem;
  border-radius: 32px;
  font-weight: 400;
  transition: all ease 0.2s;
}

.category-link.active {
  background-color: #fdede9;
  color: #c43f1c !important;
  font-weight: 700;
}

.category-link:hover {
  background-color: #eff6ff;
}

/*end blog styles*/

/*author archive styles*/
#author-page {
  margin-top: 96px;
  width: 100%;
}

#author-page > * {
  font-family: "Inter", Sans-serif;
}

.author-bio {
  padding: 48px;
  display: flex;
  gap: 48px;
  border-radius: 24px;
  background-color: #eff6ff;
  align-items: center;
}

.author-photo {
  flex-shrink: 0;
}

.author-bio .user-img {
  border-radius: 50%;
  width: 256px;
  height: 256px;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.author-name {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.75rem;
  letter-spacing: -0.72px;
  color: #163156;
  margin-bottom: 8px;
}

.author-name:hover {
  text-decoration: none;
}

.author-position {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  margin-bottom: 16px;
  color: #2e4667;
}

.author-linkedin {
  display: inline-block;
  margin-bottom: 24px;
  width: 36px;
}

.linkedin-icon {
  width: 36px;
  height: 36px;
}

.author-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #163156;
  margin-bottom: 0;
}

.author-grid {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  row-gap: 96px;
  margin: 96px 0;
}

/*end author styles*/

/*news archive styles*/
.read-more a.read-more-link {
  color: #2e4667;
  font-weight: 600;
  position: relative;
  text-decoration: none;
}

.read-more-link:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-orange-big.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}

.read-more:hover .read-more-link {
  color: #122745 !important;
}

.read-more:hover .read-more-link:after {
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-light-orange.svg");
}

.read-more-link:focus {
  color: #163156 !important;
}

.blog-grid.news .post-date-reading-time,
.blog-featured-slider.news .post-date-reading-time {
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 16px;
}

.blog-grid.news .post-title {
  margin-top: 24px;
}

/*end news*/

/*case studies*/
.blog-featured-slider.case-studies .post-title,
.blog-grid.case-studies .post-title,
.testimonials-slider .post-title {
  margin: 16px 0 24px 0;
}

.blog-featured-slider.case-studies .post-tags,
.blog-grid.case-studies .post-tags {
  margin-top: 24px;
}

/*videos, fundamentals & demo services*/
.blog-featured-slider.videos .post-thumbnail {
  aspect-ratio: 16 / 9;
}

.blog-featured-slider.videos .post-title,
.blog-grid.videos .post-title,
.blog-featured-slider.fundamentals .post-title,
.blog-grid.fundamentals .post-title,
.blog-featured-slider.demo-services .post-title,
.blog-grid.demo-services .post-title {
  margin: 16px 0;
}

.blog-grid.videos .post-tags,
.blog-grid.fundamentals .post-tags,
.blog-grid.thank-you-grid .post-title,
.blog-grid.demo-services .post-tags {
  margin-top: 24px;
}

/*white papers*/
.two-col-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 128px;
  align-items: center;
  margin-top: 96px;
  margin-bottom: 96px;
}

.info-col h1 {
  margin-bottom: 16px;
  line-height: 4.5rem;
  text-transform: capitalize;
}

.info-col {
  width: calc(50% - 64px);
}

.info-col p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.img-col {
  width: calc(50% - 64px);
}

.img-col .hero {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 430px;
  padding: 16px 0 43px 0;
}

.featured-section {
  margin-top: 48px;
  margin-bottom: 100px;
  padding: 64px;
  background-color: #eff6ff;
  border-radius: 24px;
}

.featured-section .custom-post-layout {
  width: 100%;
  flex-direction: row;
}

.featured-section article {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}

.featured-section .post-thumbnail,
.featured-section .post-details {
  flex-grow: 1;
  flex-basis: calc(100% / 2);
}

.featured-title {
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: -0.72px;
  margin-bottom: 48px;
}

.featured-post {
  position: relative;
  display: flex;
  /*remove after check*/
  flex-direction: column;
}

.featured-post .post-thumbnail {
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  justify-content: center;
  background: #e1eeff;
  padding: 48px;
  border: none;
}

.featured-post .post-thumbnail img {
  border-radius: 5px;
  object-fit: contain;
  aspect-ratio: unset;
  height: auto;
  max-height: 304px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.featured-section.white-papers .post-thumbnail {
  flex-basis: 30%;
  height: 400px;
}

.featured-section.white-papers .post-details {
  flex-basis: 70%;
}

.featured-section.white-papers .post-thumbnail img {
  object-fit: contain;
  width: 100%;
}

.featured-section.white-papers .post-thumbnail {
  display: flex;
}

.featured-post .post-title,
.two-col-grid.white-papers .post-title {
  margin: 16px 0;
}

.featured-section .post-excerpt {
  margin-bottom: 24px;
}

.featured-section .orange-btn {
  padding: 10px 44px 10px 16px;
  background-color: #f04e23;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  position: relative;
  border-radius: 32px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.btn-secondary a.wp-block-button__link {
  padding: 12px 46px 12px 20px;
  background-color: #f04e23;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  position: relative;
  border-radius: 32px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-color: #f04e23;
}

.featured-section .orange-btn:after,
.btn-secondary a.wp-block-button__link:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.featured-section .read-more:hover .orange-btn,
.btn-secondary a.wp-block-button__link:hover {
  background-color: #c43f1c !important;
  border-color: #c43f1c !important;
}

.featured-section .orange-btn:focus,
.btn-secondary a.wp-block-button__link:focus {
  background-color: #f04e23;
  outline: 4px solid #fdede9;
  border-color: #f04e23;
}

.two-col-grid {
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  row-gap: 96px;
  margin: 48px 0;
}

.two-col-grid .custom-post-layout {
  flex-direction: row;
  gap: 24px;
}

.two-col-grid .post-thumbnail {
  width: 40%;
}

.two-col-grid .post-details {
  width: 60%;
  justify-content: center;
}

.two-col-grid .post-thumbnail {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 350px;
  background: #e1eeff;
  border: none;
  padding: 38px 26px;
  aspect-ratio: unset;
}

.two-col-grid .post-thumbnail img {
  border-radius: 5px;
  aspect-ratio: unset;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.two-col-grid .post-tags {
  flex-basis: 0;
}

.two-col-grid .orange-btn,
.passed-events .orange-btn,
.webinars-on-demand .orange-btn {
  padding: 10px 44px 10px 16px;
  border: 1px solid #f04e23;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 32px;
  color: #163156;
  font-weight: 600;
  position: relative;
}

.two-col-grid .orange-btn:after,
.passed-events .orange-btn:after,
.webinars-on-demand .orange-btn:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-orange-big.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.two-col-grid .read-more:hover .orange-btn,
.passed-events .read-more:hover .orange-btn,
.webinars-on-demand .read-more:hover .orange-btn {
  border-color: #fdede9 !important;
  background-color: #fdede9;
}

.two-col-grid .orange-btn:focus,
.passed-events .orange-btn:focus,
.webinars-on-demand .orange-btn:focus {
  border-color: #f04e23;
  background-color: #fff;
  outline: 4px solid #fdede9;
}

/*events*/
.upcoming-events .post-thumbnail img {
  aspect-ratio: 3 / 2;
}

.upcoming-events .post-title,
.passed-events .post-title {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin-bottom: 0;
}

.upcoming-events .post-details,
.passed-events .post-details {
  gap: 16px;
}

.upcoming-events .post-tags,
.upcoming-events .post-title,
.upcoming-events .post-excerpt,
.passed-events .post-tags,
.passed-events .post-title,
.passed-events .post-excerpt {
  margin-bottom: 0;
}

.event-details {
  display: flex;
  gap: 8px;
  flex-direction: column;
  font-size: 16px;
}

.event-details .dates,
.event-details .location {
  font-weight: 700;
}

.event-details img {
  padding: 8px;
  background-color: #e8f7f6;
  mix-blend-mode: multiply;
  border-radius: 64px;
  margin-right: 12px;
  width: 32px;
  height: 32px;
}

.blog-grid.passed-events {
  gap: 64px;
}

.blog-grid.passed-events .custom-post-layout {
  width: 100%;
  flex-direction: row;
  gap: 48px;
}

.passed-events .post-thumbnail,
.passed-events .post-details {
  flex-grow: 1;
  flex-basis: calc(100% / 2);
  justify-content: center;
}

.passed-events .post-tags {
  flex-basis: unset;
}

/*end*/

/*webinars*/

.upcoming-webinars .post-title,
.upcoming-webinars .event-details {
  margin-bottom: 16px;
}

.upcoming-webinars .post-authors {
  margin-bottom: 24px;
}

/* .webinars-on-demand .post-thumbnail img,
.upcoming-webinars .post-thumbnail img {
  aspect-ratio: unset;
} */

.webinars-on-demand .post-title {
  margin: 24px 0 16px 0;
}

.webinars-on-demand .post-excerpt {
  margin-bottom: 24px;
}

/*simple grid with img, title, excerpt*/
.blog-grid.simple h3 {
  margin-top: 24px;
}

/*publlications archive*/
.blog-grid.publications {
  gap: 24px;
}

.publication-info,
.publication-authors,
.publication-year {
  display: inline;
}

.publication-authors span {
  margin-right: 4px;
}

.blog-grid.publications .custom-post-layout {
  width: 100%;
  flex-direction: row;
  background-color: rgba(245, 245, 246, 0.75);
  border-radius: 8px;
  padding: 16px 42px 16px 16px !important;
  gap: 128px;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}

.blog-grid.publications .post-details {
  flex-basis: calc(100% - 150px);
}

.blog-grid.publications .post-meta-row {
  margin-top: 0;
}

.blog-grid.publications .post-title {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.blog-grid.publications .read-more {
  width: 150px;
}

/*Jobs archive, BG*/

/*jobs search, BG*/
.jobs-search-section {
  border-radius: 16px;
  background-color: #eff6ff;
  padding: 32px;
  margin: 64px auto;
}

#job_categories_filter {
  display: flex;
}

.careers-filter .field-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--ast-global-color-1);
}

.careers-filter input,
.careers-filter .btn.dropdown-toggle {
  padding: 10px 14px 10px 42px;
  border-radius: 8px;
  border: 1px solid #d0d6dd;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  height: 44px;
  background-color: #fff;
}

.careers-filter .show .btn.dropdown-toggle {
  background-color: #fff;
}

.careers-filter .dropdown-menu {
  margin: 0 !important;
}

.careers-filter .dropdown-menu.show {
  top: 8px !important;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
    0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  border-radius: 8px;
  border: none;
  min-width: 100%;
  max-width: 100%;
}

.careers-filter .dropdown-menu li {
  margin-bottom: 0 !important;
}

.careers-filter .dropdown-menu a {
  justify-content: flex-start;
}

.careers-filter .dropdown-menu a.selected,
.careers-filter .dropdown-menu a:hover,
.careers-filter .dropdown-menu a:active {
  background-color: #eff6ff;
}

.careers-filter .dropdown-item {
  padding: 0;
  color: #2e4667;
}

.careers-filter .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin: 0;
  padding: 10px 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  white-space: normal;
}

.careers-filter input::placeholder,
.filter-option-inner-inner {
  color: #2e4667;
  width: calc(100% - 25px);
}

.category-field .field-title,
.location-field .field-title {
  width: 100%;
}

.search-field {
  padding: 0 !important;
}

.category-field {
  padding: 0 12px 0 24px !important;
}

.location-field {
  padding: 0 24px 0 12px !important;
}

.category-field .bootstrap-select,
.location-field .bootstrap-select {
  width: 100% !important;
}

.search-field:after,
.category-field .dropdown:after,
.location-field .dropdown:after {
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  margin: 0 !important;
  width: 20px !important;
  height: 20px !important;
  content: "";
  bottom: 12px;
}

.search-field:after {
  background-image: url("/wp-content/uploads/2024/08/ontotext-search-darkblue.svg");
}

.category-field .dropdown:after {
  background-image: url("/wp-content/uploads/2024/08/ontotext-tag-darkblue.svg");
}

.location-field .dropdown:after {
  background-image: url("/wp-content/uploads/2024/08/ontotext-location-darkblue.svg");
}

.dropdown-toggle::after {
  border: none !important;
  background-image: url("/wp-content/uploads/2024/06/ontotext-chevron-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  margin: 0 !important;
  width: 24px !important;
  height: 24px !important;
}

.careers-filter li.selected:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-check-orange.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}

.careers-filter .bootstrap-select .bs-ok-default:after {
  content: none !important;
}

.careers-filter .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: 0px 1px 2px 0px rgba(22, 49, 86, 0.05),
    0px 0px 0px 4px rgba(22, 49, 86, 0.15);
}

.filters-apply-btn {
  padding: 0 !important;
  margin-top: auto;
}

.filters-apply-btn .btn-filter {
  padding: 10px 46px 10px 18px;
  position: relative;
  background-color: #163156;
  border: 1px solid #163156;
  color: #fff;
  border-radius: 32px;
  align-items: flex-end;
  display: flex;
}

.filters-apply-btn .btn-filter:hover {
  background-color: #122745;
}

.filters-apply-btn .btn-filter:focus {
  box-shadow: 0px 1px 2px 0px rgba(22, 49, 86, 0.05),
    0px 0px 0px 4px rgba(22, 49, 86, 0.15);
}

.filters-apply-btn .btn-filter:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/ontotext-arrow-right-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

/*end search*/
.page-template-taxonomy-job_positions {
  font-family: "Inter", sans-serif;
}

.page-template-taxonomy-job_positions a:not(.wp-block-button__link),
.page-template-taxonomy-job_positions:hover {
  text-decoration: none !important;
  color: var(--ast-global-color-1) !important;
}

.page-template-taxonomy-job_positions a {
  text-decoration: none !important;
}

.job-ad-cta h2 {
  font-family: "Gelasio", serif !important;
  color: var(--ast-global-color-1) !important;
}

.careers-header p {
  color: var(--ast-global-color-1);
  margin-bottom: 0;
}

.blog-header.careers-header {
  margin-bottom: 0;
}

.blog-header.careers-header .page-title {
  font-size: 3.75rem;
  line-height: 4.5rem !important;
  font-family: "Gelasio";
  font-weight: 500;
}

.blog-grid.jobs {
  gap: 32px;
  row-gap: 32px;
  margin: 64px 0;
}

.jobs .post-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #d0d6dd;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
}

.jobs .post-card a {
  text-decoration: none;
}

.jobs .post-category {
  position: initial;
  margin-bottom: 16px;
}

.jobs .post-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-family: "Gelasio", serif;
}

.jobs .post-meta-row {
  margin: 24px 0;
  justify-content: flex-start;
  gap: 48px;
  flex-direction: row;
}

.jobs .contract-type,
.jobs .job-locations {
  display: flex;
  gap: 12px;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.jobs .contract-type img,
.jobs .job-locations img {
  padding: 8px;
  background-color: #e8f7f6;
  border-radius: 64px;
  width: 32px;
  height: 32px;
}

.jobs .location-info,
.jobs .type {
  display: flex;
  flex-direction: column;
  color: #163156;
}

.jobs .info-list {
  font-weight: 600;
}

.view-all-button {
  height: 40px;
}

.jobs-all.view-all-button a {
  background-color: #163156;
  border: 1px solid #163156;
  color: #fff;
}

.jobs-all.view-all-button a:hover {
  background-color: #122745;
}

.jobs-all.view-all-button a:focus {
  box-shadow: 0px 1px 2px 0px rgba(22, 49, 86, 0.05),
    0px 0px 0px 4px rgba(22, 49, 86, 0.15);
}

.open-positions .pagination {
  justify-content: center;
}

/*Research projects archive*/
.research-projects-descr {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 24px;
  background-color: #eff6ff;
  border-radius: 16px;
  text-align: left;
  margin-top: 32px;
}

.technologies-section {
  margin: 128px 0;
}

.technologies-section h2,
.industries-section h2 {
  text-align: center;
  margin-bottom: 32px;
}

.technologies-grid,
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.technology-box {
  padding: 16px 24px;
  background-color: #fdede9;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}

.technology-box img {
  width: 48px;
  height: 48px;
}

.technology-box h3,
.industry-box h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}

.industries-section {
  margin-bottom: 96px;
}

.industry-box {
  padding: 32px;
  background-color: #e8f7f6;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.industry-box img {
  width: 64px;
  height: 64px;
}

.projects-section-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #eff6ff;
  padding-top: 96px;
  padding-bottom: 128px;
  box-sizing: border-box;
}

.projects-section {
  text-align: center;
  max-width: 1340px;
  margin: auto;
  padding: 0 20px;
}

.projects-descr {
  margin: 8px auto 48px auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.projects-tab-paragraph {
  width: 70%;
  margin: auto;
}

/*tabs*/
.projects-timeline-tabs {
  position: relative;
  text-align: center;
}

.projects-tabs {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -62px;
  width: 100%;
}

.tab-button {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 1.875rem;
  border: none;
  background-color: #e8eaee;
  border-radius: 16px 16px 0 0;
  padding: 16px;
  width: 340px;
  margin: 0 8px;
  color: #2e4667;
  font-weight: normal;
}

.tab-button.active {
  background-color: #fff;
  color: #163156;
  font-weight: 600;
}

.tab-content {
  display: none;
  padding: 20px 0;
}

.tab-content.active {
  display: block;
}

.projects-grid {
  margin: 64px 0;
}

.blog-grid.research-projects {
  gap: 32px;
}

.blog-grid.research-projects .custom-post-layout {
  width: calc(34% - 30px);
  padding: 24px !important;
  border: 1px solid #d0d6dd !important;
  gap: 24px;
  border-radius: 16px;
}

.blog-grid.research-projects .post-thumbnail {
  border: none;
  min-height: 200px;
  max-width: 100%;
}

.blog-grid.research-projects .post-thumbnail img {
  aspect-ratio: unset;
  height: 100%;
  border-radius: 16px;
  max-width: 100%;
  object-fit: contain;
}

.research-projects .post-details {
  justify-content: space-between;
  height: 100%;
}

.research-projects .post-meta-info {
  display: flex;
  justify-content: space-between;
}

.research-projects .status-category {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding: 4px 12px;
  color: #c43f1c;
  background-color: #fdede9;
  border-radius: 16px;
}

.post-meta-info p {
  margin: 0;
}

.project-dates,
.research-projects .post-title {
  text-align: left;
}

.research-projects .post-title {
  margin: 8px 0 16px 0;
}

.research-projects .post-title a,
.research-projects .read-more a {
  text-decoration: none !important;
}

.research-projects .project-dates {
  display: flex;
  gap: 24px;
}

.research-projects .project-dates span {
  line-height: 1.5rem;
  font-weight: 600;
}

.research-projects .read-more {
  margin-top: auto;
}

/*Latest 3 posts*/
.latest-3-posts .news {
  gap: 32px;
  margin-bottom: 60px;
}

.latest-3-posts .custom-post-layout {
  width: calc(32% - 16px);
}

.latest-3-posts .view-all-button a {
  background-color: #163156;
  border: 1px solid #163156;
  color: #fff;
}

.latest-3-posts .view-all-button a:hover {
  background-color: #122745;
}

.latest-3-posts .view-all-button a:focus {
  box-shadow: 0px 1px 2px 0px rgba(22, 49, 86, 0.05),
    0px 0px 0px 4px rgba(22, 49, 86, 0.15);
}

@media screen and (max-width: 768px) {
  .latest-3-posts .news {
    gap: 48px;
  }

  .latest-3-posts .custom-post-layout {
    width: 100%;
  }

  .no-wrap {
    flex-wrap: nowrap !important;
  }
}

/*common styles*/
.custom-post-layout {
  display: flex;
  flex-direction: column;
  width: calc(50% - 32px);
  box-sizing: border-box;
  padding: 0 !important;
  border-bottom: 0 !important;
  margin-bottom: 0;
}

.post-thumbnail {
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #e8eaee;
  display: flex;
  align-items: center;
  aspect-ratio: 16 / 9;
  justify-content: center;
}

.post-thumbnail img {
  width: 100%;
  border-radius: 16px;
  object-fit: contain;
  aspect-ratio: 16 / 9;
}

/* Target only Firefox */
@-moz-document url-prefix() {
  .post-thumbnail img[src$=".svg"] {
      min-height: 11rem; /* Minimal height to trigger visibility in Firefox */
  }
}

.post-category {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.category-item {
  border-radius: 16px;
  background-color: #eff6ff;
  padding: 4px 12px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #163156 !important;
  position: relative;
}

.posts-grid-3 .post-category {
  top: 16px;
  left: 16px;
}

/* .category-item:hover {
    padding: 4px 22px 4px 8px;
    text-decoration: none;
}

.category-item:hover:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/06/ontotext-arrow-right-blue.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    height: 12px;
    width: 12px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
} */

.post-details {
  display: flex;
  flex-direction: column;
}

.post-meta-row {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  color: #666;
  gap: 16px;
}

.post-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-basis: 63%;
  row-gap: 12px;
}

.tag-item {
  color: #c43f1c !important;
  background-color: #fdede9;
  border-radius: 16px;
  padding: 2px 8px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  max-height: 22px;
  position: relative;
}

.tag-item a {
  color: #c43f1c;
}

/* .tag-item:hover {
    padding: 2px 22px 2px 8px;
    text-decoration: none;
}

.tag-item:hover:after {
    content: '';
    background-image: url('/wp-content/uploads/2024/06/ontotext-arrow-right-orange-big.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    height: 12px;
    width: 12px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
} */

.post-date-reading-time {
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #163156;
  flex-basis: 37%;
  justify-content: flex-end;
}

.post-date-reading-time > * {
  position: relative;
}

.post-date-reading-time > *:not(:last-child)::after {
  content: "•";
  position: absolute;
  right: -14px;
  font-size: 14px;
  color: #f04e23;
}

.post-date {
  margin-right: 22px;
}

.post-title {
  margin-bottom: 8px;
  font-size: 1.5rem;
  line-height: 32px;
}

.post-title a,
.post-category a {
  color: #163156;
}

.post-excerpt {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #163156;
}

.post-excerpt p {
  margin-bottom: 0;
}

.read-more {
  width: fit-content;
  border-radius: 32px;
}

.post-authors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #163156;
  gap: 16px;
}

.post-authors img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.author-list {
  display: flex;
  align-items: center;
}

.speakers {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 32px;
  margin-bottom: 24px;
}

.speakers-list {
  flex-direction: row;
  display: flex;
  gap: 16px;
}

.speaker-image img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
}

.speaker-name a,
.speaker-name {
  color: #163156;
  font-weight: 600;
}

.speaker-position {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.blog-pagination {
  text-align: center;
  margin-bottom: 96px;
}

.blog-pagination > * {
  font-size: 14px;
  line-height: 18px;
  font-family: "Inter", sans-serif;
  vertical-align: middle !important;
}

.blog-pagination .prev {
  color: #2e4667 !important;
  font-weight: 600;
  position: relative;
  width: auto !important;
  padding-right: 20px !important;
}

.blog-pagination .prev:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-orange-big.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 18px;
  width: 18px;
  display: inline-block;
  left: -16px;
  transform: rotate(180deg);
  transition: left ease-in-out 0.3s;
}

.blog-pagination .prev:hover:after {
  left: -12px;
}

.blog-pagination .next {
  color: #2e4667 !important;
  font-weight: 600;
  position: relative;
  width: auto !important;
  padding-left: 20px !important;
}

.blog-pagination .next:after {
  content: "";
  background-image: url("/wp-content/uploads/2024/06/ontotext-arrow-right-orange-big.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  transition: right ease-in-out 0.3s;
}

.blog-pagination .next:hover:after {
  right: -12px;
}

.blog-pagination .prev:hover,
.blog-pagination .next:hover {
  background-color: #fff !important;
}

.blog-pagination .page-numbers {
  padding: 12px;
  color: #2e4667;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
  color: #f04e23;
  background-color: #fdede9;
  border-radius: 20px;
}

/*end common*/

/* Partners & Customers archives, MV */

.blog-header.header-customers {
  width: 100%;
}

.header-customers p {
  width: 60%;
  margin: 0 auto;
}

.two-col-header.header-partners {
  margin-top: 64px;
  margin-bottom: 32px;
}

.two-col-header.header-partners .img-col .hero {
  padding: 0;
  height: 618px;
}

.partners-cta-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px 0;
}

.partners-cta-box-single {
  padding: 32px;
  border-radius: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.partners-cta-box-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 24px;
  font-weight: 500;
  font-family: "Inter";
}

.partners-cta-box-btn.btn-primary {
  padding: 12px 44px 12px 20px;
}

.partners-cta-box-btn.btn-primary:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/ontotext-arrow-right-white.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  height: 20px;
  width: 20px;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.partners-grid-main {
  margin: 96px 0;
}

.partners-grid-main .category-list {
  justify-content: center;
}

.partners.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.partners-single-box {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #d0d6dd;
  position: relative;
}

.partners-single-box .post-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 8px;
  margin-top: 32px;
}

.partners-single-box .post-excerpt {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.partners-single-box .post-excerpt a {
  text-decoration: underline;
}

.post-thumbnail-partners img {
  vertical-align: middle;
  aspect-ratio: 4 / 1;
  object-fit: contain;
  width: 100%;
}

.customers-interactive-map {
  padding-top: 21px;
}

.imh-6310-template-01-hover-content:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 45%;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/*No content, BG*/
.archive-no-content {
  margin: 96px auto;
  padding: 32px 0;
  text-align: center;
}

.no-content-title {
  padding: 32px 0 8px 0;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}

.archive-no-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/*Thank you grid*/

.thank-you-grid h3.post-title {
  font-size: 1.5rem;
  line-height: 32px;
}

/*Featured on pages KH grid*/
.blog-grid.featured-pages-grid {
  gap: 32px !important;
  row-gap: 64px !important;
}

.blog-grid.featured-pages-grid .custom-post-layout {
  width: calc(34% - 30px) !important;
}

.blog-grid.featured-pages-grid .post-title {
  font-size: 1.5rem !important;
  line-height: 32px !important;
}

/* General */

.btn-primary {
  border-radius: 32px;
  border: 1px solid var(--ast-global-color-0);
  background: var(--ast-global-color-0);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 12px 20px;
  color: var(--ast-global-color-5);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: relative;
}

.btn-primary:hover {
  background: #122745;
  color: var(--ast-global-color-5);
}

.btn-primary:focus {
  background: var(--ast-global-color-0);
  box-shadow: 0px 1px 2px 0px rgba(22, 49, 86, 0.05),
    0px 0px 0px 4px rgba(22, 49, 86, 0.15);
  color: var(--ast-global-color-5);
}

@media (max-width: 960px) and (min-width: 768px) {
  .category-field {
    padding: 0 12px 0 0 !important;
  }

  .filters-apply-btn .btn-filter {
    width: 100%;
    justify-content: center;
  }

  .taxonomy-fields {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .partners.blog-grid,
  .partners-cta-boxes {
    grid-template-columns: 1fr;
  }

  .header-partners .info-col {
    text-align: left;
  }

  .partners-single-box .post-excerpt {
    margin-bottom: 16px;
  }

  .blog-header.careers-header .page-title {
    font-size: 2.5rem;
    line-height: 3rem !important;
  }

  .jobs-search-section {
    padding: 24px;
    margin: 48px auto;
  }

  #job_categories_filter {
    flex-wrap: wrap;
    gap: 16px;
  }

  .job-filter-items {
    gap: 16px;
  }

  .category-field,
  .location-field {
    padding: 0 !important;
  }

  .filters-apply-btn .btn-filter {
    width: 100%;
    justify-content: center;
  }

  .careers-filter .dropdown-menu.show {
    min-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .partners-single-box .read-more {
    position: absolute;
    bottom: 32px;
  }

  .partners-single-box .post-excerpt {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1024px) {
  /*videos, passed webinars & simple grid*/
  .blog-grid.videos,
  .blog-grid.webinars-on-demand,
  .blog-grid.simple,
  .blog-grid.fundamentals,
  .blog-grid.demo-services,
  .blog-grid.thank-you-grid {
    gap: 32px;
    row-gap: 64px;
  }

  .blog-grid.videos .custom-post-layout,
  .blog-grid.webinars-on-demand .custom-post-layout,
  .blog-grid.simple .custom-post-layout,
  .blog-grid.fundamentals .custom-post-layout,
  .blog-grid.demo-services .custom-post-layout,
  .blog-grid.thank-you-grid .custom-post-layout {
    width: calc(34% - 30px);
  }

  .filters-apply-btn .btn-filter {
    min-width: 160px;
  }

  .blog-grid.jobs .custom-post-layout {
    width: calc(50% - 16px);
  }
}

@media (max-width: 1024px) {
  /*blog responsive*/
  .blog-featured-slider article,
  .testimonials-slider article {
    flex-direction: column;
  }

  /*author responsive*/
  .author-bio,
  .post-meta-row {
    flex-direction: column;
  }

  .author-photo {
    flex-basis: 100%;
    max-width: 100%;
    justify-content: center;
    display: flex;
  }

  .author-bio {
    gap: 24px;
  }

  .author-info {
    align-items: center;
  }

  /*news*/
  .blog-featured-slider.news .read-more-link {
    margin-bottom: 16px;
  }

  /*white papers*/
  .featured-title {
    margin-bottom: 24px;
  }

  .featured-section .custom-post-layout {
    flex-direction: column;
  }

  .featured-post .post-thumbnail {
    width: 100%;
    aspect-ratio: unset;
  }

  .featured-post .post-thumbnail img {
    height: 100%;
  }

  .featured-section article {
    gap: 24px;
  }

  .featured-section article .post-tags {
    flex-basis: 0;
  }

  .two-col-grid {
    row-gap: 48px;
  }

  /*events*/
  .blog-grid.upcoming-events {
    margin-top: 0;
  }

  .blog-grid.upcoming-events .post-details,
  .passed-events .post-thumbnail,
  .passed-events .post-details {
    flex-basis: unset;
  }

  .blog-grid.passed-events .custom-post-layout {
    flex-direction: column;
    gap: 32px;
  }

  /*jobs*/
  .blog-grid.jobs {
    margin: 48px 0;
  }

  /*common responsive*/
  .archive-no-content {
    margin: 64px auto;
  }

  .post-tags,
  .post-date-reading-time {
    flex-basis: 100%;
  }

  .post-date-reading-time {
    justify-content: flex-start !important;
  }

  .tax-customersandpartnerscat.ast-separate-container #primary,
  .tax-customersandpartnerscat.ast-separate-container #secondary {
    padding: 0;
  }

  /* Customers */
  .header-customers p {
    width: 100%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .blog-grid {
    gap: 48px;
    row-gap: 64px;
    margin-top: 32px;
  }

  .custom-post-layout {
    width: calc(50% - 25px);
  }

  .blog-header {
    margin: 64px auto;
    width: 80%;
  }

  .blog-featured-slider {
    padding: 32px 32px 40px 32px !important;
  }

  .blog-featured-slider article,
  .testimonials-slider article {
    gap: 32px;
  }

  .blog-featured-slider .slick-dots,
  .testimonials-slider .slick-dots {
    bottom: 16px;
  }

  /*---*/

  #author-page {
    margin-top: 64px;
  }

  .author-bio img.avatar {
    margin: auto;
    width: 180px;
    height: 180px;
  }

  .author-grid {
    gap: 48px;
    row-gap: 64px;
    margin: 64px 0;
  }

  /*white papers*/
  .two-col-header {
    gap: 64px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .two-col-grid .custom-post-layout {
    width: 100%;
  }

  .two-col-grid .post-thumbnail img {
    width: 100%;
    max-height: 280px;
  }

  .img-col,
  .info-col {
    width: calc(50% - 32px);
  }

  .featured-section {
    margin-top: 32px;
    margin-bottom: 64px;
    padding: 32px;
  }

  .featured-post .post-thumbnail img {
    max-height: 380px;
  }

  /*publications*/
  .blog-grid.publications .custom-post-layout {
    gap: 96px;
  }

  /* Partners */
  .partners.blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  /*Research projects*/
  .projects-section-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .projects-tabs {
    bottom: -59px;
  }

  .projects-tab-paragraph {
    padding: 0 48px;
    width: 100%;
  }

  .technologies-section {
    margin: 96px 0;
  }

  .technologies-grid,
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-grid.research-projects .custom-post-layout {
    width: calc(50% - 16px);
  }
}

@media (max-width: 767px) {
  .blog-header {
    margin: 64px 0 48px 0;
    width: 100%;
  }

  .blog-featured-slider {
    padding: 16px 16px 60px 16px !important;
    margin-bottom: 64px !important;
  }

  .blog-featured-slider article,
  .testimonials-slider article {
    gap: 24px;
  }

  .category-link {
    padding: 10px 14px;
    width: 100%;
    display: block;
    border: 0;
    position: relative;
    font-weight: 500;
  }

  .category-link:hover,
  .category-link.active {
    color: #163156;
    background-color: #eff6ff;
    border-radius: 0;
  }

  .category-link.active:after {
    content: "";
    background-image: url("/wp-content/uploads/2024/06/ontotext-check-orange.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    height: 20px;
    width: 20px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
  }

  .category-list {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
      0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    z-index: 1;
    font-size: 16px;
    line-height: 24px;
    border-radius: 8px;
    padding: 0;
  }

  .category-list.show {
    display: flex;
    margin-top: 12px;
  }

  .category-list li {
    text-align: left;
    margin-bottom: 0;
  }

  .category-toggle {
    display: block;
  }

  .blog-grid {
    gap: 48px;
    margin-top: 32px;
  }

  /*---*/

  #author-page {
    margin-top: 16px;
  }

  .author-grid {
    gap: 0;
    flex-wrap: nowrap;
    row-gap: 48px;
    margin-top: 64px;
    flex-direction: column;
  }

  .author-bio {
    padding: 24px 16px;
    gap: 8px;
  }

  .author-bio img.avatar {
    margin: auto;
    width: 156px;
    height: 156px;
  }

  .author-info h1 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .author-position {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  /*---*/

  /*white papers*/
  .two-col-header {
    flex-direction: column;
    gap: 32px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .img-col,
  .info-col {
    width: 100%;
  }

  .img-col .hero {
    padding: 0;
    max-height: 400px;
  }

  .info-col h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    text-align: center;
  }

  .info-col p {
    text-align: center;
  }

  .featured-section {
    margin-top: 0;
    margin-bottom: 64px;
    padding: 16px;
  }

  .featured-post .post-thumbnail {
    padding: 24px;
  }

  .featured-section.white-papers .post-thumbnail img {
    max-height: 360px;
  }

  .featured-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }

  .two-col-grid .custom-post-layout {
    flex-direction: column;
  }

  .two-col-grid .post-thumbnail,
  .two-col-grid .post-details {
    width: 100%;
  }

  .two-col-grid .post-thumbnail {
    position: relative;
    min-height: unset;
  }

  .two-col-grid .post-thumbnail img {
    padding: 0;
    height: 100%;
    max-height: 320px;
  }

  /*---*/

  /*events*/
  .upcoming-events .post-title,
  .passed-events .post-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  /*publications*/
  .blog-grid.publications .custom-post-layout {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }

  .blog-grid.publications .read-more {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  /*research projects */
  .technologies-section {
    margin: 64px 0;
  }

  .technology-box {
    gap: 16px;
    padding: 16px;
  }

  .technology-box img {
    width: 32px;
    height: 32px;
  }

  .technologies-grid,
  .industries-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .industry-box {
    gap: 16px;
    padding: 24px;
  }

  .industry-box h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .projects-section-wrapper {
    padding-top: 64px;
  }

  .projects-tabs {
    top: -60px;
  }

  .tab-button {
    padding: 16px;
    width: calc(50% - 32px);
    margin: 0 4px;
  }

  .projects-grid {
    margin: 28px 0;
  }

  .projects-tab-paragraph {
    margin-bottom: 48px;
    width: 100%;
  }

  .blog-grid.research-projects .post-thumbnail img {
    height: auto;
  }

  .blog-grid.research-projects .custom-post-layout {
    width: 100%;
    gap: 32px;
  }

  /*common*/

  .custom-post-layout {
    width: 100%;
  }

  .blog-pagination {
    margin-bottom: 64px;
  }

  .blog-pagination .page-numbers {
    display: none;
  }

  .blog-pagination .prev,
  .blog-pagination .next,
  .blog-pagination .current,
  .blog-pagination .page-numbers.dots,
  .blog-pagination .page-numbers:nth-child(2),
  .blog-pagination .page-numbers:nth-last-child(2) {
    display: inline-block;
  }

  .header-partners .info-col p,
  .header-partners .info-col h1 {
    text-align: left;
  }

  .header-partners.two-col-header {
    gap: 0;
  }
}
