/*
Theme Name: GE Healthcare Child
Author: GE Healthcare
Version: 1.0
Template: gehealthcare
Text Domain: gehealthcare-child
Description: 2025 Child
*/
/* img[sizes="auto"],
img[sizes^="auto,"] {
  contain-intrinsic-size: none !important;
  height: auto;
  max-width: 100%;
} */
:root {
  --error: #A32940;
  --error-bg: #FCEEF0;
  --success-bg: #DDF5EB;
  --base-font: "Source Sans Pro", sans-serif;
  --wp--preset--font-family--source-sans-pro: "Source Sans Pro", sans-serif;
}
:where(.wp-site-blocks *:focus) {
  border-radius: 4px;
  outline: none;
}
a:focus-visible,
button:focus-visible {
  border-radius: 4px;
  outline: 2px solid #6022A6;
}
body.home a:focus-visible,
body.home button:focus-visible {
  outline-color: #fff;
}
:root :where(.wp-block-navigation) {
  font-size: 14px;
}
*,
:before,
:after {
  box-sizing: border-box;
}
body {
  font-family: var(--base-font);
  line-height: 1.5;
}
select,
input,
a,
article,
button {
  transition: all ease 0.3s;
}
a,
article {
  text-decoration: none;
}
a:hover,
article:hover {
  text-decoration: underline;
}
header + main {
  margin-top: 0;
}
.has-global-padding {
  padding-left: 48px;
  padding-right: 48px;
}
.has-global-padding > .alignfull:not(.size-full),
.has-global-padding > .alignfull {
  margin-left: -48px;
  margin-right: -48px;
  padding-left: 48px;
  padding-right: 48px;
}
.has-global-padding > figure.alignfull {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content-bg {
  background: transparent;
  box-shadow: none !important;
}
.content-area {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content-wrap {
  padding: 0;
}
.outer > .wp-block-post-title:first-child {
  display: none;
}
.outer > .wp-block-post-title:first-child + .entry-content {
  margin-top: 0;
}
.siteheader > div > div {
  position: relative;
  justify-content: space-between;
}
#ajax-loader {
  display: none;
  text-align: center;
  padding: 1em;
}
#logo-wrapper {
  gap: 118px;
}
#logo-wrapper p {
  color: var(--wp--preset--color--accent-1);
  font-size: 16px;
  font-weight: 600;
  padding-left: 16px;
  border-left: 1px solid #D4D4D4;
}
#logo-wrapper p a {
  color: var(--wp--preset--color--accent-1);
}
h1,
h2,
h6 {
  letter-spacing: -0.2px;
}
h3,
h4,
.wp-block-button {
  letter-spacing: -0.14px;
}
h6 {
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}
.wp-block-post-featured-image img, .wp-post-image{
  object-fit: cover;
}
.wp-block-post-title:not(h1),
.uagb-post__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#searchBtn_wrapper {
  width: auto;
}
#searchBtn {
  width: 32px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-left: 24px;
  padding: 2px 4px 2px 12px;
  cursor: pointer;
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(746%) hue-rotate(180deg) brightness(95%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(746%) hue-rotate(180deg) brightness(95%) contrast(92%);
}
#searchBtn a {
  text-indent: -9999px;
  border: none;
  padding: 0;
  background: url(../../uploads/2025/06/search.svg) no-repeat center center;
  border-radius: 4px;
}
#searchBtn a:focus {
  outline: none;
  border-radius: 0;
}
#searchBtn a:focus-visible {
  outline: 2px solid #6022A6 !important;
  border-radius: 4px;
}
.searchForm_global {
  width: 360px;
  background: #fff;
  padding: 24px 24px;
  position: absolute !important;
  z-index: 2;
  right: 0;
  top: 70%;
  border-top: 1px solid #ddd;
  box-shadow: 0 30px 60px rgba(22, 41, 65, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}
.searchForm_global .wp-block-search__inside-wrapper {
  width: 100% !important;
  padding: 0;
  border: none;
}
.searchForm_global .wp-block-search__input {
  width: 100%;
}
.searchForm_global .wp-block-search__label {
  top: 34px;
  right: 66px;
}
.wp-block-search {
  position: relative;
}
.wp-block-search__label {
  clip-path: unset;
  text-indent: -9999px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'><path fill='%23222' d='M13.852 13.64a.502.502 0 1 1-.71.71L7 8.202.858 14.35a.5.5 0 1 1-.71-.71l6.147-6.143L.148 1.355a.502.502 0 0 1 .71-.71L7 6.793 13.143.645a.502.502 0 1 1 .71.71L7.704 7.498z'/></svg>") no-repeat center center;
  width: 24px !important;
  height: 24px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 56px;
  cursor: pointer;
}
.searchForm_global.active {
  display: block;
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-right {
  position: static !important;
  gap: 0;
}
body.home {
  background: #000;
  color: #fff;
}
body.home #searchBtn {
  filter: brightness(0) invert(1);
}
body.home .wp-site-blocks > header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
body.home #logo-wrapper img {
  filter: brightness(100);
}
body.home #logo-wrapper p {
  border-color: #fff;
  color: #fff;
}
body.home .entry-hero {
  display: none;
}
body.home #herobanner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 132px;
  padding-bottom: 185px;
  background-size: 100% 100% !important;
}
body.home #herobanner h1 {
  font-size: 83px;
  font-weight: 600;
  line-height: 1;
}
body.home #herobanner h4 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 24px;
  margin-bottom: 48px;
}
body.home #herobanner .wp-element-button {
  height: 52px;
  padding: 12px 28px;
}
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6,
body.home p {
  color: #fff;
}
body.home .wp-block-group {
  position: relative;
}
body.home .wp-block-buttons {
  margin: 0;
  position: relative;
  width: 100%;
}
body.home .homeTitleStack {
  width: 100%;
  gap: 16px;
}
body.home .homeTitleStack .wp-block-column:first-child {
  flex: 1 1 auto !important;
}
body.home .homeTitleStack .wp-block-column:last-child {
  flex: 0 0 auto !important;
}
body.home .link-btn a {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'><path fill='%23fff' d='m13.87 6.31-5.248 5.25a.437.437 0 0 1-.717-.143.44.44 0 0 1 .095-.479l4.506-4.501H.437a.437.437 0 0 1 0-.875h12.069L8 1.061A.44.44 0 1 1 8.622.44l5.249 5.249a.437.437 0 0 1 0 .621'/></svg>") no-repeat center right;
  padding: 0 22px 0 0;
}
body.home .home_blogs {
  padding-top: 0 !important;
}
body.home .home_blogs,
body.home .home_events {
  gap: 48px;
}
body.home .home_events .article-wrapper {
  background: #222 !important;
  padding-top: 24px !important;
}
.latest_blogpost{
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.home .home_events .article-wrapper .wp-block-post-title,
body.home .home_events .article-wrapper .wp-block-post-title a,
body.home .home_events .article-wrapper .event-details,
body.home .home_events .article-wrapper .wp-element-button {
  color: #fff !important;
}
body.home .home_events .article-wrapper .event-details {
  font-size: 18px !important;
}
body.home .home_events .article-wrapper .card-upper,
body.home .home_events .article-wrapper .wp-block-buttons {
  padding-left: 24px;
  padding-right: 24px;
}
body.home .home_events .article-wrapper .wp-element-button {
  font-size: 16px !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'><path fill='%23FFF' d='m13.87 6.31-5.248 5.25a.437.437 0 0 1-.717-.143.44.44 0 0 1 .095-.479l4.506-4.501H.437a.437.437 0 0 1 0-.875h12.069L8 1.061A.44.44 0 1 1 8.622.44l5.249 5.249a.437.437 0 0 1 0 .621'/></svg>") no-repeat center right !important;
}
body.home .home_publications {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.home .home_publications .uagb-post__items {
  margin-top: 0;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.home .home_publications .uagb-post__title {
  margin: 0;
}
body.home .home_publications .uagb-post__title a {
  color: #fff;
}
body.home .home_publications > .wp-block-heading {
  margin-bottom: 20px;
}
body.home .home_publications .uagb-post__inner-wrap > a {
  background: none;
  padding-bottom: 24px;
}
body.home .home_publications .uagb-post__inner-wrap > a .uagb-post-grid-byline {
  padding-bottom: 16px;
}
body.home .home_publications .uagb-post__inner-wrap > a:focus {
  background: transparent !important;
}
body.home .home_publications .uagb-post__inner-wrap > a:focus-visible {
  background: transparent !important;
}
.is-grid.uagb-post__items {
  display: grid;
}
body.home .uagb-post__inner-wrap,
body.home .event_cards {
  background: none !important;
  padding: 0 !important;
  overflow: visible !important;
  text-decoration: none !important;
}
body.home .uagb-post__inner-wrap .article-wrapper,
body.home .event_cards .article-wrapper {
  background: #222;
  padding-top: 24px;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  justify-content: space-between;
  outline: 1px solid transparent;
}
body.home .uagb-post__inner-wrap .article-wrapper .card-upper,
body.home .event_cards .article-wrapper .card-upper,
body.home .uagb-post__inner-wrap .article-wrapper .wp-block-button,
body.home .event_cards .article-wrapper .wp-block-button {
  padding-left: 24px;
  padding-right: 24px;
}
body.home .uagb-post__inner-wrap .article-wrapper .card-upper,
body.home .event_cards .article-wrapper .card-upper {
  order: 1;
  display: flex;
  flex-direction: column;
}
body.home .uagb-post__inner-wrap .article-wrapper .card-lower,
body.home .event_cards .article-wrapper .card-lower {
  order: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.home .uagb-post__inner-wrap .article-wrapper .uagb-post__image,
body.home .event_cards .article-wrapper .uagb-post__image {
  order: 4;
  margin-top: 28px !important;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  width: 100%;
}
body.home .uagb-post__inner-wrap .article-wrapper .uagb-post__image img,
body.home .event_cards .article-wrapper .uagb-post__image img {
  aspect-ratio: 7 / 4;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
body.home .uagb-post__inner-wrap .article-wrapper .uagb-post__title,
body.home .event_cards .article-wrapper .uagb-post__title {
  font-size: 22px;
  line-height: 1.3;
  margin-top:0;
  margin-bottom:4px;
  padding-bottom: 0;
}
body.home .uagb-post__inner-wrap .article-wrapper .wp-block-button__link,
body.home .event_cards .article-wrapper .wp-block-button__link {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'><path fill='%23fff' d='m13.87 6.31-5.248 5.25a.437.437 0 0 1-.717-.143.44.44 0 0 1 .095-.479l4.506-4.501H.437a.437.437 0 0 1 0-.875h12.069L8 1.061A.44.44 0 1 1 8.622.44l5.249 5.249a.437.437 0 0 1 0 .621'/></svg>") no-repeat center right;
  padding: 0 22px 0 0;
  font-size: 16px;
  width: auto;
  text-align: left;
}
body.home .uagb-post__inner-wrap .article-wrapper .uagb-post-grid-byline,
body.home .event_cards .article-wrapper .uagb-post-grid-byline {
  order: -1;
  font-size: 16px;
  padding-bottom: 15px;
}
body.home .uagb-post__inner-wrap .article-wrapper:hover *,
body.home .event_cards .article-wrapper:hover *,
body.home .uagb-post__inner-wrap .article-wrapper:hover a,
body.home .event_cards .article-wrapper:hover a {
  text-decoration: none;
}
body.home .uagb-post__inner-wrap .article-wrapper:hover *:focus,
body.home .event_cards .article-wrapper:hover *:focus,
body.home .uagb-post__inner-wrap .article-wrapper:hover a:focus,
body.home .event_cards .article-wrapper:hover a:focus {
  outline: none;
}
body.home .uagb-post__inner-wrap .article-wrapper:hover .wp-block-button__link,
body.home .event_cards .article-wrapper:hover .wp-block-button__link {
  text-decoration: underline;
}
body.home .uagb-post__inner-wrap .article-wrapper:hover,
body.home .event_cards .article-wrapper:hover {
  outline: 1px solid var(--wp--preset--color--accent-1);
  text-decoration: none !important;
}
body.home .uagb-post__inner-wrap .article-wrapper:focus,
body.home .event_cards .article-wrapper:focus {
  background: #121212 !important;
  outline: 1px solid var(--wp--preset--color--accent-1) !important;
}
body.home .uagb-post__inner-wrap .article-wrapper:focus-visible,
body.home .event_cards .article-wrapper:focus-visible {
  background: #222 !important;
  outline: 3px solid #7800FF !important;
  outline-offset: 0;
}
body.home .uagb-post__inner-wrap .wp-site-blocks *:focus,
body.home .event_cards .wp-site-blocks *:focus {
  outline: none;
}
.section-pad {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  margin-top: 0;
}
.d-flex {
  display: flex;
}
.primary-btn a,
button.primary-btn {
  background: var(--wp--preset--color--accent-1);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  padding: 2px 24px;
  border-radius: 8px;
  font-family: inherit;
}
.primary-btn a:hover,
button.primary-btn:hover {
  background: var(--wp--preset--color--accent-3);
  text-decoration: none;
}
.primary-btn a:focus,
button.primary-btn:focus {
  background: #472271;
}
.primary-btn a:focus-visible,
button.primary-btn:focus-visible {
  outline: 2px solid var(--wp--preset--color--accent-1);
}
.closeModalBtn {
  font-family: inherit;
  padding: 2px 24px;
  color: var(--wp--preset--color--accent-1);
  font-size: 16px;
  font-weight: bold;
  background: none;
  border: none;
  height: 44px;
  cursor: pointer;
}
.closeModalBtn.close-btn {
  background: #F8F7F9;
  border-radius: 50%;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #222;
  cursor: pointer;
}
.secondary-outline-btn a {
  font-size: 16px;
  font-weight: bold;
  padding: 7px 28px;
  border-radius: 6.5px;
  border: 1px solid #fff;
  background: none;
  height: 44px;
}
.secondary-outline-btn a:hover {
  background: none;
  text-decoration: none;
  border-color: #f8f8f8;
}
.secondary-outline-btn a:focus {
  border-color: #F3F3F4;
  outline: none;
}
.secondary-outline-btn a:focus-visible {
  outline: 1px solid #fff;
  outline-offset: 0;
}
.wp-block-navigation {
  gap: 24px;
}
.wp-block-navigation li a {
  padding: 28px 0;
}
.wp-block-navigation li a:after {
  content: '';
  display: block;
  background: var(--wp--preset--color--accent-1);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all ease 0.3s;
}
.wp-block-navigation li a:hover,
.wp-block-navigation li.current-menu-item > a {
  color: var(--wp--preset--color--accent-1) !important;
  text-decoration: none;
}
.wp-block-navigation li a:focus {
  outline: none;
  border-radius: 0 !important;
}
.wp-block-navigation li a:focus-visible span {
  outline: 2px solid #6022A6;
  border-radius: 4px;
}
body.home .wp-block-navigation li a:focus-visible span {
  outline-color: #fff;
}
.wp-block-navigation li.current-menu-item a:after {
  width: 100%;
  left: 0;
}
.home .wp-block-navigation a:hover {
  color: #fff !important;
}
.home .wp-block-navigation a:hover:after {
  background: #fff;
}
footer.wp-block-template-part {
  margin-top: 0;
}
.site-footer {
  padding-top: 84px;
  padding-bottom: 84px;
}
.site-top-footer {
  color: var(--wp--preset--color--accent-4);
}
.site-top-footer h6 {
  font-weight: bold;
}
.site-top-footer a {
  color: var(--wp--preset--color--accent-4);
  font-weight: normal;
}
.site-top-footer .wp-block-heading {
  letter-spacing: 0;
  text-transform: none;
  color: #000;
}
.site-social-footer {
  border: solid #D4D4D4;
  border-width: 1px 0;
  padding: 16px 0;
  margin-top: 48px;
  margin-bottom: 48px;
  gap: 16px;
}
.site-social-footer li {
  background: none !important;
}
.site-social-footer li:hover {
  transform: none;
}
.site-social-footer a {
  background: var(--wp--preset--color--accent-1);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
}
.site-social-footer a svg {
  height: auto !important;
  width: 18px !important;
  margin: auto;
}
.site-social-footer a:hover {
  background: var(--wp--preset--color--accent-3);
  text-decoration: none;
}
.site-social-footer a:focus {
  background: #472271;
}
.site-social-footer .wp-social-link-facebook svg {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiBmaWxsPSJub25lIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNy4yMiAwSDUuNDM3QzMuNDMzIDAgMi4xMzUgMS4zNTIgMi4xMzUgMy40NDh2MS41ODhIMC4zNDJhLjI4LjI4IDAgMCAwLS4xOTguMDgzLjMuMyAwIDAgMC0uMDgxLjIwMXYyLjMwMWMwIC4wNzYuMDI5LjE0OC4wODEuMjAxYS4yOC4yOCAwIDAgMCAuMTk4LjA4NGgxLjc5M3Y1LjgxYS4zLjMgMCAwIDAgLjA4NC4yMDEuMjguMjggMCAwIDAgLjIuMDgzaDIuMzM4Yy4wNzQgMCAuMTQ1LS4wMy4xOTgtLjA4M2EuMy4zIDAgMCAwIC4wODItLjIwMXYtNS44aDIuMDk4Yy4wNzQgMCAuMTQ1LS4wMy4xOTctLjA4NGEuMy4zIDAgMCAwIC4wODItLjJWNS4zMmEuMjguMjggMCAwIDAtLjA4Ni0uMjAxLjI4LjI4IDAgMCAwLS4xOTgtLjA4M0g1LjAzN1YzLjY4OGMwLS42NDcuMTU0LS45NzYuOTgtLjk3Nkg3LjIyYS4yOC4yOCAwIDAgMCAuMTk3LS4wODYuMy4zIDAgMCAwIC4wODItLjIwMlYuMjg5YS4zLjMgMCAwIDAtLjA4LS4yMDQuMjguMjggMCAwIDAtLjIwLS4wOFoiLz48L3N2Zz4=") no-repeat center center;
}
.site-social-footer .wp-social-link-facebook svg path {
  display: none;
}
.wp-block-list {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
body.home .site-top-footer {
  color: #fff;
}
body.home .site-top-footer a {
  color: #fff;
}
body.home .site-top-footer .wp-block-heading {
  color: #fff;
}
#careers {
  margin-top: 0;
}
#active-projects .wp-block-columns,
#careers .wp-block-columns {
  align-items: center !important;
  gap: 64px;
}
#active-projects img,
#careers img {
  height: auto !important;
  aspect-ratio: unset !important;
}
.home-cta .has-custom-4-font-size {
  margin-top: 24px;
  margin-bottom: 16px;
}
.home-cta .has-small-font-size {
  margin-top: 0;
}
.home-cta .wp-block-buttons {
  margin-top: 24px !important;
}
#subscribe-section {
  background-color: #341858;
  padding-top: 48px;
  padding-bottom: 72px;
}
#subscribe-section > .wp-block-heading {
  font-weight: 600;
  color: #fff;
}
#subscribe-section .d-flex {
  align-items: center;
  gap: 40px;
}
#subscribe-section .subs_row {
  flex-wrap: wrap !important;
  gap: 32px;
}
#subscribe-section .subs_row .wp-block-heading {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  flex: 0 0 auto;
}
#subscribe-section .subs_row .wp-block-buttons {
  width: auto;
}
#subscribe-section a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 8px;
  height: auto;
  white-space: nowrap;
}
.page-hero-section {
  display: none;
}
.team-grid-wrapper {
  gap: 30px;
}
.team-grid-wrapper h2 {
  margin-bottom: 48px;
}
.team-grid-wrapper .team-members {
  display: grid;
  gap: 48px 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.team-grid-wrapper .team-members .team-member {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding-bottom: 20px;
}
.team-grid-wrapper .team-members .team-member > *:not(.tmember-img) {
  padding-left: 20px;
  padding-right: 20px;
}
.team-grid-wrapper .team-members .team-member img {
  display: block;
  margin: 0;
  width: 100% !important;
  height: auto !important;
  border-radius: 0;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.team-grid-wrapper .team-members .tmember-name {
  font-size: 24px;
  margin: 24px 0 4px;
}
.team-grid-wrapper .team-members .tmember-desig {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  line-height: 1.4;
  color: #515151;
}
.team-grid-wrapper .team-members .tmember-desc {
  font-size: 16px;
}
.team-grid-wrapper .team-members .tmember-desc p {
  margin: 12px 0 0;
}
.focus-area {
  gap: 25px;
}
.focus-area .wp-block-column {
  background: #F8F6F9;
  border-radius: 10px;
  padding: 90px 30px 20px;
}
.page-header {
  background: var(--wp--preset--color--accent-1) url(/wp-content/uploads/2025/06/blog-header.jpg) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 24px;
  padding: 48px;
  margin: 0 !important;
}
.page-header * {
  color: #fff;
}
.page-header h1 {
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin-top: 0 !important;
}
.page-header .wp-block-heading {
  font-size: 56px;
  margin-top: 24px;
  padding-right: 10%;
}
.single-event h1.wp-block-post-title {
  font-size: 56px !important;
  margin-top: 24px !important;
  padding-right: 10%;
}
.single-event .event-main-content {
  gap: 64px;
}
.single-event .wp-block-post-featured-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
#outer-archive {
  margin-top: 0 !important;
}
#ajax-tag-filter label {
  display: block;
}
#ajax-tag-filter br {
  display: none;
}
.custom-alert {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #6a1b9a;
  /* Purple background */
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.custom-alert.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
body.blog .is-grid.uagb-post__items {
  gap: 22px;
}
.listfilters {
  margin-top: 0 !important;
  padding: 0 !important;
}
.all-tags-checkboxes ul,
.accordion ul {
  font-size: 16px;
  margin: 8px 0 0;
  list-style: none;
  padding: 4px 0 4px 4px;
  overflow: hidden;
}
.accordion ul + ul{
  padding-top: 8px;
}
.all-tags-checkboxes ul li:not(:last-child),
.accordion ul li:not(:last-child) {
  margin-bottom: 16px;
}
.all-tags-checkboxes ul em,
.accordion ul em {
  font-style: normal;
}
.all-tags-checkboxes ul label,
.accordion ul label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  min-height: 24px;
}
.all-tags-checkboxes ul label:before,
.accordion ul label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #F8F8F8;
  border: 1px solid #515151;
  border-radius: 4px;
  transition: background 0.3s, border-color 0.3s;
}
.all-tags-checkboxes ul label:has(input:focus-visible)::before,
.accordion ul label:has(input:focus-visible)::before {
  outline: 1px solid #fff;
  box-shadow: 0 0 0 3px #6022A6;
}
.all-tags-checkboxes ul label .checked,
.accordion ul label .checked {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: #6022A6 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='none'><path fill='%23fff' d='m14.934 2.849-8.25 8.25a1.38 1.38 0 0 1-.972.403c-.348 0-.706-.137-.972-.403L1.074 7.432a1.367 1.367 0 0 1 0-1.943c.54-.532 1.411-.54 1.943 0l2.695 2.695L12.99.906c.541-.541 1.412-.541 1.944 0 .54.54.54 1.411 0 1.943'/></svg>") no-repeat center center;
  border-color: transparent;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.all-tags-checkboxes ul label .filter-input,
.accordion ul label .filter-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.all-tags-checkboxes ul label .filter-input:checked ~ .checked,
.accordion ul label .filter-input:checked ~ .checked {
  opacity: 1;
}
.all-tags-checkboxes ul label:hover:before,
.accordion ul label:hover:before {
  background: #E4E4E4;
}
.all-tags-checkboxes ul label:hover:has(input:checked) .checked,
.accordion ul label:hover:has(input:checked) .checked {
  background-color: #512286;
}
.all-tags-checkboxes ul label:focus:before,
.accordion ul label:focus:before {
  background: #D4D4D4;
}
.all-tags-checkboxes ul label:has(input:read-only) .checked,
.accordion ul label:has(input:read-only) .checked {
  background-color: #6022A6;
}
.all-tags-checkboxes ul label:has(input:disabled)::before,
.accordion ul label:has(input:disabled)::before {
  background: #F8F8F8;
  border: 1px solid #D4D4D4;
}
.all-tags-checkboxes ul label:has(input:disabled:checked) .checked,
.accordion ul label:has(input:disabled:checked) .checked {
  background: #F8F8F8 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='none'><path fill='%23A9A9A9' d='m14.934 2.849-8.25 8.25a1.38 1.38 0 0 1-.972.403c-.348 0-.706-.137-.972-.403L1.074 7.432a1.367 1.367 0 0 1 0-1.943c.54-.532 1.411-.54 1.943 0l2.695 2.695L12.99.906c.541-.541 1.412-.541 1.944 0 .54.54.54 1.411 0 1.943'/></svg>") no-repeat center center;
  border: 1px solid #A9A9A9;
}
#allTopicsModal {
  display: none;
}
#allTopicsModal .all-tags-checkboxes {
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 10px;
  border: 1px solid #d4d4d4;
  border-width: 1px 0;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-right: -24px;
}
#allTopicsModal .all-tags-checkboxes .alltag-filter-header {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
}
#allTopicsModal .all-tags-checkboxes .alltag-filter {
  font-size: 16px;
  margin: 8px 0;
  list-style: none;
  padding: 0;
}
#allTopicsModal .all-tags-checkboxes .alltag-filter li {
  margin-bottom: 16px;
}
#allTopicsModal .all-tags-checkboxes .alltag-filter .filter-input {
  margin: 0 12px 0 0;
  width: 24px;
  height: 20px;
  accent-color: #6022A6;
  vertical-align: text-bottom;
}
/* Scrollbar for Desktop */
.all-tags-checkboxes::-webkit-scrollbar {
  width: 23px;
}
.all-tags-checkboxes::-webkit-scrollbar-track {
  outline: 1px solid #D4D4D4;
}
.all-tags-checkboxes::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 30px;
  border: 3px solid #fff;
}
.all-tags-checkboxes::-webkit-scrollbar-thumb:hover {
  background: #c9c9c9;
}
/* Scrollbar for Mobile */
.mobilefilters::-webkit-scrollbar {
  width: 17px;
}
.mobilefilters::-webkit-scrollbar-track {
  box-shadow: -1px 0 0 0 #D4D4D4;
}
.mobilefilters::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 30px;
  border: 3px solid #fff;
}
.mobilefilters::-webkit-scrollbar-thumb:hover {
  background: #c9c9c9;
}
#filtersTitle {
  display: none;
}
.accordion {
  color: #222;
  margin-top: 24px;
}
.accordion summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0 8px 4px;
  margin-bottom: 8px;
}
.accordion summary:focus {
  outline: none;
}
.accordion summary:focus-visible{
  outline: 2px solid #6022A6;
}
.accordion ul {
  font-size: 16px;
  transition: max-height 0.25s ease, padding 0.25s ease;
  padding:0 4px;
}
.accordion ul a {
  color: #222;
}
.accordion ul .count {
  white-space: nowrap;
}
.accordion summary {
  list-style: none;
  position: relative;
}
.accordion summary:before,
.accordion summary:after {
  content: '';
  display: block;
  background: #222;
  position: absolute;
  border-radius: 5px;
}
.accordion summary:before {
  width: 21px;
  height: 3px;
  right: 0;
  top: 20px;
}
.accordion summary:after {
  width: 3px;
  height: 21px;
  right: 9px;
  top: 11px;
  transition: all ease 0.05s;
}
.accordion[open] summary:after {
  height: 0;
  top: 50%;
}
.accordion ul {
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
  max-height: 1000px; /* enough space when open */
  padding-top: 8px;
  padding-bottom: 16px;
}
.accordion ul.collapsed {
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.additional-ct-filter{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.allTopics-btn a {
  padding: 5px 0;
  border-radius: 0;
  background: none;
  font-size: 16px;
  font-weight: bold;
  color: var(--wp--preset--color--accent-1);
}
#applied-filters {
  margin: 0;
  display: none;
  /* default */
  flex-wrap: wrap;
  gap: 6px;
}
.filter-chip {
  background: #eee;
  color: #222;
  font-size: 16px;
  margin: 0 6px 6px 0;
  border-radius: 30px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 12px;
  gap: 6px;
  background: #F8F8F8;
  border: 1px solid #D4D4D4;
}
.filter-chip .remove-filter,
.filter-chip .remove-filter-event {
  color: #fff;
  background: #515151;
  font-weight: bold;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  cursor: pointer;
  font-size: 9px;
  text-align: center;
  line-height: 1.7;
  flex: 0 0 auto;
}
.filter-chip .remove-filter:hover,
.filter-chip .remove-filter-event:hover {
  background: #222;
}
.clearfiltersbtn {
  display: none;
  background: none;
  border: none;
  color: var(--wp--preset--color--accent-1);
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 20px;
  padding: 0;
}
.clearfiltersbtn:hover {
  text-decoration: underline;
}
.loader {
  width: 96px;
  height: 96px;
  box-shadow: inset 0 0 0 3px #8d8d8d;
  border-radius: 50%;
  position: relative;
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 50px;
  aspect-ratio: 1 / 1;
}
.loader .spinner {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-top: 3px solid var(--wp--preset--color--accent-1);
  /* 25% arc */
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blogContent-wrapper {
  gap: 27px;
  position: relative;
}
.filter-alert {
  background: #DDF5EB;
  color: #222222;
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  margin-bottom: 10px;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 570px;
  box-shadow: 0px 0px 2px rgba(34, 34, 34, 0.16), 0px 32px 64px rgba(34, 34, 34, 0.16);
  border-radius: 8px;
}
.filter-alert.filter-removed {
  background: #ffe0e0;
  border-color: #f7bebe;
}
#blog_sidebar {
  flex: 0 0 245px !important;
}
.archiveCol-wrapper {
  padding: 0 !important;
}
.wp-block-query {
  margin-top: 0;
}
.wp-block-query .wp-block-post-template {
  display: grid;
  gap: 22px;
  margin-top: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  list-style: none;
  padding: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post {
  margin-top: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper {
  cursor: pointer;
  background: #F8F7F9;
  border-radius: 16px;
  padding-top: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  height: 100%;
  outline: 1px solid transparent;
  transition: all ease 0.3s;
  overflow: hidden;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-date {
  font-size: 14px;
  margin-bottom: 8px;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-title {
  margin: 8px 0;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-title,
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-title a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-buttons {
  padding: 0;
  line-height: 1;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-element-button {
  background-position: top right;
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 22px 0 0 !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'><path fill='%236022A6' d='m13.87 6.31-5.248 5.25a.437.437 0 0 1-.717-.143.44.44 0 0 1 .095-.479l4.506-4.501H.437a.437.437 0 0 1 0-.875h12.069L8 1.061A.44.44 0 1 1 8.622.44l5.249 5.249a.437.437 0 0 1 0 .621'/></svg>") no-repeat center right;
  color: var(--wp--preset--color--accent-1);
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-featured-image {
  margin: 16px 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-featured-image a {
  height: auto;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .wp-block-post-featured-image img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper > *:not(.wp-block-post-featured-image):not(.card-lower) {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .card-upper {
  gap: 8px;
  margin-bottom: 8px;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .card-upper .wp-block-post-title {
  margin: 0 !important;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .card-lower {
  gap: 0;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper .card-lower .wp-block-buttons {
  padding-left: 16px;
  padding-right: 16px;
}
.wp-block-query .article-wrapper .card-lower .wp-block-buttons .wp-block-button{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:hover {
  background: #F3F3F4;
  text-decoration: none !important;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:hover *,
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:hover a {
  text-decoration: none;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:hover *:focus,
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:hover a:focus {
  outline: none;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:hover .wp-element-button {
  text-decoration: underline;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:focus {
  background: #E4E4E4;
  outline: none;
  border-radius: 16px;
}
.wp-block-query .wp-block-post-template .wp-block-post .article-wrapper:focus-visible {
  background: #F8F7F9;
  outline: 3px solid #7800FF;
  border-radius: 16px;
}
.wp-block-query .wp-block-post-template .wp-block-post-featured-image img {
  border-radius: 0 0 16px 16px;
}
.wp-block-query-pagination {
  display: flex;
  gap: 0;
  margin-top: 22px;
  justify-content: center;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
}
.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .event-page-numbers {
  position: relative;
  display: flex;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #222;
  margin: 0 4px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 4px;
}
.wp-block-query-pagination .page-numbers.current:after,
.wp-block-query-pagination .event-page-numbers.current:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 2px;
  background: #6022A6;
  border-radius: 4px;
  margin: 0 auto;
  transition: all ease 0.3s;
}
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .event-page-numbers:hover {
  background: #E4E4E4;
  text-decoration: none;
}
.wp-block-query-pagination .page-numbers:focus,
.wp-block-query-pagination .event-page-numbers:focus {
  background: #D4D4D4;
  outline: none;
}
.wp-block-query-pagination .page-numbers:focus-visible,
.wp-block-query-pagination .event-page-numbers:focus-visible {
  background: #fff;
  outline: 2px solid #6022A6;
}
.wp-block-query-pagination .page-numbers.next,
.wp-block-query-pagination .event-page-numbers.next,
.wp-block-query-pagination .wp-block-query-pagination-next {
  width: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath fill='%23515151' d='M.503 14a.5.5 0 0 1-.355-.855L6.293 7 .148.855a.502.502 0 0 1 .71-.71l6.494 6.5a.5.5 0 0 1 0 .71l-6.495 6.5A.5.5 0 0 1 .503 14'/%3E%3C/svg%3E") no-repeat center center;
  text-indent: -9999px;
}
.wp-block-query-pagination .page-numbers.next:after,
.wp-block-query-pagination .event-page-numbers.next:after,
.wp-block-query-pagination .wp-block-query-pagination-next:after {
  display: none;
}
.wp-block-query-pagination .page-numbers.prev,
.wp-block-query-pagination .event-page-numbers.prev,
.wp-block-query-pagination .wp-block-query-pagination-previous {
  width: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' fill='none'%3E%3Cpath fill='%23515151' d='M7.497 14a.5.5 0 0 1-.354-.145l-6.495-6.5a.5.5 0 0 1 0-.71l6.495-6.5a.501.501 0 1 1 .71.71L1.706 7l6.145 6.145a.5.5 0 0 1-.355.855'/%3E%3C/svg%3E") no-repeat center center;
  text-indent: -9999px;
}
.wp-block-query-pagination .page-numbers.prev:after,
.wp-block-query-pagination .event-page-numbers.prev:after,
.wp-block-query-pagination .wp-block-query-pagination-previous:after {
  display: none;
}
.wp-block-query-pagination span.page-numbers,
.wp-block-query-pagination span.event-page-numbers {
  font-weight: bold;
}
.wp-block-query-pagination span.page-numbers:after,
.wp-block-query-pagination span.event-page-numbers:after {
  width: 16px;
}
#global-sc > div {
  width: 100%;
}
#global-sc .wp-block-search {
  flex: 1;
}
#global-sc .wp-block-search__input {
  width: 100%;
}
#blog_list {
  display: grid;
  flex: 1 !important;
}
#blog-topbar {
  margin: 32px 0 28px;
}
#blog-topbar .wp-block-search__inside-wrapper {
  width: 242px;
}
#blog-topbar .wp-block-search__label {
  left: 180px;
}
body.blog #outer-archive,
body.archive #outer-archive,
body.search #outer-archive {
  padding-bottom: 96px;
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
}
select {
  -webkit-appearance: none;
  appearance: none;
  background: #f8f8f8 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none'><path fill='%23222' fill-rule='evenodd' d='M.47.47a.75.75 0 0 1 1.06 0L7 5.94 12.47.47a.75.75 0 1 1 1.06 1.06l-6 6a.75.75 0 0 1-1.06 0l-6-6a.75.75 0 0 1 0-1.06' clip-rule='evenodd'/></svg>") no-repeat center right 17px;
  border: 1px solid #515151;
  border-radius: 4px;
  height: 44px;
  padding: 10px 12px;
  font-family: inherit;
}
select:hover {
  background-color: #E4E4E4;
}
select:focus:not(:focus-visible) {
  background-color: #D4D4D4;
  outline: none;
}
select:focus-visible {
  background-color: #f8f8f8;
  border-color: #6022A6;
  outline: 2px solid #6022A6;
}
.noPost {
  font-size: 16px;
  padding-left: 8px;
}
.wp-block-search__inside-wrapper {
  position: relative;
}
.mktoForm *{
  font-family: var(--base-font) !important;
}
.wp-block-search__input,
.mktoField {
  width: 242px;
  background: #f8f8f8;
  border: 1px solid #515151 !important;
  border-radius: 4px !important;
  height: 44px;
  padding: 10px 60px 10px 12px !important;
  font-size: 16px;
  color: #222222;
  flex: none;
}
.wp-block-search__input:hover,
.mktoField:hover {
  background-color: #E4E4E4;
}
.wp-block-search__input:focus:not(:focus-visible),
.mktoField:focus:not(:focus-visible) {
  background-color: #D4D4D4;
  outline: none;
}
.wp-block-search__input:focus-visible,
.mktoField:focus-visible {
  background-color: #f8f8f8;
  border-color: #6022A6;
  outline: 2px solid #6022A6;
}

.mktoCheckboxList{
  display: flex;
  width: 100% !important;
}
.mktoForm .mktoCheckboxList .mktoField{
  flex: 0 0 auto;
  width: 24px !important;
  height: 24px !important;
  accent-color: #6022a6;
}
.mktoForm .mktoCheckboxList > label{
  margin-left: 12px !important;
  line-height: 1.5 !important;
  margin-top: -1px !important;
}
.mktoForm .mktoCaptchaDisclaimer{
  margin: -16px 0 32px !important;
}

.wp-block-search__input {
  padding-right: 75px !important;
}
.wp-block-search__button {
  background: url(/wp-content/uploads/2025/06/search.svg) no-repeat center right 14px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 4px;
}
.wp-block-search__button:focus {
  outline: none;
}
.wp-block-search__button:focus-visible {
  outline: 2px solid #6022A6 !important;
  outline-offset: 0;
}
.serpage-results {
  margin-top: 0;
  gap:0 !important;
}
#blog-topbar {
  align-items: flex-end !important;
}
#blog-topbar .sortTitle {
  font-size: 16px;
  color: #222222;
  display: block;
}
#blog-topbar .blog-sort-dropdown {
  margin-top: 8px;
  width: 330px;
  /* 		background-color:#F8F8F8;	
		border-color: #515151;
		border-radius: 4px;
		height: 44px;
		padding:10px 12px;
		color:#222222; */
  font-size: 16px;
}
#blog-topbar .wp-block-column:last-child {
  flex: 0 0 auto;
}
.page-header .event-details {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.page-header .event-details .eventLoc {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
#singlepost-wrapper {
  align-items: flex-start;
  gap: 114px;
  padding-bottom: 64px !important;
}
#singlepost-wrapper #single-sidebar {
  gap: 32px;
  position: sticky;
  top: 50px;
  flex: 0 0 245px;
}
#singlepost-wrapper .eventweb-wrapper {
  width: 100%;
}
#singlepost-wrapper .eventweb_title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
#singlepost-wrapper .eventweb {
  font-size: 16px;
}
#singlepost-wrapper .entry-content {
  padding: 0;
  width: 100%;
}
#singlepost-wrapper .wp-block-post-terms__separator {
  display: none;
}
#singlepost-wrapper .wp-block-post-terms,
#singlepost-wrapper .wp-block-post-terms {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 12px;
}
#singlepost-wrapper .wp-block-post-terms a,
#singlepost-wrapper .wp-block-post-terms a {
  color: #222;
  background: #F8F8F8;
  border: 1px solid #D4D4D4;
  border-radius: 24px;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding: 9px 16px;
  height: 44px;
}
#singlepost-wrapper .wp-block-post-terms a:hover,
#singlepost-wrapper .wp-block-post-terms a:hover {
  background-color: #F3F3F4;
  text-decoration: none;
}
#singlepost-wrapper .wp-block-post-terms a:focus,
#singlepost-wrapper .wp-block-post-terms a:focus {
  background-color: #E4E4E4;
  outline: none;
}
#singlepost-wrapper .wp-block-post-terms a:focus-visible,
#singlepost-wrapper .wp-block-post-terms a:focus-visible {
  background: #F8F8F8;
  border-color: transparent;
  outline: 2px solid #6022A6;
}
.wp-block-uagb-social-share {
  gap: 10px;
  justify-content: flex-start !important;
}
.uagb-ss__link {
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.uagb-ss__link svg {
  width: 24px !important;
  height: 24px !important;
}
.uagb-ss__link img {
  width: 24px !important;
  height: auto;
}
.uagb-ss__link:hover {
  background: #E4E4E4;
}
.uagb-ss__link:focus {
  background: #D4D4D4;
  outline: none;
}
.uagb-ss__link:focus-visible {
  background: #fff;
  outline: 2px solid #6022A6;
}
.event-text-title {
  font-size: 40px;
}
.publications-section .publication-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.publications-section .publication-list li:not(:first-child) {
  margin-top: 24px;
}
.publications-section .pub-heading {
  font-size: 40px;
  margin: 0 0 16px;
}
.publications-section .pub-name {
  color: var(--wp--preset--color--accent-1);
  font-size: 22px;
  margin: 0 0 5px;
}
.publications-section .pub-author {
  margin: 0;
}
.uagb-ifb-content .uagb-ifb-title {
  font-size: 18px;
}
.uagb-ifb-content .uagb-ifb-desc {
  font-size: 16px;
}
.page-about .introsec {
  gap: 0;
}
.features {
  margin-top: 40px;
  display: grid !important;
  align-items: flex-start;
  gap: 48px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.features .uagb-ifb-image-content {
  width: 40px;
  height: 40px;
  background: var(--wp--preset--color--accent-2);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.features .uagb-ifb-image-content img {
  max-width: 20px;
  max-height: 20px;
}
.features .uagb-ifb-desc {
  margin: 8px 0 16px !important;
}
.features .uagb-infobox-cta-link {
  display: inline-block;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'><path fill='%236022A6' d='m13.87 6.31-5.248 5.25a.437.437 0 0 1-.717-.143.44.44 0 0 1 .095-.479l4.506-4.501H.437a.437.437 0 0 1 0-.875h12.069L8 1.061A.44.44 0 1 1 8.622.44l5.249 5.249a.437.437 0 0 1 0 .621'/></svg>") no-repeat center right;
  color: var(--wp--preset--color--accent-1);
  font-size: 16px;
  font-weight: 600;
  padding: 0 22px 0 0 !important;
}
.features .uagb-infobox-cta-link:hover {
  text-decoration: underline;
}
.group-img {
  margin-top: 0 !important;
}
.event_cards {
  display: flex;
  gap: 24px;
}
.event_cards .card-upper {
  display: grid;
  gap: 8px;
}
.event_cards .wp-block-post-title,
.event_cards .wp-block-post-title a {
  font-size: 24px !important;
}
.event_cards .event-details {
  font-size: 16px;
  color: #515151;
}
.event_cards .wp-post-image {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  vertical-align: bottom;
}
.readtime {
  padding-left: 16px;
  display: flex;
}
.readtime:before {
  content: '•';
  display: block;
  margin-right: 16px;
}
.gap0 {
  gap: 0;
}
.mt-0 {
  margin-top: 0;
}
#single-pageheader {
  padding-top: 64px;
  padding-bottom: 64px;
  align-items: center;
}
#single-pageheader h1 {
  font-size: 40px;
}
#single-pageheader img.wp-post-image {
  border-radius: 16px;
}
#single-pageheader .sp-titlewrap {
  flex: 0 0 auto;
  width: 450px;
  gap: 24px;
}
#single-pageheader .sp-titlewrap time,
#single-pageheader .sp-titlewrap .readtime {
  font-size: 16px;
  color: #515151;
}
#single-pageheader .postMeta {
  gap: 8px;
}
.taxonomyBar,
.wp-block-post-author-name {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 0;
  flex-wrap: wrap;
  color: var(--wp--preset--color--accent-1);
}
.wp-block-post-author-name{
  color: #222;
}
.taxonomyBar .post-taxonomy,
.wp-block-post-author-name .post-taxonomy {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.taxonomyBar .post-taxonomy a,
.wp-block-post-author-name .post-taxonomy a {
  white-space: nowrap;
}
.taxonomyBar .post-taxonomy.content_type,
.wp-block-post-author-name .post-taxonomy.content_type {
  display: flex;
  flex: 0 0 auto;
}
#single-pageheader .post-taxonomy.category,
.metadts .post-taxonomy.category,
.taxonomyBar .post-taxonomy.category {
  display: flex;
  flex-wrap: wrap;
}
/* #single-pageheader .post-taxonomy.category:not(:last-child):after,
.metadts .post-taxonomy.category:not(:last-child):after,
.taxonomyBar .post-taxonomy.category:not(:last-child):after {
  content: '•';
  display: block;
  margin: 0 16px;
} */
.metadts > div{
  margin-right: 16px;
}
#single-pageheader .post-taxonomy.category a:not(:first-child),
.metadts .post-taxonomy.category a:not(:first-child),
.taxonomyBar .post-taxonomy.category a:not(:first-child) {
  /* margin-left: 5px; */
}
.brief-section {
  gap: 16px;
  margin-bottom: 96px;
}
.brief-content {
  font-size: 18px;
  gap: 24px;
  background: #F8F7F9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.brief-content .wp-block-group {
  margin: 0;
}
.brief-content .wp-block-list,
.brief-content p {
  margin: 16px 0 0;
}
.brief-content .wp-block-list + .wp-block-heading,
.brief-content p + .wp-block-heading {
  margin-top: 24px;
}
.brief-content .wp-block-list {
  list-style: disc;
  padding-left: 22px;
}
.brief-content .wp-block-list li {
  margin: 0 0 16px;
}
.brief-content .wp-block-list li:last-child {
  margin-bottom: 0;
}
#sp-mainarea {
  gap: 96px;
  width: 100%;
  overflow: hidden;
}
#single-sidebar {
  padding-top: 32px;
}
#single-sidebar .sharebtn_wrap .sharePostBtn a {
  background: none;
  color: #222222;
  padding: 0;
  line-height: 1;
  padding-bottom: 9px;
  display: block;
  text-decoration: none;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  transition: all ease 0.3s;
}
#single-sidebar .sharebtn_wrap .sharePostBtn a:hover {
  background: #E4E4E4;
}
#single-sidebar .sharebtn_wrap .sharePostBtn a:focus {
  background: #D4D4D4;
  outline: none;
  outline-offset: 0 !important;
}
#single-sidebar .sharebtn_wrap .sharePostBtn a:focus-visible {
  background: #fff;
  outline: 2px solid #6022A6;
}
#single-sidebar .sharebtn_wrap:hover .sharePostBtn a {
  background: #E4E4E4;
}
#single-sidebar .shareicon img {
  vertical-align: sub;
}
#single-sidebar .sb-focusarea {
  padding-top: 32px;
  border-top: 1px solid #D4D4D4;
  width: 100%;
  gap: 16px;
}
#single-sidebar .sb-topics {
  width: 100%;
  gap: 16px;
}
#single-sidebar .wp-block-uagb-social-share {
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  padding: 10px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(34, 34, 34, 0.16), 0px 4px 8px rgba(34, 34, 34, 0.16);
  border-radius: 4px;
  position: absolute;
  top: 70px;
  left: 0;
}
body.single .entry-content p + p {
  margin-top: 24px;
}
body.single .entry-content p + :is(h2, h3, h4, h5, h6, iframe),
body.single .entry-content .wp-block-list + :is(h2, h3, h4, h5, h6. figure),
body.single .entry-content p + figure {
  margin-top: 96px;
}
body.single .entry-content iframe,
body.single .entry-content figure,
body.single .entry-content .wp-block-image {
  margin-bottom: 96px;
}
.related-wrapper {
  background: #F8F7F9;
  padding-top: 72px;
  padding-bottom: 72px;
}
.related-wrapper h4 {
  font-size: 40px;
  font-weight: 600;
}
.related-wrapper .related-titlebar {
  justify-content: space-between;
  margin-bottom: 48px;
}
.related-titlebar .wp-element-button {
  font-size: 16px;
  font-weight: 600;
  color: #6022A6;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'><path fill='%236022A6' d='m13.87 6.31-5.248 5.25a.437.437 0 0 1-.717-.143.44.44 0 0 1 .095-.479l4.506-4.501H.437a.437.437 0 0 1 0-.875h12.069L8 1.061A.44.44 0 1 1 8.622.44l5.249 5.249a.437.437 0 0 1 0 .621'/></svg>") no-repeat center right;
  padding: 0 22px 0 0 !important;
}
.related-posts {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.related-posts .related-post a {
  gap: 8px;
  background: #fff;
  color: #222;
  height: 100%;
  padding-top: 24px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  outline: 1px solid transparent;
}
.related-posts .related-post a span {
  display: block;
}
.related-posts .related-post a .related-date {
  font-size: 16px;
  font-weight: 600;
}
.related-posts .related-post a .related-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.related-posts .related-post a .wp-element-button {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  background: none;
  height: auto;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'><path fill='%23222' d='m13.87 6.31-5.248 5.25a.437.437 0 0 1-.717-.143.44.44 0 0 1 .095-.479l4.506-4.501H.437a.437.437 0 0 1 0-.875h12.069L8 1.061A.44.44 0 1 1 8.622.44l5.249 5.249a.437.437 0 0 1 0 .621'/></svg>") no-repeat center right;
  border-radius: 0;
  padding: 0 22px 0 24px !important;
}
.related-posts .related-post a .card-upper {
  padding-left: 24px;
  padding-right: 24px;
}
.related-posts .related-post a .card-upper {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.related-posts .related-post a .card-lower {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.related-posts .related-post a .related-thumb img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 0 0 16px 16px;
}
.related-posts .related-post a:hover, 
.related-wrapper .upcoming-events .event-card a:hover {
  background: #E4E4E4 !important;
  text-decoration: none;
}
.related-posts .related-post a:hover .wp-element-button,
.related-wrapper .upcoming-events .event-card a:hover .wp-element-button {
  text-decoration: underline;
}
.related-posts .related-post a:focus, 
.related-wrapper .upcoming-events .event-card a:focus {
  background: #d4d4d4 !important;
  outline: none;
}
.related-posts .related-post a:focus .wp-element-button,
.related-wrapper .upcoming-events .event-card a:focus .wp-element-button {
  text-decoration: underline;
}
.related-posts .related-post a:focus-visible,
.related-wrapper .upcoming-events .event-card a:focus-visible {
  background: #fff !important;
  outline: 4px solid #6022A6;
  outline-offset: 0;
}
.related-posts .related-post a:focus-visible .wp-element-button,
.related-wrapper .upcoming-events .event-card a:focus-visible .wp-element-button {
  text-decoration: none;
}
.related-posts .related-post a + p {
  display: none;
}
p:empty {
  display: none;
}
.alltags {
  display: none;
  margin-top: 16px;
}
.alltags .ajax-category-filter {
  padding: 0;
}
.share3 .wp-block-uagb-social-share {
  margin-top: 10px;
}
.metadts {
  display: flex;
  flex-wrap: wrap;
}
.serpage-results {
  list-style: none;
  padding: 0;
  color: #222;
}
.serpage-results li {
  border-top: 1px solid #A9A9A9;
  padding: 16px 0 32px;
}
.serpage-results li .meta-type,
.serpage-results li .metadts,
.serpage-results li .event-dates,
.serpage-results li .event-location {
  font-size: 16px;
}
.serpage-results li .metadts a,
.serpage-results li .event-dates a,
.serpage-results li .event-location a {
  color: #222;
}
.serpage-results li .serRes-title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 7px;
}
.serpage-results li .serRes-title a {
  color: #222;
}
.serpage-results li .excerpt {
  font-size: 16px;
  margin: 0;
}
.custom-formwrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px;
}
.custom-formwrapper:before {
  content: '';
  display: block;
  width: 255px;
}
.custom-formwrapper .wp-block-search {
  flex: 1;
}
.custom-formwrapper .wp-block-search__input {
  width: 100%;
}
.custom-formwrapper + .blogContent-wrapper {
  margin-top: 0;
}
.search-result-count, .global-result-count {
  font-size: 16px;
  color: #222;
  white-space: nowrap;
}
.search-result-count p {
  margin: 0;
}
.page-search-results {
  overflow-x: hidden;
}
.search-container {
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 96px;
}
.search-container .wp-block-post-template {
  grid-template-columns: auto !important;
}
.evidon-switch-slider.slideron{
  background-color: #6022A6;
}
.evidon-prefdiag-sidebarlink{
  color: #444 !important;
  font-size: 15px;
}
.evidon-prefdiag-message, .evidon-prefdiag-subtitle{
  color:#515151;
}
#subscribe-form {
  position: fixed;
  z-index: 2222;
  inset: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 16px 28px;
  overflow-y: auto;
}
#subscribe-form .subscribe-align {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subscribe-form .subscribe-container {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 96px;
  width: 100%;
  max-height: 100%;
}
#subscribe-form .subscribe-container > div,
#subscribe-form .subscribe-container > form {
  max-width: 696px;
  margin: auto;
  width: 100% !important;
}
#subscribe-form .subscribe-container #nwslt-modalhead {
  gap: 16px;
  margin-bottom: 48px;
  position: static;
}
#subscribe-form .subscribe-container .wp-block-buttons {
  position: static;
}
#subscribe-form .subscribe-container .sm1 {
  color: #222222;
}
#subscribe-form .subscribe-container .sm2 {
  font-size: 40px;
  color: #222222;
}
#subscribe-form .subscribe-container .mktoLabel {
  width: auto !important;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--base-font) !important;
}
#subscribe-form .subscribe-container .mktoOffset {
  display: none;
}
#subscribe-form .subscribe-container .mktoAsterix {
  float: right !important;
  margin-left: 5px;
}
#subscribe-form .subscribe-container .mktoFormCol {
  margin-bottom: 32px !important;
}
#subscribe-form .close-modal a {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  padding: 0;
  text-indent: -9999px;
  border-radius: 50%;
  background: #F8F7F9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill-rule='evenodd' d='M7.484 6l3.709 3.709a1.05 1.05 0 0 1 0 1.484 1.05 1.05 0 0 1-1.484 0L6 7.484l-3.709 3.709a1.05 1.05 0 0 1-1.484 0 1.05 1.05 0 0 1 0-1.484L4.516 6 .807 2.291a1.05 1.05 0 0 1 0-1.484 1.05 1.05 0 0 1 1.484 0L6 4.516 9.709.807a1.05 1.05 0 0 1 1.484 0 1.05 1.05 0 0 1 0 1.484L7.484 6z' fill='%23222'/%3E%3C/svg%3E") no-repeat center center;
}
#subscribe-form .close-modal a:hover {
  background-color: #E4E4E4;
}
#subscribe-form .close-modal a:focus {
  background-color: #D4D4D4;
  outline: none;
}
#subscribe-form .close-modal a:focus-visible {
  background-color: #6022A6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill-rule='evenodd' d='M7.484 6l3.709 3.709a1.05 1.05 0 0 1 0 1.484 1.05 1.05 0 0 1-1.484 0L6 7.484l-3.709 3.709a1.05 1.05 0 0 1-1.484 0 1.05 1.05 0 0 1 0-1.484L4.516 6 .807 2.291a1.05 1.05 0 0 1 0-1.484 1.05 1.05 0 0 1 1.484 0L6 4.516 9.709.807a1.05 1.05 0 0 1 1.484 0 1.05 1.05 0 0 1 0 1.484L7.484 6z' fill='%23FFF'/%3E%3C/svg%3E");
  outline: 2px solid #6022A6;
  outline-offset: 1px;
  border-radius: 50%;
}
#subscribe-form .mktoButtonWrap {
  margin-left: 0 !important;
}
#subscribe-form .mktoButton {
  background: var(--wp--preset--color--accent-1) !important;
  border: none !important;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  min-width: 99px;
  height: 44px;
  padding: 2px 24px;
  border-radius: 8px;
  font-family: var(--base-font) !important;
  box-shadow: none;
}
#subscribe-form .mktoButton:hover {
  background: var(--wp--preset--color--accent-3) !important;
  text-decoration: none;
}
#subscribe-form .mktoButton:focus {
  background: #472271 !important;
  box-shadow: none;
}
#subscribe-form .mktoButton:focus-visible {
  background: var(--wp--preset--color--accent-1) !important;
  outline-offset: 1px;
  outline: 2px solid var(--wp--preset--color--accent-1);
}
.mktoForm .mktoFormCol {
  float: none !important;
}
.mktoForm .mktoFormCol .mktoFieldWrap {
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mktoForm .mktoField {
  width: 100% !important;
  height: 44px;
  background: #F8F8F8;
  border: 1px solid #515151;
  border-radius: 4px;
}
.mktoForm .mktoField.mktoInvalid {
  background: var(--error-bg) !important;
  border-color: var(--error) !important;
}
.mktoForm .mktoError {
  right: auto !important;
  left: 0;
  bottom: auto !important;
  display: flex;
  position: relative !important;
  margin-top: 10px;
}
.mktoForm .mktoError .mktoErrorArrow {
  display: none !important;
}
.mktoForm .mktoError .mktoErrorArrowWrap {
  width: 14px  !important;
  height: 14px  !important;
  border-radius: 50%;
  background: var(--error) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='12' fill='none' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M1 8.188a.88.88 0 0 1-.875-.875V1.625A.88.88 0 0 1 1 .75a.88.88 0 0 1 .875.875v5.688A.88.88 0 0 1 1 8.188zM1.875 9.5H.125v1.75h1.75V9.5z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center center;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  flex: 0 0 auto;
}
.mktoForm .mktoError .mktoErrorMsg {
  background: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  color: var(--error) !important;
  padding: 0 !important;
  max-width: none !important;
  margin-top: 0 !important;
  margin-left: 8px;
  font-size: 14px;
}
.event-sidebar {
  border-top: 1px solid #D4D4D4;
}
.event-sidebar .eventweb-wrapper {
  border-top: 1px solid #D4D4D4;
  padding-top: 32px;
  padding-bottom: 32px;
}
.upcoming-events .article-wrapper {
  background: #fff !important;
}
.upcoming-events .event-card > a + p {
  display: none;
}
.upcoming-events .card-lower {
  display: grid;
  gap: 48px !important;
}
.content-404 {
  padding-bottom: 144px !important;
}
.content-404 .wp-block-search {
  margin-top: 32px;
}
.content-404 .wp-block-search__inside-wrapper {
  display: inline-block;
}
.content-404 .wp-block-search__input {
  width: 364px;
  max-width: 100%;
}
.content-404 a {
  color: #515151;
  text-decoration: underline;
}
.content-404 a:hover {
  color: #6022A6;
}
.catList-wrapper {
  background: #fff;
}
.catList-wrapper .category-item {
  background: #F8F7F9;
  border-radius: 16px;
}
.catList-wrapper .category-item .article-wrapper {
  display: block;
  padding: 82px 24px 40px;
  color: #515151;
  overflow: hidden;
  transition: all ease 0.3s;
  border-radius: 16px;
}
.catList-wrapper .category-item .article-wrapper:hover {
  background: #F3F3F4;
  text-decoration: none;
}
.catList-wrapper .category-item .article-wrapper:focus {
  background: #E4E4E4;
  outline: none;
}
.catList-wrapper .category-item .article-wrapper:focus-visible {
  background: #fff;
  outline: 4px solid #6022A6;
  border-radius: 16px;
}
.catList-wrapper .category-item .article-wrapper + p {
  display: none;
}
.catList-wrapper .catTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 16px 0 8px;
}
.catList-wrapper .catDesc {
  font-size: 14px;
  margin: 0;
}
.catList-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.catList-grid img {
  width: 32px;
}
.copied-text {
  margin: 34px 0 0 -8px;
  color: #515151;
  font-size: 14px;
  position: absolute;
}
input::-webkit-search-cancel-button,
input::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}
/* Also disable for input[type="search"] */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.team-initial,
.team-extra {
  margin-bottom: 48px;
}
.team-extra-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.team-extra-wrapper.open {
  max-height: 6500px;
  /* Large enough to fit all content */
}
.show-toggle-wrap {
  text-align: center;
  margin-top: 0;
}
#show-toggle-btn {
  display: inline-flex;
  align-items: center;
  color: var(--wp--preset--color--accent-1);
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
}
#show-toggle-btn .toggle-icon {
  display: inline-block;
  margin-left: 10px;
}
.projects-info {
  max-width: 696px;
  padding: 96px 0 24px;
  margin-top: 0;
}
.projects-climax {
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 96px;
}
.project-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  color: #222;
  margin-top: 0;
}
.project-list .project-item {
  min-height: 400px;
  background: #F8F7F9;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.project-list .project-item .project-cat {
  font-size: 16px;
  margin: 0;
}
.project-list .project-item .project-title {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
}
.project-list .project-item .project-desc {
  font-size: 18px;
}
body.search .wp-block-query .wp-block-post-template {
  grid-template-columns: auto !important;
}
.recent-searches .recent-search-title {
  font-size: 16px;
  padding: 24px 0 8px;
  color: #222;
}
.recent-searches #recentList {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #515151;
  letter-spacing: 0.2px;
}
.recent-searches .recent-item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
}
.recent-searches .recent-item:hover {
  color: #6022a6;
}
.recent-searches .gsearch-term {
  cursor: pointer;
  flex: 1;
  white-space: normal;
}
.recent-searches .remove-search {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.recent-searches .remove-search svg {
  width: 24px;
  height: 24px;
  padding: 6px;
  border-radius: 50%;
  transition: all ease 0.2s;
}
.recent-searches .remove-search:hover svg {
  background: #F8F7F9;
}
.search-suggestion-box {
  background: #fff;
  font-size: 14px;
  z-index: 9999;
  width: 100%;
}
.search-suggestion-box .suggestion-title {
  font-size: 16px;
  padding: 24px 0 8px;
  color: #222;
}
.search-suggestion-box .suggestion-item {
  padding: 6px 0;
  cursor: pointer;
  color: #515151;
}
.search-suggestion-box .suggestion-item:hover {
  color: #6b46c1;
}
.search-suggestion-box .suggestion-link {
  margin-bottom: 8px;
}
.search-suggestion-box .suggestion-link small.link-type {
  font-size: 11px;
  color: #6b46c1;
  display: block;
}
.search-suggestion-box .suggestion-link a.link-title {
  font-size: 14px;
  color: #6b46c1;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggestion-box .suggestion-link a.link-title:hover {
  text-decoration: underline;
}

.wp-block-table{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}
.overhide {
    overflow: hidden;
  }

@media screen and (min-width: 769px) {
  .clearfiltersbtn .filter-count {
    display: none;
  }
  #allTopicsModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000a;
    z-index: 9999;
    color: #222;
  }
  #allTopicsModal .all-tags-checkboxes .alltag-group:not(:first-child) {
    margin-top: 32px;
  }
  #allTopicsModal .topicsContent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    max-width: 768px;
    width: 90%;
    height: 1000px;
    max-height: 80%;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  #allTopicsModal .tp-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
  }
  #allTopicsModal .tp-modal-header .modal-head {
    margin: 0;
    font-size: 40px !important;
  }
  #allTopicsModal .tp-modal-footer {
    padding-top: 24px;
  }
  #single-sidebar .sharebtn_wrap:hover .wp-block-uagb-social-share {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .wp-block-uagb-post-grid.is-grid,
  .uagb-post__items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 769px) and (max-width: 781.9px) {
  #logo-wrapper {
    gap: 70px;
  }
  .home-cta {
    flex-basis: 100% !important;
  }
  .wp-container-core-columns-is-layout-28f84493 {
    flex-wrap: nowrap !important;
  }
  .wp-container-core-columns-is-layout-28f84493:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex: 1 !important;
  }
}
@media all and (max-width: 1199px) {
  #singlepost-wrapper {
    gap: 48px;
  }
  #single-pageheader .sp-titlewrap {
    width: 50%;
  }
  .site-top-footer.wp-block-columns .wp-block-column {
    flex: 1 !important;
  }
  #single-sidebar .wp-block-uagb-social-share{
    left: auto;
    right: 0;
  }
}
@media all and (max-width: 991px) {
  #logo-wrapper {
    gap: 50px;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 20px;
  }
  body.menuActive .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open),
  body.menuActive .wp-block-navigation__responsive-container-close {
    display: block;
    position: fixed;
    width: 32px;
    height: 32px;
    top: 15px;
    right: 14px;
  }
  body.menuActive .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) svg,
  body.menuActive .wp-block-navigation__responsive-container-close svg {
    fill: #222;
  }
  body.menuActive.home .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) svg,
  body.menuActive.home .wp-block-navigation__responsive-container-close svg {
    fill: #fff;
  }
  .has-global-padding {
    padding-left: 24px;
    padding-right: 24px;
  }
  .has-global-padding > .alignfull:not(.size-full),
  .has-global-padding > .alignfull {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .has-custom-3-font-size {
    font-size: 40px !important;
  }
  #blog-topbar {
    flex-wrap: nowrap !important;
    margin-bottom: 20px;
    gap: 24px;
  }
  #blog-topbar .wp-block-search__inside-wrapper {
    width: 100%;
  }
  #blog-topbar .wp-block-column {
    flex: 1 !important;
  }
  #blog-topbar .blog-sort-dropdown,
  #blog-topbar .wp-block-search__input {
    width: 100%;
  }
  .blogContent-wrapper {
    flex-direction: column;
    gap: 28px;
  }
  .wp-block-query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .wp-block-query .wp-block-post-template .wp-block-post {
    min-height: 375px;
  }
  body.page-search-results .wp-block-query .wp-block-post-template .wp-block-post,
  body.search .wp-block-query .wp-block-post-template .wp-block-post {
    min-height: auto;
  }
  #blog_sidebar {
    display: flex;
    flex-direction: column;
    flex: auto !important;
  }
  #applied-filters {
    order: 1;
  }
  .clearfiltersbtn {
    order: 1;
    text-align: left;
    padding-left: 8px;
    transition: none;
  }
  .clearfiltersbtn .filter-count {
    display: none;
  }
  .filter-modal-header .clearfiltersbtn {
    display: block !important;
    position: fixed;
    z-index: 999999;
    font-weight: bold;
    left: 24px;
    top: 58px;
    padding: 0;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block !important;
  }
  #filtersTitle {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    background: #fff;
    color: #6022A6;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #6022A6;
  }
  #filtersTitle p {
    margin: 0 !important;
  }
  #filtersTitle p span {
    font-weight: normal;
  }
  #filtersTitle:before {
    content: '';
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' fill='none'%3E%3Cpath d='M14.399.9L9.748 7.87c-.161.249-.248.539-.25.835V15.5a.5.5 0 0 1-.238.425.5.5 0 0 1-.487.02l-3.001-1.5A.5.5 0 0 1 5.497 14V8.705a1.5 1.5 0 0 0-.25-.83L.596.9A.58.58 0 0 1 .573.298.58.58 0 0 1 1.097 0h12.823c.105-.001.209.027.299.08s.165.131.214.224.073.197.067.302-.04.206-.1.293z' fill='%236022a6'/%3E%3C/svg%3E") no-repeat center center;
    margin-right: 8px;
    width: 15px;
    height: 16px;
  }
  .listfilters {
    display: none;
    position: fixed;
    z-index: 555555;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    flex-direction: column;
  }
  .listfilters .mobilefilters {
    flex-grow: 1;
    overflow-y: auto;
    border: 1px solid #d4d4d4;
    border-width: 1px 0;
    padding: 0;
    margin-right: -24px;
    margin-top: 0;
  }
  .listfilters > div {
    width: 100%;
  }
  .listfilters .closeModalBtn.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .filter-modal-header {
    flex: 0 0 94px;
    padding: 16px 24px;
  }
  .filter-modal-header .modal-head {
    margin: 0;
  }
  .filter-modal-header .modal-head .close-btn {
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .filter-modal-footer {
    margin-top: 0;
    padding: 16px;
  }
  #applied-filters {
    margin-top: 16px;
  }
  .filter-results {
    display: flex;
    flex-wrap: wrap;
    order: 2;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D4D4D4;
    align-items: flex-start;
  }
  .filter-results .clearfiltersbtn {
    margin: 6px 0 0;
  }
  .filter-results .clearfiltersbtn .filter-count {
    display: none;
  }
  .wp-block-query-pagination {
    margin-top: 58px;
  }
  .accordion {
    margin-top: 0;
    padding: 0;
    border-bottom: 1px solid #C7C8CF;
    transition: all ease 0.3s;
  }
  .accordion summary {
    margin: 0 !important;
    padding: 16px;
  }
  .accordion summary:hover {
    background: #D4D4D4;
  }
  .accordion summary:before {
    display: none;
  }
  .accordion summary::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' fill='none'%3E%3Cpath fill-rule='evenodd' d='M.653 1.028c.33-.33.864-.33 1.193 0L8 7.182l6.153-6.153c.33-.33.864-.33 1.193 0s.329.864 0 1.193l-6.75 6.75c-.329.33-.864.33-1.193 0l-6.75-6.75c-.33-.33-.33-.864 0-1.193z' fill='%23222'/%3E%3C/svg%3E") no-repeat center center;
    width: 16px;
    height: 10px !important;
    transition: all ease 0.3s;
    top: 23px;
    right: 16px;
  }
  .accordion > ul, .accordion > div {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 0;
  }
  .accordion > ul, .accordion > div{
    padding-top: 8px;
    padding-bottom: 16px;
  }
  .accordion[open] summary:after {
    top: 23px;
    transform: rotate(180deg);
  }
  .ajax-tag-filter,
  #allTopicBtn-wrap {
    display: none;
  }
  .alltags {
    display: block;
    margin-top: 0 !important;
  }
  .all-tags-checkboxes ul,
  .accordion ul {
    margin: 0;
  }
  .allTopics-btn a {
    font-weight: normal;
  }
  #events-wrapper {
    flex-direction: column;
  }
  #single-pageheader {
    gap: 24px;
  }
  #single-pageheader h1 {
    font-size: 32px;
  }
  #single-pageheader .taxonomyBar,
  #single-pageheader .wp-block-post-author-name {
    font-size: 16px;
  }
  #single-pageheader {
    padding-top: 32px;
    padding-bottom: 32px;
    align-items: flex-start;
  }
  body.home #herobanner {
    padding-top: 141px;
    padding-bottom: 112px;
  }
  body.home #herobanner h1 {
    font-size: 68px;
  }
  body.single .entry-content p + :is(h2, h3, h4, h5, h6, figure),
  body.single .entry-content .wp-block-list + :is(h2, h3, h4, h5, h6, figure),
  body.single .entry-content p + figure {
    margin-top: 64px;
  }
  body.single #single-sidebar:not(.event-sidebar) {
    display: none;
  }
  body.single #sp-mainarea {
    gap: 64px;
  }
  body.single-event {
    /* 		#single-sidebar {
			.sharebtn_wrap{
				.shareicon, .wp-block-buttons{
					display:none !important;
				}
			}
			.wp-block-uagb-social-share{
				opacity:1;
				visibility:visible;
				position: relative;
				top: auto;
				box-shadow: none;
				padding: 0;
			}
		} */
  }
  body.single-event #singlepost-wrapper {
    flex-wrap: wrap;
  }
  body.single-event #single-sidebar {
    flex: 0 0 100% !important;
  }
  .upcoming-events {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .brief-section {
    margin-top: 0;
    margin-bottom: 64px;
  }
  .brief-section .has-large-font-size {
    font-size: 20px !important;
  }
  .brief-section .brief-content {
    font-size: 16px;
    margin-top: 16px;
  }
  .related-wrapper h4 {
    font-size: 24px;
  }
  .related-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .related-posts .related-post a .related-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .tp-modal-header,
  .tp-modal-footer,
  .alltag-filter-header {
    display: none !important;
  }
  #allTopicsModal .all-tags-checkboxes {
    border: none;
    padding: 0;
    margin: 0;
  }
  .loader {
    width: 48px;
    height: 48px;
    box-shadow: inset 0 0 0 4px #8d8d8d;
  }
  .loader .spinner {
    border: 4px solid transparent;
    border-top: 4px solid var(--wp--preset--color--accent-1);
  }
  .content-404 {
    padding-bottom: 72px !important;
  }
  .custom-formwrapper:before {
    display: none;
  }
  #subscribe-form .subscribe-container {
    padding: 64px 24px;
  }
  body.home .home_publications .uagb-post__items {
    gap: 16px;
  }
  body.home .home_publications .uagb-post__inner-wrap > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .features {
    margin-top: 24px;
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-grid-wrapper .team-members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #blog-topbar .wp-block-search__label {
    left: auto;
  }
  body.home .wp-block-navigation a:hover {
    color: inherit !important;
  }
  .project-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-list .project-item {
    border-radius: 8px;
    padding: 16px;
    max-height: 375px;
  }
  .project-list .project-item .project-title {
    font-size: 22px;
  }
  .project-list .project-item .project-desc {
    font-size: 16px;
  }
  .projects-info {
    padding: 64px 0 0;
  }
  .projects-climax {
    padding-bottom: 64px;
  }
  .projects-climax .wp-block-column:last-child {
    display: none;
  }
  #single-sidebar .sharebtn_wrap{
    flex-wrap: wrap;
    row-gap: 0;
  }
  #single-sidebar .shareicon,
  #single-sidebar .shareicon + .wp-block-buttons{
    flex: 0 0 auto;
  }
  #single-sidebar .sharebtn_wrap .wp-block-uagb-social-share {
    left: 0;
    right: auto;
    max-height: 0;
    position: relative;
    top: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
  }
  #single-sidebar .sharebtn_wrap.active .wp-block-uagb-social-share {
    opacity: 1;
    visibility: visible;
    /* width: 100%; */
    flex: 0 0 auto;
    max-height: 52px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .event-sidebar .eventweb-wrapper{
    padding-bottom: 0;
  }
  .siteheader > .has-global-padding {
    padding: 16px 24px;
  }
  .is-responsive .wp-block-navigation__responsive-container {
    right: 0;
    top: 0;
    padding-top: 61px;
    z-index: 999;
  }
  .is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: flex-start !important;
    padding-top: 0 !important;
  }
  .is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul,
  .is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li {
    width: 100%;
  }
  .is-responsive .wp-block-navigation__responsive-container .wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-start;
  }
  #logo-wrapper {
    z-index: 1111;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
    width: 30px;
    height: 30px;
    padding-left: 6px;
    transition: none;
    z-index: 990;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown):before,
  .wp-block-navigation__responsive-container-open:not(.always-shown):after {
    content: '';
    display: block;
    height: 2px;
    width: 16px;
    background: #222;
    transition: all ease 0.3s;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown):before {
    margin-top: -5px;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown):after {
    margin-bottom: -5px;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) svg {
    overflow: auto;
    width: 16px;
    height: 2px;
    background: #222;
    margin: 3px 0;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) svg path {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown).mclose-active {
    padding-left: 5px;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown).mclose-active svg {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown).mclose-active:before,
  .wp-block-navigation__responsive-container-open:not(.always-shown).mclose-active:after {
    width: 20px;
    height: 1px;
    border-radius: 3px;
    margin: 0;
    background: #222;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown).mclose-active:before {
    transform: rotate(45deg);
    margin-bottom: 20px;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown).mclose-active:after {
    transform: rotate(-45deg);
    margin-top: -21px;
  }
  .has-modal-open .wp-block-navigation__responsive-close {
    border-top: 1px solid #D4D4D4;
    padding-top: 24px;
  }
  .has-modal-open .wp-block-navigation__responsive-close ul.wp-block-navigation__container {
    gap: 8px !important;
  }
  .has-modal-open .wp-block-navigation__responsive-close .wp-block-navigation-item__content {
    width: 100%;
    padding: 10px 0 !important;
    color: #222;
  }
  body.home .wp-block-navigation__responsive-container-open:not(.always-shown):before,
  body.home .wp-block-navigation__responsive-container-open:not(.always-shown):after,
  body.home .wp-block-navigation__responsive-container-open:not(.always-shown) svg {
    background: #fff;
  }
  body.home .has-modal-open .wp-block-navigation__responsive-close .wp-block-navigation-item__content {
    color: #fff !important;
  }
  body.home .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background: #000 !important;
  }
  body.home .searchForm_global .wp-block-search__input {
    background: none;
    color: #fff;
  }
  body.home .searchForm_global .wp-block-search__input:focus {
    background: none;
  }
  body.home .searchForm_global .wp-block-search__button {
    border-radius: 0 4px 4px 0;
    width: 44px;
    height: 44px;
    margin-top: -1px;
    background: #6022A6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23FFF' d='M0 6.029a6.01 6.01 0 0 0 .882 3.125 6.02 6.02 0 0 0 2.379 2.212c.981.505 2.082.732 3.182.655s2.159-.456 3.059-1.093l4.842 4.832c.192.164.439.25.691.24s.492-.114.671-.293.283-.418.293-.67a1 1 0 0 0-.241-.691l-4.836-4.837c.551-.772.911-1.662 1.052-2.599a6.01 6.01 0 0 0-.242-2.793c-.3-.899-.807-1.715-1.482-2.381A6.02 6.02 0 0 0 7.849.284C6.945-.004 5.987-.074 5.051.079S3.228.603 2.463 1.163 1.076 2.455.648 3.301A6.01 6.01 0 0 0 0 6.029zm1.003 0a5.01 5.01 0 0 1 .846-2.785C2.4 2.42 3.184 1.777 4.101 1.398a5.02 5.02 0 0 1 5.468 1.087 5.01 5.01 0 0 1 1.088 5.463c-.38.916-1.023 1.699-1.848 2.25a5.02 5.02 0 0 1-4.707.463c-.609-.252-1.162-.621-1.628-1.087a5.01 5.01 0 0 1-1.469-3.545z'/%3e%3c/svg%3e") no-repeat center center;
    background-size: 16px auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open),
  .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .section-pad {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  h2 {
    font-size: 24px;
  }
  body.home .home_blogs {
    padding-top: 64px !important;
  }
  body.home .home_blogs,
  body.home .home_events {
    gap: 24px;
  }
  body.home .uagb-post__inner-wrap {
    min-height: 375px;
  }
  body.home .home_publications .uagb-post__inner-wrap {
    min-height: auto;
  }
  body.home .uagb-post__inner-wrap > a .card-upper,
  body.home .uagb-post__inner-wrap > a .wp-block-button {
    padding-left: 16px;
    padding-right: 16px;
  }
  body.home .uagb-post__inner-wrap > a .uagb-post__title {
    font-size: 20px;
    line-height: 1.4;
  }
  body.home .uagb-post__inner-wrap > a .uagb-post-grid-byline,
  body.home .uagb-post__inner-wrap > a .uagb-post__title {
    margin-bottom: 8px;
  }
  body.home .uagb-post__inner-wrap > a .uagb-post__image {
    margin-top: 15px !important;
  }
  .home_publications {
    background-size: 100% 100% !important;
  }
  #subscribe-section {
    background-size: 100% 100% !important;
    padding: 64px 36px;
    text-align: center;
  }
  #subscribe-section > .wp-block-heading {
    font-size: 16px;
  }
  #subscribe-section .is-nowrap .wp-block-heading {
    font-size: 48px;
    white-space: normal;
    flex: auto;
  }
  #subscribe-section a {
    padding: 7px 20px;
  }
  .subs_row {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
  }
  .subs_row .wp-block-buttons {
    display: flex;
    justify-content: center;
  }
  #active-projects .wp-block-columns,
  #careers .wp-block-columns {
    gap: 32px;
    flex-wrap: nowrap !important;
  }
  #active-projects h6,
  #careers h6 {
    font-size: 16px !important;
  }
  #active-projects .has-custom-4-font-size,
  #careers .has-custom-4-font-size {
    font-size: 32px !important;
  }
  .site-footer {
    padding: 48px 24px;
  }
  body.home .site-top-footer {
    color: #fff;
    flex-wrap: nowrap !important;
    gap: 20px;
  }
  body.home .searchForm_global .wp-block-search__label {
    filter: brightness(100);
  }
  #searchBtn {
    display: none;
  }
  .page-header {
    padding: 24px;
    border-radius: 16px;
  }
  .page-header h1 {
    font-size: 16px !important;
  }
  .page-header .wp-block-heading {
    font-size: 48px;
    margin-top: 8px;
    line-height: 1.2;
    padding-right: 24px;
  }
  .single-event h1.wp-block-post-title {
    font-size: 48px !important;
    line-height: 1.2 !important;
    padding-right: 24px;
  }
  .wp-block-navigation {
    gap: 18px;
  }
  .wp-block-navigation__responsive-container .searchForm_global {
    position: relative !important;
    background: none;
    top: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    padding: 0;
    width: 100%;
    margin-top: 48px;
  }
  .wp-block-navigation__responsive-container .searchForm_global .wp-block-search__label {
    top: 10px;
    right: 50px;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    padding-left: 24px;
    padding-right: 24px;
  }
  #applied-filters + .clearfiltersbtn{
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #single-pageheader {
    flex-wrap: wrap;
    gap: 48px;
    padding: 0 0 48px;
  }
  #single-pageheader h1 {
    margin: 8px 0;
  }
  #single-pageheader .sp-titlewrap {
    width: 100%;
    order: 2;
    gap: 8px;
  }
  #single-pageheader .wp-block-post-featured-image {
    order: 1;
  }
  .brief-section,
  body.single .entry-content iframe,
  body.single .entry-content figure,
  body.single .entry-content .wp-block-image {
    margin-bottom: 48px;
    padding: 0 !important;
  }
  .brief-content {
    padding: 32px 24px !important;
  }
  .brief-content .wp-block-group {
    padding-left: 0;
    padding-right: 0;
  }
  body.single .entry-content p + :is(h2, h3, h4, h5, h6, figure),
  body.single .entry-content .wp-block-list + :is(h2, h3, h4, h5, h6, figure),
  body.single .entry-content p + figure {
    margin-top: 48px;
  }
  body.single #sp-mainarea {
    gap: 48px;
  }
  .site-top-footer.wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 620px) {
  .catList-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
@media screen and (max-width: 480px) {
  .siteheader > .has-global-padding {
    padding: 16px 20px;
  }
  .siteheader > .has-global-padding > div {
    gap: 18px;
  }
  .section-pad {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .has-global-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .has-global-padding > .alignfull:not(.size-full),
  .has-global-padding > .alignfull {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .siteheader > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  #logo-wrapper {
    gap: initial;
    flex: 1;
    justify-content: space-between;
  }
  body.home #herobanner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  body.home #herobanner h1 {
    font-size: 48px;
    line-height: 1.2 !important;
  }
  body.home #herobanner h4 {
    font-size: 20px;
    line-height: 1.5 !important;
  }
  body.home #herobanner h4 br {
    display: none;
  }
  body.home .homeTitleStack .wp-block-column {
    width: 100%;
  }
  body.home .home_blogs,
  body.home .home_events {
    gap: 24px;
  }
  body.home .link-btn {
    line-height: 1;
  }
  body.home .link-btn a {
    font-size: 16px;
  }
  #active-projects .wp-block-columns,
  #careers .wp-block-columns {
    gap: 24px;
    flex-wrap: wrap !important;
  }
  #active-projects .primary-btn,
  #careers .primary-btn {
    width: 100%;
  }
  #active-projects {
    padding: 40px 20px !important;
  }
  #active-projects .wp-block-column:not(.home-cta) {
    order: -1;
  }
  #careers {
    padding: 24px 20px !important;
  }
  #careers .wp-block-columns {
    padding: 0 !important;
  }
  #subscribe-section {
    padding: 48px 20px;
  }
  #subscribe-section .is-nowrap .wp-block-heading {
    font-size: 32px;
  }
  #subscribe-section .wp-block-button {
    width: 100%;
  }
  body.home .site-top-footer {
    flex-wrap: wrap !important;
  }
  .site-footer {
    padding: 48px 20px;
  }
  .wp-block-uagb-post-grid {
    gap: 16px !important;
  }
  .page-header {
    padding: 16px;
    border-radius: 8px;
  }
  .page-header .wp-block-heading {
    font-size: 32px;
    padding-right: 0;
  }
  .single-event h1.wp-block-post-title {
    font-size: 32px !important;
    padding-right: 0;
  }
  .listfilters {
    padding-left: 8px;
    padding-right: 8px;
  }
  #blog-topbar {
    flex-wrap: wrap !important;
    gap: 20px;
    margin: 56px 0 36px;
  }
  #blog-topbar .blog-sort-dropdown,
  #blog-topbar .wp-block-search__input {
    width: 100%;
  }
  #blog-topbar .wp-block-column {
    flex: 0 0 100% !important;
  }
  main.has-global-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .related-wrapper {
    margin-top: 0;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .related-titlebar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .related-posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .related-posts .related-post a {
    gap: 12px;
  }
  .related-posts .related-post a .card-upper {
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .related-posts .related-post a .card-lower {
    gap: 16px;
  }
  .related-posts .related-post a .card-lower .wp-element-button {
    padding-left: 16px !important;
  }
  .site-top-footer.wp-block-columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .content-404 {
    padding-bottom: 48px !important;
  }
  .wp-block-query .wp-block-post-template,
  .uagb-post__items {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  #subscribe-form {
    padding: 14px 8px;
  }
  #subscribe-form .subscribe-container {
    padding: 0;
  }
  #subscribe-form .subscribe-container #nwslt-modalhead {
    padding: 0 20px 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #D4D4D4;
  }
  .mktoForm {
    padding: 32px 0 0 !important;
  }
  .mktoForm .mktoField {
    height: 44px !important;
  }
  .mktoForm .mktoFormRow, .mktoForm .mktoCaptchaDisclaimer {
    padding: 0 20px;
  }
  .mktoForm .mktoCaptchaDisclaimer a{
    display: inline-block;
    padding: 0;
  }
  .mktoForm .mktoButtonRow {
    width: 100%;
    border-top: 1px solid #D4D4D4;
    padding: 16px 20px;
  }
  .mktoForm .mktoButton {
    width: 100% !important;
  }
  .features-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .features {
    gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .team-grid-wrapper .team-members {
    gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .project-list {
    padding-top: 48px;
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .projects-info {
    padding: 48px 0 0;
  }
  .custom-formwrapper {
    flex-wrap: wrap;
    gap: 8px;
  }
  .custom-formwrapper .wp-block-search {
    flex: 0 0 100%;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    padding-left: 16px;
    padding-right: 16px;
  }
  .has-custom-3-font-size {
    font-size: 32px !important;
  }
  body.single-event #singlepost-wrapper{
    padding-bottom: 48px !important;
  }
}