.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.background-gray {
  background: #98B6C0;
  padding: 70px 0px;
}
.background-white {
  background-color: #ffffff !important;
  padding: 70px 0;
}
.background-light-grey {
  background: #E9EFF3;
  
}
.background-dark {
  background-color: #2b3e50 !important;
  color: white !important;
}
.background-dark h3,
.background-dark h2,
.background-dark p {
  color: #fff !important;
}
.full-box-layout, .full-box-layout>div{
  max-width: 100% !important;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.layout-container {
	max-width: 100%;
}

button[type="button"]:hover {
	background: #6CBCDC;
}

.block-views-blocklatest-prices-block-all-prices-by-fund .form--inline fieldset{
  border: none;
  padding-top: 12px;
  padding-left: 0px;
}

table td {
	line-height: 1.6;
}
/**header css**/
.block-content--type-fund-facts
  .fact-table
  .fact-column.last
  .field--type-link {
  text-align: center !important;
}

.page-node-506 .field--name-body table.blue-header th {
  background-color: transparent !important;
}

.region-content .webform-submission-form .js-form-wrapper .js-form-wrapper {
  padding-left: 24px;
}
.title span span{
    color: #e75858;
}
.meet-the-managers {
}

.asx-code p,
.yield-message p {
  font-size: 0.7777777778rem;
  margin: 0;
  line-height: unset;
}

.key-ob-h2 {
  margin-bottom: 0;
}

.key-ob-table td,
.page-node-455 .field--name-body.background-pale {
  padding-bottom: 0 !important;
}

.page-node-548 .coloured-blocks-container .bean-block .bean {
  height: 210px !important;
}

.page-node-198 .coloured_grid_pale_blue.bean {
  width: 100% !important;
}

.page-node-198 .bean-block {
  max-width: 620px !important;
}

@media (min-width: 768px) {
  .page-node-593 .bean-block .bean {
    height: 390px !important;
  }

  .page-node-595 .table-cta {
    margin-left: -100px;
  }
}

.page-node-109 .fact-table .fact-column.last,
.page-node-109 .page-tabs-bottom .menu.field__items li:first-child,
.page-node-105 .page-tabs-bottom .menu.field__items li:first-child,
.page-node-108 .page-tabs-bottom .menu.field__items li:first-child {
  display: none;
}

.click-reveal img {
  max-width: 150px;
}

.page-node-114 .field--name-field-portfolio-manager .field__label {
  display: none !important;
}

.page-node-114 .field--name-field-portfolio-manager .field__item .field__label {
  display: block !important;
}

.block-views-blocklatest-insights-block-latest-insights-homepage
  .view-latest-insights
  .view-footer
  .more-insights {
  width: 298px;
  margin-right: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
}

.block-views-blocklatest-insights-block-latest-insights-homepage
  .view-latest-insights
  .view-footer
  .more-insights:last-child {
  padding-top: 20px;
}

.block-hero-image .slider .image img {
	min-height: 170px;
}

.search-results {
	word-break: break-word;
}

section.btn-mb-4 a.button-default-red-hover-blue {
    margin-bottom: 10px;
}
/**header **/
.footerleft .footer-content p:first-child {
  font-size: 12px;
  line-height: normal;
}
.footerleft .footer-content p:not(:first-child) {
  font-size: 14px;
}

section.small-box-loyout {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.ratings-section {
  max-width: 1030px;
  width: 100%;
  background: #ffffff;
  /* padding: 48px 56px 40px; */
  margin-left: auto;
  padding: 25px 0;
  margin-right: auto;
  box-sizing: content-box;
}

.ratings-section__title {
  color: #2b3e50;
}

/* Header */
.ratings-table__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 20px;
}

.ratings-table__header-cell {
  color: #2b3e50;
  font-size: 1.6666666667rem;
  line-height: 1.2em;
  font-weight: bold;
}

/* Row */
.ratings-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 8px 0;
  /* border-bottom: 1px solid #eeeeea; */
}

.ratings-table__row:last-of-type {
  border-bottom: none;
}

/* Logo cell */
.ratings-table__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
}

/* Rating cell */
.ratings-table__rating {
  display: flex;
  align-items: center;
}

/* ── Click-to-reveal state ── */
.reveal-wrap {
  position: relative;
}

.reveal-link-block p {
  font-size: 24px;
  color: #2b3e50;
  line-height: 1.5;
}

.reveal-link-block a {
  color: #1b2a4a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.reveal-link-block a:hover {
  color: #4a6fa5;
}

/* Badge revealed */
.badge-wrap {
  display: none;
  animation: fadeIn 0.35s ease;
}

.badge-wrap.visible {
  display: flex;
  align-items: center;
}
.badge-wrap img {
  max-width: 200px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ── Zenith badge ── */
.badge-zenith {
  position: relative;
  width: 110px;
  height: 110px;
}

/* ── Lonsec badge ── */
.badge-lonsec {
  width: 110px;
  height: 110px;
}

/* ── Contact ── */
.ratings-section__contact {
  margin-top: 24px;
  font-size: 14px;
  color: #3a3a3a;
}

.ratings-section__contact a {
  color: #1b2a4a;
  text-decoration: underline;
  text-underline-offset: 2px;
  /* font-weight: 600; */
}

@media (max-width: 640px) {
  .ratings-section {
    padding: 32px 24px 28px;
  }

  .ratings-table__row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 8px 0;
  }

  .ratings-table__header {
    grid-template-columns: 1fr;
  }

  .ratings-table__header-cell:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
	.block-views-blocklatest-prices-block-all-prices-by-fund .form--inline label, .block-views-blocklatest-prices-block-all-prices-eyf-funds .form--inline label {
		width: 50px;
	}
	.block-views-blocklatest-prices-block-all-prices-by-fund .form--inline .form-item label[for="edit-date-max"], .block-views-blocklatest-prices-block-all-prices-eyf-funds .form--inline .form-item label[for="edit-date-max"] {
		text-align: center;
	}
  .footer {
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .footer .footer-top {
    padding-bottom: 0;
  }
	
	.block-views-blocklatest-prices-block-all-prices-by-fund .form--inline label, .block-views-blocklatest-prices-block-all-prices-eyf-funds .form--inline label {
		width: 65px;
	}
}

/**why invest **/
/* ── Section wrapper ── */
.why-invest {
  max-width: 1030px;
  width: 100%;
  background: #ffffff;
  padding: 20px 32px;
  margin-left: auto;
  margin-right: auto;
	box-sizing: border-box;
}

/* ── Main heading ── */
.why-invest__title {
  font-weight: bold;
  color: #2b3e50;
  margin-bottom: 52px;
  letter-spacing: -0.5px;
}

/* ── 2-column grid ── */
.why-invest__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
  row-gap: 52px;
}
.three-column .why-invest__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 72px;
  row-gap: 52px;
}

/* ── Each card ── */
.why-invest__card {
}

.why-invest__card-title {
  /* font-family: "Playfair Display", serif; */
  /* font-size: 22px; */
  font-weight: 700;
  color: #2b3e50;
  margin-bottom: 18px;
  letter-spacing: -0.2px;
}

.why-invest__card-text {
  /* font-family: "Source Sans 3", sans-serif;
  font-size: 15px; */
  font-weight: 400;
  color: #2b3e50;
  line-height: 1.72;
}

/* ── Responsive ── */
@media (max-width: 680px) {
  .why-invest {
    padding: 36px 24px 48px;
	  box-sizing: border-box;
  }
  .why-invest__title {
    font-size: 30px;
    margin-bottom: 36px;
  }
  .why-invest__grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
}
/**table **/
.stacktable {
  width: 100%;
}
.st-head-row {
  padding-top: 1em;
}
.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}
.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}
.st-val {
  width: 49%;
  padding-left: 1%;
}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
  display: table;
}
.stacktable.small-only {
  display: none;
}

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
}

/**pagination css**/
.pager ul li.is-active {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
#posts-container.loading::after {
  content: "Loading…";
  display: block;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
hr.wp-block-separator {
  border-top: 2px solid;
}

/**Our Team Single*/
body.page-node-type-staff-profile figure {
  margin: 0;
}
body.page-node-type-staff-profile iframe {
  width: 100%;
  margin-bottom: 65px;
}
/**contact column **/
.contact-field-header .contact-field-body p {
  margin: 0px;
}
.SumoSelect select.gfield_select {
  display: none;
}
input.gform_button {
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  background-color: #ee464c !important;
  border-radius: 2px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #ffffff;
  padding: 12px 43px !important;
  display: inline-block !important;
  margin: -7px 0 !important;
  width: auto;
}

/**Team List**/
.team-container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}

.team-member {
  display: flex;
  align-items: flex-start;
  gap: 56px;
  margin-bottom: 70px;
}
.layout-big .team-member {
  align-items: center;
}

.team-member__image {
  flex: 0 0 168px;
}
.layout-big .team-member__image {
  flex: 0 0 30%;
}

.team-member__image img {
  width: 168px;
  height: 168px;
  object-fit: cover;
  display: block;
}
.layout-big .team-member__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.team-member__content {
  flex: 1;
}

.team-member__content h2 {
  margin: 0 0 18px;
  /* font-family: Georgia, serif; */
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #18365d;
}

.staff-wrapper + .staff-wrapper {
	margin-top: 30px;
}

.position {
  margin: 0 0 18px;
  /* font-family: Arial, sans-serif; */
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}

.contact-row {
  margin: 0 0 12px;
  /* font-family: Arial, sans-serif; */
  font-size: 18px;
  line-height: 1.5;
}

.contact-row strong {
  display: inline-block;
  min-width: 58px;
  font-weight: 700;
  color: #111;
}

.contact-row a {
  color: #4d6485;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.contact-row a:hover {
  color: #18365d;
}

.layout-big .team-member__content .text-area p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .team-member {
    gap: 24px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
  }

  .team-member__image {
    flex-basis: 90px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 50px 0px;
  }

  .team-member__image img {
    width: 168px;
    height: 168px;
    text-align: center;
  }

  .team-member__content h2 {
    font-size: 20px;
  }

  .position,
  .contact-row {
    font-size: 14px;
  }
}

.no-hero-image .block-page-title-block h1.page-title {
  color: #2b3e50;
}
body.page-template-page-general
  .no-hero-image
  .block-page-title-block
  h1.page-title {
  color: #ee464c !important;
}
.background-light-blue {
  background-color: #2b3e50;
}
.advanced-content iframe {
  width: 100%;
  min-height: 480px;
  margin-bottom: 65px;
  margin-top: 20px;
	aspect-ratio: 16/9;
	height: auto !important;
}
.advanced-content hr {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: gray;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

/** form image css**/
.report-download-section {
  background-color: #d6eaf5;
  /* padding: 40px 30px; */
  box-sizing: border-box;
}

.report-download-inner {
  display: flex;
  align-items: center;
  gap: 0;
  /* max-width: 860px; */
  margin: 0 auto;
}

/* LEFT: Form column */
.report-download-form-col {
  flex: 0 0 50%;
  max-width: 50%;
}

.report-download-content {
  margin-bottom: 16px;
  color: #1a2b3c;
}

/* Gravity Forms overrides */
.report-download-form-col .gform_wrapper .gfield {
  margin-bottom: 12px;
}

.report-download-form-col .gform_wrapper label.gfield_label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a2b3c;
  margin-bottom: 4px;
  display: block;
}

.report-download-form-col .gform_wrapper input[type="text"],
.report-download-form-col .gform_wrapper input[type="email"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #b0cfe0;
  border-radius: 2px;
  background: #ffffff;
  font-size: 14px;
  color: #1a2b3c;
  box-sizing: border-box;
  outline: none;
}

.report-download-form-col .gform_wrapper input[type="text"]:focus,
.report-download-form-col .gform_wrapper input[type="email"]:focus {
  border-color: #3a6ea5;
}

.report-download-form-col .gform_wrapper .gform_footer {
  margin-top: 14px;
  padding: 0;
}

/* .report-download-form-col .gform_wrapper input[type="submit"],
.report-download-form-col .gform_wrapper button[type="submit"] {
  background-color: #d63228;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  max-width: 240px;
} */

.report-download-form-col .gform_wrapper input[type="submit"]:hover,
.report-download-form-col .gform_wrapper button[type="submit"]:hover {
  background-color: #b5261d;
}

.report-after-form {
  margin-top: 14px;
  font-size: 11px;
  color: #4a6070;
  line-height: 1.5;
}

/* RIGHT: Image column */
.report-download-image-col {
  flex: 0 0 auto;
  margin-left: 84px;
}

.report-cover-img {
  display: block;
  max-width: 311px;
  height: auto;
  /* box-shadow: 6px 10px 28px rgba(0, 0, 0, 0.28);
    border-radius: 2px; */
}

/* Responsive */
@media (max-width: 640px) {
  .report-download-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .report-download-form-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .report-cover-img {
/*     width: 310px; */
    margin-bottom: 20px;
  }
  .gform_footer.top_label {
/*     text-align: center; */
  }

  .gform_footer {
    display: block !important;
  }

  .report-download-image-col {
    position: relative;
    background-color: #dcedf4;
    /* margin: 0 -25px; */
  }
}

/* ============================================================
   Meet the Managers Section
   ============================================================ */

.meet-managers-section {
  background-color: #ffffff;
  padding: 40px 30px 50px;
  box-sizing: border-box;
}

/* Section heading */
.meet-managers-title {
  /* font-family: Georgia, 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a2e3e; */
  margin: 0 0 28px 0;
  padding: 0;
  line-height: 1.2;
  color: #2b3e50;
}

/* Two-column grid */
.meet-managers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 70px;
  padding-bottom: 70px;
}

/* Individual manager card */
.meet-managers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Photo container */
.meet-managers-photo-wrap {
  width: 100%;
  overflow: hidden;
}

.meet-managers-photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
  /* aspect-ratio: 4 / 5; */
  object-fit: cover;
  object-position: center top;
}

/* Name below photo */
.meet-managers-name {
  margin: 14px 0 0;
  /* font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 700; */
  color: #1a2e3e;
  text-align: center;
}

/* Linked name — underline style matching design */
.meet-managers-name a {
  color: #1a2e3e;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
}

.meet-managers-name a:hover {
  color: #2979a8;
}

/* ============================================================
   Responsive — single column on mobile
   ============================================================ */
@media (max-width: 560px) {
  .meet-managers-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.background-pale {
  background-color: #f0f4f5;
  padding: 25px;
}

/*** campaign css**/
.media-wrap h3.blockquote {
  font-size: 24px;
  font-weight: bold;
  border-left: 2px solid #000000;
  padding: 40px;
  color: #2b3e50;
}
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
:root {
  --open-sans-font: "Open Sans", sans-serif;
  --helvetica-font: "Helvetica", sans-serif;
  --red-color: #e23d2c;
  --text-color: #000021;
  --font-h2: 32px;
}
.page-template-page-campaign .layout-container {
  max-width: 100%;
}
.anomaly-campaign-container .field--name-field-description,
.anomaly-campaign-container .field--name-field-content-section {
  max-width: 100%;
  padding: 0px;
}
.main-campaign-new .paragraph--type--articles {
  margin: 0px -25px;
}
#block-pmcapital-public-breadcrumbs {
  /* display: none; */
}
.prc-block {
  margin: 0px -25px;
}
.main-campaign-new .slider-container ul li .slider .text .text-inside .title {
  margin-bottom: 40px;
  max-width: 530px;
}
.main-campaign-new
  .slider-container
  ul
  li
  .slider
  .text
  .text-inside
  .title
  span {
  font-family: "Open Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.125;
  display: block;
}
.main-campaign-new
  .slider-container
  ul
  li
  .slider
  .text
  .text-inside
  .title
  span
  u {
  text-decoration: underline;
  text-decoration-color: #e75858;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.main-campaign-new .slider-container ul li .slider .text {
  padding-top: 45px;
  padding-bottom: 12px;
}
.page-node-type-anomaly-campaign nav.breadcrumb {
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-normal {
  display: inline-block;
  background: var(--red-color);
  color: #ffffff;
  border: 1px solid var(--red-color);
  text-transform: uppercase;
  padding: 8px 20px;
  border: none;
  margin: 0;
  font: 600 18px/1.3334 var(--open-sans-font);
  text-decoration: none;
  text-align: center;
}
.btn-normal:hover {
  border-color: #6cbcdc;
  background: #6cbcdc;
}
.btn-outline {
  display: inline-block;
  background: #ffffff;
  color: #000021;
  border: 1px solid #000021;
  text-transform: uppercase;
  padding: 8px 20px;
  text-decoration: none;
  font: 600 18px/1.3334 var(--open-sans-font);
}
.btn-outline:hover {
  border-color: var(--red-color);
  background: var(--red-color);
  color: #fff;
}
.container-landing {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}
.section-landing {
  padding: 80px 0;
}
.landing-text-block {
  background: #9db6c0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.5625;
  font-family: var(--open-sans-font);
}
.landing-text-block h2 {
  margin: 0 0 25px;
  color: var(--text-color);
  font-size: var(--font-h2);
  line-height: 1;
  font-family: var(--open-sans-font);
  font-weight: bold;
  letter-spacing: 0.02rem;
}
.landing-text-block p {
  margin: 0 0 30px;
  font-family: var(--open-sans-font);
  font-weight: 400;
}
.main-campaign-new .paragraph--type--short-intro p {
  font-weight: 400;
}
.landing-text-block p:last-child {
  margin-bottom: 0;
}
.image-with-content-block {
}
.image-with-content-block .img-wrap {
  margin-bottom: 20px;
}
.image-with-content-block .text-wrap {
  line-height: 1.2;
  color: #000;
}
.image-with-content-block .text-wrap p {
  margin: 0 0 28px;
  font-family: var(--open-sans-font);
}
.image-with-content-block .text-wrap small {
  /*  font-size: 12px;*/
  font-size: 14px;
  line-height: 1.16667;
  display: block;
}
.image-with-content-block .text-wrap .links {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.half-content-half-media-block {
  background: #e9eff3;
}
.half-content-half-media-block .half-content-half-media-wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.half-content-half-media-block .half-content-half-media-wrap .col-wrap {
  color: var(--text-color);
  font-family: var(--open-sans-font);
  font-size: 16px;
  line-height: 1.5625;
}
.half-content-half-media-block .half-content-half-media-wrap .col-wrap h2 {
  font: 700 var(--font-h2)/1.25 var(--open-sans-font);
  margin: 0 0 19px;
  color: var(--text-color);
}
.half-content-half-media-block .half-content-half-media-wrap .col-wrap p {
  margin: 0 0 32px;
  font-family: var(--open-sans-font);
}
.half-content-half-media-block .half-content-half-media-wrap .media-wrap {
}
.cta-block {
  padding: 80px 0;
}
.cta-block .cta-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: center;
}
.cta-block .cta-wrap h2,
.heading-top h2 {
  font: 700 var(--font-h2)/1.25 var(--open-sans-font);
  margin: 0;
  color: var(--text-color);
}
.cta-block .cta-wrap .btn-wrap {
  text-align: right;
}
.padding-none {
  padding: 0px;
}
.media-wrap h3.blockquote {
  font-size: 24px;
  font-weight: bold;
  border-left: 2px solid #000000;
  padding: 40px;
}
.bg-white {
  background: #ffffff;
  padding: 70px 0px;
}
.bg-gray {
  background: #ecfaff;
  padding: 70px 0px;
}
.heading-top {
  margin-bottom: 70px;
  text-align: center;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 auto;
}

/* ── Card ── */
.card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Thumbnail ── */
.card__thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #000000;
  overflow: hidden;
  border-radius: 2px;
}

/* Shape icon centred in each thumb */
.card__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

/* Shape variants */
.card--article .card__thumb::after {
  width: 28%;
  height: 28%;
  background: var(--white);
  border-radius: 6px;
}
.card--podcast .card__thumb::after {
  width: 28%;
  height: 28%;
  background: var(--white);
  border-radius: 50%;
}
.card--guide .card__thumb::after {
  width: 26%;
  height: 26%;
  background: var(--white);
  border-radius: 0;
}
.card--video .card__thumb::after {
  width: 28%;
  height: 28%;
  background: var(--white);
  border-radius: 10px;
}

/* Subtle hover lift on thumbnail */
.card__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.35s ease;
  z-index: 1;
}
.card:hover .card__thumb::before {
  background: rgba(255, 255, 255, 0.06);
}
.card:hover .card__thumb::after {
  transform: scale(1.08);
  transition: transform 0.35s ease;
}
.card__thumb::after {
  transition: transform 0.35s ease;
}

/* ── Text block ── */
.card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card__title {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  font-weight: 400;
  line-height: 1.45;
  color: #000000;
  letter-spacing: 0px;
}

.card__cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000000;
  text-decoration: none;
  transition:
    color 0.2s,
    gap 0.2s;
  width: fit-content;
}
.card__cta .arrow {
  font-style: normal;
  transition: transform 0.2s;
}
.card:hover .card__cta {
  color: var(--text-primary);
  gap: 7px;
}
.card:hover .card__cta .arrow {
  transform: translateX(2px);
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
  /*  body {
    padding: 40px 20px;
  }*/
}

@media (max-width: 767px) {
  .section-landing {
    padding: 48px 0;
  }
  .image-with-content-block .text-wrap .links {
    flex-direction: column;
  }
  .image-with-content-block .text-wrap .link {
    width: 100%;
  }
  .image-with-content-block .text-wrap .link a {
    display: block;
    text-align: center;
  }
  .half-content-half-media-block .half-content-half-media-wrap,
  .cta-block .cta-wrap {
    grid-template-columns: 1fr;
  }
  .half-content-half-media-block .half-content-half-media-wrap {
    gap: 40px;
  }
  .half-content-half-media-block .half-content-half-media-wrap .col-wrap h2,
  .half-content-half-media-block .half-content-half-media-wrap .col-wrap p {
    margin-bottom: 30px;
  }
  .cta-block .cta-wrap {
    text-align: center;
    justify-content: center;
  }
  .cta-block .cta-wrap .btn-wrap {
    text-align: center;
  }
  .main-campaign-new
    .paragraph--type--banner-section
    .field--name-field-link
    a {
    padding: 12px 24px;
  }
	
	.report-download-image-col {
		margin-left: 0;
	}
	
	.three-column .why-invest__grid {
		grid-template-columns: 1fr;
	}
	
	.why-invest__card {
		text-align: center;
	}
}
@media (min-width: 1024px) {
  .main-campaign-new
    .slider-container
    ul
    li
    .slider
    .text
    .text-inside
    .title
    span {
    font-size: 48px;
  }
  .main-campaign-new .slider-container ul li .slider .text .text-inside .title {
    max-width: 600px;
  }
  .section-landing.half-content-half-media-block.section-gridlanding
    .half-content-half-media-wrap {
    grid-template-columns: 70% 30%;
    gap: 100px;
  }
}
@media (min-width: 1440px) {
  .main-campaign-new .slider-container ul li .slider .text .text-inside .title {
    margin-top: -80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .slider-container ul li .slider .image img {
    object-position: center center;
  }
}

.anomaly-campaign-inner #block-heroimage .image img {
  object-position: center;
}
.main-campaign-new
  .anomaly-campaign-inner
  .small-banner
  .slider-container
  ul
  li
  .slider
  .text
  .text-inside
  .title {
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 100%;
  font-family: "Source Serif 4", serif;
  font-weight: 500;
  text-shadow: none;
}
.main-campaign-new
  .anomaly-campaign-inner
  .small-banner
  .slider-container
  ul
  li
  .slider
  .text
  .text-inside
  .title
  span {
  display: contents;
  font-size: 60px;
  font-family: "Source Serif 4", serif;
}

.page-template-page-general-post
  .anomaly-campaign-container
  .field--name-field-description {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

/**score block**/
.score-block {
  display: flex;
  flex-wrap: wrap;
  gap: 50px; /* optional spacing between columns */
}

.score-block .left-section {
  flex: 0 0 66%;
  max-width: 66%;
}

.score-block .right-section {
  flex: 0 0 30%;
  max-width: 30%;
}

/* Mobile: stack full width */
@media (max-width: 768px) {
  .score-block {
    flex-direction: column;
  }

  .score-block .left-section,
  .score-block .right-section {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.header .header-bottom .region-header #block-pmcapital-public-branding {
  height: auto;
}

.block-views-blockstaff-profile-block-staff-profiles
  .view-content
  .staff-wrapper
  .staff-right-column
  .views-row
  .node--type-staff-profile.node--view-mode-teaser {
  /*height: auto;*/
}

.block-views-blockstaff-profile-block-staff-profiles
  .view-content
  .staff-wrapper
  .staff-right-column
  .views-row
  .field--name-field-staff-photo {
  height: auto;
}

.block-views-blockstaff-profile-block-staff-profiles
  .view-content
  .staff-wrapper
  .staff-right-column
  .views-row
  .field--name-field-staff-photo
  img {
  aspect-ratio: 178/190;
}

/**search**/
.search-results {
  list-style: none;
}

.header .header-bottom .header-inner .mobile-menu-controls button {
  padding-top: 15px;
}

.mobile-menu-back {
  margin-bottom: 10px;
}

/*
* Footer Styles
*/
.footer {
  padding-bottom: 25px;
}
.footer-inner {
  max-width: 1280px;
  padding: 0 25px;
  margin: 0 auto;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px 8px;
  margin-bottom: 24px;
}

.footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
}

.footer-links li + li {
  margin-top: 18px;
}

.footer-links li a {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.4444444444rem;
  text-decoration: none;
  color: #2b3e50;
}

.footer-links li a:hover {
  text-decoration: underline;
}

.footer-links li a.newbuttonred {
  color: #fff;
}

.footer-divider {
  border-top: 1px solid #383838;
  margin: 8px 0;
}
.footer-disclaimer {
  padding-top: 2px;
}
.footer-disclaimer p {
  font-size: 12px;
  text-align: justify;
}

.footer-disclaimer p a {
  text-decoration: none;
  font-weight: bold;
}

.footer-disclaimer p a:hover {
  text-decoration: underline;
}

.footer-disclaimer p:first-child {
  line-height: 1.25;
}

.footer-disclaimer p:not(:first-child) {
  font-size: 14px;
}

.coloured-blocks-container .bean-block {
  padding: 0;
/*   margin: 0; */
}

.region .page-tabs .page-tabs-bottom:before {
  display: none;
}

/*.layout-content .region-content article .field--name-body {
  padding-bottom: 20px;
}*/
.form-blue-container {
  padding-top: 20px;
}
.custom-form_wrapper.gform_wrapper .gform_heading,
.form-block .gform_wrapper .gform_heading {
  display: none;
}
.custom-form_wrapper.gform-theme--foundation .gform_fields,
.form-block .gform-theme--foundation .gform_fields {
  grid-row-gap: 18px;
}
.custom-form_wrapper.gform-theme--framework .gfield_list_group_item:before,
.custom-form_wrapper.gform-theme--framework .gform-field-label,
.form-block .gform-theme--framework .gfield_list_group_item:before,
.form-block .gform-theme--framework .gform-field-label {
  font-size: 0.7777777778rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  color: #2b3e50;
}

.custom-form_wrapper.gform-theme--framework .ginput_container_consent .gform-field-label {
	text-transform: inherit;
	font-weight: 400;
}

.custom-form_wrapper.gform-theme--framework .gform-field-label > .gfield_required,
.form-block .gform-theme--framework .gform-field-label > .gfield_required {
  vertical-align: middle;
  font-size: 24px;
  line-height: 0;
  color: #ee0100;
}

.custom-form_wrapper.gform-theme--foundation .gfield .ginput_password.large,
.custom-form_wrapper.gform-theme--foundation .gfield input.large,
.custom-form_wrapper.gform-theme--foundation .gfield select.large,
.custom-form_wrapper.gform-theme--foundation .gfield textarea,
.form-block .gform-theme--foundation .gfield .ginput_password.large,
.form-block .gform-theme--foundation .gfield input.large,
.form-block .gform-theme--foundation .gfield select.large,
.form-block .gform-theme--foundation .gfield textarea {
  height: 44px;
  border: 1px solid #dadada;
  background-color: white;
  width: 100%;
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
}

.custom-form_wrapper.gform-theme--foundation .gfield textarea,
.form-block .gform-theme--foundation .gfield textarea {
  height: 130px;
}

.custom-form_wrapper.gform-theme--foundation .gfield select,
.form-block .gform-theme--foundation .gfield select {
  line-height: 1.5;
  font-weight: 700;
}

.custom-form_wrapper.gform-theme--foundation .gfield .SumoSelect > .CaptionCont,
.form-block .gform-theme--foundation .gfield .SumoSelect > .CaptionCont {
  height: 44px;
  border-color: #dadada;
  background-color: white;
}

.custom-form_wrapper.gform-theme--foundation .gfield .SumoSelect > .CaptionCont > span,
.form-block .gform-theme--foundation .gfield .SumoSelect > .CaptionCont > span {
  height: 44px;
  line-height: 42px;
  font-weight: bold;
}

.custom-form_wrapper.gform-theme--foundation .gfield.gfield--type-checkbox,
.form-block .gform-theme--foundation .gfield.gfield--type-checkbox {
  padding-left: 24px;
}

.custom-form_wrapper.gform-theme--foundation .ginput_container_consent input[type="checkbox"],
.custom-form_wrapper.gform-theme--foundation .gfield.gfield--type-checkbox
  input[type="checkbox"],
.form-block
  .gform-theme--foundation
  .gfield.gfield--type-checkbox
  input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 3px auto;
}

.custom-form_wrapper.gform-theme--foundation .ginput_container_consent input[type="checkbox"]:checked,
.custom-form_wrapper.gform-theme--foundation  .gfield.gfield--type-checkbox input[type="checkbox"]:checked ,
.form-block
  .gform-theme--foundation
  .gfield.gfield--type-checkbox
  input[type="checkbox"]:checked {
  background: #767676;
}


.custom-form_wrapper.gform-theme--foundation .ginput_container_consent input[type="checkbox"]:checked:before,
.custom-form_wrapper.gform-theme--foundation
  .gfield.gfield--type-checkbox
  input[type="checkbox"]:checked:before,
.form-block
  .gform-theme--foundation
  .gfield.gfield--type-checkbox
  input[type="checkbox"]:checked:before {
  background: #767676;
  color: #fff;
  font-size: 12px;
}

.custom-form_wrapper.gform-theme--foundation .gform_validation_errors,
.form-block .gform-theme--foundation .gform_validation_errors {
  display: none;
}

.custom-form_wrapper .form-blue-container:last-child,
.form-block .form-blue-container:last-child {
  padding-bottom: 60px;
}

.custom-form_wrapper.gform-theme--foundation .gform_footer .gform_button:hover {
	background: #2B3E50 !important;
}

.fund-performance-table-block table tr th,
.fund-performance-table-block table tr td {
	padding: 10px;
}

.fund-performance-table-block table tr th:not(:first-child),
.fund-performance-table-block table tr td:not(:first-child) {
	text-align: center !important;
}

.page-id-832 .block-system-breadcrumb-block,
.page-id-882 .block-system-breadcrumb-block {
	display: none;
}

body.page-template-page-general-post.page-id-882 .slider-container ul li .slider .text .text-inside .title {
	font-weight: 700;
}

.block-views-blockstaff-profile-block-staff-profiles a[href^='mailto'] {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.layout-content .region-content article .field--name-body a {
	word-break: break-all;
}

@media (max-width: 480px) {
	.search-results li {
		margin-left: 0;
	}
	.product-ratings-block .ratings-table__header,
    .product-ratings-block .ratings-table__row {
        border-bottom: 1px solid #64666A;
    }
	
	.product-ratings-block .ratings-table__row {
		padding-top: 20px;
	}
	
	.view-insights.view-display-id-page_insights .view-content .views-row:nth-child(6n+1) .node--type-insight .field--name-field-thumbnail-image img,
	.view-insights.view-display-id-page_insights .view-content .views-row:nth-child(6n+2) .node--type-insight .field--name-field-thumbnail-image img,
	.view-insights.view-display-id-page_insights .view-content .views-row:nth-child(6n+3) .node--type-insight .field--name-field-thumbnail-image img,
	.view-insights.view-display-id-page_insights .view-content .views-row:nth-child(6n+4) .node--type-insight .field--name-field-thumbnail-image img,
	.view-insights.view-display-id-page_insights .view-content .views-row:nth-child(6n+5) .node--type-insight .field--name-field-thumbnail-image img,
	
.view-insights.view-display-id-page_insights .view-content .views-row:nth-child(6n+6) .node--type-insight .field--name-field-thumbnail-image img {
		aspect-ratio: 1/1;
	}
}

@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
  }
  .block-system-main-block article.node--type-insight {
    padding: 0;
  }
	
	.team-list-block.layout-big .team-container {
		padding: 0;
	}
	
	.team-list-block.layout-big .team-member__image {
		padding: 0;
	}
	.team-list-block.layout-big .team-member {
		text-align: left;
	}
	
	.region.region-content {
/* 		padding: 0 24px; */
	}
}

@media (max-width: 768px) {
	    .anomaly-campaign-inner .region.region-content {
        padding-inline: 25px !important;
    }
}

@media (min-width: 768px) {
  .footer-links li a {
    font-size: 1rem;
    line-height: 1.6666666667rem;
  }
	

}

@media (min-width: 1024px) {
  .footer-links {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer-links ul {
    padding: 18px 0;
  }

  .footer-links ul:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .page-tabs .page-tabs-bottom {
    margin-top: -1px;
  }
}

body.page-template-page-general-post .slider-container ul li .slider .text .text-inside .title{
  font-weight: 500;
}
body.page-template-page-general-post .field--name-field-description h3, body.page-template-page-general-post .field--name-field-description h4, body.page-template-page-general-post .field--name-field-description h5 {
  color: #2B3E50;
}

/**prospectus-container **/
.prospectus-container {
  margin-bottom: 40px;
}
/* Checkbox Container */
.checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Hide default checkbox */
.checkbox-container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d32f2f;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}

/* Hover effect */
.checkbox-container input[type="checkbox"]:hover {
  border-color: #1976d2;
}

/* Checked state */
.checkbox-container input[type="checkbox"]:checked {
  background-color: #d32f2f;
  border-color: #d32f2f;
}

/* Checkmark */
.checkbox-container input[type="checkbox"]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}

/* Label styling */
.checkbox-container label {
  cursor: pointer;
  user-select: none;
}

/* Default hidden state */
#downloadButton {
  display: none;
  
}
/***********************************/
/**Fund Popup**/

/* Visible when enabled */
#downloadButton.enabled {
  display: inline-block; /* or flex if you want */
}

.fund-popup-trigger {
  display: block;
  width: 170px;
  right: 2rem;
  margin: 3em auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
  transition: 300ms all;
}

.fund-popup-trigger:hover {
  opacity: 0.8;
}

.fund-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}

.fund-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.fund-popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  width: 40%;
  margin: 2em auto;
  top: 5%;
  padding: 2rem 5rem;
  background: #fff;
  border-radius: 0.25em 0.25em 0.4em 0.4em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .fund-popup-container {
  transform: translateY(0);
  transition: 500ms all;
}

.fund-popup-container .fund-popup-description {
  height: 10rem;
  overflow-y: auto;
  margin: 30px auto;
  border: 1px dotted;
  padding: 5px;
}

.fund-popup-container h2 {
  font-size: 18px;
  line-height: 1;
}

.fund-popup-container .btn {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 12px 26px;
  background: #ee464c;
  border: 1px solid #ee464c;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fund-popup-container .button-lists {
  display: flex;
  justify-content: space-between;
}
.fund-popup-container .btn:hover {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.75);
  color: #000;
}
.fund-popup-container .btn-outline {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 11px 24px;
  background: #fff;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #000;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.fund-popup-container .btn-outline:hover {
  background: #ee464c;
  border-color: #ee464c;
  color: #fff;
}
.fund-popup-container .site-logo {
/*   height: 2.5em; */
	width: auto;
	height: auto;
	max-width: 190px;
	max-height: 45px;
	margin-inline: auto;
  text-align: center;
}
.fund-popup-container .site-logo img {
  height: 100%;
	
}

@media only screen and (max-width: 600px) {
  .fund-popup-container {
    width: 80%;
    padding: 1rem;
    margin: 0px auto;
  }

  .fund-popup-container .fund-popup-description {
    height:10rem;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .fund-popup-container {
    width: 85%;
    padding: 1rem;
    margin: 0px auto;
  }
}

body.no-scroll {
    overflow: hidden;
}

.fund-popup-container .btn {
  margin:0px;
}

/***add loader containter**/
#posts-container {
  position: relative;
  min-height: 200px; /* prevents layout collapse while content is swapped */
}

#posts-container.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

#posts-container.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border: 4px solid #e0e0e0;
  border-top-color: #333; /* swap for your brand color */
  border-radius: 50%;
  animation: insights-spin 0.8s linear infinite;
  z-index: 11;
}

@keyframes insights-spin {
  to { transform: rotate(360deg); }
}

.page-tabs .page-tabs-bottom:before {
    content: 'Navigate ';
    display: none;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-right: 30px;
    line-height: 3em;
    vertical-align: top;
}
@media (min-width: 768px) {
    .page-tabs .page-tabs-bottom:before {
        display: inline-block;
    }