@charset "UTF-8";.modal{position:fixed;width:100%;height:100%;z-index:9999;left:0;top:0;display:flex;justify-content:center;align-items:center}.modal__main{position:relative;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04);z-index:1;width:96%;max-width:800px;max-height:90%;animation:fadeUp .35s ease-in-out;animation-fill-mode:forwards}.modal--full .modal__main{max-width:1300px}.modal--small .modal__main{max-width:450px}.modal--medium .modal__main{max-width:600px;overflow:visible;min-width:auto}.modal--wide .modal__main{max-width:1252px}.modal--scroll .modal__main{overflow-y:auto}@media screen and (max-width:600px){.modal--mobileFull .modal__main{height:100%;width:100%;max-height:100%;overflow:hidden}}@media screen and (max-width:600px){.modal--scroll.modal--mobileFull .modal__main{overflow-y:auto}}.modal__inner{max-height:100%;padding:32px}.modal--wide .modal__inner{max-width:75%;margin:0 auto}@media screen and (max-width:1100px){.modal__inner{padding:48px}}@media screen and (max-width:600px){.modal__inner{padding:16px;height:100%}.modal--wide .modal__inner{max-width:none}}.modal__bg{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.4);animation:fadein .25s ease-in-out;animation-direction:forward}.modal__close{position:absolute;top:40px;right:32px;appearance:none;border:none;background-color:transparent;padding:0;color:#5e6073;cursor:pointer;outline:none;z-index:10}.modal__close:active,.modal__close:focus,.modal__close:hover{color:#d03a39;outline:none;box-shadow:none}@media screen and (max-width:1100px){.modal__close{top:56px;right:48px}}@media screen and (max-width:600px){.modal__close{top:16px;right:16px}}.modal__closeIcon{fill:currentColor;width:24px;height:24px}.fundTile{background-color:#fff;position:relative;padding:16px 16px 16px 8px;margin-bottom:8px;min-height:75px;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04)}.fundTile__container{display:flex;align-items:flex-start}.fundTile__content{display:flex;width:100%}.fundTile__button{background-color:transparent;border:none;outline:none;cursor:pointer;padding:0;margin:-2px 0 0 8px;transition:transform .1s ease-out}.fundTile__button svg{width:24px;height:24px;stroke:#818181}.fundTile__button:hover{transform:scale(1.1);transition:transform .1s ease-in}.fundTile__button:hover+.fundTile__tooltip{display:block}.fundTile__labels{width:90%}.fundTile__collapsedLabels{padding:0}.fundTile__collapsedLabels .fundTile__name{width:90%}.fundTile__tooltip-container{position:relative}.fundTile__tooltip{width:224px;background-color:#34384b;border-radius:5px;display:none;position:absolute;color:#fff;border-radius:3px;padding:5px 10px;font-size:12px;top:-50%;left:100%;z-index:3}.fundTile--suggestion{box-shadow:none;border:1px solid #e0e0e0;background-color:transparent;margin-bottom:0;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}.fundTile--suggestion .fundTile__name{padding-right:0}.fundTile--suggestion:hover{transform:translateY(-2px);box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}.fundTile--clickable{cursor:pointer}.fundTile:before{margin:0;width:24px;height:24px;position:absolute;left:calc(50% - 12px);top:calc(50% - 12px);content:"";border-radius:24px;border:2px solid #282b3e;border-top-color:transparent;animation:animation-rotate .75s linear infinite;opacity:0;transition:opacity .3s ease-in-out;display:none}.fundTile--loading:before{display:block;opacity:1}.fundTile__close{transition:opacity .3s ease-in-out;opacity:1;display:inline;background:none;border:none;appearance:none;position:absolute;outline:none;cursor:pointer;padding:0;margin:0;top:15px;right:20px}@media print{.fundTile__close{display:none}}.fundTile--loading .fundTile__close{opacity:.3}.fundTile__remove{height:24px;width:24px;fill:#282b3e;opacity:.5;transition:transform .1s ease-out}.fundTile__remove:hover{transform:scale(1.1);transition:transform .1s ease-in}.fundTile__dot{margin:2px 8px 4px 4px;height:12px;width:12px;min-width:12px;border-radius:100%;background-color:#777}.fundTile__name{font-size:14px;font-weight:700;overflow:hidden;padding-right:40px;text-overflow:ellipsis;white-space:nowrap;line-height:1.4;margin-bottom:4px;transition:opacity .3s ease-in-out;opacity:1}@media print{.fundTile__name{white-space:normal;text-overflow:clip}}.fundTile--loading .fundTile__name{opacity:.3}.fundTile__company,.fundTile__ticker{color:#5e6073;font-size:12px;line-height:1.5;display:inline}.fundTile__ticker{font-weight:700}.fundTile__company{font-weight:400}.fundTile__company:before{content:" · ";display:inline}.fundTile__secondaryInfo{font-weight:400;padding-right:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:opacity .3s ease-in-out;opacity:1}@media print{.fundTile__secondaryInfo{white-space:normal;text-overflow:clip}}.fundTile--loading .fundTile__secondaryInfo{opacity:.3}.fundSearchInput{position:relative;flex-grow:1;z-index:11}.fundSearchInput__close-icon,.fundSearchInput__icon{position:absolute;left:20px;width:18px;height:18px;top:50%;margin-top:-8px}.fundSearchInput--darkMode .fundSearchInput__close-icon,.fundSearchInput--darkMode .fundSearchInput__icon{fill:#fff}.fundSearchInput--focused.fundSearchInput--darkMode .fundSearchInput__close-icon,.fundSearchInput--focused.fundSearchInput--darkMode .fundSearchInput__icon{fill:#282b3e}.fundSearchInput__close-icon{left:auto;right:16px;cursor:pointer}.fundSearchInput__close-icon-compare{left:660px!important}.fundSearchInput__field{padding:16px 16px 16px 48px;margin:0;background-color:#ededed;border:2px solid transparent;border-radius:0!important;display:block;width:100%;outline-width:0;line-height:1.4;outline:none;transition:all .1s ease-in-out;box-shadow:0 0 0 0 #282b3e;appearance:none;-webkit-appearance:none;transition:box-shadow .2s ease-in}.fundSearchInput__field:-ms-input-placeholder{color:#282b3e}.fundSearchInput__field::placeholder{color:#282b3e}.fundSearchInput--darkMode .fundSearchInput__field{background-color:#424559;border-color:#424559;color:#fff}.fundSearchInput--darkMode .fundSearchInput__field:-ms-input-placeholder{color:#fff}.fundSearchInput--darkMode .fundSearchInput__field::placeholder{color:#fff}.fundSearchInput--darkMode .fundSearchInput__field:focus{color:#282b3e;border-color:#fff;box-shadow:none}.fundSearchInput__field:focus{background-color:#fff;box-shadow:0 0 0 2px #d03a39;transition:box-shadow .2s ease-in}.fundSearchItem__extrainfo,.fundSearchItem__name,.fundSearchItem__selected{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e}.fundSearchItem__name{font-size:14px;line-height:1.5}.fundSearchItem__extrainfo,.fundSearchItem__selected{font-size:12px;line-height:1.33}.fundSearchItem{transition:opacity .3s cubic-bezier(.86,0,.07,1);overflow:hidden;margin:0 -16px;padding:0 16px}.fundSearchItem:hover{background-color:#ededed}.fundSearchItem--selected:hover,.fundSearchItem__trigger{background-color:transparent}.fundSearchItem__trigger{appearance:none;border:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0;cursor:pointer;text-align:left;outline:none}.fundSearchItem--selected .fundSearchItem__trigger{cursor:default}.fundSearchItem__info{flex:1 1 auto;padding:0 16px}.fundSearchItem__name{line-height:1.4;font-weight:700;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}.fundSearchItem--selected .fundSearchItem__name{color:#8e90a2}.fundSearchItem__extrainfo{line-height:1.5;color:#5e6073;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fundSearchItem--selected .fundSearchItem__extrainfo{color:#8e90a2}.fundSearchItem__icon{width:20px;height:auto;fill:#282b3e;align-self:flex-start}.fundSearchItem--selected .fundSearchItem__icon{fill:#8e90a2}.fundSearchItem--transition-item-appear{opacity:0}.fundSearchItem--transition-enter-active,.fundSearchItem--transition-enter-done,.fundSearchItem--transition-item-appear-done{opacity:1}.fundSearchItem--transition-exit,.fundSearchItem--transition-exit-done{opacity:0}.fundSearchItem__selected{font-weight:700}.fundSearchItem__selectedIcon{width:20px;height:auto;fill:currentColor;vertical-align:middle;margin-right:8px}.starRatings__label{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e;font-size:12px;line-height:1.33}.starRatings__list{list-style-type:none;display:flex;margin:0;padding:0}.starRatings__list:focus{box-shadow:none}.basicTable .starRatings__item{justify-content:flex-end}.starRatings__icon{width:24px;height:24px;fill:#282b3e}.starRatings__icon--hollow{fill:transparent;stroke:#282b3e;margin-left:3px;stroke-width:1.5px}@media print{.starRatings__icon{width:16px;height:16px}}.starRatings__label{color:#5e6073;margin:0}.starRatings--horizontal{display:flex;align-items:center}.starRatings--horizontal .starRatings__label{margin:0 8px 0 0;font-size:14px}.starRatings--white .starRatings__label{color:#fff}.starRatings--white .starRatings__icon{fill:#fff}.fundResults__emptyState__title{line-height:1.25;letter-spacing:-.02em;color:#282b3e}.fundResults__emptyState__title em,.fundResults__emptyState__title i{font-family:"Manulife JH Serif",Times New Roman,serif;font-style:italic}.fundResults__emptyState__title em:after,.fundResults__emptyState__title em:before,.fundResults__emptyState__title i:after,.fundResults__emptyState__title i:before{content:" ";width:0;display:inline-block}.fundResults__emptyState__title b,.fundResults__emptyState__title strong{font-weight:700}.fundResults__emptyState__title b:after,.fundResults__emptyState__title b:before,.fundResults__emptyState__title strong:after,.fundResults__emptyState__title strong:before{content:" ";width:0;display:inline-block}.fundResults__emptyState__title>a:first-child:last-child{color:#282b3e}.fundResults__emptyState__title>a:first-child:last-child:active,.fundResults__emptyState__title>a:first-child:last-child:focus,.fundResults__emptyState__title>a:first-child:last-child:hover{color:#5e6073}.fundResults__emptyState__title p{font-size:inherit;margin:0}.fundResults__emptyState__title sub,.fundResults__emptyState__title sup{font-size:.7em;vertical-align:sub}.fundResults__emptyState__title sup{vertical-align:super}.fundResults__emptyState__text{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e;font-size:14px;line-height:1.5}.fundResults{min-width:200px;animation:fadein .3s ease-in-out}.fundResults__loading{min-height:80px}.fundResults__loading:before{top:calc(50% - 12px)}.fundResults__bg{position:fixed;top:0;left:0;z-index:-10;background:transparent;width:100%;height:100%}.fundResults__close{position:absolute;left:-9999em}.disclosure__commentary li,.disclosure__commentary p,.disclosure__content li,.disclosure__content p,.disclosure__toggle{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e;font-size:14px;line-height:1.5}.disclosure{margin-top:16px;display:block}.disclosure--isPage{margin-top:48px;padding:32px 0 16px;border-top:1px solid #ededed}.disclosure__inner{text-align:right}.disclosure--isPage .disclosure__inner{margin:0 auto}.disclosure__toggle{appearance:none;background:transparent;padding:8px 32px;color:#282b3e;border:0;position:relative;line-height:1;font-weight:700;transition:all .3s;outline:none;cursor:pointer}@media print{.disclosure__toggle{margin-bottom:16px}}.disclosure__toggle:hover{text-decoration:underline}.disclosure__toggle:focus{box-shadow:none}.disclosure__toggle:disabled{cursor:default}.disclosure__toggle:disabled:hover{color:#424559}.disclosure__toggle--open .disclosure__status{transform:rotate(0deg) translateY(0)}.disclosure__disabled,.disclosure__disabled:hover{text-decoration:none;cursor:default}.disclosure__search-container{margin-top:24px}.disclosure__search-disclosure{margin-top:20px;line-height:1.5;color:#282b3e}.disclosure__icon,.disclosure__status{position:absolute;transition:transform .3s cubic-bezier(.86,0,.07,1);top:50%;fill:currentColor}.disclosure__textwrapper{overflow:hidden;text-align:left}.disclosure__textwrapper a{text-decoration:underline}.disclosure__icon{left:0}.disclosure__icon,.disclosure__status{width:20px;height:20px;margin-top:-10px}.disclosure__status{right:0;transform:rotate(180deg) translateY(-1px)}@media print{.disclosure__status{display:none}}.disclosure__commentary,.disclosure__content{overflow:hidden}.disclosure__commentary .disclosure__textwrapper,.disclosure__content .disclosure__textwrapper{transition:all .5s cubic-bezier(.86,0,.07,1);margin:0;padding:0}.disclosure__commentary--open .disclosure__textwrapper,.disclosure__content--open .disclosure__textwrapper{margin-top:8px;transform:translateY(0);max-height:4000px;opacity:1}@media screen and (max-width:600px){.disclosure__commentary--open .disclosure__textwrapper,.disclosure__content--open .disclosure__textwrapper{max-height:6000px}}.disclosure__commentary--closed .disclosure__textwrapper,.disclosure__content--closed .disclosure__textwrapper{transform:translateY(-100%);max-height:0;opacity:0}@media print{.disclosure__commentary--closed .disclosure__textwrapper,.disclosure__content--closed .disclosure__textwrapper{transform:translateY(0);max-height:none;opacity:1}}.disclosure__commentary>*,.disclosure__content>*{margin:8px 0 0}.disclosure__commentary p,.disclosure__content p{line-height:1.75}@media print{.disclosure__commentary p,.disclosure__content p{font-size:12px}}.disclosure__commentary em,.disclosure__content em{font-style:italic}.disclosure__commentary ol,.disclosure__commentary ul,.disclosure__content ol,.disclosure__content ul{margin-top:8px;margin-left:16px}.disclosure__commentary ul,.disclosure__content ul{list-style-type:disc}.disclosure__commentary ol,.disclosure__content ol{list-style-type:decimal}.disclosure__commentary li,.disclosure__content li{margin-top:4px}.disclosure__commentary strong,.disclosure__content strong{font-weight:700}.disclosure__commentary .disclosure__textwrapper{margin-top:0}.disclosure__commentary .disclosure__textwrapper p{line-height:1.75;font-size:14px}.disclosure__commentary .disclosure__textwrapper p em,.disclosure__commentary .disclosure__textwrapper p i{font-style:italic}.disclosure__commentary .disclosure__textwrapper p:last-child{margin-bottom:0}@media print{.disclosure__commentary .disclosure__textwrapper p{font-size:12px}}.disclosure-header{display:flex;align-items:center;justify-content:flex-end;margin-bottom:24px}.table-disclosure-container__cell{padding:24px 16px 16px}.table-disclosure-container strong{font-weight:700}.table-disclosure-container p{font-size:14.4px;line-height:1.7;color:#282b3e}.mobile-disclosure-container{padding:16px 32px}.mobile-disclosure-container__header,.mobile-disclosure-container strong{font-weight:700}.mobile-disclosure-container p{font-size:14.4px;line-height:1.7;color:#282b3e}.popupTooltip__tooltip{background-color:#34384b;border-radius:5px;visibility:hidden;color:#fff;border-radius:3px;padding:5px 10px;font-size:12px;font-weight:500;z-index:9999;max-width:50vw}.popupTooltip__tooltip__minWidth{width:max-content}.popupTooltip__tooltip p{font-size:12px}.popupTooltip__tooltip p:last-child{margin:0}.popupTooltip__tooltip strong{font-weight:700}.popupTooltip__tooltip[data-show=true]{visibility:visible}.popupTooltip__tooltip[data-popper-placement^=top]>.arrow{bottom:-4px}.popupTooltip__tooltip[data-popper-placement^=bottom]>.arrow{top:-4px}.popupTooltip__tooltip[data-popper-placement^=left]>.arrow{right:-4px}.popupTooltip__tooltip[data-popper-placement^=right]>.arrow{left:-4px}.popupTooltip__tooltip .arrow[data-hide=true]:before{visibility:hidden!important}.popupTooltip__tooltip[data-show]>.arrow:before{visibility:visible}.arrow,.arrow:before{position:absolute;width:8px;height:8px;background:inherit;z-index:9999;transition:top .3s ease-in,bottom .3s ease-in,left .3s ease-in,right .3s ease-in}.arrow,.arrow:before{visibility:hidden}.arrow:before{content:"";transform:rotate(45deg)}.filterModal{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:999;display:flex;flex-direction:column;overflow:auto}.filterModal__header{padding:16px;border-bottom:1px solid #e0e0e0}.filterModal__headerWrapper{display:flex;flex-wrap:wrap}.filterModal__button{background:transparent;border:none;padding:0}.filterModal__button:focus{border:none;outline:none}.filterModal__closeIcon,.filterModal__return{cursor:pointer;width:30px;height:30px;margin-top:auto;margin-bottom:auto}.filterModal__return{transform:rotate(180deg);display:none}.filterModal__return--active{display:flex}.filterModal__title{margin:auto;font-weight:700;font-size:16px;line-height:175%;letter-spacing:-.02em;color:#282b3e}.filterModal__item{padding:24px;display:flex;border-bottom:1px solid #e0e0e0}.filterModal__itemIcon{width:20px;height:20px;margin:auto 0 auto auto}.filterModal__itemText{font-size:16px;line-height:175%;color:#282b3e;border:0;padding:0;background:#fff}.filterModal__itemText--active{font-weight:700}.filterModal__submenu{position:absolute;top:63px;right:0;bottom:72px;left:0;background-color:#fff;z-index:100;overflow:auto}.filterModal__submenuItem{cursor:pointer;padding:16px 24px}.filterModal__filter{font-size:16px;line-height:175%;color:#5e6073;display:flex;align-items:center}.filterModal__filter:before{content:"";width:16px;height:16px;border-radius:8px;display:inline-block;margin-right:8px;border:1px solid #5e6073}.filterModal__filter--selected{font-weight:700}.filterModal__filter--selected:before{content:"";width:16px;height:16px;border-radius:10px;display:inline-block;margin-right:8px;border:5px solid #06854d}.filterModal__star{width:15px;height:15px;margin:auto 2px}.filterModal__footer{margin:8px;position:absolute;bottom:0;left:0;right:0;z-index:1}.filterModal__apply{background-color:#d03a39;width:100%;font-size:16px;color:#fff;padding:20px;border:none;font-weight:600;transition:background-color .2s ease-in;cursor:pointer}.filterModal__apply:focus,.filterModal__apply:hover{background-color:#a00e18;transition:background-color .2s ease-in}.filterInput__icon{position:absolute;left:20px;width:18px;height:18px;top:50%;margin-top:-8px;fill:#282b3e}.filterInput__icon--focus,.filterInput__icon--reverse{fill:#282b3e}.filterInput__search{padding:8px 16px 8px 48px;margin:0;background-color:#fff;color:#fff;display:block;width:100%;outline-width:0;line-height:1.4;height:38px;border:none}.filterInput__search--reverse{background-color:#fff;border:1.5px solid #282b3e;color:#282b3e}.filterInput__search--reverse:focus{border:2px solid #282b3e}.filterInput__search--focus{background-color:#fff;color:#282b3e}.filterInput__search:focus{box-shadow:none;outline:none}.filterInput__search:-ms-input-placeholder{color:#282b3e}.filterInput__search::placeholder{color:#282b3e}.filterInput__closeIcon{fill:#282b3e;position:absolute;width:18px;height:18px;top:50%;margin-top:-8px;left:auto;right:16px;cursor:pointer}.filterInput__label{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.filter-pill-list{display:flex;flex-direction:column;margin-top:10px;gap:10px}.filter-pill-expand{background:transparent;border:none;font-weight:700;color:#fff;font-size:12px;margin-top:4px;text-align:left;width:fit-content;cursor:pointer}.filter-pill-expand--reverse{color:#282b3e}.filter-pill-expand--reverse:hover{color:#5e6073!important}.filter-pill-expand:hover{color:#e8e8e8}.filter-pill-button{color:#fff;background-color:#3b3d4e;border:1px solid #484848;box-shadow:0 1px 3px 0 rgba(0,0,0,.231372549);border-radius:8px;padding:4px 8px;font-size:12px;font-weight:100;transition:background-color .2s ease;position:relative;animation:animate .2s ease;width:fit-content;max-width:95%;display:flex;align-items:center}.filter-pill-button:hover{background-color:#424559;transition:background-color .2s ease}.filter-pill-button:focus{box-shadow:0 0 0 1px #5e6073;outline:none}.filter-pill-button .starRatings__label{font-size:12px;margin-right:4px}.filter-pill-button .starRatings__icon{width:12px;height:14px}.filter-pill-button__light{background-color:#e8e8e8;color:#3b3d4e;border:none}.filter-pill-button__light:hover{background-color:#cecece}@keyframes animate{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.filter-pill-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.filter-pill-text:hover+.filter-pill-tooltip{background-color:#474d65;top:-35px;left:-1px;padding:8px;border-radius:4px;font-weight:700;width:max-content;opacity:1;visibility:visible;transition:opacity .3s ease .3s,visibility .3s ease .3s}.filter-pill-text:hover+.filter-pill-tooltip:after{content:"";position:absolute;top:100%;left:18px;height:0;width:0;border:6px solid transparent;border-top-color:#474d65;margin-left:-10px}.filter-pill-tooltip{color:#fff;position:absolute;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.filter-pill-close{min-width:13px;height:13px;fill:grey;margin-left:10px;cursor:pointer}.filter-pill-close:hover{transform:scale(1.1)}.filters{display:flex;flex-wrap:wrap}.filters__list{position:absolute;z-index:11;left:0;top:42px;background-color:#fff;padding:16px 0;box-shadow:0 0 4px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.08);max-height:300px;min-width:250px;overflow:auto}.filters__filterItem{display:none}@media screen and (min-width:1100px){.filters__filterItem{display:block;position:relative;margin-right:16px;margin-bottom:24px}.filters__filterItem--right .filters__list{right:0;left:auto}}.filters__item{position:relative;font-size:14px;line-height:140%;color:#282b3e;padding:8px 24px 8px 40px;cursor:pointer;width:100%;white-space:nowrap;display:flex}.filters__item:focus,.filters__item:hover{background-color:#ededed}.filters__item:focus{box-shadow:none}.filters__item--selected{font-weight:700}.filters__item--selected>.filters__item-checkmark{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:15px;height:15px}.filters__item-title{font-size:12px;line-height:150%;color:#5e6073;padding:8px 16px}.filters__item-star{width:15px;height:15px}.filters__button{border:none;background-color:transparent;color:#d03a39;cursor:pointer;text-align:left}.filters__button:active,.filters__button:focus{border:none;outline:none}.filters__inputWrapper{position:relative;margin:0 16px 24px;width:100%;height:fit-content}@media screen and (min-width:1100px){.filters__inputWrapper{width:280px;margin:0 24px 24px 0}}.filters__filtersWrapper{display:flex}.filters__title{border:none;background-color:transparent;color:#fff;font-size:14px;line-height:140%;cursor:pointer;display:flex;align-items:center;height:42px}.filters__title span{display:flex}.filters__title--reverse{color:#282b3e}.filters__title--reverse:focus,.filters__title--reverse:hover{color:#5e6073!important}.filters__title .filters__item-star{fill:#fff}.filters__title:focus,.filters__title:hover{color:#e0e0e0;box-shadow:none}.filters__title:focus .filters__icon,.filters__title:hover .filters__icon{fill:#e0e0e0}.filters__title:focus .filters__icon--reverse,.filters__title:hover .filters__icon--reverse{fill:#5e6073!important}.filters__title:active,.filters__title:focus{border:none;outline:none}.filters__title--selected{font-weight:700}.filters__icon{fill:#fff;width:20px;height:20px}.filters__icon--reverse{fill:#282b3e}.filters__icon--active{transform:rotate(180deg)}.filters__total{font-size:14px;line-height:140%;color:#282b3e;margin-right:auto;padding:8px}.filters--mobile{padding:14px;background-color:#fff;display:block;position:relative}@media screen and (min-width:1100px){.filters--mobile{display:none}}.filters--mobile .filters__wrapper{display:flex;align-items:center;justify-content:space-between}.filters--mobile .filters--sticky{position:fixed;top:0;left:0;right:0;background-color:#282b3e;z-index:99;padding:14px}@media screen and (min-width:800px) and (max-width:1100px){.filters--mobile .filters--sticky{height:80px;left:80px}}.filters--mobile .filters--sticky .filters__searchButton,.filters--mobile .filters--sticky .filters__total{color:#fff}.filters--mobile .filters--sticky .filters__searchIcon{fill:#fff}.filters--mobile .filters--sticky .groupBy__label,.filters--mobile .filters--sticky .groupBy__total,.filters--mobile .filters--sticky .groupBy__total--label{color:#fff}.filters--mobile .filters--sticky .groupBy__slider{background-color:#fff!important}.filters--mobile .filters--sticky .groupBy__slider:before{background-color:#34384b}.filters--mobile .filters--sticky .groupBy__total--label:hover{color:#fff}.filters--mobile .filters__searchButton{font-weight:700;font-size:14px;padding:8px 26px;color:#282b3e;background-color:transparent;border:none;cursor:pointer}.filters--mobile .filters__searchIcon{width:20px;height:20px;fill:#282b3e;position:absolute;top:50%;transform:translateY(-50%) rotate(270deg);right:16px}.reset-filters-button{display:none}@media screen and (min-width:1100px){.reset-filters-button{display:flex;height:38px;gap:5px}}.reset-filters-button svg{width:13px;height:13px;margin-top:2px}.reset-filters-button svg path{fill:#fff}.loader__label{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;font-size:14px;line-height:1.5}@keyframes loader-spin{to{transform:rotate(1turn)}}.loader__icon{position:relative;width:48px;height:48px;border:2px solid transparent;border-radius:50%;transform-origin:center;transform:rotate(0deg);animation:loader-spin .5s ease-in infinite;margin:0 auto}.loader__icon:after{position:absolute;content:"";border:2px solid #282b3e;border-right-color:transparent;top:0;left:0;width:100%;height:100%;border-radius:50%}.loader__label{color:#282b3e;display:block;margin-top:16px;position:absolute;left:50%;transform:translateX(-50%)}.fundSearch__save,.loader__label{text-align:center;white-space:nowrap}.fundSearch__save{position:relative;display:inline-block;font-family:Manulife JH Sans,Helvetica,sans-serif;font-weight:600;appearance:none;border-width:2px;border-style:solid;border-radius:0;letter-spacing:-.02em;transition:border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,top .1s ease-in-out;color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fundSearch__save:not([disabled]){cursor:pointer}.fundSearch__save:not([disabled]):active{top:2px}.fundSearch__save{font-size:16px;line-height:1.25;padding:17px 22px;height:56px;border-color:#282b3e;background-color:#282b3e}.fundSearch__save:focus,.fundSearch__save:hover{border-color:#34384b;background-color:#34384b}.fundSearch__save:focus{outline-offset:-4px}.fundSearch__save:active{border-color:#282b3e;background-color:#282b3e}.fundSearch__modalTitle{line-height:1.25;letter-spacing:-.02em;color:#282b3e}.fundSearch__modalTitle em,.fundSearch__modalTitle i{font-family:"Manulife JH Serif",Times New Roman,serif;font-style:italic}.fundSearch__modalTitle em:after,.fundSearch__modalTitle em:before,.fundSearch__modalTitle i:after,.fundSearch__modalTitle i:before{content:" ";width:0;display:inline-block}.fundSearch__modalTitle b,.fundSearch__modalTitle strong{font-weight:700}.fundSearch__modalTitle b:after,.fundSearch__modalTitle b:before,.fundSearch__modalTitle strong:after,.fundSearch__modalTitle strong:before{content:" ";width:0;display:inline-block}.fundSearch__modalTitle>a:first-child:last-child{color:#282b3e}.fundSearch__modalTitle>a:first-child:last-child:active,.fundSearch__modalTitle>a:first-child:last-child:focus,.fundSearch__modalTitle>a:first-child:last-child:hover{color:#5e6073}.fundSearch__modalTitle p{font-size:inherit;margin:0}.fundSearch__modalTitle sub,.fundSearch__modalTitle sup{font-size:.7em;vertical-align:sub}.fundSearch__modalTitle sup{vertical-align:super}.fundSearch__modalTitle{font-size:32px;font-weight:300}@media screen and (max-width:600px){.fundSearch__modalTitle{font-size:24px}}.fundSearch__save{border-color:#d03a39}.fundSearch__save:focus,.fundSearch__save:hover{border-color:#a00e18;color:#fff}.fundSearch__save:focus{box-shadow:none;outline:none}.fundSearch__save:active{border-color:#d03a39;background-color:#d03a39}.fundSearch__save:disabled{border-color:#e0e0e0;background-color:#e0e0e0}.fundSearch__save{background-color:#d03a39;border:none}.fundSearch__save:focus,.fundSearch__save:hover{background-color:#a00e18;box-shadow:none}.fundSearcher{flex-grow:1}.fundSearch{padding-right:32px;padding-top:32px;z-index:1;height:660px;position:sticky;top:80px;align-self:flex-start;display:block}@media screen and (max-width:1100px){.fundSearch{width:100%;min-width:0}}.modal .fundSearch{width:100%!important;padding:0!important;margin:0!important}@media screen and (max-width:1100px){:not(.modal) .fundSearch{display:block;width:100%;min-width:0;top:auto;position:relative;padding:8px 32px}}@media screen and (max-width:600px){:not(.modal) .fundSearch{padding:32px 16px 8px}}.fundSearch__modalTitle{display:none}.modal .fundSearch__modalTitle{display:block}.fundSearch__selectedfunds{padding:8px 0 16px}.fundSearch__notesGroup{clear:both;overflow:hidden}.fundSearch__notesGroup .fundSearch__notes{float:left}.fundSearch__notesGroup .fundSearch__notes--onlyTablet{width:calc(33.33% - 5.5px);float:right}.fundSearch__notes{color:#5e6073;font-size:12px}.fundSearch__notes--onlyTablet{display:none}.fundSearch__notes--hideTablet{display:block}.fundSearch__notes--centered{text-align:center}.fundSearch__header{margin-bottom:16px;position:relative}.fundSearch__save{display:block;width:100%;margin-top:8px;margin-bottom:16px}.fundSearch__tileContainer{transition:opacity .3s ease-out;opacity:1}@media screen and (max-width:600px){.fundSearch__tileContainer{width:100%!important;margin-right:0!important;display:block!important}}.fundSearch__link{margin:0 4px}.fundSearch__link,.fundSearch__link:active,.fundSearch__link:focus,.fundSearch__link:hover{text-decoration:underline;color:#5e6073}.tooltip__container{padding:8px;background-color:#34384b;position:relative}.tooltip__container:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:0;border:11px solid transparent;border-top-color:#34384b;border-bottom:0;margin-left:-11px;margin-bottom:-11px}.tooltip__container--wrap{white-space:nowrap}.tooltip__text{color:#fff;font-weight:400;font-size:12px;line-height:150%;margin:0;text-align:center}.topDisclosure strong{font-weight:700}.topDisclosure p{font-size:14.4px;line-height:1.7;color:#282b3e;text-align:justify}@media screen and (max-width:600px){.topDisclosure p{font-size:14px}}.listingTable__reset{position:relative;display:inline-block;font-family:Manulife JH Sans,Helvetica,sans-serif;font-weight:600;appearance:none;border-width:2px;border-style:solid;border-radius:0;letter-spacing:-.02em;transition:border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,top .1s ease-in-out;color:#fff;white-space:nowrap;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.listingTable__reset:not([disabled]){cursor:pointer}.listingTable__reset:not([disabled]):active{top:2px}.listingTable__reset{font-size:16px;line-height:1.25;padding:17px 22px;height:56px;border-color:#282b3e;background-color:#282b3e}.listingTable__reset:focus,.listingTable__reset:hover{border-color:#34384b;background-color:#34384b;color:#fff}.listingTable__reset:focus{box-shadow:none;outline-offset:-4px}.listingTable__reset:active{border-color:#282b3e;background-color:#282b3e}.listingTable__reset:disabled{border-color:#e0e0e0;background-color:#e0e0e0}.listingTable__link{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e;font-size:14px;line-height:1.5}.listingTable{padding:16px 48px}.listingTable--sticky .listingTable{padding-top:150px}.listingTable__table{width:100%;margin-top:40px}.listingTable__head{border-bottom:1px solid #e0e0e0;font-weight:700;font-size:12px;transition:transform .5s ease-out}.listingTable--sticky .listingTable__head{display:grid}.listingTable__head>tr:first-child{height:15px}.listingTable__head>tr:first-child th{vertical-align:middle;align-self:flex-end}.listingTable--sticky .listingTable__head>tr:first-child{height:auto!important}.listingTable__head>tr:nth-child(2){height:70px}.listingTable__headSpan{display:block;margin-bottom:-11px}.listingTable__tr{border-bottom:1px solid #e0e0e0;background-color:#fff}.listingTable__tr:hover{background-color:#fafafa}.listingTable__tr:hover .listingTable__bookmark,.listingTable__tr:hover .listingTable__compare{visibility:visible}.listingTable__th{z-index:10;background:transparent;vertical-align:bottom}.listingTable__th--left{text-align:left}.listingTable__th--right{text-align:right}.listingTable__th--center{text-align:center}.listingTable--sticky .listingTable__th:first-child .listingTable__legend{padding:0 8px 0 16px;position:absolute;top:0;bottom:0}.listingTable__thWrapper{cursor:pointer;position:relative;padding:0 16px 16px;background-color:transparent;border:none;font-weight:700;transition:color .2s ease-in}.listingTable__thWrapper:focus .listingTable__sortIcon,.listingTable__thWrapper:hover .listingTable__sortIcon{visibility:visible}.listingTable__thWrapper:focus{outline:none;box-shadow:none;color:#d03a39;transition:color .2s ease-in}.listingTable--sticky .listingTable__thWrapper{padding-bottom:0}.listingTable__thWrapper--tooltip{display:none}.listingTable__infoIconWrapper{position:relative;display:inline;cursor:pointer}.listingTable__infoIconWrapper:hover .listingTable__tooltip{display:block}.listingTable__title{position:relative;width:fit-content;display:inline-block}.listingTable__sortIcon{visibility:hidden;min-width:16px;min-height:16px;fill:#282b3e;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.listingTable__sortIcon--active{visibility:visible}.listingTable__sortIcon--asc{transform:translateY(-50%) rotate(180deg)}.listingTable__infoIcon{width:16px;height:16px;margin-bottom:-4px}.listingTable__tooltip{display:none;width:160px;position:absolute;top:calc(-100% - 4px);right:50%;z-index:15;transform:translate(50%,-100%)}.listingTable__tdSub,.listingTable__thSub{display:block;font-size:10px;font-weight:400;line-height:120%;color:#5e6073;margin-top:4px}.listingTable__tdSubETF{display:block;font-weight:400;line-height:120%;margin-top:12px}.listingTable__tdSubIcon{width:12px;height:12px;fill:currentColor;vertical-align:middle;margin-right:4px;margin-bottom:4px}.listingTable__legend{display:flex;align-items:center;padding:24px 8px 24px 16px;font-weight:400;font-size:24px;line-height:175%;color:#282b3e}.listingTable__legendIcon{width:40px;height:40px;padding:10px;border-radius:50%;fill:#282b3e}.listingTable__legendWrapper{position:relative;display:flex;cursor:pointer;padding:10px 10px 10px 4px}.listingTable__legendWrapper:hover .listingTable__assetTooltip{display:block;position:absolute;top:60px;right:calc(50% - 4px);transform:translateX(50%);z-index:11;background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.08);width:330px}.listingTable__legendWrapper:hover .listingTable__legendIcon{background-color:#ededed}.listingTable__assetTooltip{display:none}.listingTable__assetTooltipWrapper{padding:24px}.listingTable__assetTooltipWrapper p{color:#282b3e;font-size:16px;line-height:175%;font-weight:400}.listingTable__assetTooltipWrapper p strong{font-weight:700}.listingTable__assetTooltipWrapper a{color:#fff;font-size:14px;line-height:140%;background-color:#282b3e;padding:10px 16px}.listingTable__assetTooltipWrapper a:hover{background-color:#34384b}.listingTable__td{padding:16px;font-size:14px;line-height:150%;vertical-align:middle}.listingTable__td:first-child{font-size:14px;font-weight:700;line-height:150%;color:#282b3e}.listingTable__td--left{text-align:left}.listingTable__td--right{text-align:right}.listingTable__td--center{text-align:center}.listingTable__td--red{color:#c14a36}.listingTable__td--green{color:#67963a}.listingTable--overview.listingTable--allfunds .listingTable__td:nth-child(3),.listingTable--overview.listingTable--allfunds .listingTable__td:nth-child(7),.listingTable--overview .listingTable__td:nth-child(3),.listingTable--overview .listingTable__td:nth-child(5),.listingTable--overview .listingTable__td:nth-child(7){border-left:1px solid #e0e0e0}.listingTable--overview.listingTable--529 .listingTable__td:nth-child(3),.listingTable--overview.listingTable--529 .listingTable__td:nth-child(5),.listingTable--overview.listingTable--529 .listingTable__td:nth-child(7),.listingTable--overview.listingTable--allfunds .listingTable__td:nth-child(5){border-left:0}.listingTable--documents .listingTable__td:nth-child(2),.listingTable--documents .listingTable__td:nth-child(4),.listingTable--documents .listingTable__td:nth-child(7),.listingTable--documents .listingTable__td:nth-child(9),.listingTable--overview.listingTable--529 .listingTable__td:nth-child(4),.listingTable--overview.listingTable--529 .listingTable__td:nth-child(6),.listingTable--overview.listingTable--529 .listingTable__td:nth-child(8),.listingTable--performance.listingTable--etf .listingTable__td:nth-child(2),.listingTable--performance.listingTable--etf .listingTable__td:nth-child(5){border-left:1px solid #e0e0e0}.listingTable__fundNameWrapper,.listingTable__tdWrapper{display:flex;align-items:center}.listingTable__tdWrapper .tooltip__container{display:none;position:absolute;z-index:10;top:-12px;left:50%;transform:translate(-50%,-100%);width:200px}.listingTable__tdWrapper:hover .tooltip__container{display:block}.listingTable__downloadWrapper{text-align:center;width:100%;position:relative}.listingTable__downloadIcon{width:20px;height:20px;margin-right:8px;flex:0 0 20px}.listingTable__fundName{margin-right:16px}.listingTable__fundName sup{font-size:xx-small;vertical-align:super;margin-left:4px;color:#000}.listingTable__tdLink{color:#0000c1}.listingTable__tdLink:focus,.listingTable__tdLink:hover{box-shadow:none;color:#282b3e;transition:color .2s ease-in}.listingTable__available,.listingTable__bookmark,.listingTable__compare{display:block;visibility:hidden;width:20px;height:20px;fill:#8e90a2;margin:0 8px}.listingTable__available{visibility:visible}.listingTable__bookmarkWrapper,.listingTable__compareWrapper{margin:0;padding:0;border:0;background:transparent;cursor:pointer}.listingTable__bookmarkWrapper--active .listingTable__bookmark,.listingTable__compareWrapper--active .listingTable__bookmark{visibility:visible}.listingTable__bookmarkWrapper:focus,.listingTable__compareWrapper:focus{box-shadow:none}.listingTable__bookmarkWrapper:focus .listingTable__bookmark,.listingTable__bookmarkWrapper:focus .listingTable__compare,.listingTable__compareWrapper:focus .listingTable__bookmark,.listingTable__compareWrapper:focus .listingTable__compare{visibility:visible;fill:#5e6073}.listingTable__bookmarkWrapper:disabled,.listingTable__compareWrapper:disabled{cursor:wait}.listingTable__availableWrapper:hover,.listingTable__bookmarkWrapper:hover,.listingTable__compareWrapper:hover{position:relative}.listingTable__availableWrapper:hover .listingTable__bookmarkTooltip,.listingTable__availableWrapper:hover .listingTable__compareTooltip,.listingTable__bookmarkWrapper:hover .listingTable__bookmarkTooltip,.listingTable__bookmarkWrapper:hover .listingTable__compareTooltip,.listingTable__compareWrapper:hover .listingTable__bookmarkTooltip,.listingTable__compareWrapper:hover .listingTable__compareTooltip{display:block;position:absolute;top:-250%;right:50%;transform:translateX(50%);z-index:11}.listingTable__bookmarkTooltip,.listingTable__compareTooltip{display:none}.listingTable__star{width:16px;height:16px;fill:#282b3e}.listingTable__empty{text-align:center;padding:64px 0;margin:auto}.listingTable__searchIcon{width:65px;height:65px;fill:#e0e0e0;margin-bottom:28px}.listingTable__text{font-size:16px;line-height:175%;text-align:center;color:#282b3e;margin-bottom:24px}.custom-sticky{position:sticky;box-shadow:inset 0 -1px 0 0 #e8e8e8;z-index:1}.custom-sticky,.listingTable--sticky .listingTable__head{animation:smoothScroll .4s;top:80px;background-color:#fff}.listingTable--sticky .listingTable__head{position:fixed;right:0;height:80px;left:80px;z-index:8;padding:0 48px;box-shadow:0 1px 4px rgba(0,0,0,.16);width:calc(100% - 80px)}.listingTable--sticky .listingTable__head>tr{display:flex;align-items:center}.info-icon__mstar{margin-left:8px;cursor:pointer}.info-icon__mstar:hover>.listingTable__thWrapper--tooltip{cursor:default;display:block;position:absolute;top:20.8px;left:50%;padding:16px;width:350px;background:#34384b;color:#fff;z-index:99999999;transform:translateX(-50%)}@media screen and (max-width:600px){.info-icon__mstar:hover>.listingTable__thWrapper--tooltip{left:-50%;transform:translateX(-30%)}}@media screen and (max-width:340px){.info-icon__mstar:hover>.listingTable__thWrapper--tooltip{left:0;transform:translateX(-15%)}}.info-icon__mstar:hover>.listingTable__thWrapper--tooltip p{font-weight:500;font-size:12px}.info-icon__mstar:hover>.listingTable__thWrapper--tooltip:before{content:"";position:absolute;width:0;height:0;border:10px solid transparent;border-top-color:#34384b;left:50%;top:-20px;transform:translateX(-50%) rotate(180deg)}@media screen and (max-width:600px){.info-icon__mstar:hover>.listingTable__thWrapper--tooltip:before{display:none}}.listingMobile{background-color:#fff}.listingMobile__disclosure{margin:16px}.fundDetail__item{box-shadow:0 1px 4px rgba(0,0,0,.16);margin:16px;padding:24px}.fundDetail__header{border-bottom:1px solid #e0e0e0}.fundDetail__ticker{font-size:12px;font-weight:700;line-height:150%;color:#282b3e;margin-right:8px}.fundDetail__assetClass{font-size:10px;line-height:120%;color:#5e6073}.fundDetail__name{display:flex;font-weight:700;font-size:24px;line-height:125%;color:#0000c1;position:relative;margin-top:16px;padding-right:30px}.fundDetail__icon{flex:0 0 auto;width:30px;height:30px;fill:#282b3e;top:50%;right:0;transform:translateY(-50%);position:absolute}.fundDetail__content{display:flex;justify-content:space-between;border-bottom:1px solid #e0e0e0;padding:16px 0;margin:0}.fundDetail__section{flex:1 1 0;padding-left:19px;padding-right:19px;border-left:1px solid #e0e0e0}.fundDetail__section:first-child{padding-left:0;border-left:none}.fundDetail__section:last-child{padding-right:0}.fundDetail__title{font-weight:700;font-size:10px;line-height:120%;color:#282b3e;margin-bottom:5px}.fundDetail__number{display:block;font-size:20px;line-height:175%;color:#282b3e}@media screen and (max-width:600px){.fundDetail__number{font-size:16px}}.fundDetail__date{font-size:10px;line-height:120%;color:#5e6073;margin-bottom:0}.fundDetail__navChange,.fundDetail__navChangePrice{margin-right:4px;color:#67963a}.fundDetail__navChange--red,.fundDetail__navChangePrice--red{color:#c14a36}.fundDetail__factsheet{display:flex;align-items:center}.fundDetail__document{font-weight:700;font-size:10px;line-height:120%;color:#282b3e;margin-bottom:0}.fundDetail__documentIcon{width:34px;height:34px;margin-right:8px}.fundDetail__subtitle{display:block;font-size:10px;font-weight:400;line-height:120%;color:#5e6073}.fundDetail__footer--firstColumn{margin:0}@media screen and (max-width:600px){.fundDetail__footer--firstColumn,.fundDetail__footer--secondColumn{display:flex;justify-content:space-between;padding:16px 0}.fundDetail__footer--firstColumn{border-bottom:1px solid #e0e0e0}.fundDetail__footer--secondColumn{padding-bottom:0}}@media screen and (min-width:600px){.fundDetail__footer{display:flex;padding-top:16px}.fundDetail__footer--firstColumn,.fundDetail__footer--secondColumn{display:flex;flex-grow:1}.fundDetail__footer--firstColumn>*,.fundDetail__footer--secondColumn>*{flex:1}.fundDetail__footer--firstColumn{border:0}}.fundDetail__value{font-size:12px;line-height:120%;color:#282b3e}.fundDetail__star{width:16px;height:16px;fill:#282b3e}@media screen and (max-width:1100px){.sma-overview{padding:0 16px}}.sma-overview__banner{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e8e8;margin:-64px -64px 64px;padding:24px 64px;box-shadow:0 0 1px 0 #e8e8e8}@media screen and (max-width:1100px){.sma-overview__banner{margin:0 0 32px}}.sma-overview__banner-text{font-size:20px;font-weight:100;color:#282b3e}.sma-overview .wrapper-fund__list{background:#fff;margin:40px 0;padding:0;box-shadow:0 0 5px 0 #e8e8e8}.sma-overview .wrapper-fund__url-icon{margin-right:4px;width:18px;height:18px}.sma-overview__link-text{font-size:14px;margin-top:2px}.sma-overview .wrapper-fund__url{padding-bottom:2px}.sma-overview .wrapper-fund__list-item{border:none;border-right:1px solid #e8e8e8!important}.sma-overview .wrapper-fund__list-item:last-child{border-right:none}.groupBy{display:none}@media screen and (min-width:1100px){.groupBy{display:flex;align-items:center}}.groupBy__total{font-size:14px;line-height:140%;color:#282b3e;margin:0 20px 0 0;display:flex;align-items:center;background-color:transparent;border:none;cursor:pointer}.groupBy__total:hover .groupBy__total--label{color:#0c0c92;transition:color .2s ease-in}.groupBy__total:focus{box-shadow:none}.groupBy__total--label{font-size:18px;line-height:140%;color:#0000c1;font-weight:600;margin-left:6.4px;cursor:pointer}.groupBy__switch{position:relative;display:inline-block}.groupBy__checkbox{opacity:0;width:0;height:0}.groupBy__slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#8e90a2;border-radius:16px;width:24px;height:16px}.groupBy__slider,.groupBy__slider:before{position:absolute;transition:.1s ease-in-out}.groupBy__slider:before{content:"";height:12px;width:12px;left:2px;bottom:2px;background-color:#fff;border-radius:50%}.groupBy__checkbox:checked+.groupBy__slider{background-color:#282b3e}.groupBy__checkbox:checked+.groupBy__slider:before{transform:translateX(9px);left:1px}.groupBy__checkbox:focus{outline:0}.groupBy__toggle{cursor:pointer;outline:none;background-color:transparent;border:none}.groupBy__toggle:focus,.groupBy__toggle:hover{box-shadow:none}.groupBy__toggle:focus .groupBy__label,.groupBy__toggle:hover .groupBy__label{color:#d03a39;transition:color .2s ease-in}.groupBy__label{font-size:14px;line-height:140%;color:#282b3e;padding-left:32px;cursor:pointer;transition:color .2s ease-in}.groupBy__label--checked{font-weight:700}.model-overview{margin:-64px -64px 32px;padding:64px 64px 0;background-color:#f4f4f4}@media screen and (max-width:1100px){.model-overview{margin:0 0 32px;padding:16px 16px 0}}.model-overview__banner{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e8e8;margin:-64px -64px 64px;padding:24px 64px;box-shadow:0 0 1px 0 #e8e8e8}@media screen and (max-width:1100px){.model-overview__banner{margin:0 0 32px}}.model-overview__banner-text{font-size:20px;font-weight:100;color:#282b3e}.model-overview__link-text{font-size:14px;margin-top:2px}.model-overview .wrapper-fund__url{padding-bottom:2px}.model-overview .wrapper-fund__list{background:#fff;margin:40px 0;padding:0;box-shadow:0 0 5px 0 #e8e8e8}.model-overview .wrapper-fund__url-icon{margin-right:4px;width:18px;height:18px}.listingNav{display:none}@media screen and (min-width:1100px){.listingNav{display:flex;justify-content:flex-end;flex-grow:1}}.listingNav__filters,.listingNav__list{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-bottom:0}.listingNav__filters{position:relative;display:flex;align-items:center}.listingNav__filters--time{margin-left:16px}.listingNav__filters--sc{margin-right:auto}.listingNav__filterList{position:absolute;z-index:11;left:0;top:36px;width:calc(100% + 16px);background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.08);max-height:300px;min-width:200px;overflow:auto}.listingNav__title{border:none;background-color:transparent;color:#282b3e;font-size:14px;line-height:140%;font-weight:700;cursor:pointer;display:flex;align-items:center;transition:color .2s ease-in}.listingNav__title:disabled{cursor:default}.listingNav__title:active,.listingNav__title:focus,.listingNav__title:hover{border:none;outline:none;box-shadow:none;color:#d03a39;transition:color .2s ease-in}.listingNav__title:active .listingNav__icon,.listingNav__title:focus .listingNav__icon,.listingNav__title:hover .listingNav__icon{fill:#d03a39;transition:fill .2s ease-in}.listingNav__icon{fill:#282b3e;width:20px;height:20px;margin-top:-4px;transition:transform .2s ease-in,fill .2s ease-in}.listingNav__title:disabled .listingNav__icon{display:none}.listingNav__icon--active{transform:rotate(180deg);transition:transform .2s ease-in,fill .2s ease-in}.listingNav__item{position:relative;font-size:14px;line-height:140%;color:#d03a39;padding:8px 8px 8px 24px;cursor:pointer;transition:background-color .2s ease-in}.listingNav__item:hover{background-color:#ededed;transition:background-color .2s ease-in}.listingNav__item--selected{font-weight:700}.listingNav__item--selected>.listingNav__item-checkmark{position:absolute;left:10px;top:10px;width:15px;height:15px}.listingNav__item--selected>.listingNav__filterItem{font-weight:700}.listingNav__filterItem{border:none;background-color:transparent;color:#282b3e;cursor:pointer;text-align:left}.listingNav__filterItem:active,.listingNav__filterItem:focus{border:none;outline:none;box-shadow:none}.listingNav__button{font-weight:700;font-size:14px;line-height:140%;text-align:center;color:#282b3e;border:none;padding:10px 16px;background-color:#fff;cursor:pointer;margin-left:4px}.listingNav__button--active,.listingNav__button:focus,.listingNav__button:hover{background-color:#ededed;color:#282b3e;box-shadow:none}.independent-wrapper{padding:64px}@media screen and (max-width:1100px){.independent-wrapper{padding:0}}.independent-wrapper .listingWrapper__footer{background-color:#fff;padding:0}@media screen and (max-width:1100px){.independent-wrapper .listingWrapper__footer{padding:16px}}.independent-wrapper__loader{padding:64px}.independent-wrapper .listingTable,.independent-wrapper .listingWrapper__header{padding:0}.independent-wrapper .loader-wrapper{position:relative}.independent-wrapper .fundListing-sticky{padding:20px 48px 20px 64px}.wrapper-fund__title{margin-top:24px;font-size:48px;font-weight:700;width:66%}@media screen and (max-width:800px){.wrapper-fund__title{width:100%}}.wrapper-fund__description{width:66%;line-height:1.5rem}@media screen and (max-width:800px){.wrapper-fund__description{width:100%}}.wrapper-fund__url{font-weight:700;color:#282b3e;width:fit-content;display:flex;align-items:center;justify-content:flex-start;transition:box-shadow .2s}.wrapper-fund__url:hover{box-shadow:0 2px 0 0 #282b3e;transition:box-shadow .2s}.wrapper-fund__url-icon{width:20px;height:20px;fill:#282b3e;margin-left:2px}.wrapper-fund__list{display:flex;justify-content:space-between;align-items:center;align-items:normal;margin:40px -64px 16px;padding:0 64px;background:linear-gradient(0deg,#fff 50%,#f4f4f4 0)}@media screen and (max-width:1100px){.wrapper-fund__list{margin:40px 0 16px;padding:0}}@media screen and (max-width:800px){.wrapper-fund__list{flex-direction:column}}.wrapper-fund__list-item{flex-grow:1;flex-basis:0;padding:24px;border:1px solid #b0b0b0;background:#fff}.wrapper-fund__list-item:not(:last-child){border-right:none}@media screen and (max-width:800px){.wrapper-fund__list-item:not(:last-child){border-right:1px solid #b0b0b0;border-bottom:none}}.wrapper-fund__icon{width:40px;height:40px;fill:#282b3e}.wrapper-fund__subtitle{font-size:24px;font-weight:700;margin:16px 0}.cit-listing{background-color:#fff}.cit-listing:has(.cit-listing__container){min-height:60vh;display:flex;align-items:center;justify-content:center}.cit-overview{border-bottom:1px solid #e8e8e8}@media screen and (max-width:1100px){.cit-overview{padding:16px 16px 0}.cit-overview .wrapper-fund__description,.cit-overview .wrapper-fund__title{width:100%;padding:0 14px}}.dashboardReports__filtersTypeButton,.dashboardSettings__button,.dashboardWatchlist__addButton,.emptyMessage__cta,.filteringPanels__save,.fundSearchCompare__save,.fundSearchWatchlist__save,.fundSearchWatchlistExt__save,.hypotheticalInvestment__button,.optionSelector__cancel,.optionSelector__remove{position:relative;display:inline-block;font-family:Manulife JH Sans,Helvetica,sans-serif;font-weight:600;appearance:none;border-width:2px;border-style:solid;border-radius:0;letter-spacing:-.02em;transition:border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out,top .1s ease-in-out;color:#fff;white-space:nowrap;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.dashboardReports__filtersTypeButton:not([disabled]),.dashboardSettings__button:not([disabled]),.dashboardWatchlist__addButton:not([disabled]),.emptyMessage__cta:not([disabled]),.filteringPanels__save:not([disabled]),.fundSearchCompare__save:not([disabled]),.fundSearchWatchlist__save:not([disabled]),.fundSearchWatchlistExt__save:not([disabled]),.hypotheticalInvestment__button:not([disabled]),.optionSelector__cancel:not([disabled]),.optionSelector__remove:not([disabled]){cursor:pointer}.dashboardReports__filtersTypeButton:not([disabled]):active,.dashboardSettings__button:not([disabled]):active,.dashboardWatchlist__addButton:not([disabled]):active,.emptyMessage__cta:not([disabled]):active,.filteringPanels__save:not([disabled]):active,.fundSearchCompare__save:not([disabled]):active,.fundSearchWatchlist__save:not([disabled]):active,.fundSearchWatchlistExt__save:not([disabled]):active,.hypotheticalInvestment__button:not([disabled]):active,.optionSelector__cancel:not([disabled]):active,.optionSelector__remove:not([disabled]):active{top:2px}.dashboardSettings__button,.dashboardWatchlist__addButton,.emptyMessage__cta,.filteringPanels__save,.fundSearchCompare__save,.fundSearchWatchlist__save,.fundSearchWatchlistExt__save,.hypotheticalInvestment__button,.optionSelector__cancel,.optionSelector__remove{font-size:16px;line-height:1.25;padding:17px 22px;height:56px}.dashboardReports__filtersTypeButton{font-size:14px;line-height:1.4;padding:9px 14px;height:40px}.dashboardSettings__button,.dashboardWatchlist__addButton,.emptyMessage__cta,.filteringPanels__save,.fundSearchCompare__save,.fundSearchWatchlist__save,.fundSearchWatchlistExt__save,.hypotheticalInvestment__button,.optionSelector__remove{border-color:#282b3e;background-color:#282b3e}.dashboardSettings__button:focus,.dashboardSettings__button:hover,.dashboardWatchlist__addButton:focus,.dashboardWatchlist__addButton:hover,.emptyMessage__cta:focus,.emptyMessage__cta:hover,.filteringPanels__save:focus,.filteringPanels__save:hover,.fundSearchCompare__save:focus,.fundSearchCompare__save:hover,.fundSearchWatchlist__save:focus,.fundSearchWatchlist__save:hover,.fundSearchWatchlistExt__save:focus,.fundSearchWatchlistExt__save:hover,.hypotheticalInvestment__button:focus,.hypotheticalInvestment__button:hover,.optionSelector__remove:focus,.optionSelector__remove:hover{border-color:#34384b;background-color:#34384b}.dashboardSettings__button:focus,.dashboardWatchlist__addButton:focus,.emptyMessage__cta:focus,.filteringPanels__save:focus,.fundSearchCompare__save:focus,.fundSearchWatchlist__save:focus,.fundSearchWatchlistExt__save:focus,.hypotheticalInvestment__button:focus,.optionSelector__remove:focus{outline-offset:-4px}.dashboardSettings__button:active,.dashboardWatchlist__addButton:active,.emptyMessage__cta:active,.filteringPanels__save:active,.fundSearchCompare__save:active,.fundSearchWatchlist__save:active,.fundSearchWatchlistExt__save:active,.hypotheticalInvestment__button:active,.optionSelector__remove:active{border-color:#282b3e;background-color:#282b3e}.dashboardReports__filtersTypeButton,.optionSelector__cancel{border-color:#fff;color:#282b3e}.dashboardReports__filtersTypeButton:focus,.dashboardReports__filtersTypeButton:hover,.optionSelector__cancel:focus,.optionSelector__cancel:hover{border-color:#e0e0e0;background-color:#e0e0e0;color:#d03a39}.dashboardReports__filtersTypeButton:active,.optionSelector__cancel:active{border-color:#fff;color:#282b3e}.dashboardReports__filtersTrigger{display:inline-flex;align-items:center;font-size:14px;font-weight:700;line-height:1.5;letter-spacing:-.02em;font-family:Manulife JH Sans,Helvetica,sans-serif}.dashboardReports__filtersTrigger svg{position:relative;top:-1px;width:16px;height:16px;fill:currentColor;margin-right:5px;flex:none}.dashboardReports__filtersTrigger:active,.dashboardReports__filtersTrigger:focus,.dashboardReports__filtersTrigger:hover{text-decoration:underline}.dashboardReports__filtersTrigger,.dashboardReports__filtersTrigger:active,.dashboardReports__filtersTrigger:focus,.dashboardReports__filtersTrigger:hover{color:#d03a39}.dashboardGrid__item,.dashboardKicker .article-kicker,.dashboardRecommendedReading__item,.dashboardReport__button .dashboardReport__image,.dashboardSlider__wrapper,.dashboardWatchlistCompact__listWrapper--card,.optionSelector__list,.text__inner--card{background-color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04)}@media print{.dashboardGrid__item,.dashboardKicker .article-kicker,.dashboardRecommendedReading__item,.dashboardReport__button .dashboardReport__image,.dashboardSlider__wrapper,.dashboardWatchlistCompact__listWrapper--card,.optionSelector__list,.text__inner--card{background-color:transparent;box-shadow:none;padding:0}}.component-root>.dashboardBusinessTeam,.dashboardMain__content>.dashboardBusinessTeam,.html-container>.dashboardBusinessTeam{padding:32px 64px}@media screen and (max-width:1100px){.component-root>.dashboardBusinessTeam,.dashboardMain__content>.dashboardBusinessTeam,.html-container>.dashboardBusinessTeam{padding:24px 32px}}@media screen and (max-width:800px){.component-root>.dashboardBusinessTeam,.dashboardMain__content>.dashboardBusinessTeam,.html-container>.dashboardBusinessTeam{padding:16px}}@media print{.component-root>.dashboardBusinessTeam,.dashboardMain__content>.dashboardBusinessTeam,.html-container>.dashboardBusinessTeam{padding-left:0!important;padding-right:0!important}}.dashboardBusinessTeam{margin-top:32px}.component-root>.dashboardBusinessTeam,.html-container>.dashboardBusinessTeam{margin-top:0}.component-root>.dashboardBusinessTeam:first-child{padding-top:64px}@media screen and (max-width:1100px){.component-root>.dashboardBusinessTeam:first-child{padding-top:32px}}.component-root>.dashboardBusinessTeam:last-child{padding-bottom:64px}@media screen and (max-width:1100px){.component-root>.dashboardBusinessTeam:last-child{padding-bottom:32px}}.followed-by-top-padding+.dashboardBusinessTeam{padding-top:64px}@media screen and (max-width:1100px){.followed-by-top-padding+.dashboardBusinessTeam{padding-top:32px}}.dashboardBusinessTeam:first-child{margin-top:0}.dashboardGrid__items,.dashboardMain .atContact,.dashboardMain__content,.dashboardNavigation__headerInner,.dashboardNavigation__list{margin:0 auto;max-width:968px;width:100%}.dashboardGrid__items{display:flex;flex-wrap:wrap}.dashboardGrid__item{padding:24px;margin:0 24px 24px 0;flex:1 0 calc(50% - 12px);max-width:calc(50% - 12px)}.dashboardGrid__item:last-child,.dashboardGrid__item:nth-child(2n){margin-right:0}@media screen and (max-width:800px){.dashboardGrid__item{flex-basis:100%;flex-shrink:1;margin-right:0;min-width:100%}}.dashboardGrid__title,.dashboardSettings__description blockquote,.dashboardSettings__description h2,.dashboardSettings__description h3,.dashboardSettings__description h4,.emptyMessage__title,.fundResults__emptyState__title,.fundSearchCompare__modalTitle,.fundSearchWatchlist__modalTitle,.fundSearchWatchlistExt__modalTitle,.hypotheticalInvestment__title,.optionSelector__confirmTitle,.rtf blockquote,.rtf h2,.rtf h3,.rtf h4,.text.parbase blockquote,.text.parbase h2,.text.parbase h3,.text.parbase h4,.text__inner h4{line-height:1.25;letter-spacing:-.02em;color:#282b3e}.dashboardGrid__title em,.dashboardGrid__title i,.dashboardSettings__description blockquote em,.dashboardSettings__description blockquote i,.dashboardSettings__description h2 em,.dashboardSettings__description h2 i,.dashboardSettings__description h3 em,.dashboardSettings__description h3 i,.dashboardSettings__description h4 em,.dashboardSettings__description h4 i,.emptyMessage__title em,.emptyMessage__title i,.fundResults__emptyState__title em,.fundResults__emptyState__title i,.fundSearchCompare__modalTitle em,.fundSearchCompare__modalTitle i,.fundSearchWatchlist__modalTitle em,.fundSearchWatchlist__modalTitle i,.fundSearchWatchlistExt__modalTitle em,.fundSearchWatchlistExt__modalTitle i,.hypotheticalInvestment__title em,.hypotheticalInvestment__title i,.optionSelector__confirmTitle em,.optionSelector__confirmTitle i,.rtf blockquote em,.rtf blockquote i,.rtf h2 em,.rtf h2 i,.rtf h3 em,.rtf h3 i,.rtf h4 em,.rtf h4 i,.text.parbase blockquote em,.text.parbase blockquote i,.text.parbase h2 em,.text.parbase h2 i,.text.parbase h3 em,.text.parbase h3 i,.text.parbase h4 em,.text.parbase h4 i,.text__inner h4 em,.text__inner h4 i{font-family:"Manulife JH Serif",Times New Roman,serif;font-style:italic}.dashboardGrid__title em:after,.dashboardGrid__title em:before,.dashboardGrid__title i:after,.dashboardGrid__title i:before,.dashboardSettings__description blockquote em:after,.dashboardSettings__description blockquote em:before,.dashboardSettings__description blockquote i:after,.dashboardSettings__description blockquote i:before,.dashboardSettings__description h2 em:after,.dashboardSettings__description h2 em:before,.dashboardSettings__description h2 i:after,.dashboardSettings__description h2 i:before,.dashboardSettings__description h3 em:after,.dashboardSettings__description h3 em:before,.dashboardSettings__description h3 i:after,.dashboardSettings__description h3 i:before,.dashboardSettings__description h4 em:after,.dashboardSettings__description h4 em:before,.dashboardSettings__description h4 i:after,.dashboardSettings__description h4 i:before,.emptyMessage__title em:after,.emptyMessage__title em:before,.emptyMessage__title i:after,.emptyMessage__title i:before,.fundResults__emptyState__title em:after,.fundResults__emptyState__title em:before,.fundResults__emptyState__title i:after,.fundResults__emptyState__title i:before,.fundSearchCompare__modalTitle em:after,.fundSearchCompare__modalTitle em:before,.fundSearchCompare__modalTitle i:after,.fundSearchCompare__modalTitle i:before,.fundSearchWatchlist__modalTitle em:after,.fundSearchWatchlist__modalTitle em:before,.fundSearchWatchlist__modalTitle i:after,.fundSearchWatchlist__modalTitle i:before,.fundSearchWatchlistExt__modalTitle em:after,.fundSearchWatchlistExt__modalTitle em:before,.fundSearchWatchlistExt__modalTitle i:after,.fundSearchWatchlistExt__modalTitle i:before,.hypotheticalInvestment__title em:after,.hypotheticalInvestment__title em:before,.hypotheticalInvestment__title i:after,.hypotheticalInvestment__title i:before,.optionSelector__confirmTitle em:after,.optionSelector__confirmTitle em:before,.optionSelector__confirmTitle i:after,.optionSelector__confirmTitle i:before,.rtf blockquote em:after,.rtf blockquote em:before,.rtf blockquote i:after,.rtf blockquote i:before,.rtf h2 em:after,.rtf h2 em:before,.rtf h2 i:after,.rtf h2 i:before,.rtf h3 em:after,.rtf h3 em:before,.rtf h3 i:after,.rtf h3 i:before,.rtf h4 em:after,.rtf h4 em:before,.rtf h4 i:after,.rtf h4 i:before,.text.parbase blockquote em:after,.text.parbase blockquote em:before,.text.parbase blockquote i:after,.text.parbase blockquote i:before,.text.parbase h2 em:after,.text.parbase h2 em:before,.text.parbase h2 i:after,.text.parbase h2 i:before,.text.parbase h3 em:after,.text.parbase h3 em:before,.text.parbase h3 i:after,.text.parbase h3 i:before,.text.parbase h4 em:after,.text.parbase h4 em:before,.text.parbase h4 i:after,.text.parbase h4 i:before,.text__inner h4 em:after,.text__inner h4 em:before,.text__inner h4 i:after,.text__inner h4 i:before{content:" ";width:0;display:inline-block}.dashboardGrid__title b,.dashboardGrid__title strong,.dashboardSettings__description blockquote b,.dashboardSettings__description blockquote strong,.dashboardSettings__description h2 b,.dashboardSettings__description h2 strong,.dashboardSettings__description h3 b,.dashboardSettings__description h3 strong,.dashboardSettings__description h4 b,.dashboardSettings__description h4 strong,.emptyMessage__title b,.emptyMessage__title strong,.fundResults__emptyState__title b,.fundResults__emptyState__title strong,.fundSearchCompare__modalTitle b,.fundSearchCompare__modalTitle strong,.fundSearchWatchlist__modalTitle b,.fundSearchWatchlist__modalTitle strong,.fundSearchWatchlistExt__modalTitle b,.fundSearchWatchlistExt__modalTitle strong,.hypotheticalInvestment__title b,.hypotheticalInvestment__title strong,.optionSelector__confirmTitle b,.optionSelector__confirmTitle strong,.rtf blockquote b,.rtf blockquote strong,.rtf h2 b,.rtf h2 strong,.rtf h3 b,.rtf h3 strong,.rtf h4 b,.rtf h4 strong,.text.parbase blockquote b,.text.parbase blockquote strong,.text.parbase h2 b,.text.parbase h2 strong,.text.parbase h3 b,.text.parbase h3 strong,.text.parbase h4 b,.text.parbase h4 strong,.text__inner h4 b,.text__inner h4 strong{font-weight:700}.dashboardGrid__title b:after,.dashboardGrid__title b:before,.dashboardGrid__title strong:after,.dashboardGrid__title strong:before,.dashboardSettings__description blockquote b:after,.dashboardSettings__description blockquote b:before,.dashboardSettings__description blockquote strong:after,.dashboardSettings__description blockquote strong:before,.dashboardSettings__description h2 b:after,.dashboardSettings__description h2 b:before,.dashboardSettings__description h2 strong:after,.dashboardSettings__description h2 strong:before,.dashboardSettings__description h3 b:after,.dashboardSettings__description h3 b:before,.dashboardSettings__description h3 strong:after,.dashboardSettings__description h3 strong:before,.dashboardSettings__description h4 b:after,.dashboardSettings__description h4 b:before,.dashboardSettings__description h4 strong:after,.dashboardSettings__description h4 strong:before,.emptyMessage__title b:after,.emptyMessage__title b:before,.emptyMessage__title strong:after,.emptyMessage__title strong:before,.fundResults__emptyState__title b:after,.fundResults__emptyState__title b:before,.fundResults__emptyState__title strong:after,.fundResults__emptyState__title strong:before,.fundSearchCompare__modalTitle b:after,.fundSearchCompare__modalTitle b:before,.fundSearchCompare__modalTitle strong:after,.fundSearchCompare__modalTitle strong:before,.fundSearchWatchlist__modalTitle b:after,.fundSearchWatchlist__modalTitle b:before,.fundSearchWatchlist__modalTitle strong:after,.fundSearchWatchlist__modalTitle strong:before,.fundSearchWatchlistExt__modalTitle b:after,.fundSearchWatchlistExt__modalTitle b:before,.fundSearchWatchlistExt__modalTitle strong:after,.fundSearchWatchlistExt__modalTitle strong:before,.hypotheticalInvestment__title b:after,.hypotheticalInvestment__title b:before,.hypotheticalInvestment__title strong:after,.hypotheticalInvestment__title strong:before,.optionSelector__confirmTitle b:after,.optionSelector__confirmTitle b:before,.optionSelector__confirmTitle strong:after,.optionSelector__confirmTitle strong:before,.rtf blockquote b:after,.rtf blockquote b:before,.rtf blockquote strong:after,.rtf blockquote strong:before,.rtf h2 b:after,.rtf h2 b:before,.rtf h2 strong:after,.rtf h2 strong:before,.rtf h3 b:after,.rtf h3 b:before,.rtf h3 strong:after,.rtf h3 strong:before,.rtf h4 b:after,.rtf h4 b:before,.rtf h4 strong:after,.rtf h4 strong:before,.text.parbase blockquote b:after,.text.parbase blockquote b:before,.text.parbase blockquote strong:after,.text.parbase blockquote strong:before,.text.parbase h2 b:after,.text.parbase h2 b:before,.text.parbase h2 strong:after,.text.parbase h2 strong:before,.text.parbase h3 b:after,.text.parbase h3 b:before,.text.parbase h3 strong:after,.text.parbase h3 strong:before,.text.parbase h4 b:after,.text.parbase h4 b:before,.text.parbase h4 strong:after,.text.parbase h4 strong:before,.text__inner h4 b:after,.text__inner h4 b:before,.text__inner h4 strong:after,.text__inner h4 strong:before{content:" ";width:0;display:inline-block}.dashboardGrid__title>a:first-child:last-child,.dashboardSettings__description blockquote>a:first-child:last-child,.dashboardSettings__description h2>a:first-child:last-child,.dashboardSettings__description h3>a:first-child:last-child,.dashboardSettings__description h4>a:first-child:last-child,.emptyMessage__title>a:first-child:last-child,.fundResults__emptyState__title>a:first-child:last-child,.fundSearchCompare__modalTitle>a:first-child:last-child,.fundSearchWatchlist__modalTitle>a:first-child:last-child,.fundSearchWatchlistExt__modalTitle>a:first-child:last-child,.hypotheticalInvestment__title>a:first-child:last-child,.optionSelector__confirmTitle>a:first-child:last-child,.rtf blockquote>a:first-child:last-child,.rtf h2>a:first-child:last-child,.rtf h3>a:first-child:last-child,.rtf h4>a:first-child:last-child,.text.parbase blockquote>a:first-child:last-child,.text.parbase h2>a:first-child:last-child,.text.parbase h3>a:first-child:last-child,.text.parbase h4>a:first-child:last-child,.text__inner h4>a:first-child:last-child{color:#282b3e}.dashboardGrid__title>a:first-child:last-child:active,.dashboardGrid__title>a:first-child:last-child:focus,.dashboardGrid__title>a:first-child:last-child:hover,.dashboardSettings__description blockquote>a:first-child:last-child:active,.dashboardSettings__description blockquote>a:first-child:last-child:focus,.dashboardSettings__description blockquote>a:first-child:last-child:hover,.dashboardSettings__description h2>a:first-child:last-child:active,.dashboardSettings__description h2>a:first-child:last-child:focus,.dashboardSettings__description h2>a:first-child:last-child:hover,.dashboardSettings__description h3>a:first-child:last-child:active,.dashboardSettings__description h3>a:first-child:last-child:focus,.dashboardSettings__description h3>a:first-child:last-child:hover,.dashboardSettings__description h4>a:first-child:last-child:active,.dashboardSettings__description h4>a:first-child:last-child:focus,.dashboardSettings__description h4>a:first-child:last-child:hover,.emptyMessage__title>a:first-child:last-child:active,.emptyMessage__title>a:first-child:last-child:focus,.emptyMessage__title>a:first-child:last-child:hover,.fundResults__emptyState__title>a:first-child:last-child:active,.fundResults__emptyState__title>a:first-child:last-child:focus,.fundResults__emptyState__title>a:first-child:last-child:hover,.fundSearchCompare__modalTitle>a:first-child:last-child:active,.fundSearchCompare__modalTitle>a:first-child:last-child:focus,.fundSearchCompare__modalTitle>a:first-child:last-child:hover,.fundSearchWatchlist__modalTitle>a:first-child:last-child:active,.fundSearchWatchlist__modalTitle>a:first-child:last-child:focus,.fundSearchWatchlist__modalTitle>a:first-child:last-child:hover,.fundSearchWatchlistExt__modalTitle>a:first-child:last-child:active,.fundSearchWatchlistExt__modalTitle>a:first-child:last-child:focus,.fundSearchWatchlistExt__modalTitle>a:first-child:last-child:hover,.hypotheticalInvestment__title>a:first-child:last-child:active,.hypotheticalInvestment__title>a:first-child:last-child:focus,.hypotheticalInvestment__title>a:first-child:last-child:hover,.optionSelector__confirmTitle>a:first-child:last-child:active,.optionSelector__confirmTitle>a:first-child:last-child:focus,.optionSelector__confirmTitle>a:first-child:last-child:hover,.rtf blockquote>a:first-child:last-child:active,.rtf blockquote>a:first-child:last-child:focus,.rtf blockquote>a:first-child:last-child:hover,.rtf h2>a:first-child:last-child:active,.rtf h2>a:first-child:last-child:focus,.rtf h2>a:first-child:last-child:hover,.rtf h3>a:first-child:last-child:active,.rtf h3>a:first-child:last-child:focus,.rtf h3>a:first-child:last-child:hover,.rtf h4>a:first-child:last-child:active,.rtf h4>a:first-child:last-child:focus,.rtf h4>a:first-child:last-child:hover,.text.parbase blockquote>a:first-child:last-child:active,.text.parbase blockquote>a:first-child:last-child:focus,.text.parbase blockquote>a:first-child:last-child:hover,.text.parbase h2>a:first-child:last-child:active,.text.parbase h2>a:first-child:last-child:focus,.text.parbase h2>a:first-child:last-child:hover,.text.parbase h3>a:first-child:last-child:active,.text.parbase h3>a:first-child:last-child:focus,.text.parbase h3>a:first-child:last-child:hover,.text.parbase h4>a:first-child:last-child:active,.text.parbase h4>a:first-child:last-child:focus,.text.parbase h4>a:first-child:last-child:hover,.text__inner h4>a:first-child:last-child:active,.text__inner h4>a:first-child:last-child:focus,.text__inner h4>a:first-child:last-child:hover{color:#5e6073}.dashboardGrid__title p,.dashboardSettings__description blockquote p,.dashboardSettings__description h2 p,.dashboardSettings__description h3 p,.dashboardSettings__description h4 p,.emptyMessage__title p,.fundResults__emptyState__title p,.fundSearchCompare__modalTitle p,.fundSearchWatchlist__modalTitle p,.fundSearchWatchlistExt__modalTitle p,.hypotheticalInvestment__title p,.optionSelector__confirmTitle p,.rtf blockquote p,.rtf h2 p,.rtf h3 p,.rtf h4 p,.text.parbase blockquote p,.text.parbase h2 p,.text.parbase h3 p,.text.parbase h4 p,.text__inner h4 p{font-size:inherit;margin:0}.dashboardGrid__title sub,.dashboardGrid__title sup,.dashboardSettings__description blockquote sub,.dashboardSettings__description blockquote sup,.dashboardSettings__description h2 sub,.dashboardSettings__description h2 sup,.dashboardSettings__description h3 sub,.dashboardSettings__description h3 sup,.dashboardSettings__description h4 sub,.dashboardSettings__description h4 sup,.emptyMessage__title sub,.emptyMessage__title sup,.fundResults__emptyState__title sub,.fundResults__emptyState__title sup,.fundSearchCompare__modalTitle sub,.fundSearchCompare__modalTitle sup,.fundSearchWatchlist__modalTitle sub,.fundSearchWatchlist__modalTitle sup,.fundSearchWatchlistExt__modalTitle sub,.fundSearchWatchlistExt__modalTitle sup,.hypotheticalInvestment__title sub,.hypotheticalInvestment__title sup,.optionSelector__confirmTitle sub,.optionSelector__confirmTitle sup,.rtf blockquote sub,.rtf blockquote sup,.rtf h2 sub,.rtf h2 sup,.rtf h3 sub,.rtf h3 sup,.rtf h4 sub,.rtf h4 sup,.text.parbase blockquote sub,.text.parbase blockquote sup,.text.parbase h2 sub,.text.parbase h2 sup,.text.parbase h3 sub,.text.parbase h3 sup,.text.parbase h4 sub,.text.parbase h4 sup,.text__inner h4 sub,.text__inner h4 sup{font-size:.7em;vertical-align:sub}.dashboardGrid__title sup,.dashboardSettings__description blockquote sup,.dashboardSettings__description h2 sup,.dashboardSettings__description h3 sup,.dashboardSettings__description h4 sup,.emptyMessage__title sup,.fundResults__emptyState__title sup,.fundSearchCompare__modalTitle sup,.fundSearchWatchlist__modalTitle sup,.fundSearchWatchlistExt__modalTitle sup,.hypotheticalInvestment__title sup,.optionSelector__confirmTitle sup,.rtf blockquote sup,.rtf h2 sup,.rtf h3 sup,.rtf h4 sup,.text.parbase blockquote sup,.text.parbase h2 sup,.text.parbase h3 sup,.text.parbase h4 sup,.text__inner h4 sup{vertical-align:super}.apiError__label,.apiError__title,.atContact__contact__bio,.atContact__contact__company,.atContact__contact__name,.atContact__contact__text,.atContact__contact__title,.atContact__noRepresentatives,.dashboardGrid__expandButton,.dashboardNavigation__item,.dashboardNavigation__linkBadge,.dashboardNavigation__subtitle,.dashboardNavigation__title,.dashboardPortfolioCard__author,.dashboardPortfolioCard__caption,.dashboardPortfolioCard__columnDate,.dashboardPortfolioCard__columnTitle,.dashboardPortfolioCard__columnValue,.dashboardPortfolioCard__name,.dashboardReports__additionalTip,.dashboardSettings__caption,.dashboardSettings__description,.dashboardSettings__description--profile p,.dashboardSettings__description li,.dashboardSettings__description p,.dashboardSettings__description td,.dashboardSettings__description th,.dashboardSettings__fields dd,.dashboardSettings__fields dt,.dashboardSettings__formSubtitle,.dashboardSettings__phoneInfo,.dashboardSettings__tooltip,.dashboardWatchlist__addButton,.dashboardWatchlist__sort span,.emptyMessage__message,.filteringPanels__categoryItemButton,.filteringPanels__itemLabel,.filteringPanels__title,.fundResults__emptyState__text,.fundResults__loading,.fundSearchEmpty__label,.fundSearchItem-dashboard__added,.fundSearchItem-dashboard__input,.fundTile-dashboard__input,.hypotheticalInvestment__fundCode,.hypotheticalInvestment__fundTitle,.hypotheticalInvestment__input,.loading,.optionSelector__confirmText,.optionSelector__input,.optionSelector__itemButton,.rtf li,.rtf p,.rtf td,.rtf th,.text.parbase li,.text.parbase p,.text.parbase td,.text.parbase th{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e}.dashboardSettings__description blockquote,.dashboardSettings__description h2,.emptyMessage__title,.fundSearchCompare__modalTitle,.fundSearchWatchlist__modalTitle,.fundSearchWatchlistExt__modalTitle,.hypotheticalInvestment__title,.optionSelector__confirmTitle,.rtf blockquote,.rtf h2,.text.parbase blockquote,.text.parbase h2{font-size:32px;font-weight:300}@media screen and (max-width:600px){.dashboardSettings__description blockquote,.dashboardSettings__description h2,.emptyMessage__title,.fundSearchCompare__modalTitle,.fundSearchWatchlist__modalTitle,.fundSearchWatchlistExt__modalTitle,.hypotheticalInvestment__title,.optionSelector__confirmTitle,.rtf blockquote,.rtf h2,.text.parbase blockquote,.text.parbase h2{font-size:24px}}.dashboardGrid__title,.dashboardSettings__description h3,.rtf h3,.text.parbase h3,.text__inner h4{font-size:24px;font-weight:300}@media screen and (max-width:600px){.dashboardGrid__title,.dashboardSettings__description h3,.rtf h3,.text.parbase h3,.text__inner h4{font-size:24px}}.dashboardSettings__description h4,.rtf h4,.text.parbase h4{font-size:16px;font-weight:700}.apiError__label,.apiError__title,.atContact__noRepresentatives,.dashboardNavigation__item,.dashboardPortfolioCard__columnValue,.dashboardPortfolioCard__name,.dashboardSettings__description,.dashboardSettings__description li,.dashboardSettings__description p,.dashboardSettings__description td,.dashboardSettings__description th,.emptyMessage__message,.filteringPanels__categoryItemButton,.filteringPanels__itemLabel,.filteringPanels__title,.fundSearchItem-dashboard__input,.fundTile-dashboard__input,.hypotheticalInvestment__input,.optionSelector__confirmText,.optionSelector__input,.rtf li,.rtf p,.rtf td,.rtf th,.text.parbase li,.text.parbase p,.text.parbase td,.text.parbase th{font-size:16px;line-height:1.75}.atContact__contact__name,.atContact__contact__title,.dashboardGrid__expandButton,.dashboardReports__additionalTip,.dashboardSettings__caption,.dashboardSettings__description--profile p,.dashboardSettings__fields dd,.dashboardSettings__formSubtitle,.dashboardSettings__phoneInfo,.dashboardSettings__tooltip,.dashboardWatchlist__addButton,.dashboardWatchlist__sort span,.fundResults__emptyState__text,.fundResults__loading,.hypotheticalInvestment__fundTitle,.loading,.optionSelector__itemButton{font-size:14px;line-height:1.5}.atContact__contact__bio,.atContact__contact__company,.atContact__contact__text,.dashboardPortfolioCard__author,.dashboardPortfolioCard__caption,.dashboardPortfolioCard__columnDate,.dashboardPortfolioCard__columnTitle,.dashboardSettings__fields dt,.fundSearchEmpty__label,.fundSearchItem-dashboard__added,.hypotheticalInvestment__fundCode{font-size:12px;line-height:1.33}.dashboardSettings__button,.dashboardWatchlist__addButton,.emptyMessage__cta,.filteringPanels__save,.fundSearchCompare__save,.fundSearchWatchlist__save,.fundSearchWatchlistExt__save,.hypotheticalInvestment__button,.optionSelector__remove{border-color:#d03a39;background-color:#d03a39}.dashboardSettings__button:focus,.dashboardSettings__button:hover,.dashboardWatchlist__addButton:focus,.dashboardWatchlist__addButton:hover,.emptyMessage__cta:focus,.emptyMessage__cta:hover,.filteringPanels__save:focus,.filteringPanels__save:hover,.fundSearchCompare__save:focus,.fundSearchCompare__save:hover,.fundSearchWatchlist__save:focus,.fundSearchWatchlist__save:hover,.fundSearchWatchlistExt__save:focus,.fundSearchWatchlistExt__save:hover,.hypotheticalInvestment__button:focus,.hypotheticalInvestment__button:hover,.optionSelector__remove:focus,.optionSelector__remove:hover{border-color:#a00e18;background-color:#a00e18;color:#fff;box-shadow:none}.dashboardSettings__button:focus,.dashboardWatchlist__addButton:focus,.emptyMessage__cta:focus,.filteringPanels__save:focus,.fundSearchCompare__save:focus,.fundSearchWatchlist__save:focus,.fundSearchWatchlistExt__save:focus,.hypotheticalInvestment__button:focus,.optionSelector__remove:focus{box-shadow:none;outline:none}.dashboardSettings__button:active,.dashboardWatchlist__addButton:active,.emptyMessage__cta:active,.filteringPanels__save:active,.fundSearchCompare__save:active,.fundSearchWatchlist__save:active,.fundSearchWatchlistExt__save:active,.hypotheticalInvestment__button:active,.optionSelector__remove:active{border-color:#d03a39;background-color:#d03a39}.dashboardSettings__button:disabled,.dashboardWatchlist__addButton:disabled,.emptyMessage__cta:disabled,.filteringPanels__save:disabled,.fundSearchCompare__save:disabled,.fundSearchWatchlist__save:disabled,.fundSearchWatchlistExt__save:disabled,.hypotheticalInvestment__button:disabled,.optionSelector__remove:disabled{border-color:#e0e0e0;background-color:#e0e0e0}.dashboardReports__filtersTypeButton,.optionSelector__cancel{border-color:#d03a39;background-color:#fff;color:#34384b}.dashboardReports__filtersTypeButton:focus,.dashboardReports__filtersTypeButton:hover,.optionSelector__cancel:focus,.optionSelector__cancel:hover{border-color:#a00e18;background-color:#a00e18;color:#fff}.dashboardReports__filtersTypeButton:active,.optionSelector__cancel:active{border-color:#d03a39;background-color:#fff;color:#34384b}.dashboardReports__filtersTypeButton:disabled,.optionSelector__cancel:disabled{color:#8e90a2}.dashboardSettings__description>:not(:first-child),.dashboardSettings__description>div:first-child>:not(:first-child),.rtf>:not(:first-child),.rtf>div:first-child>:not(:first-child),.text.parbase>:not(:first-child),.text.parbase>div:first-child>:not(:first-child){margin-top:16px;margin-bottom:0}.dashboardSettings__description a,.rtf a,.text.parbase a{word-break:break-word;color:inherit;text-decoration:underline}.dashboardSettings__description a:active,.dashboardSettings__description a:focus,.dashboardSettings__description a:hover,.rtf a:active,.rtf a:focus,.rtf a:hover,.text.parbase a:active,.text.parbase a:focus,.text.parbase a:hover{color:#282b3e}.dashboardSettings__description img,.rtf img,.text.parbase img{display:inline-block;max-width:100%;margin:0 auto}.dashboardSettings__description b,.dashboardSettings__description strong,.rtf b,.rtf strong,.text.parbase b,.text.parbase strong{font-weight:600}.dashboardSettings__description em,.dashboardSettings__description i,.rtf em,.rtf i,.text.parbase em,.text.parbase i{font-style:italic}.dashboardSettings__description u,.rtf u,.text.parbase u{text-decoration:underline}.dashboardSettings__description .small,.dashboardSettings__description small,.dashboardSettings__description sub,.dashboardSettings__description sup,.rtf .small,.rtf small,.rtf sub,.rtf sup,.text.parbase .small,.text.parbase small,.text.parbase sub,.text.parbase sup{font-size:.83em}.dashboardSettings__description sup,.rtf sup,.text.parbase sup{vertical-align:super}.dashboardSettings__description sub,.rtf sub,.text.parbase sub{vertical-align:sub}.dashboardSettings__description ol,.dashboardSettings__description ul,.rtf ol,.rtf ul,.text.parbase ol,.text.parbase ul{padding-left:16px;list-style-position:inside}.dashboardSettings__description ul,.rtf ul,.text.parbase ul{list-style-type:disc}.dashboardSettings__description ul ul,.rtf ul ul,.text.parbase ul ul{list-style-type:circle}.dashboardSettings__description ol,.rtf ol,.text.parbase ol{list-style-type:decimal}.dashboardSettings__description ol ol,.rtf ol ol,.text.parbase ol ol{list-style-type:lower-alpha}.dashboardSettings__description li+li,.rtf li+li,.text.parbase li+li{margin-top:8px}.dashboardSettings__description h2,.dashboardSettings__description h3,.rtf h2,.rtf h3,.text.parbase h2,.text.parbase h3{font-weight:400}.dashboardSettings__description blockquote,.rtf blockquote,.text.parbase blockquote{margin-left:0;padding:4px 20px;border-left:3px solid #e0e0e0}.dashboardSettings__description table,.rtf table,.text.parbase table{border:1px solid #5e6073}.dashboardSettings__description tr,.rtf tr,.text.parbase tr{border-bottom:1px solid #5e6073}.dashboardSettings__description tr:last-child,.rtf tr:last-child,.text.parbase tr:last-child{border-bottom:0}.dashboardSettings__description td,.dashboardSettings__description th,.rtf td,.rtf th,.text.parbase td,.text.parbase th{padding:8px;border-right:1px solid #5e6073}.dashboardSettings__description td:last-child,.dashboardSettings__description th:last-child,.rtf td:last-child,.rtf th:last-child,.text.parbase td:last-child,.text.parbase th:last-child{border-right:0}.text__inner>:first-child{margin-top:0!important}.text__inner ol,.text__inner ul{margin-top:24px!important}.text__inner h2{margin-top:48px!important}@media screen and (max-width:600px){.text__inner h2{font-size:32px!important}}.text__inner h3,.text__inner h4{margin-top:48px!important}.text__inner h4{font-size:20px!important;font-weight:400!important}.text__inner blockquote,.text__inner blockquote+*,.text__inner h5{margin-top:48px!important}.text__inner--card{padding:48px}@media screen and (max-width:600px){.text__inner--card{padding:24px}}.apiError__inner{text-align:center;padding:32px}.apiError__icon{width:56px;height:56px;fill:#282b3e;margin-bottom:16px}.apiError__title{font-size:24px;font-weight:400;line-height:125%;margin-bottom:16px}.apiError__label{font-weight:400}.emptyMessage__inner{text-align:center;padding:56px}.emptyMessage__icon{width:80px;height:80px;fill:#282b3e;margin-bottom:48px}.emptyMessage__title{font-weight:400;margin-bottom:16px}.emptyMessage__message{font-weight:400}.emptyMessage__cta{margin-top:48px}.filteringPanels__backIcon,.filteringPanels__categoryItemIcon{width:12px;height:12px;fill:#282b3e}.filteringPanels{display:block;height:100%}.filteringPanels__header{height:56px;padding-top:16px;position:relative;border-bottom:1px solid #e0e0e0}.filteringPanels__content{height:calc(100% - 144px);overflow:auto}.filteringPanels__footer{height:88px;text-align:center;padding:16px}.filteringPanels__back{position:absolute;top:0;left:0;border:0;margin:0;padding:0;width:56px;height:56px;background-color:transparent;cursor:pointer}.filteringPanels__backIcon{margin-top:5px}.filteringPanels__title{font-weight:700;text-align:center}.filteringPanels__categoryItem{border-bottom:1px solid #e0e0e0}.filteringPanels__categoryItemButton{position:relative;width:100%;padding:16px;margin:0;background-color:transparent;text-align:left;cursor:pointer;border:0}.filteringPanels__categoryItemIcon{position:absolute;top:50%;right:22px;transform:translateY(-50%)}.filteringPanels__itemLabel{position:relative;display:block;width:100%;padding:14px 16px;margin:0;cursor:pointer}.filteringPanels__itemLabel input{width:1px;height:1px;position:absolute;visibility:hidden}.filteringPanels__radio{position:relative;display:inline-block;width:16px;height:16px;border:1px solid #282b3e;border-radius:50%;padding:4px;margin-right:8px;vertical-align:middle}.filteringPanels__radio:after{display:block;content:"";top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:50%}input[checked]+.filteringPanels__radio{border-color:#282b3e;background-color:#282b3e}.filteringPanels__save{width:100%}.optionSelector{position:relative}.optionSelector__button{width:40px;height:40px;margin:0;padding:8px;border:0;background-color:transparent;cursor:pointer}.optionSelector__buttonIcon{width:100%;height:100%;fill:#282b3e}.optionSelector__list{position:absolute;top:100%;right:0;width:200px;background-color:#fff;z-index:1;padding:8px 0}.optionSelector__input{position:absolute;width:40px;height:40px;top:0;right:0;opacity:0;border:0;cursor:pointer}.optionSelector__itemButton{line-height:1.4;text-align:left;width:100%;margin:0;padding:8px 16px;border:0;background-color:transparent;cursor:pointer}.optionSelector__itemButton:active,.optionSelector__itemButton:focus,.optionSelector__itemButton:hover{background-color:#ededed}.optionSelector__itemButton:disabled{color:#8e90a2;cursor:not-allowed}.optionSelector__itemButton:disabled:active,.optionSelector__itemButton:disabled:focus,.optionSelector__itemButton:disabled:hover{background-color:inherit}.optionSelector__item--remove .optionSelector__itemButton{color:#a00e18}.optionSelector__modal .reactModal__main{height:auto;text-align:left}.optionSelector__confirmTitle{font-weight:400;margin:0 0 16px}.optionSelector__confirmText{font-weight:400;margin:0}.optionSelector__buttons{text-align:right;margin-top:48px}.optionSelector__cancel{color:#282b3e;margin-right:8px}.optionSelector__remove{border-color:#a00e18;background-color:#a00e18}.optionSelector__remove:focus,.optionSelector__remove:hover{border-color:#710a11;background-color:#710a11}.optionSelector__remove:active{border-color:#a00e18;background-color:#a00e18}.reactModal{position:fixed;width:100%;height:100%;z-index:400;left:0;top:0;display:flex;justify-content:center;align-items:center}.reactModal__main{position:relative;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04);z-index:1;width:96%;max-width:800px;max-height:660px;height:90%;animation:fadeUp .35s ease-in-out;animation-fill-mode:forwards}.reactModal--full .reactModal__main{max-width:1300px}.reactModal--small .reactModal__main{max-width:450px}.reactModal--medium .reactModal__main{max-width:600px;overflow:visible}.reactModal--wide .reactModal__main{max-width:1252px}.reactModal--scroll .reactModal__main{overflow-y:auto}@media screen and (max-width:600px){.reactModal--mobileFull .reactModal__main{height:100%;width:100%;max-height:100%;overflow:hidden}}@media screen and (max-width:600px){.reactModal--scroll.reactModal--mobileFull .reactModal__main{overflow-y:auto}}.reactModal__inner{max-height:100%;height:100%;padding:32px}.reactModal--wide .reactModal__inner{max-width:75%;margin:0 auto}@media screen and (max-width:600px){.reactModal__inner{padding:16px;height:100%}.reactModal--wide .reactModal__inner{max-width:none}}.reactModal__bg{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.4);animation:fadein .25s ease-in-out;animation-fill-mode:forwards}.reactModal__close{position:absolute;top:40px;right:32px;appearance:none;border:none;background-color:transparent;padding:7px;color:#5e6073;cursor:pointer;outline:none;z-index:10}.reactModal__close:active,.reactModal__close:focus,.reactModal__close:hover{color:#d03a39;outline:none}@media screen and (max-width:600px){.reactModal__close{top:16px;right:16px}}.reactModal__closeIcon{fill:currentColor;width:24px;height:24px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadein{0%{opacity:0}to{opacity:1}}.loading{position:relative;display:block;text-align:center}.loading:before{display:block;margin:0 auto 8px;width:24px;height:24px;content:"";border-radius:24px;border:3px solid #282b3e;border-top-color:#e0e0e0;animation:animation-rotate .75s linear infinite}.loading:active span,.loading:hover span,.loading span{color:transparent;text-shadow:none}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{position:relative;left:0}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto!important}.tns-gallery>.tns-moving{transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-fadeOut,.tns-normal{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333333%;width:2333.33333%;position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;width:1.42857%;height:10px;float:left}.dashboardSlider{display:flex;justify-content:center;margin-top:64px;margin-bottom:64px}.dashboardSlider__inner{width:100%}.dashboardSlider__inner--ready .dashboardSlider__list{display:flex;align-content:stretch}.dashboardSlider__item{position:relative;min-height:300px;max-height:400px;outline:none;padding-right:24px;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:600px){.dashboardSlider__item{max-height:410px}}.dashboardSlider__item:last-child{padding-right:0}.dashboardSlider__item:not(.tns-slide-active){cursor:pointer}.dashboardSlider__item:not(:first-child){display:none}.dashboardSlider__inner--ready .dashboardSlider__item:not(:first-child){display:block}.dashboardSlider__wrapper{position:relative;display:flex;height:100%;background-color:#282b3e;outline:none;overflow:hidden}.dashboardSlider__wrapper[data-theme=white]{background-color:#fff}.dashboardSlider__wrapper[data-theme=blue]{background-color:#0000c1}.dashboardSlider__wrapper[data-theme=green]{background-color:#06854d}.dashboardSlider__wrapper[data-theme=navy]{background-color:#282b3e}@media screen and (max-width:600px){.dashboardSlider__wrapper{flex-direction:column}}.dashboardSlider__text{padding:48px;display:flex;flex-direction:column;justify-content:center;flex:1 1 50%;min-width:50%}@media screen and (max-width:600px){.dashboardSlider__text{padding:24px;height:100%}}.dashboardSlider__text>*{position:relative;color:#fff;font-size:16px;line-height:175%;letter-spacing:-.02em;text-shadow:1px 1px 3px #282b3e}.dashboardSlider__wrapper[data-theme=white] .dashboardSlider__text>*{color:#282b3e;text-shadow:none}.dashboardSlider__media{position:relative;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:50%;flex:1 1 50%}.dashboardSlider__item--layout-onethird .dashboardSlider__media{flex-basis:33.33%;max-width:33.33%}@media screen and (max-width:600px){.dashboardSlider__media{width:100%;max-width:none!important;height:292px}}.dashboardSlider__image{width:100%;height:100%;visibility:hidden;object-fit:cover}.dashboardSlider__subhead{font-weight:700;font-size:14px;line-height:1.4;margin-bottom:16px}@media screen and (max-width:600px){.dashboardSlider__subhead{margin-bottom:8px}}.dashboardSlider__title{font-size:48px;line-height:1.25;font-weight:400;margin:0}@media screen and (max-width:600px){.dashboardSlider__title{font-size:24px}}.dashboardSlider__description{overflow:hidden;margin-top:20px;margin-bottom:auto;flex-shrink:0}@media screen and (max-width:600px){.dashboardSlider__description{font-size:14px;line-height:1.4;margin-top:8px}}.dashboardSlider__link{font-weight:700;margin:16px 0 0;outline:none}@media screen and (max-width:600px){.dashboardSlider__link{margin-top:8px}}.dashboardSlider__link:focus,.dashboardSlider__link:hover{color:#fff;text-decoration:underline}.dashboardSlider__linkIcon{width:10px;height:10px;margin-left:4px;fill:#fff}.dashboardSlider__wrapper[data-theme=white] .dashboardSlider__linkIcon{fill:#282b3e}.dashboardSlider__controls{margin-top:24px;outline:none;display:flex;align-items:center}.dashboardSlider__control{outline:none;background:#fff;padding:0;border:0;cursor:pointer}.dashboardSlider__inner--ready .dashboardSlider__control{display:block}.dashboardSlider__control__icon{width:24px;height:24px;fill:#282b3e}.dashboardSlider__control:disabled{border-color:#8e90a2}.dashboardSlider__control:disabled .dashboardSlider__control__icon{fill:#8e90a2!important}.dashboardSlider__control:hover:not(:disabled){border-color:#282b3e}.dashboardSlider__control:hover:not(:disabled) .dashboardSlider__control__icon{fill:#282b3e!important}.dashboardSlider__control+.dashboardSlider__control{margin-left:12px}.dashboardSlider__page{color:#5e6073;margin-left:12px;font-size:12px;letter-spacing:-.02em;line-height:1.5}.dashboardSlider .tns-outer .tns-ovh{overflow:visible}.dashboardSlider .tns-nav{margin-top:16px}.dashboardSlider .tns-nav button{padding:0;margin:0 8px 0 0;border:0;width:64px;height:8px;background-color:#e0e0e0;transition:background-color .2s ease-in-out}.dashboardSlider .tns-nav button.tns-nav-active{background-color:#d03a39}.dashboardTitle__cta{font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#282b3e}.dashboardSlider__maintitle,.dashboardTitle__inner{margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:600px){.dashboardSlider__maintitle,.dashboardTitle__inner{flex-wrap:wrap;margin-bottom:16px}}.dashboardSlider__maintitle,.dashboardTitle__title{font-size:32px;line-height:125%;letter-spacing:-.02em;color:#282b3e}@media screen and (max-width:600px){.dashboardSlider__maintitle,.dashboardTitle__title{font-size:24px;margin-bottom:16px;width:100%}}.dashboardTitle__cta{font-weight:700;text-decoration:none}.dashboardTitle__cta:focus,.dashboardTitle__cta:hover{text-decoration:underline}.dashboardTitle__ctaIcon{width:9px;height:9px;margin-left:8px}.fundTile-dashboard{background-color:#fff;position:relative;padding:16px 16px 16px 44px;margin-bottom:8px;min-height:75px;border:1px solid #e8e8e8}.fundTile-dashboard--suggestion{box-shadow:none;border:1px solid #e0e0e0;background-color:transparent}.fundTile-dashboard:before{margin:0;width:24px;height:24px;position:absolute;left:calc(50% - 12px);top:calc(50% - 12px);content:"";border-radius:24px;border:2px solid #282b3e;border-top-color:transparent;animation:animation-rotate .75s linear infinite;opacity:0;transition:opacity .3s ease-in-out;display:none}.fundTile-dashboard--loading:before{display:block;opacity:1}.fundTile-dashboard__close{transition:opacity .3s ease-in-out;opacity:1;display:inline;background:none;border:none;appearance:none;position:absolute;outline:none;cursor:pointer;padding:0;margin:0;top:20px;right:20px}@media print{.fundTile-dashboard__close{display:none}}.fundTile--loading .fundTile-dashboard__close{opacity:.3}.fundTile-dashboard__remove{height:20px;width:20px;fill:#282b3e;opacity:.5}.fundTile-dashboard__dot{position:absolute;display:block;top:20px;left:16px;height:12px;width:12px;min-width:12px;border-radius:100%;background-color:#777}.fundTile-dashboard__name{font-size:14px;font-weight:700;overflow:hidden;padding-right:40px;text-overflow:ellipsis;white-space:nowrap;line-height:1.4;margin-bottom:4px;transition:opacity .3s ease-in-out;opacity:1}@media print{.fundTile-dashboard__name{white-space:normal;text-overflow:clip}}.fundTile--loading .fundTile-dashboard__name{opacity:.3}.fundTile-dashboard__company,.fundTile-dashboard__ticker{color:#5e6073;font-size:12px;line-height:1.5;display:inline}.fundTile-dashboard__ticker{font-weight:700}.fundTile-dashboard__company{font-weight:400}.fundTile-dashboard__company:before{content:" · ";display:inline}.fundTile-dashboard__secondaryInfo{font-weight:400;padding-right:40px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:opacity .3s ease-in-out;opacity:1}@media print{.fundTile-dashboard__secondaryInfo{white-space:normal;text-overflow:clip}}.fundTile--loading .fundTile-dashboard__secondaryInfo{opacity:.3}.fundTile-dashboard__input{padding:8px;margin-top:8px;background-color:#ededed;display:block;width:144px;line-height:1;border:2px solid transparent;border-radius:0;text-align:right;outline:none}.fundTile-dashboard__input:-ms-input-placeholder{color:#282b3e}.fundTile-dashboard__input::placeholder{color:#282b3e}.fundTile-dashboard__input:focus{background-color:#fff;border-color:#282b3e}.fundResults{position:absolute;width:100%;min-width:500px;max-width:140%;z-index:10;background-color:#fff;top:100%;margin-top:8px;padding:8px 16px;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04);transition:opacity .3s;opacity:0;max-height:400px;min-height:140px;overflow:auto}@media screen and (max-width:1100px){.fundResults{min-width:0;max-width:100%}}.fundSearchWatchlist .fundResults{position:relative;box-shadow:none;height:calc(100% - 58px);max-height:none;top:auto}.fundResults--transition-enter-active,.fundResults--transition-enter-done{opacity:1;display:block}.fundResults--transition-exit{opacity:0;display:block}.fundResults--transition-exit-done{display:none}.fundResults__subsection{font-size:12px;padding:16px 0;margin:0;color:#000;line-height:1.5}.fundSearchWatchlist .fundResults__subsection{display:none}.fundResults__list{margin:0}.fundSearchWatchlist .fundResults__list--hasSelection{margin-bottom:73px}.fundResults__emptyState{padding:48px;text-align:center}@media screen and (max-width:600px){.fundResults__emptyState{padding:24px}}.fundResults__emptyState__icon{fill:#e0e0e0;width:57px;height:57px;margin:0 auto 24px}.fundResults__emptyState__title{font-size:24px;font-weight:400;margin:0 0 16px}@media screen and (max-width:600px){.fundResults__emptyState__title{font-size:20px}}.fundResults__emptyState__text{line-height:1.4}.fundResults__loading{position:relative;display:block;text-align:center;padding-top:56px;margin-top:16px}.fundSearchWatchlist .fundResults__loading{margin-top:144px}.fundResults__loading:before{margin:0;width:24px;height:24px;position:absolute;left:calc(50% - 12px);top:16px;content:"";border-radius:24px;border:3px solid #282b3e;border-top-color:#e0e0e0;animation:animation-rotate .75s linear infinite}.fundResults__loading:active span,.fundResults__loading:hover span,.fundResults__loading span{color:transparent;text-shadow:none}.fundSearchCompare{padding-right:32px;padding-top:32px;z-index:1;width:364px;min-width:364px;height:660px;position:sticky;top:80px;align-self:flex-start;display:block}@media screen and (max-width:1100px){.fundSearchCompare{width:100%;min-width:0}}.reactModal .fundSearchCompare{width:100%!important;padding:0!important;margin:0!important}@media screen and (max-width:1100px){:not(.reactModal) .fundSearchCompare{display:block;width:100%;min-width:0;top:auto;position:relative;padding:8px 32px}}@media screen and (max-width:600px){:not(.reactModal) .fundSearchCompare{padding:32px 16px 8px}}.fundSearchCompare__modalTitle{display:none;margin-bottom:16px}.reactModal .fundSearchCompare__modalTitle{display:block}.fundSearchCompare__selectedfunds{padding:8px 0 16px}.fundSearchCompare__notesGroup{clear:both;overflow:hidden}.fundSearchCompare__notesGroup .fundSearchCompare__notes{float:left}.fundSearchCompare__notesGroup .fundSearchCompare__notes--onlyTablet{width:calc(33.33% - 5.5px);float:right}.fundSearchCompare__notes{color:#5e6073;font-size:12px;margin-bottom:12px}.fundSearchCompare__notes--onlyTablet{display:none}.fundSearchCompare__notes--hideTablet{display:block}.fundSearchCompare__notes--centered{text-align:center}.fundSearchCompare__header{margin-bottom:16px;position:relative}.fundSearchCompare__save{display:block;width:100%;margin-top:8px;margin-bottom:16px}.fundSearchCompare__tileContainer{transition:opacity .3s ease-out;opacity:1}@media screen and (max-width:600px){.fundSearchCompare__tileContainer{width:100%!important;margin-right:0!important;display:block!important}}.fundSearchCompare__link{margin:0 4px}.fundSearchCompare__link,.fundSearchCompare__link:active,.fundSearchCompare__link:focus,.fundSearchCompare__link:hover{text-decoration:underline;color:#282b3e}.fundSearchEmpty{display:flex;flex-direction:column;justify-content:center;min-height:300px}.fundSearchEmpty__icon{width:64px;height:64px;fill:#d03a39;display:block;margin:0 auto}.fundSearchEmpty__label{text-align:center;width:80%;margin:16px auto 0}.fundSearcher{position:relative}.fundSearchItem-dashboard{transition:opacity .3s cubic-bezier(.86,0,.07,1);overflow:hidden;margin:0 -16px;padding:0 16px}.fundSearchWatchlist .fundSearchItem-dashboard{padding:0}.fundSearchItem-dashboard:hover{background-color:#ededed}.fundSearchWatchlist .fundSearchItem-dashboard:hover{background-color:transparent}.fundSearchItem-dashboard__trigger{position:relative;appearance:none;border:0;display:flex;justify-content:space-between;align-items:center;width:100%;padding-left:30px;padding-top:8px;padding-bottom:8px;cursor:pointer;text-align:left;background-color:transparent;outline:none}.fundSearchWatchlist .fundSearchItem-dashboard__trigger{padding:8px 12px 8px 44px;height:72px}.fundSearchWatchlist .fundSearchItem-dashboard__trigger:focus,.fundSearchWatchlist .fundSearchItem-dashboard__trigger:hover{background-color:#fafafa}.fundSearchWatchlist .fundSearchItem-dashboard__trigger[disabled]{cursor:not-allowed;background-color:transparent}.fundSearchItem-dashboard--selected .fundSearchItem-dashboard__trigger{background-color:#fafafa}.fundSearchItem-dashboard__name{font-size:14px;font-weight:700;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#282b3e;line-height:1.4;margin-bottom:4px;letter-spacing:-.02em}.fundSearchItem-dashboard__extrainfo{font-size:12px;color:#5e6073;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5}.fundSearchItem-dashboard__icon{width:20px;height:20px;position:absolute;top:8px;left:0;fill:#282b3e}.fundSearchItem-dashboard__checkbox{width:20px;height:20px;position:absolute;top:50%;left:12px;border-radius:50%;transform:translateY(-50%);border:2px solid #ededed;padding:1px}.fundSearchItem-dashboard--selected .fundSearchItem-dashboard__checkbox{background-color:#282b3e;border-color:#282b3e}.fundSearchItem-dashboard__trigger:disabled .fundSearchItem-dashboard__checkbox{display:none}.fundSearchItem-dashboard__tick{fill:#fff;padding:2px}.fundSearchItem-dashboard--selected .fundSearchItem-dashboard__tick{width:100%;height:100%}.fundSearchItem-dashboard__field{display:none}.fundSearchItem-dashboard--selected .fundSearchItem-dashboard__field{display:block}.fundSearchItem-dashboard__input{padding:16px;margin:0;background-color:#ededed;display:block;width:144px;line-height:1;border:2px solid transparent;border-radius:0;text-align:right;outline:none}.fundSearchItem-dashboard__input:-ms-input-placeholder{color:#282b3e}.fundSearchItem-dashboard__input::placeholder{color:#282b3e}.fundSearchItem-dashboard__input:focus{background-color:#fff;border-color:#282b3e}.fundSearchItem-dashboard--transition-item-appear{opacity:0}.fundSearchItem-dashboard--transition-enter-active,.fundSearchItem-dashboard--transition-enter-done,.fundSearchItem-dashboard--transition-item-appear-done{opacity:1}.fundSearchItem-dashboard--transition-exit,.fundSearchItem-dashboard--transition-exit-done{opacity:0}.fundSearchItem-dashboard__added{line-height:150%;font-weight:700}.fundSearchItem-dashboard__addedIcon{width:18px;height:18px;fill:#fff;background:#282b3e;vertical-align:middle;margin-right:8px;padding:4px;border-radius:9px}.fundSearchWatchlist{padding-right:32px;padding-top:32px;z-index:1;width:364px;min-width:364px;height:100%;position:sticky;top:80px;align-self:flex-start;display:block}@media screen and (max-width:1100px){.fundSearchWatchlist{width:100%;min-width:0}}.reactModal .fundSearchWatchlist{width:100%!important;padding:0!important;margin:0!important}@media screen and (max-width:1100px){:not(.reactModal) .fundSearchWatchlist{display:block;width:100%;min-width:0;top:auto;position:relative;padding:8px 32px}}@media screen and (max-width:600px){:not(.reactModal) .fundSearchWatchlist{padding:32px 16px 8px}}.fundSearchWatchlist__modalTitle{display:none;margin-bottom:48px;font-weight:400}.reactModal .fundSearchWatchlist__modalTitle{display:block}.fundSearchWatchlist__selectedfunds{padding:8px 0 16px}.fundSearchWatchlist__notesGroup{clear:both;overflow:hidden}.fundSearchWatchlist__notesGroup .fundSearchWatchlist__notes{float:left}.fundSearchWatchlist__notesGroup .fundSearchWatchlist__notes--onlyTablet{width:calc(33.33% - 5.5px);float:right}.fundSearchWatchlist__notes{color:#5e6073;font-size:12px;margin-bottom:12px}.fundSearchWatchlist__notes--onlyTablet{display:none}.fundSearchWatchlist__notes--hideTablet{display:block}.fundSearchWatchlist__notes--centered{text-align:center}.fundSearchWatchlist__header{position:relative;height:calc(100% - 88px)}.fundSearchWatchlist__footer{margin:0 -32px;position:absolute;left:0;right:0;bottom:-32px;padding:24px 0;border-top:1px solid #ededed;z-index:10;background-color:#fff}@media screen and (max-width:600px){.fundSearchWatchlist__footer{margin:0 -16px;bottom:-16px}}.fundSearchWatchlist__save{display:block;width:auto;margin:0 auto;padding:16px 22px;font-weight:700}.fundSearchWatchlist__tileContainer{transition:opacity .3s ease-out;opacity:1}@media screen and (max-width:600px){.fundSearchWatchlist__tileContainer{width:100%!important;margin-right:0!important;display:block!important}}.fundSearchWatchlist__link{margin:0 4px}.fundSearchWatchlist__link,.fundSearchWatchlist__link:active,.fundSearchWatchlist__link:focus,.fundSearchWatchlist__link:hover{text-decoration:underline;color:#282b3e}.fundSearchWatchlistExt{padding-right:32px;padding-top:32px;z-index:1;width:364px;min-width:364px;height:660px;position:sticky;top:80px;align-self:flex-start;display:block;max-height:100%}@media screen and (max-width:1100px){.fundSearchWatchlistExt{width:100%;min-width:0}}.reactModal .fundSearchWatchlistExt{width:100%!important;padding:0!important;margin:0!important}@media screen and (max-width:1100px){:not(.reactModal) .fundSearchWatchlistExt{display:block;width:100%;min-width:0;top:auto;position:relative;padding:8px 32px}}@media screen and (max-width:600px){:not(.reactModal) .fundSearchWatchlistExt{padding:32px 16px 8px}}.fundSearchWatchlistExt__modalTitle{display:none;margin-bottom:16px}.reactModal .fundSearchWatchlistExt__modalTitle{display:block}.fundSearchWatchlistExt__selectedfunds{overflow-y:auto;max-height:75%}.fundSearchWatchlistExt__notesGroup{clear:both;overflow:hidden}.fundSearchWatchlistExt__notesGroup .fundSearchWatchlistExt__notes{float:left}.fundSearchWatchlistExt__notesGroup .fundSearchWatchlistExt__notes--onlyTablet{width:calc(33.33% - 5.5px);float:right}.fundSearchWatchlistExt__notes{color:#5e6073;font-size:12px;margin-bottom:12px}.fundSearchWatchlistExt__notes--onlyTablet{display:none}.fundSearchWatchlistExt__notes--hideTablet{display:block}.fundSearchWatchlistExt__notes--centered{text-align:center}.fundSearchWatchlistExt__header{margin-bottom:16px;position:relative}.fundSearchWatchlistExt__save{display:block;width:100%;margin-top:8px;margin-bottom:16px}.fundSearchWatchlistExt__tileContainer{transition:opacity .3s ease-out;opacity:1}@media screen and (max-width:600px){.fundSearchWatchlistExt__tileContainer{width:100%!important;margin-right:0!important;display:block!important}}.fundSearchWatchlistExt__link{margin:0 4px}.fundSearchWatchlistExt__link,.fundSearchWatchlistExt__link:active,.fundSearchWatchlistExt__link:focus,.fundSearchWatchlistExt__link:hover{text-decoration:underline;color:#282b3e}.hypotheticalInvestment{position:relative;height:100%}.hypotheticalInvestment__title{margin-bottom:64px;font-size:30px}.hypotheticalInvestment__content{display:flex;justify-content:space-between;align-items:center}.hypotheticalInvestment__fundTitle{font-weight:700;line-height:1.4}.hypotheticalInvestment__fundCode{line-height:1.5;color:#5e6073}.hypotheticalInvestment__input{padding:16px;margin:0;background-color:#ededed;display:block;width:144px;line-height:1.4;border:2px solid transparent;border-radius:0;text-align:right;outline:none}.hypotheticalInvestment__input:-ms-input-placeholder{color:#282b3e}.hypotheticalInvestment__input::placeholder{color:#282b3e}.hypotheticalInvestment__input:focus{background-color:#fff;border-color:#d03a39;box-shadow:none}.hypotheticalInvestment__footer{padding-top:24px;border-top:1px solid #e0e0e0;text-align:center;margin:0 -32px;position:absolute;bottom:0;width:calc(100% + 64px)}@media screen and (max-width:600px){.hypotheticalInvestment__footer{margin:0 -16px;padding-top:16px;width:calc(100% + 32px)}}.dashboardNavigation__inner{background:#fff;position:relative;box-shadow:0 1px 4px rgba(0,0,0,.16);margin-bottom:16px}.dashboardNavigation__header{padding:32px}@media screen and (max-width:600px){.dashboardNavigation__header{padding:16px}}.dashboardNavigation__title{font-weight:400;font-size:48px;line-height:125%;margin-bottom:16px}@media screen and (max-width:600px){.dashboardNavigation__title{font-size:32px}}.dashboardNavigation__subtitle{font-weight:400;font-size:16px;line-height:175%}.dashboardNavigation__mobile{display:none}@media screen and (max-width:600px){.dashboardNavigation__mobile{display:block;order:2}}.dashboardNavigation__mobile .cc-select__item{padding:8px 16px}.dashboardNavigation__mobile .cc-select__item[aria-selected=true]{padding-left:16px}.dashboardNavigation__mobile .cc-select__trigger{border:none;background-color:#ededed;padding-top:18px;padding-bottom:14px;line-height:1.1}.dashboardNavigation__mobile .cc-select__trigger:after{border-top-color:#ededed}.dashboardNavigation__mobile .cc-select__trigger:before{border-top-color:#d03a39}.dashboardNavigation__wrapper{padding:0 32px;background:#fff;transition:all .3s;height:80px;overflow:hidden}@media screen and (max-width:600px){.dashboardNavigation__wrapper{padding:0 16px;height:auto;overflow:visible}}.dashboardNavigation__wrapper--stuckable{display:flex;top:0;right:0;position:fixed;transform:translateY(-100%);transition:transform .4s ease-in-out;border-bottom:none;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04);z-index:100;width:calc(100% - 80px)}@media screen and (max-width:800px){.dashboardNavigation__wrapper--stuckable{width:100%}}.stuck .dashboardNavigation__wrapper--stuckable{transform:translateY(0)}.dashboardNavigation__list{position:relative;display:flex;justify-content:flex-start;height:100%}@media screen and (max-width:600px){.dashboardNavigation__list{display:none}}.dashboardNavigation__item{display:flex;align-items:center;flex:0 0 auto;height:80px;padding:0 24px;border-bottom:3px solid #fff;transition:color .4s ease-in-out,border-color .4s ease-in-out;visibility:hidden}.dashboardNavigation__item--show{visibility:visible}@media screen and (max-width:600px){.dashboardNavigation__item{height:60px;padding:0 16px}}.dashboardNavigation__item--active,.dashboardNavigation__item:active,.dashboardNavigation__item:focus,.dashboardNavigation__item:hover{color:#d03a39}.dashboardNavigation__item--active{border-bottom-color:#d03a39}.dashboardNavigation__item--active .dashboardNavigation__link{font-weight:700;color:#d03a39}.dashboardNavigation__link{color:#5e6073;transition:color .2s ease-in}.dashboardNavigation__link:focus,.dashboardNavigation__link:hover{color:#d03a39;transition:color .2s ease-in}.dashboardNavigation__link:focus{box-shadow:none}.dashboardNavigation__linkBadge{font-weight:400;font-size:10px;line-height:1.2;display:inline-block;vertical-align:middle;padding:4px 8px;margin-left:8px;background-color:#282b3e;color:#fff}@media screen and (max-width:600px){.dashboardNavigation__nav{display:none}}.dashboardNavigation__navWrapper{margin:0 auto;max-width:968px;width:100%;display:flex;justify-content:space-between}@media screen and (max-width:600px){.dashboardNavigation__navWrapper{padding:16px 0;justify-content:center;flex-direction:column}}@keyframes dashboardNavigation__slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.dashboardCompare .loading{padding:160px 16px}.dashboardCompareCard__caption,.dashboardCompareCard__date,.dashboardCompareCard__download,.dashboardCompareCard__legend,.dashboardCompareCard__name,.dashboardCompareCard__remove{font-weight:400;font-size:12px;line-height:150%;letter-spacing:-.02em;color:#282b3e}.dashboardCompareCard{position:relative}.dashboardCompareCard__name{font-size:16px;line-height:175%;font-weight:700;cursor:pointer}.dashboardCompareCard__name:active,.dashboardCompareCard__name:focus,.dashboardCompareCard__name:hover{color:#0000c1;box-shadow:none}.dashboardCompareCard__date{color:#5e6073}.dashboardCompareCard__remove{position:absolute;top:0;right:0;margin:0;padding:0;border:0;background:transparent;cursor:pointer}.dashboardCompareCard__download{position:absolute!important;top:0!important;padding-top:16px!important;right:24px!important;border:0!important;background:transparent;cursor:pointer}.dashboardCompareCard__downloadIcon,.dashboardCompareCard__removeIcon{width:20px;height:20px;fill:currentColor}.dashboardCompareCard__caption{color:#5e6073;margin-top:16px}.dashboardCompareCard__legend{display:flex;margin-top:24px}.dashboardCompareCard__category{margin-right:16px}.dashboardCompareCard__marker{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.dashboardCompareCard__plot{height:200px}.dashboardContainer__inner{width:100%}.dashboardFund__code,.dashboardFund__date,.dashboardFund__header,.dashboardFund__item .dashboardFund__category,.dashboardFund__item .dashboardFund__nameLink,.dashboardFund__item .dashboardFund__navNumbers,.dashboardFund__navCaption,.dashboardFund__ratingCaption,.dashboardFund__starZero,.dashboardFund__totalFunds,.dashboardFundCard__starZero{font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#282b3e}.dashboardFund__name{flex:1 1 0;flex-basis:40%}@media screen and (max-width:600px){.dashboardFund__name{flex:none;margin-bottom:16px}}.dashboardFund__addFund{background:transparent;border:none;margin:0;cursor:pointer}.dashboardFund__plusIcon{width:20px;height:20px;fill:#0000c1}.dashboardFund__checkPlus{width:20px;height:20px;fill:green}.dashboardFund__name{cursor:pointer;display:flex;align-items:center;gap:6px}.dashboardFund__name--sort{width:16px;height:16px;fill:#282b3e;transition:transform .3s ease}.dashboardFund__name--sortOpen{transform:rotate(180deg);transition:transform .3s ease}.dashboardFund__label+.label-tooltip__tooltip{display:none}.dashboardFund__category{flex:1 1 0;flex-basis:18%;padding-left:8px}@media screen and (max-width:600px){.dashboardFund__category{text-align:right}}.dashboardFund__nav,.dashboardFund__options,.dashboardFund__rating{flex:1 1 0;flex-basis:17%;text-align:right;padding-left:8px}.dashboardFund__options{flex-basis:8%}.dashboardFund__options .optionSelector__list{padding:0}.dashboardFund__options .optionSelector__button{cursor:pointer}.dashboardFund__options .optionSelector__button:focus{box-shadow:none}.dashboardFund__code,.dashboardFund__date,.dashboardFund__navCaption,.dashboardFund__ratingCaption,.dashboardFund__totalFunds{font-size:10px;line-height:120%;color:#5e6073}.dashboardFund__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:0 16px;font-weight:700;font-size:12px;line-height:150%}@media screen and (max-width:600px){.dashboardFund__header{display:none}}.dashboardFund__navCaption,.dashboardFund__ratingCaption{display:block;text-transform:none}.dashboardFund__item{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e0e0e0;padding:16px;position:relative}@media screen and (max-width:600px){.dashboardFund__item{display:none}}.dashboardFund__item:hover .dashboardFund__nameIcon .iconTooltip{opacity:1}.dashboardFund__item--mobile{display:none;margin-bottom:40px}@media screen and (max-width:600px){.dashboardFund__item--mobile{display:block}}.dashboardFund__item--mobile .optionSelector{position:absolute;top:16px;right:16px}.dashboardFund__item .dashboardFund__name{display:flex;align-items:center;padding-right:36px}.dashboardFund__item .dashboardFund__nameLink{font-weight:700;line-height:150%;color:#0000c1}.dashboardFund__item .dashboardFund__nameLink:focus,.dashboardFund__item .dashboardFund__nameLink:hover{text-decoration:underline}.dashboardFund__item .dashboardFund__nameIcon{margin-left:16px}.dashboardFund__item .dashboardFund__nameIcon .iconTooltip{opacity:0}.dashboardFund__item .dashboardFund__nameIcon .iconTooltip:focus{opacity:1}.dashboardFund__item .dashboardFund__nameIcon .iconTooltip__icon{fill:#8e90a2}.dashboardFund__item .dashboardFund__nameIcon .iconTooltip__box{width:110px}.dashboardFund__item .dashboardFund__navNumbers{display:flex;justify-content:flex-end;flex-wrap:wrap}.dashboardFund__item .dashboardFund__date{display:none}@media screen and (max-width:600px){.dashboardFund__item .dashboardFund__date{display:block}}.dashboardFund__categoryWrapper,.dashboardFund__navWrapper,.dashboardFund__ratingWrapper{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e0e0e0;padding:16px}.dashboardFund__ratingWrapper{padding:9px 16px}.dashboardFund__navWrapper{padding:10px 16px}.dashboardFund__change{min-width:50px;margin-left:8px}.dashboardFund__changeIcon{width:12px;height:12px}.dashboardFund__changeIcon--up,.dashboardFund__changeIcon--up+.dashboardFund__changeText{color:#00a758;fill:#00a758}.dashboardFund__changeIcon--down,.dashboardFund__changeIcon--down+.dashboardFund__changeText{color:#a00e18;fill:#a00e18}.dashboardFund__starIcon{width:18px;height:18px;fill:#282b3e}.dashboardFundCard__assetClass,.dashboardFundCard__caption,.dashboardFundCard__category,.dashboardFundCard__changeText,.dashboardFundCard__changeTitle,.dashboardFundCard__code,.dashboardFundCard__date,.dashboardFundCard__name,.dashboardFundCard__priceText,.dashboardFundCard__priceTitle,.dashboardFundCard__ratingTitle,.dashboardFundCard__totalFunds{font-weight:400;font-size:12px;line-height:150%;letter-spacing:-.02em;color:#282b3e}.dashboardFundCard__code{margin-bottom:4px}.dashboardFundCard__assetClass{margin-left:8px;text-transform:capitalize}.dashboardFundCard__name{display:inline-block;margin-bottom:4px}.dashboardFundCard__name:active,.dashboardFundCard__name:focus,.dashboardFundCard__name:hover{color:#282b3e}.dashboardFundCard__category{margin-bottom:20px}.dashboardFundCard__changeText,.dashboardFundCard__name,.dashboardFundCard__priceText{font-weight:700;font-size:16px;line-height:175%}.dashboardFundCard__date,.dashboardFundCard__totalFunds{font-size:10px;line-height:120%;color:#5e6073}.dashboardFundCard__nav{display:flex}.dashboardFundCard__price{min-width:96px}.dashboardFundCard__changeTitle,.dashboardFundCard__priceTitle,.dashboardFundCard__ratingTitle{font-weight:700}.dashboardFundCard__changeTitle,.dashboardFundCard__priceTitle{text-transform:uppercase}.dashboardFundCard__changeText,.dashboardFundCard__priceText{font-weight:400;margin:0}.dashboardFundCard__changeIcon{width:16px;height:16px;padding:0 4px;box-sizing:content-box}.dashboardFundCard__changeIcon--up,.dashboardFundCard__changeIcon--up+span{color:#00a758;fill:#00a758}.dashboardFundCard__changeIcon--down,.dashboardFundCard__changeIcon--down+span{color:#a00e18;fill:#a00e18}.dashboardFundCard__plot{height:150px}.dashboardFundCard__caption{color:#5e6073;margin-top:16px}.dashboardFundCard__caption strong{font-weight:700}.dashboardFundCard__captionEdit{padding:0;margin:0 0 0 4px;border:0;background-color:transparent;cursor:pointer;color:#5e6073}.dashboardFundCard__captionEdit:focus,.dashboardFundCard__captionEdit:hover{color:#282b3e}.dashboardFundCard__captionIcon{width:14px;height:14px;fill:currentColor;vertical-align:middle;margin-bottom:3px}.dashboardFundCard__hypothetical .reactModal__main{max-height:348px}@media screen and (max-width:600px){.dashboardFundCard__hypothetical .reactModal__main{max-height:none}}.dashboardFundCard__ratingWrapper{padding-right:16px}.dashboardFundCard__ratingNav{display:flex;margin-bottom:16px}.dashboardFundCard__rating{margin-top:10px}.dashboardFundCard__starIcon{width:18px;height:18px;fill:#282b3e}.dashboardFunds__footnote,.dashboardFunds__title{font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#282b3e}.dashboardFunds{margin:64px 0}.dashboardFunds__title{margin-bottom:24px;font-size:32px;line-height:125%}.dashboardFunds__viewAll{padding-left:4px;color:#282b3e;text-decoration:underline}.dashboardFunds__viewAll:hover{color:#282b3e}.dashboardFunds__icon{width:20px;height:20px;fill:#282b3e;vertical-align:middle;margin-right:8px}.dashboardFundsList__items{width:100%}.dashboardGrid__inner{transition:height .3s ease-in-out}.dashboardGrid__title{margin-bottom:24px}.dashboardGrid__item{position:relative}.dashboardGrid__item .optionSelector{position:absolute;top:16px;right:16px}.dashboardGrid__item .loading{padding:64px 16px}.dashboardGrid__expand{text-align:center;margin-bottom:16px}.dashboardGrid__expandButton{color:#282b3e;font-weight:700;cursor:pointer;border:0;margin:0;padding:0;background-color:transparent}.dashboardGrid__expandButton:focus,.dashboardGrid__expandButton:hover{text-decoration:underline}.dashboardGrid__expandIcon{width:14px;height:14px;fill:#282b3e;margin-left:8px;vertical-align:middle}.dashboardGrid__expandIcon--expanded{transform:rotate(180deg)}.dashboardKicker{margin:64px 0}@media screen and (max-width:800px){.dashboardKicker .article-kicker{flex-direction:column}}.dashboardKicker .article-kicker__content{display:flex;align-items:center;padding:64px}@media screen and (max-width:800px){.dashboardKicker .article-kicker__content{padding:24px}}.dashboardKicker .article-kicker__image-container{height:600px}@media screen and (max-width:600px){.dashboardKicker .article-kicker__image-container{height:344px}}.dashboardKicker .article__date{color:#5e6073;line-height:150%;margin-bottom:8px}.dashboardKicker .article__title{font-size:48px}@media screen and (max-width:600px){.dashboardKicker .article__title{font-size:40px}}.dashboardKicker .article__text{font-size:16px;line-height:175%;color:#5e6073}@media screen and (max-width:600px){.dashboardKicker .article__text{font-size:14px;line-height:140%}}.dashboardKicker .article__link{display:none}.dashboardMain{background-color:#fff}.dashboardMain__contentWrap{overflow:hidden;padding:0 32px 64px}@media screen and (max-width:600px){.dashboardMain__contentWrap{padding:0 16px 32px}}.dashboardMain__content>.dashboardBusinessTeam{padding-left:0;padding-right:0;margin-top:0}.dashboardMain .disc{margin-bottom:0}.dashboardPortfolioCard__name{font-weight:700;margin-bottom:4px}.dashboardPortfolioCard__author{line-height:1.5;margin-bottom:24px}.dashboardPortfolioCard__nav{display:flex;margin-bottom:24px}.dashboardPortfolioCard__column:first-child{margin-right:16px}.dashboardPortfolioCard__columnTitle{line-height:1.5;font-weight:700;margin-bottom:4px}.dashboardPortfolioCard__columnValue{margin-bottom:4px}.dashboardPortfolioCard__columnDate{font-size:10px;line-height:1.2;color:#5e6073}.dashboardPortfolioCard__plot{height:175px}.dashboardPortfolioCard__caption{line-height:1.5;color:#5e6073}.dashboardPortfolios,.dashboardRecommendedReading{margin:64px 0}.dashboardRecommendedReading__list{display:flex}@media screen and (max-width:800px){.dashboardRecommendedReading__list{flex-wrap:wrap}}.dashboardRecommendedReading__item{flex:1 1 50%;margin-right:12px;margin-bottom:24px}@media screen and (max-width:800px){.dashboardRecommendedReading__item{margin-right:0;margin-bottom:16px;flex-basis:100%}}.dashboardRecommendedReading__item:nth-child(2n){margin-right:0;margin-left:12px}@media screen and (max-width:800px){.dashboardRecommendedReading__item:nth-child(2n){margin-left:0}}.dashboardRecommendedReading__item .article-kicker__image{margin:0}.dashboardRecommendedReading__item .article-kicker__image-container{height:188px}.dashboardRecommendedReading__item .article-kicker__content{padding:24px}.dashboardRecommendedReading__item .article__text{margin:0}.dashboardRecommendedReading__item .author-container__text--name,.dashboardRecommendedReading__item .author-container__text--position{font-weight:700;color:#282b3e}.dashboardRecommendedReading__item .author-container__text--company{margin-top:4px}.dashboardRecommendedReading__item .article__link{display:none}.dashboardReport__button .dashboardReport__caption,.dashboardReport__button .dashboardReport__date,.dashboardReport__button .dashboardReport__name,.dashboardReport__date--mobile,.dashboardReport__header,.dashboardReport__linkLabel{font-size:12px;line-height:150%;letter-spacing:-.02em;color:#282b3e}.dashboardReport__button--unread .dashboardReport__date:before,.dashboardReport__button--unread:before{display:inline-block;content:"";width:8px;height:8px;border-radius:50%;background-color:#282b3e;margin:1px 8px 1px 0}.dashboardReport{padding:24px}@media screen and (max-width:600px){.dashboardReport{padding:16px}}.dashboardReport__button,.dashboardReport__header{display:flex;justify-content:space-between;align-items:center}.dashboardReport__document-button:focus{box-shadow:none}.dashboardReport__date,.dashboardReport__document,.dashboardReport__download,.dashboardReport__image{flex:0 0 auto}.dashboardReport__header{font-weight:700;padding:16px 0;border-bottom:1px solid #e0e0e0}@media screen and (max-width:600px){.dashboardReport__header{display:none}}.dashboardReport__header .dashboardReport__document{flex-basis:60%;padding:0 16px}@media screen and (max-width:800px){.dashboardReport__header .dashboardReport__document{flex-basis:50%}}.dashboardReport__header .dashboardReport__date{flex-basis:40%}@media screen and (max-width:800px){.dashboardReport__header .dashboardReport__date{flex-basis:50%}}.dashboardReport__button{position:relative;padding:16px 0;border:0;border-bottom:1px solid #e0e0e0;background:transparent;width:100%;text-align:left;cursor:pointer;outline:none}.dashboardReport__button:focus,.dashboardReport__button:hover{background-color:#fafafa}.dashboardReport__button--unread:before{display:none;width:12px;height:12px;position:absolute;top:50%;left:0;transform:translateY(-50%);margin:0}@media screen and (max-width:600px){.dashboardReport__button--unread:before{display:inline-block}}@media screen and (max-width:600px){.dashboardReport__button--unread .dashboardReport__date:before{display:none}}.dashboardReport__button .dashboardReport__imageWrapper{flex-basis:82px;max-width:82px;height:64px;padding:0 16px;text-align:center}.dashboardReport__button .dashboardReport__image{display:inline-block;width:100%;height:100%;color:transparent}.dashboardReport__button .dashboardReport__document{flex-basis:calc(60% - 82px);padding:0 16px}@media screen and (max-width:800px){.dashboardReport__button .dashboardReport__document{flex-basis:calc(50% - 82px)}}@media screen and (max-width:600px){.dashboardReport__button .dashboardReport__document{flex:1 1 auto;padding:0}}.dashboardReport__button .dashboardReport__date{font-size:14px;line-height:140%;flex-basis:calc(40% - 240px)}@media screen and (max-width:800px){.dashboardReport__button .dashboardReport__date{flex-basis:calc(50% - 144px)}}@media screen and (max-width:600px){.dashboardReport__button .dashboardReport__date{display:none}}.dashboardReport__button .dashboardReport__download{text-align:center;flex-basis:240px}@media screen and (max-width:800px){.dashboardReport__button .dashboardReport__download{flex-basis:144px}}@media screen and (max-width:600px){.dashboardReport__button .dashboardReport__download{flex-basis:100px}}.dashboardReport__button .dashboardReport__name{font-weight:700;font-size:14px;line-height:140%}.dashboardReport__button .dashboardReport__caption{font-size:10px;line-height:120%;color:#5e6073}.dashboardReport__button:last-child{border-bottom:0}@media screen and (max-width:600px){.dashboardReport__button:last-child{border-bottom:1px solid #e0e0e0}}.dashboardReport__date--mobile{font-size:10px;line-height:120%;color:#5e6073;display:none;margin-bottom:8px}@media screen and (max-width:600px){.dashboardReport__date--mobile{display:block}}.dashboardReport__icon{width:20px;height:20px;fill:#282b3e}.dashboardReport__link{visibility:hidden;display:inline-block;margin-bottom:8px;max-width:120px}.dashboardReport__button:focus-within .dashboardReport__link,.dashboardReport__button:hover .dashboardReport__link,.dashboardReport__link .dashboardReport__button:focus{visibility:visible}@media screen and (max-width:800px){.dashboardReport__link{visibility:visible;max-width:none}}.dashboardReport__link:focus,.dashboardReport__link:hover{text-decoration:underline}.dashboardReport__linkLabel{display:block;font-weight:700;margin-bottom:4px}.dashboardReports__empty,.dashboardReports__title{font-size:12px;line-height:150%;letter-spacing:-.02em;color:#282b3e}.dashboardReports{margin-bottom:32px}.dashboardReports__title{font-size:32px;line-height:125%;margin-bottom:24px}@media screen and (max-width:600px){.dashboardReports__title{margin-bottom:16px}}.dashboardReports__filters{display:flex;flex-wrap:wrap;align-items:center}.dashboardReports__filters>*{margin-right:16px;margin-bottom:24px}.dashboardReports__filters>:last-child{margin-right:0}.dashboardReports__filters .simpleDropdown__trigger{margin:0;font-weight:400}.dashboardReports__filtersTrigger{flex:1 1 auto;cursor:pointer;border:0;margin:0 0 16px;padding:0;background-color:transparent}.dashboardReports__filtersTriggerIcon{width:10px!important;height:10px!important;margin-left:5px;margin-top:2px}.dashboardReports__filtersType{margin-left:auto}@media screen and (max-width:800px){.dashboardReports__filtersType{margin-left:0}}.dashboardReports__filtersTypeButton{font-weight:700;color:#5e6073;background-color:transparent;margin-right:4px}.dashboardReports__filtersTypeButton:last-child{margin-right:0}.dashboardReports__filtersTypeButton--active{color:#282b3e;border-color:#e0e0e0;background-color:#e0e0e0}.dashboardReports__additionalTip{line-height:140%;position:relative;background-color:#fafafa;padding:16px 16px 16px 48px;margin-bottom:32px}.dashboardReports__additionalTip a{color:inherit;text-decoration:underline}.dashboardReports__additionalIcon{position:absolute;top:16px;left:16px;width:20px;height:20px;fill:currentColor}.dashboardReports__empty{text-align:center;padding:32px 16px}.dashboardReports .pagination{padding:32px 0}@media screen and (max-width:600px){.dashboardReports .pagination__list{justify-content:center}}.dashboardReports .pagination__link{height:40px;min-width:40px}.dashboardReports .pagination__direction{text-transform:capitalize}.dashboardReports .loading{padding:64px 16px}.dashboardReports__externals .simpleDropdown__trigger{color:#b0b0b0;cursor:not-allowed;width:fit-content}.dashboardReports__externals .simpleDropdown__reportTriggerIcon{fill:#b0b0b0}.dashboardSettings__button--short h2,.dashboardSettings__button--short h3,.dashboardSettings__button--short h4,.dashboardSettings__checkbox .dashboardSettings__label h2,.dashboardSettings__checkbox .dashboardSettings__label h3,.dashboardSettings__checkbox .dashboardSettings__label h4,.dashboardSettings__description h2,.dashboardSettings__description h3,.dashboardSettings__description h4,.dashboardSettings__formTitle h2,.dashboardSettings__formTitle h3,.dashboardSettings__formTitle h4,.dashboardSettings__inputBox .dashboardSettings__input h2,.dashboardSettings__inputBox .dashboardSettings__input h3,.dashboardSettings__inputBox .dashboardSettings__input h4,.dashboardSettings__inputBox .dashboardSettings__label h2,.dashboardSettings__inputBox .dashboardSettings__label h3,.dashboardSettings__inputBox .dashboardSettings__label h4,.dashboardSettings__title h2,.dashboardSettings__title h3,.dashboardSettings__title h4{font-family:Manulife JH Sans,Helvetica,sans-serif;line-height:1.25;letter-spacing:-.02em;color:#d03a39}.dashboardSettings__button--short h2 i,.dashboardSettings__button--short h3 i,.dashboardSettings__button--short h4 i,.dashboardSettings__checkbox .dashboardSettings__label h2 i,.dashboardSettings__checkbox .dashboardSettings__label h3 i,.dashboardSettings__checkbox .dashboardSettings__label h4 i,.dashboardSettings__description h2 i,.dashboardSettings__description h3 i,.dashboardSettings__description h4 i,.dashboardSettings__formTitle h2 i,.dashboardSettings__formTitle h3 i,.dashboardSettings__formTitle h4 i,.dashboardSettings__inputBox .dashboardSettings__input h2 i,.dashboardSettings__inputBox .dashboardSettings__input h3 i,.dashboardSettings__inputBox .dashboardSettings__input h4 i,.dashboardSettings__inputBox .dashboardSettings__label h2 i,.dashboardSettings__inputBox .dashboardSettings__label h3 i,.dashboardSettings__inputBox .dashboardSettings__label h4 i,.dashboardSettings__title h2 i,.dashboardSettings__title h3 i,.dashboardSettings__title h4 i{font-weight:400}.dashboardSettings__button--short h2,.dashboardSettings__checkbox .dashboardSettings__label h2,.dashboardSettings__description h2,.dashboardSettings__formTitle h2,.dashboardSettings__inputBox .dashboardSettings__input h2,.dashboardSettings__inputBox .dashboardSettings__label h2,.dashboardSettings__title h2{font-size:48px;margin:0}@media screen and (max-width:600px){.dashboardSettings__button--short h2,.dashboardSettings__checkbox .dashboardSettings__label h2,.dashboardSettings__description h2,.dashboardSettings__formTitle h2,.dashboardSettings__inputBox .dashboardSettings__input h2,.dashboardSettings__inputBox .dashboardSettings__label h2,.dashboardSettings__title h2{font-size:32px}}.dashboardSettings__button--short h3,.dashboardSettings__checkbox .dashboardSettings__label h3,.dashboardSettings__description h3,.dashboardSettings__formTitle h3,.dashboardSettings__inputBox .dashboardSettings__input h3,.dashboardSettings__inputBox .dashboardSettings__label h3,.dashboardSettings__title h3{font-size:32px}@media screen and (max-width:600px){.dashboardSettings__button--short h3,.dashboardSettings__checkbox .dashboardSettings__label h3,.dashboardSettings__description h3,.dashboardSettings__formTitle h3,.dashboardSettings__inputBox .dashboardSettings__input h3,.dashboardSettings__inputBox .dashboardSettings__label h3,.dashboardSettings__title h3{font-size:24px}}.dashboardSettings__button--short h4,.dashboardSettings__checkbox .dashboardSettings__label h4,.dashboardSettings__description h4,.dashboardSettings__formTitle h4,.dashboardSettings__inputBox .dashboardSettings__input h4,.dashboardSettings__inputBox .dashboardSettings__label h4,.dashboardSettings__title h4{font-size:16px}@media screen and (max-width:600px){.dashboardSettings__button--short h4,.dashboardSettings__checkbox .dashboardSettings__label h4,.dashboardSettings__description h4,.dashboardSettings__formTitle h4,.dashboardSettings__inputBox .dashboardSettings__input h4,.dashboardSettings__inputBox .dashboardSettings__label h4,.dashboardSettings__title h4{font-size:16px}}.dashboardSettings__button--short li,.dashboardSettings__button--short p,.dashboardSettings__checkbox .dashboardSettings__label li,.dashboardSettings__checkbox .dashboardSettings__label p,.dashboardSettings__description li,.dashboardSettings__description p,.dashboardSettings__formTitle li,.dashboardSettings__formTitle p,.dashboardSettings__inputBox .dashboardSettings__input li,.dashboardSettings__inputBox .dashboardSettings__input p,.dashboardSettings__inputBox .dashboardSettings__label li,.dashboardSettings__inputBox .dashboardSettings__label p,.dashboardSettings__title li,.dashboardSettings__title p{color:#d03a39}@media screen and (max-width:1100px){.dashboardSettings{margin-left:16px;margin-right:16px}}.dashboardSettings__tooltip{position:absolute;left:8px;transform:translateX(-50%);padding:8px 24px;background:#d03a39;color:#fff;white-space:nowrap;bottom:0;margin-bottom:16px;transition:all .25s;opacity:0;z-index:-10}.dashboardSettings__checkbox:hover .dashboardSettings__tooltip{bottom:100%;opacity:1;z-index:1}.dashboardSettings__tooltip:after{content:"";position:absolute;left:50%;top:100%;margin-left:-8px;border:8px solid transparent;border-top-color:#d03a39}.dashboardSettings__inner{margin-bottom:64px}@media screen and (max-width:600px){.dashboardSettings__inner{margin-bottom:24px}}.dashboardSettings__section{position:relative;display:flex;justify-content:space-between;margin-top:64px;border-top:1px solid #e0e0e0;padding-top:64px}@media screen and (max-width:600px){.dashboardSettings__section{flex-wrap:wrap;margin-top:24px;padding-top:24px}}.dashboardSettings__section:first-child{margin-top:0;border-top:0;padding-top:24px}.dashboardSettings+.dashboardNotification .dashboardSettings__section:first-child{margin-top:64px;border-top:1px solid #e0e0e0;padding-top:64px}.dashboardSettings__panel{flex:0 1 auto}.dashboardSettings__panel:first-child{margin-right:16px}.dashboardSettings__form{flex-basis:500px}@media screen and (max-width:600px){.dashboardSettings__form{flex-grow:1}}.dashboardSettings__form--hide{display:none}.dashboardSettings__formTitle,.dashboardSettings__title{font-size:32px;line-height:125%;color:#282b3e}@media screen and (max-width:600px){.dashboardSettings__title{font-size:24px;margin-bottom:32px}}@media screen and (max-width:600px){.dashboardSettings__title+.dashboardSettings__section{border-top:0;padding-top:0;margin-top:0}}.dashboardSettings__formTitle{font-size:24px;margin-bottom:16px}@media screen and (max-width:600px){.dashboardSettings__formTitle{font-size:20px}}.dashboardSettings__formSubtitle{font-weight:700;margin-bottom:16px}.dashboardSettings__description{margin-bottom:24px;max-width:350px;color:#282b3e}.dashboardSettings__description--profile{max-width:none}.dashboardSettings__description--profile strong{font-weight:700}.dashboardSettings__fields{border-top:1px solid #e0e0e0;padding-top:24px}.dashboardSettings__fields:first-child{border-top:0;padding-top:0}.dashboardSettings__fields dt{font-weight:700;margin:0 0 8px}.dashboardSettings__fields dd{margin:0 0 24px}.dashboardSettings__button{position:relative}.dashboardSettings__button:disabled{background-color:#282b3e;border-color:#282b3e}.dashboardSettings__button--short{font-weight:700;height:40px;padding:8px 16px;margin-bottom:24px}.dashboardSettings__button:before{display:none;content:"";position:absolute;top:calc(50% - 6.5px);left:calc(50% - 6.5px);margin:0;width:13px;height:13px;border-radius:50%;border:2px solid #fff;border-top-color:transparent;animation:auth-animation-rotate .75s linear infinite}.dashboardSettings__button--isLoading:before{display:inline-block}.dashboardSettings__button--isLoading .dashboardSettings__buttonLabel{visibility:hidden}@media screen and (max-width:600px){.dashboardSettings__button{display:block;width:100%;text-align:center}}.dashboardSettings__phoneInfo{font-weight:700}.dashboardSettings__inputBox{position:relative;margin-bottom:24px}.dashboardSettings__inputBox--phone{margin-bottom:0}.dashboardSettings__inputBox .dashboardSettings__label{font-size:10px;line-height:120%;color:#5e6073;position:absolute;top:10px;left:16px;pointer-events:none}.dashboardSettings__inputBox .dashboardSettings__input{font-size:16px;line-height:175%;width:100%;height:56px;background-color:#ededed;border:0;padding:24px 16px 12px;color:#282b3e;display:block}.dashboardSettings__inputBox .dashboardSettings__input:read-only{cursor:default}.dashboardSettings__inputBox .dashboardSettings__input:hover+.dashboardSettings__inputTooltip{display:block}.dashboardSettings__inputBox .dashboardSettings__inputLock{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:20px;height:20px;fill:#8e90a2;pointer-events:none}.dashboardSettings__inputBox .dashboardSettings__inputTooltip{display:none;position:absolute;top:4px;right:28px;transform:translate(50%,-100%);background-color:#d03a39;color:#fff;padding:8px;width:150px;font-size:12px;font-weight:400;text-transform:none;text-align:center}@media screen and (max-width:1100px){.dashboardSettings__inputBox .dashboardSettings__inputTooltip{right:64px}}.dashboardSettings__inputBox .dashboardSettings__inputTooltip:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:0;border:11px solid transparent;border-top-color:#d03a39;border-bottom:0;margin-left:-11px;margin-bottom:-11px}.dashboardSettings__inputBox .dashboardSettings__inputLink{position:absolute;color:#282b3e;text-decoration:underline;right:16px;bottom:20px}.dashboardSettings__caption{line-height:1.4;margin-bottom:16px}.dashboardSettings__caption a{color:inherit;text-decoration:underline}.dashboardSettings__buttonGroup{text-align:right}.dashboardSettings__checkbox{display:inline-block;margin-right:16px;margin-bottom:8px;position:relative}.dashboardSettings__checkbox .dashboardSettings__input{position:absolute;opacity:0;margin:0;border:0;padding:0;width:1px;height:1px}.dashboardSettings__checkbox .dashboardSettings__icon{width:16px;height:16px;fill:transparent;border:1px solid #282b3e;padding:1px;vertical-align:middle;margin-bottom:3px;margin-right:3px}.dashboardSettings__checkbox .dashboardSettings__input:focus+.dashboardSettings__icon{outline:auto}.dashboardSettings__checkbox .dashboardSettings__input:checked+.dashboardSettings__icon{fill:#fff;background-color:#282b3e;border-color:#282b3e}.dashboardSettings__checkbox .dashboardSettings__input:disabled+.dashboardSettings__icon{fill:#fff;background-color:#8e90a2;border-color:#8e90a2}.dashboardSettings__checkbox .dashboardSettings__label{font-size:16px;line-height:175%;color:#282b3e}.dashboardSettings__checkbox--title{margin-left:-24px}.dashboardSettings__checkbox--title .dashboardSettings__label{font-weight:700}.dashboardSettings__checkboxGroup{padding-left:24px;padding-bottom:16px;margin-bottom:24px;border-bottom:1px solid #e0e0e0}.dashboardSettings__checkboxGroup--unsubscribe .dashboardSettings__label{font-weight:400}.dashboardSettings__checkboxGroup:nth-last-child(2){border-bottom:0}.dashboardSettings__checkboxGroup .dashboardSettings__description{max-width:none;margin-bottom:16px}.dashboardSettings__checkboxGroup .dashboardSettings__description:last-child{margin-bottom:0}.dashboardSettings__apiError{display:none;flex-basis:500px}@media screen and (max-width:600px){.dashboardSettings__apiError{flex-grow:1}}.dashboardSettings__apiError--show{display:block}.dashboardSettings__apiError .apiError__inner{padding-top:0}.dashboardSettings__apiError .apiError__icon{fill:#282b3e}@keyframes auth-animation-rotate{to{transform:rotate(1turn)}}.dashboardWatchlist__caption,.dashboardWatchlist__filtersTitleText,.dashboardWatchlist__totalFunds{font-weight:400;font-size:14px;line-height:140%;letter-spacing:-.02em;color:#282b3e}.dashboardWatchlist__inner{margin:64px 0}@media screen and (max-width:600px){.dashboardWatchlist__inner{margin:24px 0}}.dashboardWatchlist__inner:empty{margin:0}.dashboardWatchlist__caption{margin:8px 0}.dashboardWatchlist__viewAll{padding-left:4px;color:#282b3e;text-decoration:underline}.dashboardWatchlist__viewAll:hover{color:#282b3e}.dashboardWatchlist__filtersHeader{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin-bottom:32px}.dashboardWatchlist__filtersTitle{margin-right:auto}@media screen and (max-width:600px){.dashboardWatchlist__filtersTitle{width:100%}}.dashboardWatchlist__filtersTitleText{flex:1 1 auto;font-size:24px;line-height:125%}@media screen and (max-width:600px){.dashboardWatchlist__sort{flex:1 1 auto}}.dashboardWatchlist__sort span{line-height:140%}.dashboardWatchlist__sort .simpleDropdown__inner{display:inline-block;margin-left:8px}.dashboardWatchlist__sort .simpleDropdown__trigger{margin:0;font-weight:400}.dashboardWatchlist__filtersButton{width:40px;height:40px;margin:0;padding:10px;border:0;background-color:transparent;cursor:pointer}.dashboardWatchlist__filtersButton--active{background-color:#ededed}.dashboardWatchlist__filtersButton svg{width:100%;height:100%}@media screen and (max-width:600px){.dashboardWatchlist__addWrapper{flex-basis:100%}}.dashboardWatchlist__addButton{font-weight:700;line-height:1.4;height:40px;padding:8px 22px;margin:0 0 0 16px;color:#fff}@media screen and (max-width:600px){.dashboardWatchlist__addButton{margin:16px 2px;z-index:301}}.dashboardWatchlist__addButton:disabled{cursor:wait}.dashboardWatchlist__addButton__External{border-color:#ededed;background-color:#ededed;color:#282b3e}.dashboardWatchlist__addButton__External:focus,.dashboardWatchlist__addButton__External:hover{border-color:#5e6073;background-color:#5e6073;color:#fff}.dashboardWatchlist__addButton__External:active{border-color:#d03a39;background-color:#d03a39}.dashboardWatchlist__addButton__External:disabled{border-color:#e0e0e0;background-color:#e0e0e0}.dashboardWatchlist__totalFunds{margin:0}.dashboardWatchlist .loading,.dashboardWatchlistCompact .loading{padding:64px 16px}.dashboardWatchlistCompact__listWrapper--card{padding:24px;margin-bottom:24px}.dashboardWatchlistCompact .loading{padding:160px 16px}@keyframes animation-rotate{to{transform:rotate(1turn)}}.dashboardMain .dashboardBusinessTeam{margin-top:64px;margin-bottom:64px;padding:0 32px}@media screen and (max-width:600px){.dashboardMain .dashboardBusinessTeam{padding-right:16px;padding-left:16px}}.atContact--hidden{display:none}@media screen and (max-width:600px){.dashboardMain .atContact{padding:32px 0}}.atContact__profile{flex-basis:50%;align-items:center;width:33%}.atContact__contacts{display:flex;flex-wrap:wrap}@media screen and (max-width:1100px){.atContact__contacts{justify-content:space-between}}@media screen and (max-width:600px){.atContact__contacts{flex-direction:column}}.atContact__dashbaord{display:flex}@media screen and (max-width:600px){.atContact__dashbaord{flex-direction:column}}.atContact__noRepresentatives{color:#424559;text-align:center;max-width:400px;align-self:center}.atContact__contact{display:flex;flex-direction:column;align-items:flex-start;width:33%;margin-bottom:8px}.atContact__contact__details{align-items:center}@media screen and (max-width:600px){.atContact__contact{width:auto}}.atContact__contact--large,.atContact__contact--xlarge{flex-direction:column;width:100%;margin:0 auto!important}.atContact__contact--xlarge{align-content:space-evenly;flex:1 1;align-items:normal}@media screen and (max-width:600px){.atContact__contact--xlarge{margin-left:0!important;margin-right:0!important}}.atContact__contact--sub{display:flex;align-items:center}@media screen and (max-width:600px){.atContact__contact+.atContact__contact{margin-left:0;overflow:auto;width:100%!important}}.atContact__contact+.atContact__contact--xlarge{padding-left:44px}.atContact__contact p{margin-bottom:0}.atContact__contact__openModal{font-size:14px;align-self:center;margin-left:auto}.atContact__contact__openModal svg{width:9.7px;height:10px;margin-left:12px}@media screen and (max-width:1100px){.atContact__contact__openModal{display:block;margin:50px 0 0 25px}}.atContact__nonLogged .atContact__contact__openModal{float:right;line-height:40px}.atContact__contact__link{color:#282b3e;font-weight:700;min-width:165px}.atContact__contact__link:focus,.atContact__contact__link:hover,.atContact__contact__link:visited{color:#282b3e}.atContact__contact__link:hover{text-decoration:underline}.atContact__contact__name{font-weight:700}.atContact__contact__comma{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.atContact__contact__company,.atContact__contact__title{color:#5e6073}.atContact__contact--more{position:relative;margin-right:auto;z-index:0}@media screen and (max-width:1100px){.atContact__contact--more{margin-right:0}}.atContact__contact__img{width:100%!important;height:100%!important;object-fit:cover;object-position:top}.atContact__contact__photo{margin-right:8px;border-radius:100%;border:2px solid #fff;width:44px;min-width:44px;height:44px;background-color:#fff;overflow:hidden}.atContact__contact__photo img{width:40px;height:40px;border-radius:64px}@media screen and (max-width:600px){.atContact__contact__photo{margin-right:16px;border-width:1px;width:66px;min-width:66px;height:66px}.atContact__contact__photo img{width:64px;height:64px;border:1px solid transparent;border-radius:64px;display:block}}.atContact__contact--large .atContact__contact__photo{border-width:1px;width:82px;min-width:82px;height:82px;margin:0 0 16px}.atContact__contact--large .atContact__contact__photo img{width:80px;height:80px;border:1px solid transparent;border-radius:80px;display:block}.atContact__contact--xlarge .atContact__contact__photo{border-width:1px;width:182px;min-width:182px;height:182px;margin:0 0 30px}.atContact__contact--xlarge .atContact__contact__photo img{width:180px;height:180px;border:1px solid transparent;border-radius:180px;display:block}.atContact__contact__photo+.atContact__contact__photo{margin-left:-28px}@media screen and (max-width:600px){.atContact__contact__photo+.atContact__contact__photo{margin-left:-52px}}.atContact__contact__photo:first-child{z-index:5}.atContact__contact__photo:nth-child(2){z-index:4}.atContact__contact__photo:nth-child(3){z-index:3}.atContact__contact__photo:nth-child(4){z-index:2}.atContact__contact__photo:nth-child(5){z-index:1}.atContact__contact__text-container,.atContact__contact__text-container--personal-data{display:flex;flex-direction:column}.atContact__contact__data{padding:20px 0}.atContact__contact__phones{width:100%;font-weight:400;font-size:14px;text-align:center;margin:16px 0}.atContact__contact__text{color:#282b3e;font-weight:700;line-height:1.5}@media screen and (max-width:600px){.atContact__contact__text{font-size:14px}}.atContact__contact--large .atContact__contact__text{text-align:center;font-size:14px;padding:2px}.atContact__contact--xlarge .atContact__contact__text{text-align:left;font-size:16px;line-height:1.75}.atContact__contact__text--secondary,.atContact__contact__text--tertiary{width:100%;font-weight:400;color:#5e6073}.atContact__contact__text--secondary+.atContact__contact__text--tertiary{margin-top:16px}.atContact__contact__text--tertiary{margin-top:8px;color:#282b3e}.atContact__contact__text--mail{text-decoration:underline}.atContact__contact__text-container--personal-data{flex-direction:row;flex-wrap:wrap}.atContact__nonLogged{min-height:605px}.atContact__contacts__title,.atContact__nonLogged__title{font-size:32px;margin-bottom:16px;line-height:1.25}.atContact__contacts__title span,.atContact__nonLogged__title span{font-size:24px;color:#8e90a2;margin-left:26px}@media screen and (max-width:600px){.atContact__contacts__title span,.atContact__nonLogged__title span{display:block;margin-left:0;margin-top:5px}}.atContact__contacts__title{margin-bottom:24px}.atContact__modal__title{font-size:32px;margin-bottom:40px;line-height:1.25;max-width:530px}.atContact__modal__title span{font-size:16px;color:#8e90a2;margin-left:26px}@media screen and (max-width:600px){.atContact__modal__title span{display:block;margin-left:0;margin-top:5px}}.atContact__modal__title em{font-style:italic;font-family:"Manulife JH Serif",Times New Roman,serif}.atContact__modal .atContact__banner__form{max-width:none;margin-top:48px}.atContact__modal__body{display:flex;justify-content:start;flex-wrap:wrap}@media screen and (max-width:600px){.atContact__modal__body{justify-content:center}}.atContact__hidden{display:none}.atContact .modal__wrap{min-width:0;max-width:590px}.dashboard-portfolios-container{margin:64px 0;padding-bottom:24px}.dashboard-portfolios-container__icon{width:18px;height:18px;margin-left:6px}.dashboard-portfolios-link{display:flex;align-items:center}.portfolio-list{display:flex;justify-content:space-between;flex-wrap:wrap}.portfolio-list__item{width:calc(50% - 12px);margin:0 0 24px;padding:24px;position:relative;background-color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04)}@media screen and (max-width:800px){.portfolio-list__item{width:100%}}.portfolio-list__value{color:#535353;font-size:.9rem;margin:0}.portfolio-list__header{display:flex;align-items:center;justify-content:space-between}.portfolio-list__close{width:20px;height:20px;fill:currentColor}.portfolio-list__close-button{display:flex;border:none;background:transparent;cursor:pointer;padding:0;margin:0;transition:transform .3s ease-in}.portfolio-list__close-button:hover{transform:scale(1.1);transition:transform .3s ease-in-out}.portfolio-list__empty{width:100%;text-align:center;font-style:italic;color:grey;margin:24px 0}.portfolio-list__footer{width:100%;display:flex;align-items:center;justify-content:center}.portfolio-list__footer--button{padding:10px 16px;background-color:transparent;border:none;cursor:pointer;font-weight:700;margin-top:16px;display:flex;align-items:center;transition:background-color .3s ease-in-out}.portfolio-list__footer--button:hover{background-color:#eee;transition:background-color .3s ease-in-out}.portfolio-list__footer--text{margin-right:4px}.portfolio-list__footer--arrow-up{width:20px;height:20px;transform:rotate(270deg);transition:transform .3s ease-in-out}.portfolio-list__footer--arrow-down{width:20px;height:20px;transform:rotate(90deg);transition:transform .3s ease-in}.dashboardSettings__section--hidden{display:none}.dashboardGrid__title,.dashboardSlider__maintitle,.dashboardTitle__title{font-weight:400}[data-site-id=jhi-investments] .dashboardReport__link .dashboardReport__icon{margin-right:8px}.chartHeading__title{line-height:1.25;letter-spacing:-.02em;color:#282b3e}.chartHeading__title em,.chartHeading__title i{font-family:"Manulife JH Serif",Times New Roman,serif;font-style:italic}.chartHeading__title em:after,.chartHeading__title em:before,.chartHeading__title i:after,.chartHeading__title i:before{content:" ";width:0;display:inline-block}.chartHeading__title b,.chartHeading__title strong{font-weight:700}.chartHeading__title b:after,.chartHeading__title b:before,.chartHeading__title strong:after,.chartHeading__title strong:before{content:" ";width:0;display:inline-block}.chartHeading__title>a:first-child:last-child{color:#282b3e}.chartHeading__title>a:first-child:last-child:active,.chartHeading__title>a:first-child:last-child:focus,.chartHeading__title>a:first-child:last-child:hover{color:#5e6073}.chartHeading__title p{font-size:inherit;margin:0}.chartHeading__title sub,.chartHeading__title sup{font-size:.7em;vertical-align:sub}.chartHeading__title sup{vertical-align:super}.chartHeading__subtitle{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e}.chartHeading__title{font-size:32px;font-weight:300}.chartHeading__subtitle{font-size:12px;line-height:1.33}.chartHeading__title{font-weight:400;margin:0}@media screen and (max-width:600px){.chartHeading__title{font-size:24px}}@media print{.chartHeading__title{font-size:24px;width:100%}}.chartHeading__subtitle{color:#5e6073;margin:8px 0 0}@media screen and (max-width:600px){.chartHeading__subtitle{margin-top:8px;margin-bottom:16px}}.chartHeading__tooltip{margin-left:8px;width:20px;height:20px}.plotChart__heading{display:flex;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:600px){.plotChart__heading{display:block}}.plotChart__header{width:50%}@media screen and (max-width:600px){.plotChart__header{width:100%;margin-bottom:16px}}@media print{.plotChart__header{width:100%}}.plotChart__reset{align-self:flex-start}.plotChart__legends{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.plotChart__legends{display:block}}.plotChart__legend{flex-grow:1}.plotChart__main{background:#fff;padding-top:24px}.plotChart__chart{width:100%;will-change:width}.plotEllipseChart__heading{display:flex;justify-content:space-between;margin-bottom:16px}.plotEllipseChart__header{padding-left:21px}@media screen and (max-width:600px){.plotEllipseChart__header{padding-left:0}}.plotEllipseChart__main{background:#fff;padding:0 24px 24px}@media screen and (max-width:800px){.plotEllipseChart__main{max-width:415px;padding:24px 0}}.plotEllipseChart__reset{align-self:flex-start;min-width:120px}.plotEllipseChart__legends{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.plotEllipseChart__legends{display:block}}.plotEllipseChart__legend{margin-left:-10px;flex-grow:1}.plotEllipseChart__first-legend{padding:0 22px 16px}@media screen and (max-width:600px){.plotEllipseChart__first-legend{padding:0 0 16px}}.plotEllipseChart__item{font-size:14px;line-height:140%;letter-spacing:-.02em;display:inline-block;margin-right:24px}.plotEllipseChart__dot{width:24px;height:24px;display:inline-block;background-color:#fff;border:8px solid #8e90a2;border-radius:50%;margin-right:8px;margin-bottom:-7px}.plotEllipseChart__ellipse{width:37px;height:36px;display:inline-block;background-color:#e0e0e0;border-radius:50%;overflow:visible;margin-left:0;transform:scale(.66,.44);opacity:.6;margin-bottom:-12px}.plotEllipseChart__chart{width:100%;min-height:570px;overflow:hidden;will-change:width}@media screen and (max-width:800px){.plotEllipseChart__chart{max-width:415px;min-height:362px}}.dottedHeatmapPlotChart__legend{display:flex;flex-wrap:wrap;margin-bottom:16px}.dottedHeatmapPlotChart__legend-item{display:flex;margin-bottom:8px;cursor:pointer}@media screen and (max-width:600px){.dottedHeatmapPlotChart__legend-item{width:100%}}.dottedHeatmapPlotChart__legend-item--inactive{color:#999}.dottedHeatmapPlotChart__legend-item--inactive .dottedHeatmapPlotChart__legend-dot{background-color:#999!important}.dottedHeatmapPlotChart__legend-dot{display:inline-block;height:12px;width:12px;border-radius:50%;margin-right:8px;margin-top:8px}.dottedHeatmapPlotChart__legend-item-wrapper{margin-right:16px}.dottedHeatmapPlotChart__legend-item-wrapper span{font-size:14px;line-height:20px;letter-spacing:-.02em;margin:8px 0;white-space:nowrap}.dottedHeatmapPlotChart__legend-item-wrapper small{display:block;font-size:12px;line-height:18px;letter-spacing:-.02em;color:#5e6073}.dottedHeatmapPlotChart__row{display:flex;flex-flow:row;align-items:stretch}.dottedHeatmapPlotChart__column{display:flex;flex:1 0 auto;height:auto;background-color:#fff;border-right:1px solid #e0e0e0;border-top:1px solid #e0e0e0;position:relative}.dottedHeatmapPlotChart__column--active{background-color:#fafafa}.dottedHeatmapPlotChart__column:before{content:"";float:left;padding-top:100%}.dottedHeatmapPlotChart__column:first-child{border-left:1px solid #e0e0e0}.dottedHeatmapPlotChart__dot{position:absolute;left:50%;top:50%;display:block;width:24px;height:24px;border-radius:50%;transform:translate(-50%,-50%)}.dottedHeatmapPlotChart__dot:after{content:"";display:block;width:8px;height:8px;border-radius:50%;margin:8px;background-color:#fff}.dottedHeatmapPlotChart__column--2 .dottedHeatmapPlotChart__dot:first-child{margin-left:-48px}.dottedHeatmapPlotChart__column--2 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:48px}@media screen and (max-width:600px){.dottedHeatmapPlotChart__column--2 .dottedHeatmapPlotChart__dot:first-child{margin-left:-20px}.dottedHeatmapPlotChart__column--2 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:20px}}.dottedHeatmapPlotChart__column--3 .dottedHeatmapPlotChart__dot:first-child{margin-left:-48px;margin-top:-48px}.dottedHeatmapPlotChart__column--3 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:48px;margin-top:-48px}.dottedHeatmapPlotChart__column--3 .dottedHeatmapPlotChart__dot:nth-child(3){margin-top:48px}@media screen and (max-width:600px){.dottedHeatmapPlotChart__column--3 .dottedHeatmapPlotChart__dot:first-child{margin-left:-15px;margin-top:-15px}.dottedHeatmapPlotChart__column--3 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:15px;margin-top:-15px}.dottedHeatmapPlotChart__column--3 .dottedHeatmapPlotChart__dot:nth-child(3){margin-top:10px}}.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:first-child{margin-left:-48px;margin-top:-48px}.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:48px;margin-top:-48px}.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:nth-child(3){margin-left:-48px;margin-top:48px}.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:nth-child(4){margin-left:48px;margin-top:48px}@media screen and (max-width:600px){.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:first-child{margin-left:-20px;margin-top:-20px}.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:20px;margin-top:-20px}.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:nth-child(3){margin-left:-20px;margin-top:20px}.dottedHeatmapPlotChart__column--4 .dottedHeatmapPlotChart__dot:nth-child(4){margin-left:20px;margin-top:20px}}.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:first-child{margin-left:-48px;margin-top:-48px}.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:48px;margin-top:-48px}.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:nth-child(3){margin-left:-48px;margin-top:48px}.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:nth-child(4){margin-left:48px;margin-top:48px}@media screen and (max-width:600px){.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:first-child{margin-left:-20px;margin-top:-20px}.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:nth-child(2){margin-left:20px;margin-top:-20px}.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:nth-child(3){margin-left:-20px;margin-top:20px}.dottedHeatmapPlotChart__column--5 .dottedHeatmapPlotChart__dot:nth-child(4){margin-left:20px;margin-top:20px}}.dottedHeatmapPlotChart__column-label{align-items:center;display:flex;width:20px;font-size:12px;line-height:18px;text-align:center;letter-spacing:-.02em;transform:rotate(90deg) translateX(-15%);padding-bottom:24px}.dottedHeatmapPlotChart__column-label span{width:200px;display:block;white-space:nowrap;margin-left:-50%;padding-bottom:24px}.dottedHeatmapPlotChart__x-axis-column{padding-top:24px;flex:1 0 auto;height:auto;font-size:12px;line-height:18px;text-align:center;letter-spacing:-.02em;border-top:1px solid #e0e0e0}@media screen and (max-width:600px){.dottedHeatmapPlotChart__x-axis-column{padding-top:12px}}.dottedHeatmapPlotChart__row-title-label{margin-right:40px;padding-top:24px;font-size:12px;line-height:18px;text-align:center;letter-spacing:-.02em}@media screen and (max-width:600px){.dottedHeatmapPlotChart__row-title-label{padding-top:12px}}.plotDottedHeatmapChart__heading{display:flex;justify-content:space-between;margin-bottom:16px}.plotDottedHeatmapChart__header{padding-left:24px}@media screen and (max-width:600px){.plotDottedHeatmapChart__header{padding-left:0}}.plotDottedHeatmapChart__main{background:#fff;padding:0 24px 24px}@media screen and (max-width:800px){.plotDottedHeatmapChart__main{max-width:377px;padding:24px 0;width:90%}}.plotDottedHeatmapChart__reset{align-self:flex-start;min-width:120px;margin-bottom:16px}.plotDottedHeatmapChart__legends{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.plotDottedHeatmapChart__legends{display:block}}.plotDottedHeatmapChart__legend{margin-left:-10px;flex-grow:1}.plotDottedHeatmapChart__first-legend{padding:0 17px 16px}@media screen and (max-width:600px){.plotDottedHeatmapChart__first-legend{padding:0 0 16px}}.plotDottedHeatmapChart__item{font-size:14px;line-height:140%;letter-spacing:-.02em;display:inline-block;margin-right:24px}.plotDottedHeatmapChart__dot{width:24px;height:24px;display:inline-block;background-color:#fff;border:8px solid #8e90a2;border-radius:50%;margin-right:8px;margin-bottom:-7px}.plotDottedHeatmapChart__ellipse{width:37px;height:36px;display:inline-block;background-color:#e0e0e0;border-radius:50%;overflow:visible;margin-left:0;transform:scale(.66,.44);opacity:.6;margin-bottom:-12px}.plotDottedHeatmapChart__chart{width:100%;min-height:570px;max-width:628px}.plotDottedHeatmapChart__chart svg{margin-left:-14px;margin-top:-14px}@media screen and (max-width:800px){.plotDottedHeatmapChart__chart{min-height:362px}}.barChartStacked__heading{display:flex;justify-content:space-between;margin-bottom:16px}@media screen and (max-width:600px){.barChartStacked__heading{display:block}}.barChartStacked__heading.barChartStacked__fullWidth{display:block}.barChartStacked__heading.barChartStacked__fullWidth .barChartStacked__header{margin-bottom:24px}.barChartStacked__header{width:50%}@media screen and (max-width:600px){.barChartStacked__header{width:100%;margin-bottom:16px}}.barChartStacked__main{background:#fff;padding-top:24px}.barChartStacked__chart{width:100%;margin-top:-40px}.barChartStacked__reset{align-self:flex-start}.barChartStacked__legends{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.barChartStacked__legends{display:block}}.barChartStacked__legend{flex-grow:1}.chartButton{background:transparent;color:#5e6073;transition:all .3s;border:0;font-weight:700;padding:10px 16px;border-radius:2px;display:inline-block;cursor:pointer;font-size:14px;line-height:1.15;outline:none;margin-left:4px}.chartButton__hiddenlabel{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}@media screen and (min-width:1100px) and (max-width:1360px){.chartButton{padding:10px 5px;font-size:12px}}@media print{.chartButton{font-size:10px}}@media screen and (max-width:600px){.chartButton{margin-bottom:16px;margin-left:0}.chartButton:last-child{margin-right:0}}.chartButton:first-child{margin-left:0}.chartButton+.chartButton{margin-left:8px}@media screen and (max-width:600px){.chartButton+.chartButton{margin-right:8px;margin-left:0}}.chartButton:focus{box-shadow:none;background:#ededed}.chartButton--active,.chartButton:hover{background:#ededed}.chartButton--small{padding:5px 8px}.chartButton--active{color:#282b3e}.chartButton__icon{width:24px;height:24px}.chartButton__icon--grey{position:relative}.chartButton__icon--grey svg{fill:#8e90a2}.chartButton__icon--grey:hover .chartButton__tooltip{display:block;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);background-color:#d03a39;color:#fff;padding:8px;font-size:12px;line-height:150%;width:180px}.chartButton__icon--grey:hover .chartButton__tooltip:after{content:"";display:block;position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;border-color:#d03a39 transparent;border-style:solid;border-width:8px 10px 0}.chartButton__tooltip{display:none}.downloadLink{color:#424559}@media print{.downloadLink{display:none}}.downloadLink:hover{color:#d03a39}.downloadLink:disabled{color:#8e90a2;text-decoration:none;cursor:wait}.downloadLink--loading:after{transition-delay:0}.chartButton+.downloadLink,.iconDropdown+.downloadLink{margin-left:16px}@media screen and (max-width:600px){.chartButton+.downloadLink,.iconDropdown+.downloadLink{margin-left:0;margin-top:16px}}.downloadLink__icon{width:18px;height:18px;margin-top:-2px}.barChart{background:#fff}.barChart__reset{align-self:flex-start}.barChart__heading{display:flex;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:600px){.barChart__heading{display:block}}.barChart__heading--fullWidth{display:block}.barChart__heading--fullWidth .barChart__controls{display:flex}@media screen and (max-width:600px){.barChart__heading--fullWidth .barChart__controls{display:block}.barChart__heading--fullWidth .barChart__controls>.chartButton{margin-bottom:16px;margin-left:0;margin-right:8px}.barChart__heading--fullWidth .barChart__controls>.chartButton:last-child{margin-right:0}}.barChart__heading--fullWidth .barChart__header{width:100%}.barChart__heading--fullWidth .barChart__header--marginBottom{margin-bottom:24px}.barChart__header{width:50%}@media screen and (max-width:600px){.barChart__header{width:100%;margin-bottom:16px}}.barChart__legends{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.barChart__legends{display:block}}.barChart__legend{margin-bottom:16px;flex-grow:1}.barChart__chart{width:100%;will-change:width}.barChart__tooltipWrapper{display:flex;align-items:center;padding:8px 0}.barChart__tooltipLabel{padding-left:5px}.barChart__tooltipMarker{width:12px;height:12px;border-radius:50%}.barChart__controls>:nth-child(2){margin-right:30px}.barChart__switchView{margin-left:auto}@media screen and (min-width:1100px) and (max-width:1360px){.barChart__switchView{display:flex;align-items:flex-start}}.barChart__main--hidden{display:none}.barChart__swap{transition:opacity .3s ease-in-out}.barChart__swap-exit{opacity:0}.barChart__swap-exit-active{height:0}.barChart__swap-exit-done{display:none}.barChart__swap-enter{transition-delay:.3s;opacity:0;height:0}.barChart__swap-enter-active{height:auto}.barChart__swap-enter-done{opacity:1}.lineChart{background:#fff}.lineChart__heading{margin-bottom:24px}@media print{.lineChart__heading{margin-bottom:8px}}.lineChart__heading--flexEnd{justify-content:flex-end!important}.lineChart__reset{align-self:flex-start}.lineChart__legends{display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between}@media screen and (max-width:600px){.lineChart__legends{display:block}}.lineChart__legend{flex-grow:1}.lineChart__header{margin-bottom:24px}@media print{.lineChart__header{margin-bottom:8px}}.lineChart__chart{width:100%;will-change:width}.lineChart__scrollbar{max-height:80px;will-change:width}@media print{.lineChart__scrollbar{display:none}}.downloadLink{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e;font-size:14px;line-height:1.5;appearance:none;position:relative;background:transparent;border:0;padding:8px 8px 8px 24px;font-weight:700;transition:all .25s;cursor:pointer;outline-width:0}.downloadLink:hover{text-decoration:underline}.downloadLink:after{position:absolute;content:"";border:2px solid #d03a39;border-right-color:transparent;top:50%;left:0;border-radius:50%;animation:loader-spin .5s ease-in infinite;width:18px;height:18px;opacity:0;margin-top:-10px;transition:all .2s ease-out;transition-delay:.25s}.downloadLink--disabled{color:#8e90a2}.downloadLink--loading:after{opacity:1;transition-delay:0s}.chartButton+.downloadLink,.downloadLink+.downloadLink,.iconDropdown+.downloadLink{margin-left:16px}@media screen and (max-width:600px){.chartButton+.downloadLink,.downloadLink+.downloadLink,.iconDropdown+.downloadLink{margin-left:0;margin-top:16px}}.downloadLink__icon{width:20px;height:20px;position:absolute;left:0;top:50%;fill:currentColor;opacity:1;transition:all .25s ease-in;transform:translateY(-50%)}.downloadLink--loading .downloadLink__icon{opacity:0;transform:translateY(-50%) scale(0)}.downloadLink__tooltip{visibility:hidden;position:absolute;left:50%;font-size:12px;font-weight:400;bottom:100%;padding:8px 16px;height:auto;background:#282b3e;color:#fff;transform:translate(-50%,10px);transition:all .15s ease-in-out;z-index:100;opacity:0;min-width:250px;text-align:center}.downloadLink__tooltip:after{content:"";position:absolute;width:0;height:0;border:8px solid transparent;border-top-color:#282b3e;bottom:-16px;left:50%;transform:translateX(-50%)}.downloadLink:hover .downloadLink__tooltip{transform:translate(-50%);visibility:visible;opacity:1}.input{position:relative;transition:all .1s ease-in-out}.input--error{margin-bottom:24px}.input__label{font-size:16px;position:absolute;top:50%;left:16px;transform:translateY(-50%);transition:all .3s;line-height:1;color:#5e6073}.input--active .input__label,.input--pushLabel .input__label{font-size:12px;top:10px;transform:translateY(-5%)}.input--active .input__label{color:#282b3e}.input--error .input__label{color:#ff4d4d}.input__field{background:#ededed;border:1px solid #e0e0e0;padding:28px 16px 12px;display:block;width:100%;outline:0 solid #282b3e;transition:all .1s ease-in-out;font-size:16px;border-radius:0!important}.input--active .input__field{border-color:#282b3e;background-color:#fff;box-shadow:0 0 0 2px #282b3e}.input--error .input__field{border-color:#ff4d4d;background:#fff;box-shadow:0 0 0 1px #ff4d4d}.input__field:-webkit-autofill,.input__field:-webkit-autofill:focus,.input__field:-webkit-autofill:hover{background:#fff}.input__field:active,.input__field:focus{background:#fff}.input__error{position:absolute;top:100%;font-weight:700;color:#ff4d4d;margin:4px 0 0;font-size:10px}.rdp{--rdp-cell-size:40px;--rdp-caption-font-size:18px;--rdp-accent-color:#00f;--rdp-background-color:#e7edff;--rdp-accent-color-dark:#3003e1;--rdp-background-color-dark:#180270;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:3px solid var(--rdp-accent-color);--rdp-selected-color:#fff;margin:1em}.rdp-vhidden{box-sizing:border-box;padding:0;margin:0;background:transparent;border:0;appearance:none;position:absolute!important;top:0;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;border:0!important}.rdp-button_reset{appearance:none;position:relative;margin:0;padding:0;cursor:default;color:inherit;background:none;font:inherit;-moz-appearance:none;-webkit-appearance:none}.rdp-button_reset:focus-visible{outline:none}.rdp-button{border:2px solid transparent}.rdp-button[disabled]:not(.rdp-day_selected){opacity:.25}.rdp-button:not([disabled]){cursor:pointer}.rdp-button:focus-visible:not([disabled]){color:inherit;border:var(--rdp-outline)}.rdp-button:focus-visible:not([disabled]),.rdp-button:hover:not([disabled]):not(.rdp-day_selected){background-color:var(--rdp-background-color)}.rdp-months{display:flex}.rdp-month{margin:0 1em}.rdp-month:first-child{margin-left:0}.rdp-month:last-child{margin-right:0}.rdp-table{margin:0;max-width:calc(var(--rdp-cell-size)*7);border-collapse:collapse}.rdp-with_weeknumber .rdp-table{max-width:calc(var(--rdp-cell-size)*8);border-collapse:collapse}.rdp-caption{display:flex;align-items:center;justify-content:space-between;padding:0;text-align:left}.rdp-multiple_months .rdp-caption{position:relative;display:block;text-align:center}.rdp-caption_dropdowns,.rdp-caption_label{position:relative;display:inline-flex}.rdp-caption_label{z-index:1;align-items:center;margin:0;padding:0 .25em;white-space:nowrap;color:currentColor;border:2px solid transparent;font-family:inherit;font-size:var(--rdp-caption-font-size);font-weight:700}.rdp-nav{white-space:nowrap}.rdp-multiple_months .rdp-caption_start .rdp-nav{position:absolute;top:50%;left:0;transform:translateY(-50%)}.rdp-multiple_months .rdp-caption_end .rdp-nav{position:absolute;top:50%;right:0;transform:translateY(-50%)}.rdp-nav_button{display:inline-flex;align-items:center;justify-content:center;width:var(--rdp-cell-size);height:var(--rdp-cell-size);padding:.25em;border-radius:100%}.rdp-dropdown_month,.rdp-dropdown_year{position:relative;display:inline-flex;align-items:center}.rdp-dropdown{appearance:none;position:absolute;z-index:2;top:0;bottom:0;left:0;width:100%;margin:0;padding:0;cursor:inherit;opacity:0;border:none;background-color:transparent;font-family:inherit;font-size:inherit;line-height:inherit}.rdp-dropdown[disabled]{opacity:unset;color:unset}.rdp-dropdown:focus-visible:not([disabled])+.rdp-caption_label{background-color:var(--rdp-background-color);border:var(--rdp-outline);border-radius:6px}.rdp-dropdown_icon{margin:0 0 0 5px}.rdp-head{border:0}.rdp-head_row,.rdp-row{height:100%}.rdp-head_cell{vertical-align:middle;font-size:.75em;font-weight:700;text-align:center;height:100%;height:var(--rdp-cell-size);padding:0;text-transform:uppercase}.rdp-tbody{border:0}.rdp-tfoot{margin:.5em}.rdp-cell{width:var(--rdp-cell-size);height:100%;height:var(--rdp-cell-size);padding:0;text-align:center}.rdp-weeknumber{font-size:.75em}.rdp-day,.rdp-weeknumber{display:flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;width:var(--rdp-cell-size);max-width:var(--rdp-cell-size);height:var(--rdp-cell-size);margin:0;border:2px solid transparent;border-radius:100%}.rdp-day_today:not(.rdp-day_outside){font-weight:700}.rdp-day_selected,.rdp-day_selected:focus-visible,.rdp-day_selected:hover{color:var(--rdp-selected-color);opacity:1;background-color:var(--rdp-accent-color)}.rdp-day_outside{opacity:.5}.rdp-day_selected:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.rdp:not([dir=rtl]) .rdp-day_range_start:not(.rdp-day_range_end){border-top-right-radius:0;border-bottom-right-radius:0}.rdp:not([dir=rtl]) .rdp-day_range_end:not(.rdp-day_range_start),.rdp[dir=rtl] .rdp-day_range_start:not(.rdp-day_range_end){border-top-left-radius:0;border-bottom-left-radius:0}.rdp[dir=rtl] .rdp-day_range_end:not(.rdp-day_range_start){border-top-right-radius:0;border-bottom-right-radius:0}.rdp-day_range_end.rdp-day_range_start{border-radius:100%}.rdp-day_range_middle{border-radius:0}.iconDropdown__button,.iconDropdown__mobile{font-family:Manulife JH Sans,Helvetica,sans-serif;letter-spacing:-.02em;color:#282b3e}.iconDropdown__button{font-size:14px;line-height:1.5}.iconDropdown__mobile{font-size:12px;line-height:1.33;text-transform:uppercase;font-weight:700}@font-face{font-family:Manulife JH Sans;src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Light.eot);src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Light.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Light.woff2) format("woff2"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Manulife JH Sans;src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Regular.eot);src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Regular.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Regular.woff2) format("woff2"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Manulife JH Sans;src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Demibold.eot);src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Demibold.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Demibold.woff2) format("woff2"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Demibold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Manulife JH Sans;src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Bold.eot);src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Bold.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Bold.woff2) format("woff2"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSans-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Manulife JH Serif";src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSerif-Italic.eot);src:url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSerif-Italic.eot?#iefix) format("embedded-opentype"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSerif-Italic.woff2) format("woff2"),url(../../../etc.clientlibs/jhi-commons-v1/clientlibs/clientlib-base/resources/ManulifeJHSerif-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@media screen{.main-container__content{padding-left:80px}.hideSidebar .main-container__content{padding-left:0}}@media screen and (max-width:800px){.main-container__content{padding-left:0}}@media screen{body,html{height:100%;width:100%}}@media screen{.main-container,body,body>div:first-of-type,html{min-height:100%}}@media screen{.main-container,.main-container__content,body>div:first-of-type{display:flex;flex-direction:column}}@media screen{.main-container,.main-container__content,main{flex:1 0 auto}}@media print{.main-container{margin:20mm}}body{font-family:Manulife JH Sans,Helvetica,sans-serif;background:#fafafa}html{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:inherit;letter-spacing:-.02em}a{text-decoration:none}a:active,a:focus,a:hover{color:initial}:-moz-focusring{outline:1px dotted grey}:focus-visible{box-shadow:0 0 0 2px #282b3e;outline:2px solid #fff;outline-offset:2px}html{scroll-behavior:smooth}svg{width:0;height:0}@media screen{.main-container__content.spa{padding-left:0}}@media screen and (max-width:800px){.main-container__content.spa{padding-left:0}}.ghost{line-height:0;overflow:hidden;left:0;width:0;height:0;margin:0;padding:0}.simpleDropdown__trigger:focus{box-shadow:none;font-weight:600}.optionSelector__itemButton,.simpleDropdown__itemButton:focus{box-shadow:none}.disc__trigger-content,.disc__trigger-content:hover{color:#282b3e;transition:color .2s ease-in}.more-insights__link .icon-link{color:#282b3e}.navigationTabs__trigger{color:#282b3e!important}.navigationTabs__trigger:focus{box-shadow:none;outline:none}.navigationTabs__item--active{color:#282b3e}.landingNav__list{margin-bottom:0}.landingNav__trigger:focus{box-shadow:none;outline:none}.article__link .icon-link,.cta-module__content h4,.cta-module__content li,.cta-module__content p,.cta-module__link,.featureKicker__link,.infoContainer__link,.landingImage2__content h3,.landingImage2__content h4,.landingImage2__content li,.landingImage2__content p,.landingImage2__imageCaption,.landingimage__content h3,.landingimage__content h5,.landingimage__content p,.linkList2__item,.linkList2__link,.linkList__item,.linkList__link,.mktoLabel,.pressItems__link,.related-investments__manager,.showMore__less,.showMore__more,.topics-container__title,.viewpoint-tags__link,.viewpointList__link,.viewpointsList2__more,.viewpointsList2__tabButton{color:#282b3e!important}@media screen and (max-width:800px){.sidebar__link{color:#282b3e!important}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.sidebar__element--top{background-color:#34384b!important}.iconDropdown{position:relative;display:inline-block}.iconDropdown+.iconDropdown{margin-left:16px}@media screen and (max-width:600px){.iconDropdown+.iconDropdown{margin-left:0}}.iconDropdown__mobileWrap{display:none;position:relative}@media screen and (max-width:600px){.iconDropdown__mobileWrap{display:block}}.iconDropdown__mobile{border:0;padding:8px 24px 8px 0;text-transform:none;appearance:none;position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;opacity:0}.iconDropdown__mobileIcon{width:20px;height:20px;position:absolute;right:0;top:50%;margin-top:-10px;fill:currentColor}.iconDropdown__button{position:relative;appearance:none;display:block;width:100%;background:transparent;padding:8px 24px 8px 8px;border:0;font-weight:700;line-height:1;outline:0;cursor:pointer}@media screen and (max-width:600px){.iconDropdown__button{display:none;padding-left:0}.iconDropdown__button--mobile{display:block}}.iconDropdown__list{position:absolute;top:100%;height:0;overflow:hidden;opacity:0;transform:translateY(-10px);transition:transform .25s ease-out,opacity .25s ease-out,opacity .25s ease-out;background:#fff;z-index:-1;margin:8px 0;box-shadow:0 0 0 #d03a39;min-width:200px}.iconDropdown__list--right{left:auto;right:0}@media screen and (max-width:800px){.iconDropdown__list{display:none}}.iconDropdown__list--active{height:auto;transform:translateY(0);opacity:1;overflow:auto;max-height:200px;z-index:1;box-shadow:0 8px 24px rgba(0,0,0,.08),0 0 4px rgba(0,0,0,.04)}.iconDropdown__icon{width:20px;height:20px;position:absolute;right:0;top:50%;margin-top:-10px;fill:currentColor}.iconDropdown__item{position:relative;font-size:14px;line-height:140%;color:#d03a39;cursor:pointer;width:100%;white-space:nowrap}.iconDropdown__item--active{color:#fff!important;font-weight:400}.iconDropdown__item--selected{font-weight:400;position:absolute;left:16px;transform:translateY(-50%);width:15px;height:15px;top:50%}.iconDropdown__trigger{appearance:none;background:transparent;border:0;text-align:left;white-space:nowrap;display:block;width:100%;font-size:14px;font-weight:500;color:#282b3e;cursor:pointer;outline:0;padding:8px 16px 8px 40px}.iconDropdown__trigger:focus{outline:none;box-shadow:none;background-color:#ededed}.iconDropdown__trigger:hover{background:#ededed;outline:0}.iconDropdown__trigger--selected{font-weight:700}