.elementor-kit-1574{--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1574 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
Reset & Normalize Override Styles
Author: Kurtosys Systems
Updated: 2021-07-15 16:57:31
*/

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

label {
  display: inline-block;
  line-height: 1;
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.15;
  margin: 0;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  flex: 0 1 auto;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
  outline: 0 none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  width: auto;
  -webkit-appearance: button;
  border-width: unset;
  border-color: unset;
  border-style: unset;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="button"],
[type="submit"],
button {
  display: inline-block;
  font-weight: 400;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid inherit;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  outline: 1px dotted ButtonText;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  color: inherit;
  background-color: inherit;
  text-decoration: none;
}

[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select {
  display: block;
}

table {
  border-collapse: separate;
}

table td,
table th {
  padding: 0.5rem 1rem;
  line-height: inherit;
  vertical-align: center;
  border: none;
}

table th {
  font-weight: 700;
}

table tfoot th,
table thead th {
  font-size: 1rem;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
  border-top: none;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}


/*custom css - located in Theme Style*/
.ksys-section:nth-child(even) {
    background: #F9F9FA;
}

.elementor-29035 .elementor-element.elementor-element-605cbbc9 > .elementor-element-populated {
    background-color: #ffffff;
}


/* Loading Spinners */
/* Hide the default app loading svg and inner path */
[data-ksys-app-template-id^="ksys-app-"] > svg, #fundCenter > svg,
[data-ksys-app-template-id^="ksys-app-"] > svg path, #fundCenter > svg path {
    display: none;
}

[data-ksys-app-template-id="ksys-app-page-header"] > svg {
    display: block;
    border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 0px auto;
  font-size: 10px;
  position: relative;
    top: 60px;
  text-indent: -9999em;
  border-top: 6px solid rgb(0,41,73);
  border-right: 6px solid rgb(0,41,73);
  border-bottom: 6px solid rgb(0,41,73);
  border-left: 6px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}
/* Spinner animations */
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 
 FIX FOR MOBILE NAV NOT APPEARING WHEN USER CLICKS ON THE BUTTON 
 */
@media (max-width: 1200px) {
    body.cti-mobile-nav-visible div.cti-header-ready section.elementor-element-301d0779 {
        /* Standard syntax */
        transform: translateX(0) !important;

        /* Vendor prefixes for different browsers */
        -webkit-transform: translateX(0) !important;
        /* Safari and Chrome */
        -moz-transform: translateX(0) !important;
        /* Firefox */
        -ms-transform: translateX(0) !important;
        /* Internet Explorer */
        -o-transform: translateX(0) !important;
        /* Opera */
    }
}

/* menu trigger fix for mobile */ 
@media (max-width: 1200px) {

    body.cti-mobile-nav-visible .cti-header-nav-bar-col.cti-main-bg-overlay {
        background: rgba(60, 60, 60, 0.5);
    }

    .cti-header-mobile .cti-header-nav-bar-col>.elementor-column-wrap>.elementor-widget-wrap>section {
        background: white;
        width: 375px;
        pointer-events: all;
        z-index: 20;
        -webkit-transform: translateX(375px);
        /* Safari and Chrome */
        -moz-transform: translateX(375px);
        /* Firefox */
        -ms-transform: translateX(375px);
        /* Internet Explorer */
        -o-transform: translateX(375px);
        /* Opera */
        transform: translateX(375px);
        /* Standard syntax */
        transition: transform 0.3s ease-in;
    }

    .cti-header-mobile .cti-header-nav-bar-col.cti-mobile-nav-visible>.elementor-column-wrap>.elementor-widget-wrap>section {
        -webkit-transform: translateX(375px);
        /* Safari and Chrome */
        -moz-transform: translateX(375px);
        /* Firefox */
        -ms-transform: translateX(375px);
        /* Internet Explorer */
        -o-transform: translateX(375px);
        /* Opera */
        transform: translateX(375px);
        /* Standard syntax */
    }

    body.cti-mobile-nav-visible .cti-header-mobile .cti-header-nav-bar-col>.elementor-column-wrap>.elementor-widget-wrap>section {
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
    }
}

/* Style for the sticky section container */
#sticky-section .elementor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px; /* Adjust padding as needed */
}

/* Style for the buttons */
#sticky-section .anchor-button {
  margin: 0px; /* Adjust spacing between buttons */
}
/*remove default padding */
#sticky-section .elementor-column-wrap .elementor-element-populated{
    padding: 0px !important;
}

#sticky-section .anchor-button a {
  display: block;
  padding: 20px; /* Adjust padding for buttons */
  text-decoration: none;
  color: #1a1a1a; /* Default text color */
  transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover and active states */
}

/* Active button styling */
#sticky-section .anchor-button.active a {
  background-color: #002949; /* Active background color */
  color: #ffffff; /* Active text color */
}

/* Hover state styling */
#sticky-section .anchor-button a:hover {
  background-color: #e0e0e0; /* Hover background color */
  color: #1a1a1a; /* Hover text color */
}

/* Add left border to all but the first button */
#sticky-section .anchor-button:not(:first-child) a {
  border-left: 1px solid #cccccc; /* Adjust border color */
}

#sticky-section {
    position: -webkit-sticky;
    position: sticky;
    top: 70px; /* Adjust this value based on your sticky header height */
}

/* ─────────────────────────────────────────────
   Wrapper (modal card)
   ───────────────────────────────────────────── */
#commentary-snippet,
#manual-commentary {
  font-family: inherit;
  background: #fff;
  border-radius: 4px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 250px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
  text-align: left;
}

/* ─────────────────────────────────────────────
   Heading
   ───────────────────────────────────────────── */
.commentary-title {
  font-size: 32px;        
  font-weight: 500;        
  margin-bottom: 20px;      
  color: #003865;    
  line-height: 1.16em;
}

/* ─────────────────────────────────────────────
   Body copy
   ───────────────────────────────────────────── */
.commentary-text,
.commentary-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;          
  line-height: 1.5em;      
  color: #3c3c3c;           
  margin: 0 0 20px;        
}

/* ─────────────────────────────────────────────
   Action buttons
   ───────────────────────────────────────────── */
.commentary-actions {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.commentary-actions button {
  background-color: rgb(0, 159, 223);  
  color: #fff;                         
  border: none;
  font-size: 0.95rem;
  padding: 10px 36px;                  
  cursor: pointer;
  min-width: 140px;
  transition: background-color 0.15s ease-in-out;
}

.commentary-actions button:hover {
  background-color: rgb(0, 140, 196);  
}

/*──────────────── MOBILE (≤ 480 px) ───────────────*/
@media (max-width: 480px) {

  /* card wraps edge-to-edge with comfy padding */
  #commentary-snippet,
  #manual-commentary {
    padding: 24px 20px;
    max-width: 100%;
    min-height: 0;               /* let height grow naturally */
  }

  /* heading scales down / tighter line-height */
  .commentary-title {
    font-size: 24px;             /* ↓ from 32px */
    line-height: 1.25em;
    margin-bottom: 16px;
  }

  /* body copy: 16 px / shorter para spacing */
  .commentary-text,
  .commentary-text p {
    font-size: 16px;
    line-height: 1.45em;
    margin: 0 0 16px;
  }

  /* stack buttons vertically, full-width */
  .commentary-actions {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;        /* make them 100 % wide */
  }

  .commentary-actions button {
    min-width: 0;                /* allow 100 % width */
    width: 100%;
    padding: 12px 0;            /* taller touch area */
    font-size: 0.95rem;          /* keep same font size */
  }
  .commentary-yes{
      text-wrap: auto;
  }
  .commentary-no{
      text-wrap: auto;
  }
}/* End custom CSS */