:root {
  --color-white: #fff;
  --color-black: #000;
  --color-aqua: #8DD2E2;
  --color-aqua-30: #C6E8F0;
  --color-gray-light: #CBD3E0;
  --color-gray: #B1BDD0;
  --color-stone: #E3E6E8;
  --color-stone-30: #F1F2F3;
  --color-midnight: #1C225D;
  --color-slate: #647CA1;
  --color-slate-10: #E0E5EC;
  --color-slate-30: #B1BDD0;
  --color-ocean: #255463;
  --color-ocean-90: #3B6573;
  --color-teal: #539599;
  --color-teal-light: #E3EFEF;
  --color-indigo: #003569;
  --color-indigo-90: #0D3F70;
  --chart-color-0: #CBD3E0;
  --chart-color-1: #B1BDD0;
  --chart-color-2: #647CA1;
  --chart-color-3: #8DD2E2;
  --chart-color-4: #C6E8F0;
  --chart-color-5: #B1BDD0;
  --chart-color-6: #255463;
  --chart-color-7: #3B6573;
  --chart-color-8: #539599;
  --chart-color-9: #E3EFEF;
  --bs-secondary: var(--color-slate-30);
  --bs-emphasis-color: var(--color-midnight);
  --bs-emphasis-color-rgb: 28, 34, 93;
  --bs-body-color: var(--color-midnight);
  --bs-border-color: var(--color-slate-30);
  --bs-table-striped-bg: var(--color-gray);
  --bs-link-color: var(--color-midnight);
  --bs-link-hover-color: var(--color-midnight);
  --bs-secondary-bg: var(--color-stone);
  --bs-tertiary-bg: var(--color-stone-30);
  --bs-secondary-color: var(--color-midnight);
}

body {
  color: #1C225D;
}

body {
  font-family: "SuisseIntl", sans-serif;
}

b, strong {
  font-weight: 600;
}

h1 {
  font-family: "IvarDisplay", serif;
  font-weight: 500;
  line-height: normal;
  font-size: 35px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-family: "IvarDisplay", serif;
  font-size: 24px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}
h2 {
  font-weight: 600;
  line-height: 125%; /* 47.5px */
}

h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}
h3 {
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 35px */
}

h4 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 21px;
  }
}
h4 {
  font-weight: 600;
  line-height: 125%;
}

h5 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 18px;
  }
}
h5 {
  font-weight: 600;
  line-height: 125%;
}

:root {
  --bs-font-sans-serif: "SuisseIntl", sans-serif;
}

.form-control::placeholder {
  opacity: 0.375;
}

select.form-control:not(.form-select) {
  appearance: revert;
}

.form-select {
  width: revert;
}

legend {
  float: revert;
}

.fieldset-wrapper {
  border: var(--bs-border-width) var(--bs-border-color) var(--bs-border-style);
  border-radius: var(--bs-border-radius);
  padding: 1em;
}

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: var(--color-slate);
}

.form-item:has(> .prefix, > .suffix) {
  align-items: center;
  display: flex;
  gap: 0.5em;
}

.must-scroll {
  border: 1px solid var(--color-gray);
  border-radius: 3px;
  max-height: calc(100vh - 280px);
  min-height: 240px;
  overflow-y: scroll;
  padding: 0.5em 1em;
}

.btn {
  letter-spacing: revert;
  -webkit-font-smoothing: revert;
}
.btn:not(.bdl-is-disabled, .is-disabled):is(:hover, :active) {
  background-color: var(--bs-btn-hover-bg);
}

.btn-primary {
  --bs-btn-bg: var(--color-indigo);
  --bs-btn-border-color: var(--color-indigo);
  --bs-btn-hover-bg: var(--color-indigo-90);
  --bs-btn-hover-border-color: var(--color-indigo-90);
  --bs-btn-active-bg: var(--color-indigo-90);
  --bs-btn-active-border-color: var(--color-indigo-90);
  --bs-btn-disabled-color: var(--color-gray);
  --bs-btn-disabled-bg: var(--color-slate);
  --bs-btn-disabled-border-color: var(--color-slate);
}

.btn-secondary {
  --bs-btn-color: var(--color-midnight);
  --bs-btn-bg: var(--color-gray-light);
  --bs-btn-border-color: var(--color-gray-light);
  --bs-btn-hover-color: var(--color-midnight);
  --bs-btn-hover-bg: var(--color-gray);
  --bs-btn-hover-border-color: var(--color-gray);
  --bs-btn-active-bg: var(--color-gray);
  --bs-btn-active-border-color: var(--color-gray);
  --bs-btn-disabled-color: var(--color-gray);
  --bs-btn-disabled-bg: var(--color-slate);
  --bs-btn-disabled-border-color: var(--color-slate);
}

.table {
  --bs-table-striped-bg: var(--color-stone-30);
}

p.green {
  color: #255463;
}

p.blue {
  color: #003569;
}

p.aqua {
  color: #8DD2E2;
}

body {
  font-size: 16px;
}
@media (min-width: 1400px) {
  body {
    font-size: 18px;
  }
}

video {
  user-select: none;
}

.paragraph {
  scroll-margin-top: 103px;
}
@media (min-width: 992px) {
  .paragraph {
    scroll-margin-top: 137px;
  }
}

.field--name-field-components > .field__item {
  border-bottom: solid 1px #B1BDD0;
}

button.help-popover {
  aspect-ratio: 1;
  background: var(--color-midnight);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 0.8em;
  height: 1.33em;
  line-height: 1.33em;
  margin: 0 0.4em;
  padding: 0;
  text-align: center;
}

td.nav {
  display: revert;
}

.gap-1px {
  gap: 1px !important;
}

a {
  color: inherit;
}

.hidden {
  display: none;
}

@keyframes arrow-size {
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 75% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
a.aqua-arrow {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
a.aqua-arrow:after {
  content: "";
  background: url("../assets/images/aqua-arrow.svg");
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 8px;
}
a.aqua-arrow:hover:after {
  animation: arrow-size 0.2s;
}
a.aqua-arrow.arrow-before:after {
  margin-left: 0;
  margin-right: 8px;
  order: -1;
}

a.teal-arrow {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
a.teal-arrow:after {
  content: "";
  background: url("../assets/images/aqua-arrow.svg");
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 8px;
}
a.teal-arrow:hover:after {
  animation: arrow-size 0.2s;
}
a.teal-arrow.arrow-before:after {
  margin-left: 0;
  margin-right: 8px;
  order: -1;
}
a.teal-arrow:after {
  background-image: url("../assets/images/teal-arrow.svg");
}

a.teal-large-arrow {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-right: 140px;
}
a.teal-large-arrow.arrow-before {
  padding-right: unset;
  padding-left: 140px;
}
a.teal-large-arrow.arrow-before:after {
  right: unset;
  left: 0;
}
a.teal-large-arrow:after {
  content: "";
  background: url("../assets/images/teal-large-arrow.svg");
  width: 130px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  position: absolute;
  top: -1px;
  right: 0;
}
a.teal-large-arrow:hover:after {
  animation: arrow-size 0.2s;
}

.block.color-theme-light_gray,
.paragraph.color-theme-light_gray {
  background: #F1F2F3;
  color: #1C225D;
}
.block.color-theme-gray,
.paragraph.color-theme-gray {
  background: #E0E5EC;
  color: #1C225D;
}
.block.color-theme-dark_gray,
.paragraph.color-theme-dark_gray {
  background: #647CA1;
  color: #fff;
}
.block.color-theme-light_green,
.paragraph.color-theme-light_green {
  background: #3B6573;
  color: #fff;
}
.block.color-theme-green,
.paragraph.color-theme-green {
  background: #255463;
  color: #fff;
}
.block.color-theme-blue,
.paragraph.color-theme-blue {
  background: #003569;
  color: #fff;
}
.block.color-theme-midnight,
.paragraph.color-theme-midnight {
  background: #1C225D;
  color: #fff;
}

h3.float-left-h3,
p.float-left-p {
  float: left;
}

h3.float-right-h3,
p.float-right-p {
  float: right;
}

p.small {
  font-size: 14px;
}

/*============================================
  TABLES
  ============================================*/
table.theme-blue {
  border: solid 1px #647CA1;
}
table.theme-blue td,
table.theme-blue th {
  padding: 12px;
  border: solid 1px #647CA1;
}
@media (min-width: 992px) {
  table.theme-blue td,
  table.theme-blue th {
    padding: 14px 30px;
  }
}
table.theme-blue th {
  background: #8DD2E2;
  color: #003569;
}
table.theme-blue th:first-child {
  background: unset;
}
table.theme-blue tr td:first-child {
  min-width: 300px;
}
table.theme-blue tr td:nth-child(2n) {
  background: rgba(241, 242, 243, 0.1);
}

table.theme-green {
  border: solid 1px #647CA1;
}
table.theme-green td,
table.theme-green th {
  padding: 14px 30px;
  border: solid 1px #647CA1;
}
table.theme-green tr td:first-child {
  min-width: 300px;
}

table.theme-plain-white {
  min-width: 100%;
  border: solid 1px #fff;
}
table.theme-plain-white td,
table.theme-plain-white th {
  padding: 14px 30px;
  border: solid 1px #fff;
}
table.theme-plain-white tr td:first-child {
  min-width: 300px;
}
table.theme-plain-white tr td p:last-child {
  margin-bottom: 0;
}

table.theme-plain-gray {
  min-width: 100%;
  border: solid 1px #B1BDD0;
}
table.theme-plain-gray td,
table.theme-plain-gray th {
  padding: 14px 30px;
  border: solid 1px #B1BDD0;
}
table.theme-plain-gray tr td:first-child {
  min-width: 300px;
}
table.theme-plain-gray tr td p:last-child {
  margin-bottom: 0;
}

tr.theme-gray {
  background: #647CA1;
  color: #fff;
}
tr.theme-gray td {
  vertical-align: top;
  padding: 10px;
}
tr.theme-gray h5 {
  font-family: "IvarDisplay", serif;
  margin: 5px 0;
}

tr.theme-aqua {
  background: #C6E8F0;
  color: #1C225D;
}
tr.theme-aqua td {
  vertical-align: top;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 10px;
  width: 33%;
}
tr.theme-aqua td:first-child {
  border-left: none;
}
tr.theme-aqua td:last-child {
  border-right: none;
}
tr.theme-aqua h5 {
  font-family: "IvarDisplay", serif;
  margin: 5px 0;
}
tr.theme-aqua + tr.theme-aqua {
  border-top: solid 1px #fff;
}

tr.theme-teal {
  background: #539599;
  color: #fff;
}
tr.theme-teal td {
  vertical-align: top;
  padding: 10px;
}
tr.theme-teal h5 {
  font-family: "IvarDisplay", serif;
  margin: 5px 0;
}

@media (max-width: 991.98px) {
  table.mobile-stack tr,
  table.mobile-stack td {
    display: block;
    width: 100% !important;
  }
  table.mobile-stack tr .hide-empty-cell,
  table.mobile-stack td .hide-empty-cell {
    display: none;
  }
  tr.theme-aqua {
    border: none;
  }
  tr.theme-aqua td {
    border: none;
  }
  tr.theme-aqua + tr.theme-aqua td {
    border-top: solid 1px #fff;
  }
}
/*========================================
  BORDERS
  ========================================*/
.top-border {
  border-top: solid 1px #B1BDD0;
}
.top-border.top-border-blue {
  border-top-color: #003569;
}
.top-border.top-border-green {
  border-top-color: #255463;
}

.bottom-border {
  border-bottom: solid 1px #B1BDD0;
}
.bottom-border.bottom-border-blue {
  border-bottom-color: #003569;
}
.bottom-border.bottom-border-green {
  border-bottom-color: #255463;
}

/*=======================================
  SCROLL DIV
  =======================================*/
@media (max-width: 991.98px) {
  .scroll-div {
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .scroll-div::-webkit-scrollbar {
    height: 4px;
  }
  .scroll-div::-webkit-scrollbar-thumb {
    background-color: #8DD2E2;
    border-radius: 10px;
  }
  .scroll-div::-webkit-scrollbar-track {
    background-color: #255463;
    width: 7px;
    border-radius: 10px;
  }
  .scroll-div::-moz-scrollbar-button, .scroll-div::-webkit-scrollbar-button {
    display: none;
    width: 0px;
    height: 0;
  }
  .scroll-div .selection {
    display: block !important;
  }
  .scroll-div .selection a {
    display: none;
    width: 100%;
    border-right: solid 1px #8DD2E2;
  }
  .scroll-div .selection a.active {
    display: block;
    position: relative;
  }
  .scroll-div .selection a.active:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 25px;
    width: 15px;
    height: 10px;
    background-image: url("../assets/images/nav-arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 0.2s;
    display: block;
    overflow: hidden;
  }
  .scroll-div .selection.opened a {
    display: block;
  }
  .scroll-div .selection.opened a.active:after {
    transform: scaleY(-1);
  }
}
.row.row-layout-half_half > .col {
  flex: unset;
  width: 50%;
}
@media (max-width: 991.98px) {
  .row.row-layout-half_half > .col {
    width: 100%;
  }
}
.row.row-layout-quarter_three_quarters > .col {
  flex: unset;
}
.row.row-layout-quarter_three_quarters > .col:first-child {
  width: 25%;
}
@media (max-width: 991.98px) {
  .row.row-layout-quarter_three_quarters > .col:first-child {
    width: 100%;
  }
}
.row.row-layout-quarter_three_quarters > .col:nth-child(2) {
  width: 75%;
}
@media (max-width: 991.98px) {
  .row.row-layout-quarter_three_quarters > .col:nth-child(2) {
    width: 100%;
  }
}
.row.row-layout-third_two_thirds > .col {
  flex: unset;
}
.row.row-layout-third_two_thirds > .col:first-child {
  width: 33%;
}
@media (max-width: 991.98px) {
  .row.row-layout-third_two_thirds > .col:first-child {
    width: 100%;
  }
}
.row.row-layout-third_two_thirds > .col:nth-child(2) {
  width: 67%;
}
@media (max-width: 991.98px) {
  .row.row-layout-third_two_thirds > .col:nth-child(2) {
    width: 100%;
  }
}
.row.row-layout-two_thirds_third > .col {
  flex: unset;
}
.row.row-layout-two_thirds_third > .col:first-child {
  width: 67%;
}
@media (max-width: 991.98px) {
  .row.row-layout-two_thirds_third > .col:first-child {
    width: 100%;
  }
}
.row.row-layout-two_thirds_third > .col:nth-child(2) {
  width: 33%;
}
@media (max-width: 991.98px) {
  .row.row-layout-two_thirds_third > .col:nth-child(2) {
    width: 100%;
  }
}
.row.row-layout-full > .col {
  flex: unset;
  width: 100%;
}
.row.row-layout-thirds > .col {
  flex: unset;
  width: 33.3333%;
}
@media (max-width: 991.98px) {
  .row.row-layout-thirds > .col {
    width: 100%;
  }
}

:where(.block-system-main-block > :not(.node, :has(.view-insights))),
:where(.block-system-main-block:not(:has(> *))),
:where(.block-system-main-block > .node:not(:has(.paragraph))),
:where(.block-system-main-block > .node--type-saturna-event) {
  font-size: 15px;
  padding: 16px 99px 16px 48px;
}

.alert,
[data-drupal-messages] .messages__wrapper:not(:empty) {
  margin: 16px 99px 16px 48px;
}

.pagination {
  --bs-pagination-color: var(--color-midnight);
  --bs-pagination-active-bg: var(--color-midnight);
  --bs-pagination-active-border-color: var(--color-midnight);
}

.nav-tabs .nav-item {
  border: 1px solid transparent;
  border-radius: 0.375rem 0.375rem 0 0;
  margin-bottom: -1px;
}
.nav-tabs .nav-item.active, .nav-tabs .nav-item:hover, .nav-tabs .nav-item:focus {
  border-color: var(--color-gray-light) var(--color-gray-light) var(--color-white) var(--color-gray-light);
}
.nav-tabs .nav-item:not(:last-of-type) {
  margin-right: 0.5rem;
}
.nav-tabs .nav-item .nav-link {
  border: none;
}

.nav-pills .nav-link {
  border: 1px solid var(--color-gray-light);
  border-radius: 0.375rem;
}
.nav-pills .nav-link.active {
  background-color: var(--color-midnight);
  color: var(--color-white);
}
.nav-pills .nav-link.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.nav-pills .nav-item:not(:last-of-type) {
  margin-right: 0.5rem;
}

.modal-fade {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  inset: 0;
  justify-content: center;
  overflow-x: hidden;
  position: fixed;
  transition: all 0.4s ease;
  z-index: 1050;
}

.modal {
  background-color: var(--color-white);
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: revert;
  max-height: 95%;
  position: static;
  transition: all 1.4s ease-in-out;
  width: clamp(350px, 80%, 1000px);
  z-index: 1150;
}

.modal-header {
  margin: 0;
}

.modal-body {
  overflow-x: auto;
}

.webform-submission-form .js-webform-computed-wrapper .js-form-item {
  margin-top: 0;
}

.webform-submission-contact-us-wm-form label,
.webform-submission-contact-form label {
  font-size: 16px;
  margin-bottom: 4px;
}
.webform-submission-contact-us-wm-form label.form-required:after,
.webform-submission-contact-form label.form-required:after {
  content: "*";
  background: none;
}
.webform-submission-contact-us-wm-form .form-control,
.webform-submission-contact-form .form-control {
  background-color: #3B6573;
  border-radius: 2px;
  border: solid 1px #B1BDD0;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
.webform-submission-contact-us-wm-form .form-select,
.webform-submission-contact-form .form-select {
  background-image: url("../assets/images/nav-arrow.svg");
}
.webform-submission-contact-us-wm-form .description,
.webform-submission-contact-form .description {
  color: #fff;
}
.webform-submission-contact-us-wm-form .webform-actions,
.webform-submission-contact-form .webform-actions {
  margin-top: 23px;
  margin-bottom: 16px;
}
.webform-submission-contact-us-wm-form .webform-actions .button,
.webform-submission-contact-form .webform-actions .button {
  background: #8DD2E2;
  border-radius: 2px;
  color: #1C225D;
  font-weight: 600;
  border: none;
  padding: 9px 21px;
  transition-duration: 0.3s;
}
.webform-submission-contact-us-wm-form .webform-actions .button:hover,
.webform-submission-contact-form .webform-actions .button:hover {
  background: #1C225D;
  color: #fff;
}

.compare-table {
  width: 100%;
}
.compare-table .column-selector-list {
  position: relative;
  margin-bottom: 0;
  padding-left: 0;
}
.compare-table .column-selector-list .column-selector {
  display: none;
  cursor: pointer;
  padding-right: 20px;
}
.compare-table .column-selector-list .column-selector.active {
  display: block;
}
.compare-table .column-selector-list .column-selector.active:after {
  content: "Open";
  width: 15px;
  height: 10px;
  background-image: url(../assets/images/nav-arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  text-indent: -1000px;
  overflow: hidden;
  cursor: pointer;
}
.compare-table .column-selector-list.opened .column-selector {
  display: block;
}
.compare-table .column-selector-list.opened .column-selector.active:after {
  transform: scaleY(-1);
}
@media (max-width: 991.98px) {
  .compare-table tr th:first-child,
  .compare-table tr td:first-child {
    display: none;
  }
}

.fund-table-selection {
  display: flex;
  justify-content: flex-end;
  border-bottom: solid 4px #8DD2E2;
}
.fund-table-selection a {
  border-top: solid 1px #8DD2E2;
  border-left: solid 1px #8DD2E2;
  padding: 16px 20px 15px;
  text-decoration: none;
  color: #8DD2E2;
  font-weight: 600;
  transition-duration: 0.5s;
}
.fund-table-selection a:last-child {
  border-right: solid 1px #8DD2E2;
}
.fund-table-selection a.active, .fund-table-selection a:hover {
  background: #8DD2E2;
  color: #1C225D;
}
.fund-table-selection.count-1 {
  display: none;
}
@media (max-width: 991.98px) {
  .fund-table-selection {
    display: block !important;
  }
  .fund-table-selection a {
    display: none;
    width: 100%;
    border-right: solid 1px #8DD2E2;
  }
  .fund-table-selection a.active {
    display: block;
    position: relative;
  }
  .fund-table-selection a.active:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 25px;
    width: 15px;
    height: 10px;
    background-image: url("../assets/images/nav-arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 0.2s;
    display: block;
    overflow: hidden;
  }
  .fund-table-selection.opened a {
    display: block;
  }
  .fund-table-selection.opened a.active:after {
    transform: scaleY(-1);
  }
}

.fund-tables table {
  width: 100%;
  display: none;
}
.fund-tables table.active {
  display: table;
}
.fund-tables table td, .fund-tables table th {
  border: solid 1px #647CA1;
  padding: 17px;
  color: #fff;
}
.fund-tables table td:nth-child(2n+1):not(:first-child), .fund-tables table th:nth-child(2n+1):not(:first-child) {
  background: rgba(241, 242, 243, 0.1);
}
.fund-tables table th {
  font-weight: 600;
}
.fund-tables table th:not(:first-child) {
  text-align: center;
}
.fund-tables table td:not(:first-child) {
  color: #8DD2E2;
  font-weight: 600;
  text-align: center;
}
.fund-tables table tr.index {
  background: var(--color-ocean-90);
}
.fund-tables table tr.index td {
  color: var(--color-slate-30);
}
.fund-tables table tr.index + tr:not(.index) td {
  border-top-width: 9px;
}

.loading-placeholder > div {
  animation: pulse 3s ease-in-out 0s infinite alternate;
}

.loading-placeholder .ph-row {
  display: flex;
  flex-direction: row;
  gap: 1em;
  height: 25em;
  margin: 0.75em 0;
}

.loading-placeholder .ph-row > div {
  background: var(--color-gray-light);
  border-radius: 0.5em;
  flex: 0 1 100%;
}

.loading-placeholder .ph-row > .ph-col-2 {
  flex-basis: 16.6666666667%;
}

.loading-placeholder .ph-row > .ph-col-3 {
  flex-basis: 25%;
}

.loading-placeholder .ph-row > .ph-col-4 {
  flex-basis: 33.3333333333%;
}

.loading-placeholder .ph-row > .ph-col-6 {
  flex-basis: 50%;
}

.loading-placeholder .ph-row > .ph-col-9 {
  flex-basis: 75%;
}

.loading-placeholder .ph-row > .ph-hidden {
  background: none;
}

.loading-placeholder .ph-height-xs {
  height: 1.5em;
}

.loading-placeholder .ph-height-sm {
  height: 3em;
}

.loading-placeholder .ph-height-md {
  height: 6em;
}

.loading-placeholder .ph-height-lg {
  height: 12em;
}

.loading-placeholder .ph-height-xl {
  height: 24em;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  67% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.responsive-table-cell-label {
  display: none;
}

@media (min-width: 992px) {
  .responsive-table-cell-label {
    display: revert;
    font-weight: bold;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) {
    border: none !important;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) thead {
    display: none;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) table,
  .region-content .table-responsive:has(.responsive-tables-processed) tbody,
  .region-content .table-responsive:has(.responsive-tables-processed) tbody tr {
    border: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    word-break: break-all;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) tbody td {
    border: none;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) table tr {
    border: 1px solid;
    margin-bottom: 1em;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) table tr:last-of-type {
    margin-bottom: 0;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) table td {
    padding: 0.25em 1em;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) table td:first-of-type {
    padding-top: 1em;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) table td:last-of-type {
    padding-bottom: 1em;
  }
  .region-content .table-responsive:has(.responsive-tables-processed) .right,
  .region-content .table-responsive:has(.responsive-tables-processed) .center {
    text-align: left;
  }
  #clientaccount .right,
  #clientaccount .center {
    text-align: left;
  }
  #clientaccount .table-responsive:has(.responsive-tables-processed) table tbody tr td {
    width: 100%;
  }
  .table-responsive:has(.responsive-tables-processed) > .table > thead > tr > th,
  .table-responsive:has(.responsive-tables-processed) > .table > tbody > tr > th,
  .table-responsive:has(.responsive-tables-processed) > .table > tfoot > tr > th,
  .table-responsive:has(.responsive-tables-processed) > .table > thead > tr > td,
  .table-responsive:has(.responsive-tables-processed) > .table > tbody > tr > td,
  .table-responsive:has(.responsive-tables-processed) > .table > tfoot > tr > td {
    white-space: initial;
  }
}
/*
footer {
  min-height: 600px;
  background: $color-indigo;
  background-image: url('../assets/images/wave-footer.png');
  background-size: cover;
}
*/
.block--type-footer {
  min-height: 600px;
  background-color: #003569;
  background-size: cover;
  color: #E3E6E8;
}
.block--type-footer .container-fluid {
  max-width: 1400px;
}
.block--type-footer .container-fluid .footer-logo {
  margin-bottom: 58px;
}
.block--type-footer .container-fluid .footer-logo img {
  height: 54px;
  width: auto;
}
.block--type-footer .container-fluid .field--name-field-left-column {
  font-size: 16px;
}
@media (min-width: 992px) {
  .block--type-footer .container-fluid .field--name-field-left-column {
    font-size: 20px;
  }
}
.block--type-footer .container-fluid .field--name-field-left-column table {
  margin: 19px 0 47px;
  width: auto;
}
.block--type-footer .container-fluid .field--name-field-left-column table td {
  background: none;
  border: none;
  box-shadow: inherit;
  color: inherit;
  padding: 5px 20px;
}
@media (max-width: 991.98px) {
  .block--type-footer .container-fluid .field--name-field-left-column table td {
    padding: 5px 10px;
  }
  .block--type-footer .container-fluid .field--name-field-left-column table td img {
    width: 24px;
    height: auto;
  }
}
.block--type-footer .container-fluid .field--name-field-right-column p {
  margin-bottom: 50px;
}
.block--type-footer .container-fluid .field--name-field-right-column a {
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.block--type-footer a.external {
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 34px;
  position: relative;
  display: inline-block;
  margin-top: 14px;
}
.block--type-footer a.external:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background: url("../assets/images/external.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.block-help-block {
  padding-left: 48px;
  padding-right: 99px;
}

.block--type-home-header {
  position: relative;
  padding-top: 113px;
  padding-bottom: 70px;
  margin-top: -87px;
  min-height: 760px;
}
.block--type-home-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block--type-home-header .container-fluid {
  position: relative;
  color: #fff;
}
.block--type-home-header .container-fluid .title {
  padding: 225px 20px 40px 35px;
}
@media (min-width: 992px) {
  .block--type-home-header .container-fluid .title {
    padding: 114px 0 40px 100px;
  }
}
.block--type-home-header .container-fluid .title .field--name-field-link {
  padding-top: 20px;
}
.block--type-home-header .container-fluid .title .field--name-field-link a {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.block--type-home-header .container-fluid .title .field--name-field-link a:after {
  content: "";
  background: url("../assets/images/aqua-arrow.svg");
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 8px;
}
.block--type-home-header .container-fluid .title .field--name-field-link a:hover:after {
  animation: arrow-size 0.2s;
}
.block--type-home-header .container-fluid .title .field--name-field-link a.arrow-before:after {
  margin-left: 0;
  margin-right: 8px;
  order: -1;
}
.block--type-home-header .container-fluid .title .field--name-field-link a:after {
  background-image: url("../assets/images/teal-arrow.svg");
}
.block--type-home-header .container-fluid .rotating {
  display: none;
}
.block--type-home-header .container-fluid .rotating:first-of-type {
  display: block;
}
.block--type-home-header .container-fluid .indicator {
  display: block;
  width: 33px;
  height: 120px;
  margin: 21px -15px;
  border: none;
  cursor: pointer;
  opacity: 0.25;
}
.block--type-home-header .container-fluid .indicator::after {
  background: #B1BDD0;
  content: "";
  display: block;
  height: 100%;
  margin: 0 auto;
  width: 3px;
}
.block--type-home-header .container-fluid .indicator.active {
  opacity: 1;
}

.block-local-tasks-block {
  padding-left: 48px;
  padding-right: 99px;
}

.navbar.scrolled > .container-fluid {
  position: fixed;
  top: 0;
  width: 100%;
  background: #1C225D;
}

.menu--retail-navigation,
.menu--advisor-navigation {
  display: none;
}

body.is-advisor .menu--advisor-navigation,
body.is-individual .menu--retail-navigation {
  display: revert;
}

body.no-page-header .navbar {
  background: #1C225D;
  border-top: solid 1px #fff;
}

body.toolbar-fixed .navbar.scrolled > .container-fluid {
  top: 39px;
}
body.toolbar-fixed.toolbar-tray-open .navbar.scrolled > .container-fluid {
  width: calc(100% - 15rem);
}
@media (min-width: 992px) {
  body.toolbar-fixed.toolbar-tray-open .navbar.scrolled > .container-fluid {
    top: 79px;
    width: 100%;
  }
}

header .navbar {
  z-index: 100;
  height: 65px;
  transition-duration: 0.3s;
}
@media (min-width: 1200px) {
  header .navbar {
    height: 86px;
  }
}
header .navbar > .container-fluid {
  border: none;
  border-bottom: solid #B1BDD0 1px;
  z-index: 100;
}
header .navbar .navbar-brand .site-title {
  display: none;
}
header .navbar .navbar-brand svg {
  width: 306px;
  height: 48px;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-brand svg {
    height: 35px;
    width: auto;
  }
}

.block-menu.navigation {
  /* Base styling for the navigation bar */
}
.block-menu.navigation .navbar-nav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.block-menu.navigation .navbar-nav > .nav-item {
  height: 86px;
}
.block-menu.navigation .navbar-nav > .nav-item .nav-link {
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .block-menu.navigation .navbar-nav > .nav-item span.nav-link {
    text-transform: unset;
  }
}
.block-menu.navigation .navbar-nav > .nav-item:last-child > ul {
  left: unset;
  right: 0;
}
@media (min-width: 1200px) {
  .block-menu.navigation .navbar-nav > .nav-item:hover > .nav-link {
    color: #8DD2E2;
  }
  .block-menu.navigation .navbar-nav > .nav-item:hover > .nav-link.dropdown-toggle::after {
    transform: scaleY(-1);
    background-image: url("../assets/images/nav-arrow-aqua.svg");
  }
}
@media (max-width: 1199.98px) {
  .block-menu.navigation .navbar-nav > .nav-item.opened > .nav-link {
    color: #8DD2E2;
  }
  .block-menu.navigation .navbar-nav > .nav-item.opened > .nav-link.dropdown-toggle::after {
    transform: scaleY(-1);
    background-image: url("../assets/images/nav-arrow-aqua.svg");
  }
}
.block-menu.navigation .nav-item {
  position: relative; /* Required for dropdown positioning */
}
.block-menu.navigation .nav-link {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
.block-menu.navigation .nav-link:hover, .block-menu.navigation .nav-link.active {
  color: #8DD2E2;
}
.block-menu.navigation {
  /* Styling for dropdowns */
}
.block-menu.navigation .nav-item > ul {
  display: none; /* Initially hidden */
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(28, 34, 93, 0.9);
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.block-menu.navigation .nav-item > ul li {
  white-space: nowrap; /* Prevent text wrapping */
}
.block-menu.navigation .nav-item > ul li .dropdown-link {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}
.block-menu.navigation .nav-item > ul li .dropdown-link:hover {
  background: #1C225D;
}
.block-menu.navigation {
  /* Show the dropdown on hover */
}
@media (min-width: 1200px) {
  .block-menu.navigation .nav-item:hover > ul {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .block-menu.navigation .nav-item.opened > ul {
    display: block;
  }
}
.block-menu.navigation .dropdown-toggle::after {
  border: none;
  width: 15px;
  height: 10px;
  background-image: url("../assets/images/nav-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-duration: 0.2s;
}

@media (max-width: 1199.98px) {
  #main-navbar .region-nav-branding {
    height: 65px;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
  }
  #main-navbar .navbar-toggler {
    border: none;
  }
  #main-navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  #main-navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("../assets/images/hamburger-close.svg");
  }
  #main-navbar .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("../assets/images/hamburger.svg");
  }
  #main-navbar .navbar-collapse {
    background: #003569;
  }
  #main-navbar .navbar-nav > .nav-item {
    border-bottom: solid 1px #B1BDD0;
    height: auto;
  }
  #main-navbar .navbar-nav > .nav-item:hover {
    background: #0D3F70;
  }
  #main-navbar .navbar-nav > .nav-item .nav-link {
    padding: 0 24px;
    height: 62px;
    background: unset;
  }
  #main-navbar .navbar-nav > .nav-item > ul {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    background: unset;
    padding-bottom: 20px;
  }
  #main-navbar .navbar-nav > .nav-item > ul .nav-link {
    height: 30px;
    padding: 0 48px;
  }
}
@media (min-width: 1200px) {
  #main-navbar .site-links {
    display: none;
  }
}
#main-navbar .site-links {
  background: #1C225D;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#main-navbar .site-links a {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 0.125rem 0.375rem;
  text-decoration: none;
}
body.is-advisor #main-navbar .site-links .advisor-nav, body.is-individual #main-navbar .site-links .investor-nav {
  background: rgba(100, 124, 161, 0.5);
  margin: 0 0.25rem;
}
@media (min-width: 1200px) {
  #main-navbar .nav-search {
    display: none;
  }
}
#main-navbar .nav-search {
  border-bottom: solid 1px #B1BDD0;
}
#main-navbar .nav-search form {
  position: relative;
}
#main-navbar .nav-search input[type=text] {
  width: 100%;
  background: #0D3F70;
  border: solid 1px #B1BDD0;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
}
#main-navbar .nav-search input[type=submit] {
  position: absolute;
  top: 5px;
  right: 6px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: url("../assets/images/magnify-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  border: none;
}
@media (min-width: 1200px) {
  #main-navbar .bottom-links {
    display: none;
  }
}
#main-navbar .bottom-links a {
  display: block;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 4px 8px;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1199.98px) {
  #main-navbar .nav-scroll {
    overflow-y: auto;
    max-height: calc(100vh - 63px);
  }
}

.region-header {
  position: relative;
  z-index: 101;
}

.block--type-page-header {
  padding-top: 53px;
  background-color: #0D3F70;
  min-height: 291px;
  position: relative;
}
@media (min-width: 768px) {
  .block--type-page-header {
    min-height: 401px;
  }
}
.block--type-page-header .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
}
.block--type-page-header .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; /* White layer */
  mix-blend-mode: color; /* Turns image grayscale */
}
.block--type-page-header .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 53, 105, 0.5); /* 50% opacity */
  mix-blend-mode: multiply;
}
.block--type-page-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 53, 105, 0.7);
}
.block--type-page-header .content {
  position: relative;
}
.block--type-page-header {
  margin-top: -87px;
}
.block--type-page-header .title {
  margin-top: 90px;
}
.block--type-page-header .field--name-field-link a {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.block--type-page-header .field--name-field-link a:after {
  content: "";
  background: url("../assets/images/aqua-arrow.svg");
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 8px;
}
.block--type-page-header .field--name-field-link a:hover:after {
  animation: arrow-size 0.2s;
}
.block--type-page-header .field--name-field-link a.arrow-before:after {
  margin-left: 0;
  margin-right: 8px;
  order: -1;
}
.block--type-page-header .field--name-field-link a:after {
  background-image: url("../assets/images/teal-arrow.svg");
}
.block--type-page-header .field--name-field-link a {
  color: #fff;
}
.block--type-page-header .breadcrumbs a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8DD2E2;
}
.block--type-page-header h1 {
  color: #fff;
}

/*


.block--type-page-header{
  padding-top: 53px;
  background-color: $color-indigo-90;
  min-height: 291px;
  @include media-breakpoint-up(md) {
    min-height: 401px;
  }
  background-size: cover;
  background-position: center;
  margin-top: -87px;
  .title {
    margin-top: 90px;
  }
  .field--name-field-link a {
    @include teal-link;
    color: $color-white;
  }
  .breadcrumbs {
    a {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; 
      color: $color-aqua;
    }
  }
  h1 {
    color: $color-white;
  }
}
*/
.block--type-text-bar {
  background: #1C225D;
  color: #fff;
}
.block--type-text-bar p:last-child {
  margin-bottom: 0;
}

.block--type-top-bar {
  background: #1C225D;
  color: #fff;
  padding: 14px 0 16px;
  z-index: 100;
}
@media (max-width: 1199.98px) {
  .block--type-top-bar {
    display: none;
  }
}
.block--type-top-bar .inside {
  display: flex;
}
.block--type-top-bar .inside .site-links {
  padding-right: 35px;
  border-right: solid 2px #fff;
  text-transform: uppercase;
}
.block--type-top-bar .inside .site-links a {
  border-radius: 4px;
  display: inline-block;
  margin: 0.375rem 0;
  padding: 0.125rem 0.375rem;
}
body.is-advisor .block--type-top-bar .inside .site-links .advisor-nav, body.is-individual .block--type-top-bar .inside .site-links .investor-nav {
  background: rgba(100, 124, 161, 0.5);
  margin: 0 0.25rem;
}
.block--type-top-bar .inside .additional-links {
  position: relative;
}
.block--type-top-bar .inside .additional-links a {
  display: inline-block;
  padding: 0 1.5rem;
  text-transform: uppercase;
}
.block--type-top-bar .inside .additional-links .nav-item span.nav-link {
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 14px;
}
.block--type-top-bar .inside .additional-links .nav-item > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(28, 34, 93, 0.9);
  list-style: none;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.block--type-top-bar .inside .additional-links .field--name-field-additional-links .field__item {
  padding: 8px;
}
.block--type-top-bar .inside .additional-links {
  /* Show the dropdown on hover */
}
@media (min-width: 1200px) {
  .block--type-top-bar .inside .additional-links .nav-item:hover > ul {
    display: block;
  }
}
.block--type-top-bar .inside .callout {
  padding: 7px 14px;
  border: solid 1px #fff;
  border-radius: 2px;
  font-weight: 600;
}
.block--type-top-bar .inside .callout:hover, .block--type-top-bar .inside .callout.active {
  background: #539599;
}
.block--type-top-bar a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.block--type-top-bar .top-bar-search {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-left: 28px;
  margin-top: 4px;
  background: url("../assets/images/magnify-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.block--type-video-header {
  position: relative;
  padding-top: 113px;
  padding-bottom: 70px;
  margin-top: -87px;
  min-height: 760px;
}
.block--type-video-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block--type-video-header .container-fluid {
  position: relative;
  color: #fff;
}
.block--type-video-header .container-fluid .title {
  padding: 225px 20px 40px 35px;
}
@media (min-width: 992px) {
  .block--type-video-header .container-fluid .title {
    padding: 114px 0 40px 100px;
  }
}
.block--type-video-header .container-fluid .title .field--name-field-link {
  padding-top: 20px;
}
.block--type-video-header .container-fluid .title .field--name-field-link a {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.block--type-video-header .container-fluid .title .field--name-field-link a:after {
  content: "";
  background: url("../assets/images/aqua-arrow.svg");
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 8px;
}
.block--type-video-header .container-fluid .title .field--name-field-link a:hover:after {
  animation: arrow-size 0.2s;
}
.block--type-video-header .container-fluid .title .field--name-field-link a.arrow-before:after {
  margin-left: 0;
  margin-right: 8px;
  order: -1;
}
.block--type-video-header .container-fluid .title .field--name-field-link a:after {
  background-image: url("../assets/images/teal-arrow.svg");
}

.node--type-article {
  background: #F1F2F3;
}
.node--type-article .date,
.node--type-article .sub-line {
  color: #539599;
  font-size: 18px;
}
.node--type-article .sub-line {
  margin-bottom: 12px;
}
.node--type-article h2.article-title {
  color: #1C225D;
  margin: 8px 0;
}
.node--type-article .file-col {
  background: #E3E6E8;
  border-left: solid 1px #B1BDD0;
}
.node--type-article .row.download {
  border-top: solid 1px #B1BDD0;
}
.node--type-article .row.download .download-link {
  width: 100%;
  border: solid 1px #B1BDD0;
  border-top: solid 4px #8DD2E2;
  display: flex;
  justify-content: space-between;
}
.node--type-article .row.download .download-link .label {
  padding: 14px 10px;
}
.node--type-article .row.download .download-link a {
  border-left: solid 1px #B1BDD0;
  display: block;
  background: url("../assets/images/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  width: 80px;
  text-indent: -1000px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .node--type-article {
    word-wrap: break-word;
  }
  .node--type-article table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .node--type-article table.theme-plain-white tr td:first-child, .node--type-article table.theme-blue tr td:first-child, .node--type-article table.theme-aqua tr td:first-child {
    min-width: unset;
  }
  .node--type-article img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  .view-search {
    display: grid;
    grid-template-areas: "search results" "pagination pagination";
    grid-template-columns: 360px 1fr;
  }
}
.view-search {
  background: #F1F2F3;
}
.view-search .view-filters {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .view-search .view-filters {
    padding: 3rem;
  }
}
.view-search .view-filters {
  grid-area: search;
  background: #E3E6E8;
  border-right: solid 1px #B1BDD0;
}
.view-search .view-filters label {
  font-family: "IvarDisplay", serif;
  font-size: 24px;
}
@media (min-width: 992px) {
  .view-search .view-filters label {
    font-size: 38px;
  }
}
.view-search .view-filters label {
  font-weight: 600;
  line-height: 125%; /* 47.5px */
  color: #1C225D;
}
.view-search .view-filters .form-item {
  position: relative;
  width: 100%;
}
.view-search .view-filters .form-item .search-button {
  width: 22px;
  height: 22px;
  background: url("../assets/images/magnify-blue.svg");
  display: block;
  background-size: contain;
  border: none;
  position: absolute;
  right: 6px;
  bottom: 8px;
}
.view-search .view-filters .form-actions {
  display: none;
}
.view-search .view-content {
  grid-area: results;
}
.view-search .view-content .item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.view-search .view-content .item-list ul li {
  border-bottom: solid 1px #B1BDD0;
  margin: 0;
}
.view-search .view-content .item-list ul li:last-child {
  border-bottom: none;
}
.view-search .view-content .item-list ul li a {
  padding: 1.5rem 64px 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .view-search .view-content .item-list ul li a {
    padding: 32px 132px 31px 48px;
  }
}
.view-search .view-content .item-list ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.view-search .view-content .item-list ul li a:after {
  content: "";
  background-image: url(../assets/images/arrow-down-circle.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  transform: rotate(-90deg);
  position: absolute;
  right: 24px;
  top: 1.5rem;
}
@media (min-width: 992px) {
  .view-search .view-content .item-list ul li a:after {
    right: 48px;
    top: 32px;
  }
}
.view-search .view-content .item-list ul li a:hover {
  background: #E3E6E8;
}
.view-search .view-empty {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .view-search .view-empty {
    padding: 3rem;
  }
}
.view-search .pager {
  padding: 1.5rem;
  grid-area: pagination;
  border-top: solid 1px #B1BDD0;
}
.view-search .pager .pager__item--first,
.view-search .pager .pager__item--last {
  display: none;
}
.view-search .pager .page-item {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .view-search .pager .page-item {
    padding: 0 20px;
  }
}
.view-search .pager .page-item .page-link {
  background: none;
  border: none;
  color: #1C225D;
  padding: 5px 3px 0;
}
.view-search .pager .page-item.is-active .page-link {
  border-bottom: solid 2px #539599;
  border-radius: 0;
}
.view-search .pager .pager__item--previous,
.view-search .pager .pager__item--next {
  display: flex;
  align-items: center;
}
.view-search .pager .pager__item--previous a.page-link,
.view-search .pager .pager__item--next a.page-link {
  width: 10px;
  height: 15px;
  text-indent: -1000px;
  overflow: hidden;
  background: url("../assets/images/pager-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.view-search .pager .pager__item--next a.page-link {
  transform: scaleX(-1);
}

@media (min-width: 992px) {
  .paragraph--type--component-3-4-information-list .field__item:first-child .paragraph--type--element-information-item .col {
    border-top: none;
  }
  .paragraph--type--component-3-4-information-list .field__item .field--name-field-information-item {
    height: 100%;
  }
}
.paragraph--type--component-3-4-information-list .paragraph--type--element-wysiwyg {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-3-4-information-list .paragraph--type--element-wysiwyg {
    padding: 3rem;
  }
}
.paragraph--type--component-3-4-information-list.color-theme-gray .field--name-field-information-items {
  background: #F1F2F3;
}

.item__component_anchor_menu {
  position: sticky;
  top: 65px;
}
@media (min-width: 1200px) {
  .item__component_anchor_menu {
    top: 86px;
  }
}
.item__component_anchor_menu {
  z-index: 99;
}

body.toolbar-fixed .item__component_anchor_menu {
  top: 125px;
}
body.toolbar-fixed.toolbar-tray-open .item__component_anchor_menu {
  top: 165px;
}

.paragraph--type--component-anchor-menu {
  padding: 7px 32px;
  background: #647CA1;
}
@media (min-width: 992px) {
  .paragraph--type--component-anchor-menu .expand {
    display: none;
  }
  .paragraph--type--component-anchor-menu .field__items {
    display: flex;
    justify-content: space-between;
  }
  .paragraph--type--component-anchor-menu .field__items.count-2 {
    justify-content: center;
    column-gap: 48px;
  }
  .paragraph--type--component-anchor-menu .field__items a {
    color: #fff;
    padding: 6px 16px;
    display: block;
    text-decoration: none;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-anchor-menu .field__items {
    text-align: center;
  }
  .paragraph--type--component-anchor-menu .field__items .field__item {
    display: none;
  }
  .paragraph--type--component-anchor-menu .field__items .field__item:first-child {
    display: block;
  }
  .paragraph--type--component-anchor-menu .field__items .field__item a {
    color: #fff;
    padding: 6px 16px;
    display: inline-block;
    text-decoration: none;
  }
  .paragraph--type--component-anchor-menu .expand {
    position: absolute;
    right: 24px;
    top: 20px;
    width: 15px;
    height: 10px;
    background-image: url("../assets/images/nav-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 0.2s;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
  }
  .paragraph--type--component-anchor-menu.opened .field__items .field__item {
    display: block;
  }
  .paragraph--type--component-anchor-menu.opened .expand {
    transform: scaleY(-1);
  }
}

.paragraph--type--component-article-columns .col .paragraph--type--element-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  min-height: 63vw;
}
@media (min-width: 768px) {
  .paragraph--type--component-article-columns .col .paragraph--type--element-image {
    min-height: 450px;
  }
}
.paragraph--type--component-article-columns .col .paragraph--type--element-wysiwyg {
  /*min-height: 450px;*/
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-article-columns .col .paragraph--type--element-wysiwyg {
    padding: 64px 99px 64px 48px;
  }
}
.paragraph--type--component-article-columns .col .paragraph--type--element-wysiwyg.no-top-padding {
  padding-top: 0;
}
.paragraph--type--component-article-columns .col .paragraph--type--element-wysiwyg.no-bottom-padding {
  padding-bottom: 0;
}
.paragraph--type--component-article-columns .col .paragraph--type--element-wysiwyg img {
  max-width: 100%;
  height: auto;
}

.paragraph--type--component-box-grid .col.title-cont {
  position: relative;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-box-grid .col.title-cont {
    border-bottom: solid 1px #B1BDD0;
  }
}
.paragraph--type--component-box-grid .col.title-cont > div .field--name-field-title {
  font-family: "IvarDisplay", serif;
  font-size: 24px;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid .col.title-cont > div .field--name-field-title {
    font-size: 38px;
  }
}
.paragraph--type--component-box-grid .col.title-cont > div .field--name-field-title {
  font-weight: 600;
  line-height: 125%; /* 47.5px */
}
.paragraph--type--component-box-grid .col.title-cont .field--name-field-image {
  position: absolute;
  left: 2rem;
  bottom: 0;
}
.paragraph--type--component-box-grid .col.title-cont .field--name-field-image img {
  width: auto;
  height: 348px;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-box-grid .col.title-cont .field--name-field-image {
    display: none;
  }
}
.paragraph--type--component-box-grid.layout-full .title-cont {
  border-bottom: solid 1px #B1BDD0;
}
.paragraph--type--component-box-grid.layout-full .title-cont .field--name-field-title {
  text-align: center;
}
.paragraph--type--component-box-grid .field__grid_item {
  background: #F1F2F3;
  border-bottom: solid 1px #B1BDD0;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid .field__grid_item {
    width: 25%;
    min-height: 360px;
    border-right: solid 1px #B1BDD0;
  }
}
.paragraph--type--component-box-grid .field__grid_item .field--name-field-icon img {
  height: 60px;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-image {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-image img {
  max-height: 150px;
  width: auto;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-image img {
    max-height: 256px;
  }
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item {
    padding: 32px 48px;
  }
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item {
  height: 100%;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .inside {
    margin-bottom: 32px;
  }
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content {
  display: none;
  margin: -1.5rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content {
    height: calc(100% + 90px);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 32px 48px;
  }
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content {
  background: #539599;
  color: #fff;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content h3 {
  position: relative;
  margin-bottom: 8px;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content .field--name-field-text {
  position: relative;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content p.aqua {
  color: #8DD2E2;
  font-weight: 600;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content ul,
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content ol {
  padding-left: 20px;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  object-fit: cover;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content .scroll-container {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 5px;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content .scroll-container::-webkit-scrollbar {
  width: 7px;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content .scroll-container::-webkit-scrollbar-thumb {
  background-color: #8DD2E2;
  border-radius: 10px;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content .scroll-container::-webkit-scrollbar-track {
  background-color: #255463;
  width: 7px;
  border-radius: 10px;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content .scroll-container::-moz-scrollbar-button, .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item .content .scroll-container::-webkit-scrollbar-button {
  display: none;
  width: 0px;
  height: 0;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item:hover .content {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item.opened .inside {
    display: none;
  }
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item.opened .content {
    display: block;
  }
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item.paragraph--view-mode--green .content {
  height: 100%;
}
.paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item.paragraph--view-mode--green .content p {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item:after {
    content: "";
    background-image: url("../assets/images/arrow-down-circle.svg");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 28px;
    height: 28px;
  }
  .paragraph--type--component-box-grid .field__grid_item .paragraph--type--element-grid-icon-item.opened:after {
    top: 24px;
    bottom: unset;
    transform: scaleY(-1);
  }
}
.paragraph--type--component-box-grid.color-theme-blue .field__grid_item {
  background: #003569;
}
.paragraph--type--component-box-grid.color-theme-green .field__grid_item {
  background: #255463;
}
.paragraph--type--component-box-grid.layout-half_half .field__grid_item {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid.layout-half_half .field__grid_item {
    width: 50%;
  }
  .paragraph--type--component-box-grid.layout-half_half .field__grid_item:nth-child(2n) {
    border-right: solid 1px #B1BDD0;
  }
  .paragraph--type--component-box-grid.layout-half_half .field__grid_item:nth-child(2n+1) {
    border-left: solid 1px #B1BDD0;
  }
}
.paragraph--type--component-box-grid.layout-third_two_thirds .field__grid_item {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid.layout-third_two_thirds .field__grid_item {
    width: 50%;
  }
  .paragraph--type--component-box-grid.layout-third_two_thirds .field__grid_item:nth-child(2n) {
    border-right: solid 1px #B1BDD0;
  }
  .paragraph--type--component-box-grid.layout-third_two_thirds .field__grid_item:nth-child(2n+1) {
    border-left: solid 1px #B1BDD0;
  }
}
.paragraph--type--component-box-grid.layout-quarter_three_quarters .field__grid_item {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid.layout-quarter_three_quarters .field__grid_item {
    width: 33.33333%;
  }
  .paragraph--type--component-box-grid.layout-quarter_three_quarters .field__grid_item:nth-child(3n) {
    border-right: solid 1px #B1BDD0;
  }
  .paragraph--type--component-box-grid.layout-quarter_three_quarters .field__grid_item:nth-child(3n+1) {
    border-left: solid 1px #B1BDD0;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid.last-row-1 .col .field__grid_item:nth-last-child(-n+1) {
    border-bottom: none;
  }
  .paragraph--type--component-box-grid.last-row-2 .col .field__grid_item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .paragraph--type--component-box-grid.last-row-3 .col .field__grid_item:nth-last-child(-n+3) {
    border-bottom: none;
  }
  .paragraph--type--component-box-grid.last-row-4 .col .field__grid_item:nth-last-child(-n+4) {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-box-grid.expand-above .col.title-cont > div .field--name-field-title {
    margin-bottom: 16px;
  }
  .paragraph--type--component-box-grid.expand-above .col.grid {
    height: calc(100% + 100px);
    margin-top: -100px;
  }
  .paragraph--type--component-box-grid.expand-above .col .field__grid_item .paragraph--type--element-grid-icon-item .content {
    height: 100%;
  }
  .paragraph--type--component-box-grid.expand-above .col .field__grid_item .paragraph--type--element-grid-icon-item .content p {
    color: #fff;
    font-weight: 400;
  }
}

.paragraph--type--component-callout-bar {
  background: #255463;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .paragraph--type--component-callout-bar {
    padding-top: 91px;
    padding-bottom: 82px;
  }
}
.paragraph--type--component-callout-bar {
  position: relative;
}
.paragraph--type--component-callout-bar a {
  display: inline-block;
}
.paragraph--type--component-callout-bar .field--name-field-link a {
  font-size: 18px;
}
@media (min-width: 992px) {
  .paragraph--type--component-callout-bar .field--name-field-link a {
    font-size: 28px;
  }
}
.paragraph--type--component-callout-bar .field--name-field-link a {
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 35px */
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
}
.paragraph--type--component-callout-bar .field--name-field-link a:after {
  content: "";
  width: 132px;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../assets/images/teal-large-arrow.svg");
  background-position: left center;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-callout-bar .field--name-field-link a:after {
    display: block;
    margin-left: 0;
  }
}
.paragraph--type--component-callout-bar .field--name-field-link a:hover:after {
  animation: arrow-size 0.2s;
}
.paragraph--type--component-callout-bar video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--type--component-callout-bar .paragraph {
  position: relative;
}
.paragraph--type--component-callout-bar.bg-blue {
  background: #003569;
}

.paragraph--type--component-columns {
  background: #F1F2F3;
  color: #1C225D;
  min-height: 100%;
}
.paragraph--type--component-columns .col .paragraph--type--element-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  min-height: 63vw;
}
@media (min-width: 768px) {
  .paragraph--type--component-columns .col .paragraph--type--element-image {
    min-height: 450px;
  }
}
.paragraph--type--component-columns .col .paragraph--type--element-title-text {
  min-height: 100%;
}
.paragraph--type--component-columns .col .paragraph--type--element-title-text .container-fluid {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-columns .col .paragraph--type--element-title-text .container-fluid {
    padding: 64px 99px 64px 48px;
  }
}
.paragraph--type--component-columns .col .paragraph--type--element-wysiwyg {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-columns .col .paragraph--type--element-wysiwyg {
    padding: 64px 99px 64px 48px;
  }
}
.paragraph--type--component-columns .col .paragraph--type--element-wysiwyg {
  min-height: 100%;
}
.paragraph--type--component-columns .col .paragraph--type--element-wysiwyg.no-top-padding {
  padding-top: 0;
}
.paragraph--type--component-columns .col .paragraph--type--element-wysiwyg.no-bottom-padding {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-columns .col {
    border-top: solid 1px #B1BDD0;
  }
  .paragraph--type--component-columns .col:first-child {
    border-top: none;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-columns .col {
    border-left: solid 1px #B1BDD0;
  }
  .paragraph--type--component-columns .col:first-child {
    border-left: none;
  }
}
.paragraph--type--component-columns.theme-blue {
  background: #003569;
  color: #fff;
}
.paragraph--type--component-columns.theme-blue .col .paragraph--type--element-title-text {
  border: none;
}
.paragraph--type--component-columns.color-theme-gray .col:nth-child(2) {
  background: #F1F2F3;
}

.paragraph--type--component-distribution-schedule {
  background: #0D3F70;
  color: #fff;
  border-bottom: solid 1px #647CA1;
}
.paragraph--type--component-distribution-schedule .title-row {
  background: #003569;
  border-bottom: solid 1px #647CA1;
}
.paragraph--type--component-distribution-schedule .selection {
  display: flex;
  justify-content: flex-end;
  border-bottom: solid 4px #8DD2E2;
}
.paragraph--type--component-distribution-schedule .selection a {
  border-top: solid 1px #8DD2E2;
  border-left: solid 1px #8DD2E2;
  padding: 16px 20px 15px;
  text-decoration: none;
  color: #8DD2E2;
  font-weight: 600;
  transition-duration: 0.5s;
}
.paragraph--type--component-distribution-schedule .selection a:last-child {
  border-right: solid 1px #8DD2E2;
}
.paragraph--type--component-distribution-schedule .selection a.active, .paragraph--type--component-distribution-schedule .selection a:hover {
  background: #8DD2E2;
  color: #1C225D;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-distribution-schedule .selection {
    display: block !important;
  }
  .paragraph--type--component-distribution-schedule .selection a {
    display: none;
    width: 100%;
    border-right: solid 1px #8DD2E2;
  }
  .paragraph--type--component-distribution-schedule .selection a.active {
    display: block;
    position: relative;
  }
  .paragraph--type--component-distribution-schedule .selection a.active:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 25px;
    width: 15px;
    height: 10px;
    background-image: url("../assets/images/nav-arrow-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 0.2s;
    display: block;
    overflow: hidden;
  }
  .paragraph--type--component-distribution-schedule .selection.opened a {
    display: block;
  }
  .paragraph--type--component-distribution-schedule .selection.opened a.active:after {
    transform: scaleY(-1);
  }
}
.paragraph--type--component-distribution-schedule .tab {
  display: none;
}
.paragraph--type--component-distribution-schedule .tab.active {
  display: block;
}
.paragraph--type--component-distribution-schedule .tab .field--name-field-title {
  background: #647CA1;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 17px 12px;
  border-left: solid 1px #647CA1;
  border-right: solid 1px #647CA1;
}
.paragraph--type--component-distribution-schedule .tab .row.info {
  background: #003569;
  border-left: solid 1px #647CA1;
  border-right: solid 1px #647CA1;
  padding: 18px 17px 12px;
  margin: 0;
  font-size: 16px;
}
.paragraph--type--component-distribution-schedule .tab table {
  width: 100%;
}
.paragraph--type--component-distribution-schedule .tab table td, .paragraph--type--component-distribution-schedule .tab table th {
  border: solid 1px #647CA1;
  padding: 17px;
  color: #fff;
}
.paragraph--type--component-distribution-schedule .tab table td:nth-child(2n), .paragraph--type--component-distribution-schedule .tab table th:nth-child(2n) {
  background: rgba(241, 242, 243, 0.1);
}
.paragraph--type--component-distribution-schedule .tab table th:not(:first-child) {
  text-align: center;
}
.paragraph--type--component-distribution-schedule .tab table td p:last-child {
  margin-bottom: 0;
}
.paragraph--type--component-distribution-schedule .tab table td:not(:first-child) {
  color: #8DD2E2;
  font-weight: 600;
  text-align: center;
}

.paragraph--type--component-expandable-drawer {
  position: relative;
}
.paragraph--type--component-expandable-drawer .row.header {
  position: relative;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-expandable-drawer .row.header {
    padding-bottom: 48px;
  }
}
.paragraph--type--component-expandable-drawer .row.header .expand-drawer-plus {
  background: url("../assets/images/plus-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  text-indent: -1000px;
  overflow: hidden;
  display: block;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-expandable-drawer .row.header .expand-drawer-plus {
    position: absolute;
    left: 24px;
    bottom: 48px;
  }
}
.paragraph--type--component-expandable-drawer .drawer {
  display: none;
  border-top: solid 1px #B1BDD0;
}
.paragraph--type--component-expandable-drawer.opened .row.header .expand-drawer-plus {
  background-image: url("../assets/images/minus-circle.svg");
}
.paragraph--type--component-expandable-drawer.opened .drawer {
  display: block;
}
.paragraph--type--component-expandable-drawer.wave-drawer {
  background-image: url("../assets/images/wave-green.png");
  background-size: cover;
  position: relative;
}
.paragraph--type--component-expandable-drawer.wave-drawer .row.header {
  padding-bottom: 0;
}
.paragraph--type--component-expandable-drawer.wave-drawer .row.header .expand-drawer-plus {
  display: inline-block;
  position: unset;
}
.paragraph--type--component-expandable-drawer.wave-drawer h5 {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.paragraph--type--component-expandable-drawer.wave-drawer .expand-drawer-plus {
  display: inline-block;
  margin-left: 20px;
}
.paragraph--type--component-expandable-drawer.wave-drawer video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.paragraph--type--component-expandable-drawer.wave-drawer:hover video {
  display: block;
}
.paragraph--type--component-expandable-drawer.wave-drawer .container-fluid {
  position: relative;
}

.paragraph--type--component-expandable-list .col:first-child {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.paragraph--type--component-expandable-list .col:first-child > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.paragraph--type--component-expandable-list .col:first-child .expandable-list-more {
  font-size: 18px;
  font-weight: 600;
  color: #1C225D;
  text-decoration: none;
  padding-right: 30px;
  position: relative;
}
.paragraph--type--component-expandable-list .col:first-child .expandable-list-more:after {
  content: "";
  background-image: url("../assets/images/plus-circle.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
}
.paragraph--type--component-expandable-list .col:first-child .expandable-list-more.items-shown:after {
  background-image: url("../assets/images/minus-circle.svg");
}
.paragraph--type--component-expandable-list .col:last-child {
  border-left: solid 1px #647CA1;
}
.paragraph--type--component-expandable-list .col:last-child .field--name-field-expandable-list > .field__item {
  border-bottom: solid 1px #647CA1;
}
@media (min-width: 992px) {
  .paragraph--type--component-expandable-list .col:last-child .field--name-field-expandable-list > .field__item:first-child {
    border-top: none;
  }
}
.paragraph--type--component-expandable-list .col:last-child .field--name-field-expandable-list > .field__item > .field--name-field-text {
  padding: 66px 48px;
}
.paragraph--type--component-expandable-list .col:last-child {
  /*.paragraph--type--element-expandable-item {
    background: $color-stone-30;
    &.opened {
      background: $color-stone;
    }
  }*/
}
.paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-wysiwyg {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-wysiwyg {
    padding: 66px 48px 50px;
  }
}
.paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a {
  color: #1C225D;
  background: #F1F2F3;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a {
    padding: 39px 48px 40px;
  }
}
.paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}
@media (min-width: 992px) {
  .paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a {
    font-size: 21px;
  }
}
.paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a {
  font-weight: 600;
  line-height: 125%;
}
.paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a:after {
  content: "";
  background-image: url("../assets/images/arrow-down-circle.svg");
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a:after {
    float: right;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a:after {
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 14px);
  }
}
.paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a:after {
  width: 28px;
  height: 28px;
  transform: rotate(-90deg);
}
.paragraph--type--component-expandable-list .col:last-child .paragraph--type--element-single-link a:hover {
  background: #E3E6E8;
}
.paragraph--type--component-expandable-list .col .field--name-field-expandable-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.paragraph--type--component-expandable-list .col .field--name-field-expandable-list > .field__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.paragraph--type--component-expandable-list .col .field--name-field-expandable-list > .field__item.hidden {
  display: none;
}
.paragraph--type--component-expandable-list.color-theme-blue .paragraph--type--element-expandable-item {
  color: #fff;
  background: #0D3F70;
}
.paragraph--type--component-expandable-list.color-theme-blue .paragraph--type--element-expandable-item.opened {
  background: #003569;
}
.paragraph--type--component-expandable-list.color-theme-blue .paragraph--type--element-expandable-item .field--name-field-title:hover {
  background: #003569;
}
.paragraph--type--component-expandable-list.color-theme-blue .paragraph--type--element-single-link .field--name-field-link a {
  color: #fff;
  background: #0D3F70;
}
.paragraph--type--component-expandable-list.color-theme-blue .paragraph--type--element-single-link .field--name-field-link a:hover {
  background: #003569;
}
.paragraph--type--component-expandable-list.color-theme-gray .paragraph--type--element-expandable-item {
  background: #F1F2F3;
}
.paragraph--type--component-expandable-list.color-theme-gray .paragraph--type--element-expandable-item.opened {
  background: #E3E6E8;
}
.paragraph--type--component-expandable-list.color-theme-gray .paragraph--type--element-expandable-item .field--name-field-title:hover {
  background: #E3E6E8;
}
.paragraph--type--component-expandable-list.color-theme-gray .paragraph--type--element-single-link .field--name-field-link a {
  background: #F1F2F3;
}
.paragraph--type--component-expandable-list.color-theme-gray .paragraph--type--element-single-link .field--name-field-link a:hover {
  background: #E3E6E8;
}
.paragraph--type--component-expandable-list.color-theme-light_gray .paragraph--type--element-expandable-item .field--name-field-title:hover {
  background: #E3E6E8;
}
.paragraph--type--component-expandable-list.color-theme-light_gray .paragraph--type--element-single-link .field--name-field-link a:hover {
  background: #E3E6E8;
}

.paragraph--type--component-fund-growth-10k {
  background: #0D3F70;
  color: #fff;
  --highcharts-neutral-color-80: var(--color-stone);
  --highcharts-neutral-color-100: var(--color-stone-30);
}
.paragraph--type--component-fund-growth-10k .field--name-field-disclaimer {
  margin-top: 50px;
}
.paragraph--type--component-fund-growth-10k .highcharts-background {
  fill: none;
}
.paragraph--type--component-fund-growth-10k .highcharts-axis {
  color: #B1BDD0;
  font-weight: 300;
  font-size: 14px;
}
.paragraph--type--component-fund-growth-10k .highcharts-axis-line {
  stroke: #647CA1;
}
.paragraph--type--component-fund-growth-10k .highcharts-axis-labels {
  fill: #B1BDD0;
}
.paragraph--type--component-fund-growth-10k .highcharts-yaxis .highcharts-axis-line {
  stroke-width: 1px;
}
.paragraph--type--component-fund-growth-10k .highcharts-plot-line {
  stroke: #647CA1;
}
.paragraph--type--component-fund-growth-10k .highcharts-tick,
.paragraph--type--component-fund-growth-10k .highcharts-grid-line {
  display: none;
}
.paragraph--type--component-fund-growth-10k .highcharts-color-0 {
  stroke: #B1BDD0;
  fill: #18618b;
}
.paragraph--type--component-fund-growth-10k .highcharts-plot-line {
  stroke-width: 2px;
  stroke: #7cb5ec;
}
.paragraph--type--component-fund-growth-10k .highcharts-no-tooltip,
.paragraph--type--component-fund-growth-10k .highcharts-menu {
  fill: #003569;
  background: #003569;
  box-shadow: unset;
  border: solid 1px #647CA1;
}
.paragraph--type--component-fund-growth-10k .highcharts-tooltip-box {
  fill: #647CA1;
}
.paragraph--type--component-fund-growth-10k .highcharts-tooltip text {
  fill: #fff;
  text-align: center;
}

.paragraph--type--component-fund-daily-grid .row {
  background: #B1BDD0;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
}
.paragraph--type--component-fund-daily-grid .row:not(:last-of-type) {
  padding-bottom: 4px;
}
.paragraph--type--component-fund-daily-grid .row .col {
  background: #E0E5EC;
  padding: 16px;
  text-align: center;
}
.paragraph--type--component-fund-daily-grid .row .col label {
  font-size: 20px;
  color: #255463;
  margin-bottom: 16px;
  font-weight: 600;
}
.paragraph--type--component-fund-daily-grid .row .col .value {
  font-size: 36px;
  color: #539599;
  font-weight: 200;
  line-height: 1.0666;
}
@media (min-width: 768px) {
  .paragraph--type--component-fund-daily-grid .row {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .paragraph--type--component-fund-daily-grid .row .col {
    grid-column-end: span 2;
    padding: 37px;
  }
  .paragraph--type--component-fund-daily-grid .row .col:where(:nth-of-type(1), :nth-of-type(2)) {
    grid-column-end: span 3;
  }
  .paragraph--type--component-fund-daily-grid .row .col label {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--component-fund-daily-grid .row {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
  }
  .paragraph--type--component-fund-daily-grid .row .col {
    grid-column-end: span 1;
  }
}

.paragraph--type--component-fund-distribution {
  background: #0D3F70;
  color: #fff;
}

.paragraph--type--component-fund-holdings {
  background: #0D3F70;
  color: #fff;
}
.paragraph--type--component-fund-holdings .title {
  background: #003569;
  border-top: solid 1px #B1BDD0;
  border-bottom: solid 1px #B1BDD0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .table-columns {
    display: flex;
    column-gap: 9px;
    align-items: flex-start;
  }
}
.paragraph--type--component-fund-holdings .table-columns table {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .table-columns table {
    width: 50%;
  }
}
.paragraph--type--component-fund-holdings .table-columns table thead th {
  color: #B1BDD0;
  font-size: 14px;
  font-weight: 300;
  padding: 18px 16px;
}
.paragraph--type--component-fund-holdings .table-columns table tr {
  border-bottom: solid 1px #B1BDD0;
}
.paragraph--type--component-fund-holdings .table-columns table tr th:last-child {
  text-align: right;
}
.paragraph--type--component-fund-holdings .table-columns table tr td {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 14px 16px;
}
.paragraph--type--component-fund-holdings .table-columns table tr td:first-child {
  background: #003569;
}
.paragraph--type--component-fund-holdings .table-columns table tr td:last-child {
  font-weight: 600;
  text-align: right;
  background: rgba(229, 229, 224, 0.1);
  width: 120px;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .table-columns table tr td:last-child {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-fund-holdings .table-columns table:last-child thead {
    display: none;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .table-columns-hidden {
    column-gap: 9px;
    align-items: flex-start;
  }
}
.paragraph--type--component-fund-holdings .table-columns-hidden table {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .table-columns-hidden table {
    width: 50%;
  }
}
.paragraph--type--component-fund-holdings .table-columns-hidden table thead th {
  color: #B1BDD0;
  font-size: 14px;
  font-weight: 300;
  padding: 18px 16px;
}
.paragraph--type--component-fund-holdings .table-columns-hidden table tr {
  border-bottom: solid 1px #B1BDD0;
}
.paragraph--type--component-fund-holdings .table-columns-hidden table tr th:last-child {
  text-align: right;
}
.paragraph--type--component-fund-holdings .table-columns-hidden table tr td {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 14px 16px;
}
.paragraph--type--component-fund-holdings .table-columns-hidden table tr td:first-child {
  background: #003569;
}
.paragraph--type--component-fund-holdings .table-columns-hidden table tr td:last-child {
  font-weight: 600;
  text-align: right;
  background: rgba(229, 229, 224, 0.1);
  width: 120px;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .table-columns-hidden table tr td:last-child {
    width: 160px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-fund-holdings .table-columns-hidden table:last-child thead {
    display: none;
  }
}
.paragraph--type--component-fund-holdings .table-columns table.all-holdings td {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding: 14px 16px;
}
.paragraph--type--component-fund-holdings .table-columns table.all-holdings td:first-child {
  background: #003569;
}
.paragraph--type--component-fund-holdings .table-columns table.all-holdings td:last-child {
  font-weight: 600;
  text-align: right;
  background: rgba(229, 229, 224, 0.1);
  width: 120px;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .table-columns table.all-holdings td:last-child {
    width: 100px;
  }
}
.paragraph--type--component-fund-holdings .field--name-field-top-ten-disclaimer,
.paragraph--type--component-fund-holdings .field--name-field-sector-disclaimer,
.paragraph--type--component-fund-holdings .field--name-field-disclaimer {
  font-size: 14px;
  color: #B1BDD0;
  margin-top: 36px;
}
.paragraph--type--component-fund-holdings .highcharts-background {
  fill: none;
}
.paragraph--type--component-fund-holdings .hc-holdings-chart {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .hc-holdings-chart {
    margin-bottom: 10px;
  }
}
.paragraph--type--component-fund-holdings .hc-holdings-chart .chart {
  min-height: 350px;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .hc-holdings-chart .chart {
    min-height: 450px;
  }
}
.paragraph--type--component-fund-holdings .highcharts-no-tooltip,
.paragraph--type--component-fund-holdings .highcharts-menu {
  fill: #003569;
  background: #1C225D;
  box-shadow: unset;
  border: solid 1px #647CA1;
}
.paragraph--type--component-fund-holdings .highcharts-tooltip {
  background: none !important; /* Removes background */
  border: none !important; /* Removes border */
  box-shadow: none !important; /* Removes shadow */
  color: #333; /* Change text color */
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  pointer-events: none; /* Prevents tooltip from interfering with interactions */
}
.paragraph--type--component-fund-holdings .highcharts-tooltip-box {
  fill: none;
}
.paragraph--type--component-fund-holdings .highcharts-tooltip {
  color: #8DD2E2;
  text-align: center;
  font-weight: 275;
  font-size: 55px;
}
@media (min-width: 992px) {
  .paragraph--type--component-fund-holdings .highcharts-tooltip {
    font-size: 72px;
  }
}
.paragraph--type--component-fund-holdings .highcharts-series .highcharts-point.highcharts-point-inactive {
  opacity: 0.5;
}
.paragraph--type--component-fund-holdings .highcharts-point {
  stroke-width: 0;
  stoke-linejoin: unset;
}
.paragraph--type--component-fund-holdings .highcharts-data-label,
.paragraph--type--component-fund-holdings .highcharts-data-label-connector {
  display: none;
}
.paragraph--type--component-fund-holdings .highcharts-color-0 {
  fill: #fff;
  background: #fff;
}
.paragraph--type--component-fund-holdings .highcharts-color-1 {
  fill: #647CA1;
  background: #647CA1;
}
.paragraph--type--component-fund-holdings .highcharts-color-2 {
  fill: #1C225D;
  background: #1C225D;
}
.paragraph--type--component-fund-holdings .highcharts-color-3 {
  fill: #8DD2E2;
  background: #8DD2E2;
}
.paragraph--type--component-fund-holdings .highcharts-color-4 {
  fill: #255463;
  background: #255463;
}
.paragraph--type--component-fund-holdings .highcharts-color-5 {
  fill: #92A9B1;
  background: #92A9B1;
}
.paragraph--type--component-fund-holdings .highcharts-color-6 {
  fill: #539599;
  background: #539599;
}
.paragraph--type--component-fund-holdings .highcharts-color-7 {
  fill: rgba(83, 149, 153, 0.5);
  background: rgba(83, 149, 153, 0.5);
}
.paragraph--type--component-fund-holdings .highcharts-color-8 {
  fill: #8DD2E2;
  background: #8DD2E2;
}
.paragraph--type--component-fund-holdings .highcharts-color-9 {
  fill: #CBD3E0;
  background: #CBD3E0;
}
.paragraph--type--component-fund-holdings .hc-color:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-0:before {
  background: #fff;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-1:before {
  background: #647CA1;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-2:before {
  background: #1C225D;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-3:before {
  background: #8DD2E2;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-4:before {
  background: #255463;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-5:before {
  background: #92A9B1;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-6:before {
  background: #539599;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-7:before {
  background: rgba(83, 149, 153, 0.5);
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-8:before {
  background: #8DD2E2;
}
.paragraph--type--component-fund-holdings .hc-color.hc-color-9:before {
  background: #CBD3E0;
}

.paragraph--type--component-fund-list {
  color: #1C225D;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-fund-list .title-row {
    background: #E3E6E8;
  }
}
.paragraph--type--component-fund-list .title-row {
  border-bottom: solid 1px #647CA1;
}
.paragraph--type--component-fund-list .field--name-field-funds .col {
  border-right: solid 1px #647CA1;
  border-bottom: solid 1px #647CA1;
}
.paragraph--type--component-fund-list .field--name-field-funds .col a {
  display: block;
  text-decoration: none;
  min-height: 100%;
}
.paragraph--type--component-fund-list .field--name-field-funds .col a:hover {
  background: #E3E6E8;
}
.paragraph--type--component-fund-list .field--name-field-funds .col a .bottom-row {
  display: flex;
  justify-content: space-between;
}
.paragraph--type--component-fund-list .field--name-field-funds .col a .bottom-row .link {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-right: 64px;
  margin-top: 16px;
  display: block;
}
.paragraph--type--component-fund-list .field--name-field-funds .col a .bottom-row .link:after {
  content: "";
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -1px;
  right: 0;
  background-image: url("../assets/images/aqua-arrow.svg");
}
.paragraph--type--component-fund-list .field--name-field-funds .col a .bottom-row img {
  height: 60px;
}

.paragraph--type--component-half-columns {
  background: #F1F2F3;
  color: #1C225D;
}
.paragraph--type--component-half-columns .col .paragraph--type--element-image {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  min-height: 450px;
}
.paragraph--type--component-half-columns .col .paragraph--type--element-title-text {
  border: solid 1px #B1BDD0;
  min-height: 450px;
}
.paragraph--type--component-half-columns .col .paragraph--type--element-title-text .container-fluid {
  padding: 64px 99px 64px 48px;
}
.paragraph--type--component-half-columns.theme-blue {
  background: #003569;
  color: #fff;
}
.paragraph--type--component-half-columns.theme-blue .col .paragraph--type--element-title-text {
  border: none;
}

.paragraph--type--component-literature-list {
  background: #0D3F70;
  color: #fff;
}
.paragraph--type--component-literature-list .title-row {
  background: #003569;
  border-top: solid 1px #647CA1;
  border-bottom: solid 1px #647CA1;
}
.paragraph--type--component-literature-list .field--type-file span.file {
  background: none;
  padding: 0;
}
.paragraph--type--component-literature-list .field--type-file span.file a {
  width: 22px;
  height: 22px;
  display: block;
  background: url("../assets/images/download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -2000px;
  overflow: hidden;
}
.paragraph--type--component-literature-list table {
  width: 100%;
}
.paragraph--type--component-literature-list table thead {
  border-bottom: solid 4px #8DD2E2;
}
.paragraph--type--component-literature-list table thead th {
  align-items: bottom;
  text-align: center;
  font-weight: 400;
  vertical-align: bottom;
}
.paragraph--type--component-literature-list table th,
.paragraph--type--component-literature-list table td {
  border: solid 1px #647CA1;
  padding: 10px;
}
.paragraph--type--component-literature-list table th:nth-child(2n),
.paragraph--type--component-literature-list table td:nth-child(2n) {
  background: rgba(241, 242, 243, 0.1);
}
.paragraph--type--component-literature-list table th:not(:first-child),
.paragraph--type--component-literature-list table td:not(:first-child) {
  max-width: 102px;
}
.paragraph--type--component-literature-list table th:not(:first-child) div,
.paragraph--type--component-literature-list table td:not(:first-child) div {
  display: flex;
  justify-content: center;
}

.paragraph--type--block-reference .block-user-login-block {
  background: #F1F2F3;
  color: #003569;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.paragraph--type--block-reference .block-user-login-block .field {
  margin: 17px 0;
}
.paragraph--type--block-reference .block-user-login-block .field label {
  display: block;
  margin-bottom: 4px;
}
.paragraph--type--block-reference .block-user-login-block .field input {
  width: 100%;
}
.paragraph--type--block-reference .block-user-login-block .extra {
  margin-top: 30px;
  color: #647CA1;
}
.paragraph--type--block-reference .block-user-login-block .extra input {
  margin-right: 8px;
}
.paragraph--type--block-reference .block-user-login-block .js-form-type-checkbox {
  display: block;
  float: left;
}
.paragraph--type--block-reference .block-user-login-block .forgot-pass {
  display: block;
  float: right;
  margin-top: 1em;
  margin-bottom: 1em;
}
.paragraph--type--block-reference .block-user-login-block .form-actions {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 26px;
  clear: both;
  max-width: 500px;
}
.paragraph--type--block-reference .block-user-login-block .form-actions #edit-submit {
  padding: 8px 72px;
  background: #003569;
  color: #fff;
  border: none;
}
.paragraph--type--block-reference .block-user-login-block .login-help {
  text-align: center;
  color: #647CA1;
}
.paragraph--type--block-reference .block-user-login-block .login-help a {
  font-weight: 600;
}
.paragraph--type--block-reference .block-user-login-block ul {
  display: none;
}

.paragraph--type--component-number-grid {
  padding-bottom: 1px;
  color: #647CA1;
}
.paragraph--type--component-number-grid .row {
  margin: 0;
}
.paragraph--type--component-number-grid .col {
  margin-top: 1px;
  margin-left: 1px;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-number-grid .col {
    padding: 48px 20px 49px;
  }
}
.paragraph--type--component-number-grid .col {
  background: #E0E5EC;
}
.paragraph--type--component-number-grid .col.col-6 {
  width: calc(50% - 1px);
}
@media (min-width: 992px) {
  .paragraph--type--component-number-grid .col.col-lg-4 {
    width: calc(33.33% - 1px);
  }
  .paragraph--type--component-number-grid .col.col-lg-8 {
    width: calc(66.66% - 1px);
  }
}
.paragraph--type--component-number-grid .col .number {
  font-size: 60px;
}
@media (min-width: 992px) {
  .paragraph--type--component-number-grid .col .number {
    font-size: 72px;
  }
}
.paragraph--type--component-number-grid .col .number {
  line-height: 1;
  font-weight: 275;
  color: #0D3F70;
}
@media (min-width: 992px) {
  .paragraph--type--component-number-grid .col .label {
    font-size: 22px;
  }
}
.paragraph--type--component-number-grid .col .label {
  font-weight: 500;
  margin-top: 12px;
}
.paragraph--type--component-number-grid.color-theme-gray {
  background: #B1BDD0;
}
.paragraph--type--component-number-grid.color-theme-gray .col {
  background: #E0E5EC;
}
.paragraph--type--component-number-grid.color-theme-blue {
  background: #647CA1;
  color: #fff;
}
.paragraph--type--component-number-grid.color-theme-blue .col {
  background: #003569;
}
.paragraph--type--component-number-grid.color-theme-blue .col .number {
  color: #8DD2E2;
}

.paragraph--type--component-performance-table {
  background: #0D3F70;
  color: #fff;
  /*
  .selection {
    display: flex;
    justify-content: flex-end;
    border-bottom: solid 4px $color-aqua;
    a {
      border-top: solid 1px $color-aqua;
      border-left: solid 1px $color-aqua;
      padding: 16px 20px 15px;
      text-decoration: none;
      color: $color-aqua;
      font-weight: 600;
      transition-duration: 0.5s;
      &:last-child {
        border-right: solid 1px $color-aqua;
      }
      &.active,
      &:hover {
        background: $color-aqua;
        color: $color-midnight;
      }
    }

    &.count-1 {
      display: none;
    }

    @include media-breakpoint-down(lg) {
      display: block !important;
      a {
        display: none;
        width: 100%;
        border-right: solid 1px $color-aqua;
        &.active { 
          display: block;
          position: relative;
          &:after {
            content: '';
            position: absolute;
            right: 24px;
            top: 25px;
            width: 15px;
            height: 10px;
            background-image: url('../assets/images/nav-arrow-blue.svg');
            background-size: contain;
            background-repeat: no-repeat;
            transition-duration: 0.2s;
            display: block;
            overflow: hidden;

          }
        }
      }
      &.opened {
        a {
          display: block;
          &.active {
            &:after {
              transform: scaleY(-1);
            }
          }
        }
      }
    }
  }


  table {
    width: 100%;
    display: none;
    &.active {
      display: table;
    }
    td,th {
      border: solid 1px $color-slate;
      padding: 17px;
      color: $color-white;
      &:nth-child(2n+1):not(:first-child) {
        background: rgba(241, 242, 243, 0.10);
      }
    }
    th {
      &:not(:first-child) {
        text-align: center;
      }
    }
    td {
      &:not(:first-child) {
        color: $color-aqua;
        font-weight: 600;
        text-align: center;
      } 
    }

  }

  */
}
.paragraph--type--component-performance-table .field--name-field-disclaimer {
  color: #B1BDD0;
}

.item__component_resource_list {
  background: #003569;
  color: #fff;
  border-top: solid 1px #647CA1;
}
.item__component_resource_list:nth-of-type(2n) {
  background: #0D3F70;
}

.paragraph--type--component-resource-list > .field--name-field-title {
  font-family: "IvarDisplay", serif;
  font-size: 24px;
}
@media (min-width: 992px) {
  .paragraph--type--component-resource-list > .field--name-field-title {
    font-size: 38px;
  }
}
.paragraph--type--component-resource-list > .field--name-field-title {
  font-weight: 600;
  line-height: 125%; /* 47.5px */
}
@media (min-width: 992px) {
  .paragraph--type--component-resource-list .field--name-field-resource-list-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-resource-list .field--name-field-resource-list-section .field__item:not(:first-child) .no-header .field--name-field-resource-file .field__item:first-child {
    border-top: none;
  }
}
.paragraph--type--component-resource-list .field--name-field-resource-list-section h3 {
  margin-top: 20px;
}
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-reusable-file .field__item,
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-resource-file .field__item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #647CA1;
  border-left: solid 1px #647CA1;
  border-right: solid 1px #647CA1;
}
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-reusable-file .field__item:first-child,
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-resource-file .field__item:first-child {
  border-top: solid 4px #8DD2E2;
}
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-reusable-file .field__item .desc,
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-resource-file .field__item .desc {
  padding: 14px 10px;
}
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-reusable-file .field__item .download,
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-resource-file .field__item .download {
  flex-shrink: 0;
  width: 79px;
  background: rgba(241, 242, 243, 0.1);
  border-left: solid 1px #647CA1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-reusable-file .field__item .download a,
.paragraph--type--component-resource-list .field--name-field-resource-list-section .field--name-field-resource-file .field__item .download a {
  background: url("../assets/images/download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}

.paragraph--type--component-stack {
  height: 100%;
}
.paragraph--type--component-stack .field--name-field-stacked-items {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.paragraph--type--component-stack .field--name-field-stacked-items > .field__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.paragraph--type--component-tabbed-content .row {
  margin: 0;
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .tabs {
    display: grid;
    grid-template-columns: repeat(3, 33.333%);
    grid-template-rows: 262px 1fr;
  }
  .paragraph--type--component-tabbed-content .tabs[data-count="2"] {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .tabs .tab {
    height: 262px;
    border-left: solid 1px #647CA1;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-tabbed-content .tabs .tab {
    border-top: solid 1px #647CA1;
  }
}
.paragraph--type--component-tabbed-content .tabs .tab {
  background: #F1F2F3;
  position: relative;
  display: block;
  cursor: pointer;
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .tabs .tab {
    grid-row: 1;
  }
}
.paragraph--type--component-tabbed-content .tabs .tab video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  opacity: 0;
}
.paragraph--type--component-tabbed-content .tabs .tab h3 {
  position: relative;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-tabbed-content .tabs .tab h3 {
    padding-right: 55px;
  }
}
.paragraph--type--component-tabbed-content .tabs .tab:last-child {
  border-right: solid 1px #647CA1;
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .tabs .tab:hover, .paragraph--type--component-tabbed-content .tabs .tab.active {
    margin-top: -50px;
    height: 312px;
  }
}
.paragraph--type--component-tabbed-content .tabs .tab:hover video, .paragraph--type--component-tabbed-content .tabs .tab.active video {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .paragraph--type--component-tabbed-content .tabs .tab:after {
    content: "";
    background-image: url("../assets/images/arrow-down-circle.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 14px);
    right: 24px;
    width: 28px;
    height: 28px;
  }
  .paragraph--type--component-tabbed-content .tabs .tab.active:after {
    transform: scaleY(-1);
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .content-item {
    grid-row: 2;
    grid-column: 1/span 3;
  }
}
.paragraph--type--component-tabbed-content .content-item {
  background: #E0E5EC;
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .content-item {
    border: solid 1px #647CA1;
    border-bottom: none;
  }
}
.paragraph--type--component-tabbed-content .content-item .paragraph--type--element-wysiwyg {
  padding: 8px 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .content-item .paragraph--type--element-wysiwyg {
    padding: 3rem;
  }
}
@media (max-width: 991.98px) {
  .paragraph--type--component-tabbed-content .content-item .col:first-child .paragraph--type--element-wysiwyg {
    padding-top: 1.5rem;
  }
  .paragraph--type--component-tabbed-content .content-item .col:last-child .paragraph--type--element-wysiwyg {
    padding-bottom: 1.5rem;
  }
}
.paragraph--type--component-tabbed-content .content-item {
  display: none;
}
.paragraph--type--component-tabbed-content .content-item.active {
  display: block;
}
@media (min-width: 992px) {
  .paragraph--type--component-tabbed-content .content-item:not(.direction-vertical)[data-count="2"] .col {
    flex: unset;
  }
  .paragraph--type--component-tabbed-content .content-item:not(.direction-vertical)[data-count="2"] .col:first-child {
    width: 33%;
  }
  .paragraph--type--component-tabbed-content .content-item:not(.direction-vertical)[data-count="2"] .col:last-child {
    width: 67%;
  }
}
.paragraph--type--component-tabbed-content .content-item.direction-vertical .row .col {
  margin: 0;
  padding: 0;
}
.paragraph--type--component-tabbed-content.color-theme-blue .tabs .tab {
  background: #539599;
  border-color: #B1BDD0;
}
.paragraph--type--component-tabbed-content.color-theme-blue .content-item {
  background: #255463;
  border-color: #B1BDD0;
}
.paragraph--type--component-tabbed-content.color-theme-blue .content-item .paragraph--type--element-latest-article a {
  border-bottom: solid 1px #647CA1;
}
.paragraph--type--component-tabbed-content.color-theme-blue .content-item .paragraph--type--element-latest-article a .title {
  color: #fff;
}
.paragraph--type--component-tabbed-content.color-theme-blue .content-item .paragraph--type--element-latest-article a .date,
.paragraph--type--component-tabbed-content.color-theme-blue .content-item .paragraph--type--element-latest-article a .subline {
  color: #8DD2E2;
}
.paragraph--type--component-tabbed-content.color-theme-blue .content-item .paragraph--type--element-latest-article a:hover {
  background: #3B6573;
}
.paragraph--type--component-tabbed-content.color-theme-green .tabs .tab {
  background: #255463;
}
.paragraph--type--component-tabbed-content.color-theme-green .content-item {
  background: #3B6573;
}

@media (min-width: 576px) {
  .paragraph--type--component-team-members .field--name-field-team-members {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--component-team-members .field--name-field-team-members {
    grid-template-columns: repeat(4, 1fr);
  }
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 63px;
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item article {
  text-align: center;
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item article .field--name-field-image {
  width: 123px;
  height: 123px;
  border-radius: 62px;
  overflow: hidden;
  margin: 0 auto 16px auto;
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item article .field--name-title {
  font-weight: bold;
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item article .field--name-field-team-title {
  font-size: 14px;
  color: #8DD2E2;
  font-weight: 500;
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item article .field--name-field-sub-line {
  font-size: 14px;
  color: #8DD2E2;
  font-weight: 300;
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item article .field--name-field-credentials-tags {
  font-size: 14px;
  font-weight: 300;
  display: inline;
}
.paragraph--type--component-team-members .field--name-field-team-members > .field__item article a {
  text-decoration: none;
}
.paragraph--type--component-team-members.color-theme-light_gray .field--name-field-team-members > .field__item article .field--name-field-team-title {
  color: #647CA1;
}

.paragraph--type--component-columns .paragraph--type--component-team-members .field--name-field-team-members {
  grid-template-columns: repeat(2, 1fr);
}

.paragraph--type--element-text-background-image {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.paragraph--type--component-text-bar {
  padding-top: 36px;
  padding-bottom: 36px;
}
.paragraph--type--component-text-bar.wide .container-lg {
  max-width: unset;
}
.paragraph--type--component-text-bar.color-theme-gray {
  background-color: #647CA1;
  color: #fff;
}
.paragraph--type--component-text-bar h2:last-child,
.paragraph--type--component-text-bar h3:last-child,
.paragraph--type--component-text-bar h4:last-child,
.paragraph--type--component-text-bar p:last-child {
  margin-bottom: 0;
}

.paragraph--type--element-expandable-item {
  color: #1C225D;
}
.paragraph--type--element-expandable-item .field--name-field-title {
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .paragraph--type--element-expandable-item .field--name-field-title {
    padding: 43px 48px;
  }
}
.paragraph--type--element-expandable-item .field--name-field-title {
  font-size: 16px;
}
@media (min-width: 992px) {
  .paragraph--type--element-expandable-item .field--name-field-title {
    font-size: 21px;
  }
}
.paragraph--type--element-expandable-item .field--name-field-title {
  font-weight: 600;
  line-height: 125%;
  cursor: pointer;
}
.paragraph--type--element-expandable-item .field--name-field-title:hover {
  background: #E3E6E8;
}
.paragraph--type--element-expandable-item .field--name-field-title:after {
  content: "";
  background-image: url("../assets/images/arrow-down-circle.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: calc(50% - 14px);
  right: 1.5rem;
  width: 28px;
  height: 28px;
}
.paragraph--type--element-expandable-item .field--name-field-text {
  display: none;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .paragraph--type--element-expandable-item .field--name-field-text {
    padding: 12px 48px;
  }
}
.paragraph--type--element-expandable-item.opened {
  background: #E3E6E8;
  padding-bottom: calc(43px - 1em);
}
.paragraph--type--element-expandable-item.opened .field--name-field-title {
  padding-bottom: 8px;
}
.paragraph--type--element-expandable-item.opened .field--name-field-title:after {
  transform: scaleY(-1);
}
.paragraph--type--element-expandable-item.opened .field--name-field-text {
  display: block;
}

.paragraph--type--element-fund-item.paragraph--view-mode--box-grid {
  padding: 32px 48px;
  height: 100%;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .inside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .inside div a {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .inside div a:after {
  content: "";
  background: url("../assets/images/aqua-arrow.svg");
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 8px;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .inside div a:hover:after {
  animation: arrow-size 0.2s;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .inside div a.arrow-before:after {
  margin-left: 0;
  margin-right: 8px;
  order: -1;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .inside div a:after {
  background-image: url("../assets/images/teal-arrow.svg");
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8DD2E2;
  padding: 32px 48px;
  color: #1C225D;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content h3 {
  position: relative;
  margin-bottom: 8px;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .field--name-field-text {
  position: relative;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .scroll-container {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .scroll-container::-webkit-scrollbar {
  width: 7px;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .scroll-container::-webkit-scrollbar-thumb {
  background-color: #1C225D;
  border-radius: 10px;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .scroll-container::-webkit-scrollbar-track {
  background-color: #CBD3E0;
  width: 7px;
  border-radius: 10px;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .scroll-container::-moz-scrollbar-button, .paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .scroll-container::-webkit-scrollbar-button {
  display: none;
  width: 0px;
  height: 0;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .bottom-row a {
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .bottom-row a:after {
  content: "";
  background: url("../assets/images/aqua-arrow.svg");
  width: 56px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  display: inline-block;
  flex: 0 0 auto;
  margin-left: 8px;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .bottom-row a:hover:after {
  animation: arrow-size 0.2s;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .bottom-row a.arrow-before:after {
  margin-left: 0;
  margin-right: 8px;
  order: -1;
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid .content .bottom-row a:after {
  background-image: url("../assets/images/teal-arrow.svg");
}
.paragraph--type--element-fund-item.paragraph--view-mode--box-grid:hover .content {
  display: block;
}

.paragraph--type--element-image img {
  width: 100%;
  height: 60vw;
}
@media (min-width: 992px) {
  .paragraph--type--element-image img {
    height: 525px;
  }
}
.paragraph--type--element-image img {
  object-fit: cover;
}

.paragraph--type--element-information-item .col {
  border-top: solid 1px #B1BDD0;
  border-left: solid 1px #B1BDD0;
}

.paragraph--type--element-latest-article.count-1 {
  height: 100%;
}
.paragraph--type--element-latest-article a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}
.paragraph--type--element-latest-article a .date {
  color: #539599;
  font-size: 14px;
}
.paragraph--type--element-latest-article a .title {
  color: #1C225D;
  font-weight: 600;
  margin: 8px 0;
  font-size: 16px;
}
.paragraph--type--element-latest-article a .sub-line {
  color: #539599;
  font-size: 14px;
}
.paragraph--type--element-latest-article a:hover {
  background: #E3E6E8;
}

.field--name-field-information-item .paragraph--type--element-title-text {
  padding: 3rem;
}

.paragraph--type--element-wave-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}
@media (min-width: 992px) {
  .paragraph--type--element-wave-button {
    font-size: 24px;
  }
}
.paragraph--type--element-wave-button {
  font-weight: 600;
  height: 100%;
  line-height: 135%;
  text-align: center;
  color: #fff;
  background-image: url("../assets/images/wave-green.png");
  background-size: cover;
  overflow: hidden;
  place-items: center;
}
.paragraph--type--element-wave-button p:last-child {
  margin-bottom: 0;
}
.paragraph--type--element-wave-button video {
  display: none;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.paragraph--type--element-wave-button:hover video {
  display: block;
}
.paragraph--type--element-wave-button .content {
  position: relative;
}
.paragraph--type--element-wave-button.style-short {
  border-bottom: solid 1px #B1BDD0;
}
.paragraph--type--element-wave-button.style-tall {
  font-size: 18px;
}
@media (min-width: 992px) {
  .paragraph--type--element-wave-button.style-tall {
    font-size: 28px;
  }
}
.paragraph--type--element-wave-button.style-tall {
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 35px */
}
.paragraph--type--element-wave-button.style-tall .content {
  justify-content: space-between;
  min-height: 160px;
}
@media (min-width: 992px) {
  .paragraph--type--element-wave-button.style-tall .content {
    min-height: 300px;
  }
}
.paragraph--type--element-wave-button.style-tall .content {
  text-align: left;
}
.paragraph--type--element-wave-button.style-tall .content .green-arrow {
  background: url("../assets/images/teal-large-arrow.svg");
  width: 130px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph--type--component-columns .row-layout-thirds > .col:first-child .paragraph--type--element-wave-button.style-tall {
  border-left: none;
}

@media (max-width: 991.98px) {
  .paragraph--type--element-wysiwyg table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
    border: none;
    clear: both;
  }
}

.commentary-grid .bef-exposed-form .form-actions {
  display: none;
}
.commentary-grid .bef-exposed-form .form-item {
  float: none;
  margin: 0;
}
.commentary-grid .bef-exposed-form .form-item-insight-type {
  width: 100%;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li {
  width: 25%;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li a {
  position: relative;
  height: 211px;
  padding: 50px 48px;
  font-size: 18px;
}
@media (min-width: 992px) {
  .commentary-grid .bef-exposed-form .form-item-insight-type ul li a {
    font-size: 28px;
  }
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li a {
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 35px */
  text-decoration: none;
  display: block;
  color: #1C225D;
  border: solid 1px #B1BDD0;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li a .title {
  position: relative;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li a .subtitle {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li a video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  opacity: 0;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li a.bef-link--selected, .commentary-grid .bef-exposed-form .form-item-insight-type ul li a:hover {
  margin-top: -50px;
  background: #647CA1;
  color: #fff;
  height: 261px;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul li a.bef-link--selected video, .commentary-grid .bef-exposed-form .form-item-insight-type ul li a:hover video {
  opacity: 1;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul[data-count="2"] li {
  width: 50%;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul[data-count="3"] li {
  width: 33.33%;
}
.commentary-grid .bef-exposed-form .form-item-insight-type ul[data-count="5"] li {
  width: 20%;
}
@media (max-width: 991.98px) {
  .commentary-grid .bef-exposed-form .form-item-insight-type ul {
    display: block;
  }
  .commentary-grid .bef-exposed-form .form-item-insight-type ul li {
    width: 100% !important;
  }
  .commentary-grid .bef-exposed-form .form-item-insight-type ul li a {
    height: auto;
    padding: 1.5rem;
  }
  .commentary-grid .bef-exposed-form .form-item-insight-type ul li a.bef-link--selected, .commentary-grid .bef-exposed-form .form-item-insight-type ul li a:hover {
    height: unset;
    margin-top: unset;
  }
}
.commentary-grid .bef-exposed-form .form-item-tags {
  width: 100%;
  background: #647CA1;
  position: relative;
}
.commentary-grid .bef-exposed-form .form-item-tags .expand {
  display: none;
}
@media (max-width: 991.98px) {
  .commentary-grid .bef-exposed-form .form-item-tags .expand {
    position: absolute;
    top: 32px;
    right: 1.5rem;
    width: 15px;
    height: 10px;
    background-image: url("../assets/images/nav-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition-duration: 0.2s;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
  }
  .commentary-grid .bef-exposed-form .form-item-tags .bef-links.opened .expand {
    transform: scaleY(-1);
  }
  .commentary-grid .bef-exposed-form .form-item-tags .bef-links.opened ul li {
    display: block;
  }
  .commentary-grid .bef-exposed-form .form-item-tags ul li:first-child {
    display: block;
  }
}
.commentary-grid .bef-exposed-form .form-item-tags ul {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  list-style: none;
  padding: 15px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .commentary-grid .bef-exposed-form .form-item-tags ul {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
  .commentary-grid .bef-exposed-form .form-item-tags ul li {
    display: none;
    width: 100%;
  }
}
.commentary-grid .bef-exposed-form .form-item-tags ul a {
  border: solid 1px #fff;
  padding: 8px 22px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .commentary-grid .bef-exposed-form .form-item-tags ul a {
    width: auto;
    display: block;
  }
}
.commentary-grid .bef-exposed-form .form-item-tags ul a.bef-link--selected, .commentary-grid .bef-exposed-form .form-item-tags ul a:hover {
  border-color: transparent;
  background: #1C225D;
}

.commentary-grid {
  background: #F1F2F3;
  padding-bottom: 34px;
}
.commentary-grid .views-view-responsive-grid__item {
  border-right: solid 1px #647CA1;
  border-bottom: solid 1px #647CA1;
}
@media (min-width: 1050px) {
  .commentary-grid .views-view-responsive-grid__item:nth-child(3n+3) {
    border-right: none;
  }
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner {
  height: 100%;
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing {
  height: 100%;
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a {
    padding: 30px 43px 110px;
  }
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a {
  text-decoration: none;
  color: #1C225D;
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a .date,
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a .location {
  color: #539599;
  font-size: 14px;
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a img {
  margin-top: 54px;
  max-width: 100%;
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a .no-image {
  margin-top: 54px;
  width: 337px;
  max-width: 100%;
  height: 72px;
  background-image: url("../assets/images/Saturna_Logo_Horiz_RGB.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.commentary-grid .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field-nothing a:hover {
  background: #E0E5EC;
}

.commentary-grid .pagination {
  margin-top: 34px;
}
.commentary-grid .pagination .pager__item--first,
.commentary-grid .pagination .pager__item--last {
  display: none;
}
.commentary-grid .pagination li a {
  background: transparent;
  border: none;
  color: #1C225D;
  font-size: 18px;
}
.commentary-grid .pagination li.active {
  padding: 0.3rem 0.5rem;
}
.commentary-grid .pagination li.active a {
  padding: 0.075rem 0.25rem;
  border-radius: 0;
  border-bottom: solid 2px #539599;
}
.commentary-grid .pagination li.pager__item--previous, .commentary-grid .pagination li.pager__item--next {
  display: flex;
  align-items: center;
}
.commentary-grid .pagination li.pager__item--previous a, .commentary-grid .pagination li.pager__item--next a {
  text-indent: -1000px;
  display: inline-block;
  background: url("../assets/images/arrow-left-caret.svg");
  width: 12px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}
.commentary-grid .pagination li.pager__item--next a {
  transform: scaleX(-1);
}

.view-insights.filter-header .view-header {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .view-insights.filter-header .view-header {
    width: 33.3%;
    float: left;
    height: 211px;
    padding: 48px 83px 20px 48px;
  }
}
.view-insights.filter-header .view-header {
  background: #E0E5EC;
  color: #1C225D;
}

.field--name-field-view {
  background: #F1F2F3;
}
.field--name-field-view .viewsreference--view-title {
  padding: 3rem;
  font-family: "IvarDisplay", serif;
  font-size: 24px;
}
@media (min-width: 992px) {
  .field--name-field-view .viewsreference--view-title {
    font-size: 38px;
  }
}
.field--name-field-view .viewsreference--view-title {
  font-weight: 600;
  line-height: 125%; /* 47.5px */
  text-align: center;
  background: #E0E5EC;
  color: #1C225D;
}
.field--name-field-view .views-view-responsive-grid {
  border-top: solid 1px #B1BDD0;
}
.field--name-field-view .views-view-responsive-grid__item .views-view-responsive-grid__item-inner {
  height: 100%;
}
.field--name-field-view .views-view-responsive-grid__item .views-view-responsive-grid__item-inner .views-field {
  height: 100%;
}
.field--name-field-view .views-view-responsive-grid__item .field-content > a {
  display: block;
  padding: 22px 48px;
  border-right: solid 1px #B1BDD0;
  border-bottom: solid 1px #B1BDD0;
  text-align: center;
  min-height: 100%;
  text-decoration: none;
}
.field--name-field-view .views-view-responsive-grid__item .field-content > a .name {
  margin-top: 12px;
  color: #1C225D;
}
.field--name-field-view .views-view-responsive-grid__item .field-content > a .title,
.field--name-field-view .views-view-responsive-grid__item .field-content > a .sub_line {
  color: #255463;
}
.field--name-field-view .views-view-responsive-grid__item .field-content > a:hover {
  background: #E3E6E8;
}
.field--name-field-view .views-view-responsive-grid__item .field-content > .row {
  border: solid 1px #B1BDD0;
  margin: 0;
}
.field--name-field-view .views-view-responsive-grid__item .field-content > .row .name {
  color: #1C225D;
}
.field--name-field-view .views-view-responsive-grid__item .field-content > .row .title,
.field--name-field-view .views-view-responsive-grid__item .field-content > .row .email,
.field--name-field-view .views-view-responsive-grid__item .field-content > .row .phone {
  color: #255463;
}

.node--type-team-member .team-back {
  background: #647CA1;
}
.node--type-team-member .team-back a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
}
.node--type-team-member .team-back a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(../assets/images/nav-arrow-aqua.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  margin-right: 10px;
}
.node--type-team-member .field--name-field-image {
  text-align: center;
}
.node--type-team-member h2 {
  color: #1C225D;
}
.node--type-team-member .field--name-field-team-title,
.node--type-team-member .field--name-field-sub-line,
.node--type-team-member .field--name-field-credentials {
  color: #539599;
}
.node--type-team-member .field--name-body {
  margin-top: 17px;
}

/*# sourceMappingURL=saturna.css.map */
