/* ------ Q4 Preview Toolbar ------ */
body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #283033;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #283033;
    transform: translate(0, -100%);
    font-size: 2.4rem;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i::before {
    content: "\ed6d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft, body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft::before, body.PreviewBody .PreviewToolBar .PreviewDateControls::before {
    font-size: 1.6rem;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft::before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls::before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"], body.PreviewBody .PreviewToolBar label, body.PreviewBody .PreviewToolBar input[type="text"], body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
    font-size: 1.4rem;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"], body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    /*margin-left: 15px;*/
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #fff url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #06607f;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft, body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    body.PreviewBody .PreviewToolBar .PreviewFloatLeft::before, body.PreviewBody .PreviewToolBar .PreviewDateControls::before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"], body.PreviewBody .PreviewToolBar label, body.PreviewBody .PreviewToolBar input[type="text"], body.PreviewBody .PreviewToolBar select, body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}

.evergreen.background--brand, .background--brand {
    background-color: var(--evgPrimaryColor);
}

.evergreen.background--alt-brand, .background--alt-brand {
    background-color: var(--evgAltColor);
}

.evergreen.background--dark, .background--dark {
    background-color: var(--evgDarkColor);
}

.evergreen.background--light, .background--light {
    background-color: var(--evgLightColor);
}

.evergreen.background--grey, .background--grey {
    background-color: var(--evgGreyColor);
}

.evergreen.background--success, .background--success {
    background-color: var(--evgSuccessColor);
}

.evergreen.background--error, .background--error {
    background-color: var(--evgErrorColor);
}

.module-financial-table .module_container--content {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.module-financial-mashup .grid_col {
    margin-right: 0;
}

.module-financial-mashup_item {
    margin-left: 0;
    padding: 20px 20px 20px 0;
    border: 1px solid #585555;
}

.module-financial-mashup_item .grid_col > :first-child {
    margin-top: 0;
}

@media screen and (min-width: calc(768px + 1px)) {
    .module-financial-mashup .module_options {
        margin-bottom: 0;
    }
}

.module-financial-mashup .module_body {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.module-financial-mashup .module_body > *:first-child, .module-financial-mashup .module_body > style + p {
    margin-top: 0;
}

.module-financial-mashup .module_body::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 70%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#70ffffff", endColorstr="#ffffff", GradientType=0);
}

.module-financial-mashup h4, .module-financial-mashup .h4 {
    margin-top: 16px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links + h4, .module-financial-mashup .module-financial-mashup_documents .module_links + .h4 {
    margin-top: 30px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links > div {
    background-color: #fafafa;
    padding: 15px;
    margin-bottom: 1px;
}

.module-financial-mashup .module-financial-mashup_documents .module_links .module_link {
    margin: 0;
}

.module-financial-mashup .button {
    width: 100%;
    min-width: auto;
    border-bottom: 0;
    outline-offset: 2px;
    outline-color: #06607f;
}

.module-financial-mashup .button.js--selected {
    background: #6f3a8f;
    color: #fff;
}

@media only screen and (min-width: calc(768px + 1px)) {
    .module-financial-mashup .module_options--mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .module-financial-mashup .module_options--desktop {
        display: none;
    }
}

.module-financial-table .module_container--content {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.module-financial-table table {
    width: 100%;
}

.module-financial-table table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
}

.module-financial-table table td.module-financial-table_item.visible-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px 37px;
}

.module-financial-table table td.module-financial-table_item.visible-track span {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 540px) {
    .module-financial-table table td.module-financial-table_item.visible-track span {
        width: 50%;
        margin: 0 0 10px;
    }
}

.module-financial-table table .module-financial-table_column-year {
    opacity: 0;
    visibility: hidden;
    position: relative;
    transform: translateX(0);
    z-index: 1;
    transition: transform 500ms ease, opacity 600ms ease-in, visibility 600ms ease-in;
}

.module-financial-table table .module-financial-table_column-year.visible-track {
    opacity: 1;
    display: block;
    visibility: visible;
}

.module-financial-table_column {
    padding: 20px 15px;
    width: 25%;
}

.module-financial-table_column-year {
    text-align: center;
    user-select: none;
}

.module-financial-table_column-report {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #f1f1f1;
    text-align: left;
}

.module-financial-table_column.doc:not(:last-child) {
    margin-right: 15px;
}

.module-financial-table_container-years {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.module-financial-table .doc-link--missing:hover {
    color: #6f3a8f;
    cursor: not-allowed;
}

.module-financial-table .doc-missing {
    opacity: 0.3;
}

.module-financial-table_header {
    display: flex;
    background-color: #06607f;
    color: #fff;
}

.module-financial-table_header-year {
    padding: 20px 15px;
    flex: 0 0 auto;
}

.module-financial-table_header .module-financial-table_track {
    display: inline-flex;
}

.module-financial-table_track {
    display: flex;
    will-change: transform;
    transition: transform 500ms ease;
    z-index: 1;
}

.module-financial-table_track-arrow {
    background: transparent;
    box-shadow: none;
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.6rem;
    position: absolute;
    top: 18px;
    z-index: 3;
}

.module-financial-table_track-arrow:not(.module-financial-table_track-arrow--disabled) {
    cursor: pointer;
}

.module-financial-table_track-arrow--disabled {
    opacity: 0.3;
}

.module-financial-table_track-arrow--left {
    left: 20px;
}

.module-financial-table_track-arrow--right {
    right: 20px;
}

/* - Committee Composition Widget - */
.module-committee .module_container--desktop .module_header {
    display: table-header-group;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }
}

.module-committee .module_container--tablet {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--tablet {
        display: block;
    }
}

.module-committee .module_container--tablet .module-committee_name {
    padding: 10px 0;
    display: inline-block;
}

.module-committee .module_container--tablet .module-committee_icon {
    padding: 10px 0 10px 25px;
    display: inline-block;
    text-align: center;
}

.module-committee .module_container--tablet .module_header {
    border: 0 none;
}

.module-committee .module_container--tablet .module_items-container .grid_col {
    padding: 0;
}

.module-committee .module_header {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: normal;
    color: #6f3a8f;
}

.module-committee .module_item {
    padding: 0;
}

.module-committee .module_item ~ .module_item {
    border: 0;
}

.module-committee .module_item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.module-committee .module_items-container {
    padding: 15px;
    margin: 0 0 15px 0;
    background: #fafafa;
}

.module-committee .grid_col {
    padding: 20px 15px;
    text-align: center;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.module-committee_category:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-committee_category .module_item:nth-child(even) {
    background: transparent;
}

.module-committee_category.js--active .module_header {
    color: #06607f;
}

.module-committee_category.js--active .module_header .module-committee_trigger::before {
    content: "\edba";
}

.module-committee_custom-role {
    margin-left: 5px;
}

.module-committee_bio {
    padding: 0 15px 20px;
    text-align: left;
}

.module-committee_bio p {
    margin: 0;
}

.module-committee_bio p:not(:last-of-type) {
    margin-bottom: 16px;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}

.module-committee_legend [class*="q4-icon_"] {
    margin-right: 5px;
}

/* Footer */
.evergreen-layout-footer .evergreen-grid.evergreen-grid-container .contact-footer a {
    font-size: 14px !important;
    display: inline-block !important;
}

.evergreen-layout-footer a {
    text-decoration: unset !important;
}

.evergreen-layout-footer a:hover {
    text-decoration: underline !important;
}

.evergreen-layout-footer .evergreen-grid.evergreen-grid-container .footer-logo-fix {
    padding-top: 10px;
}

.evergreen-layout-footer input, .evergreen-layout-footer img, .evergreen-layout-footer a {
    outline-color: var(--evgLightColor) !important;
}

/* Overview page */
.evergreen-latest-quarter [class*="evergreen-module-icon"]::before {
    width: fit-content;
    padding: 12px;
}

/* Quarterly Results Banner */
.SectionFinancialsQuarterlyResults .evergreen-layout .evergreen-layout-header {
    background-size: 100% 80%;
}

@media all and (max-width: 1024px) {
    .SectionFinancialsQuarterlyResults .evergreen-layout .evergreen-layout-header {
        background-size: cover;
    }
}

/* Event */
.evergreen-event .evergreen-event-location {
    font-size: var(--evgModuleItemSubtitleFontSizeL) !important;
}

/* Why invest */
/* Advancing Filtration For A Cleaner World */
.filtration-overview .grid_col p:first-child {
    min-height: 104px;
}

.filtration-overview div.grid_col p:first-child {
    padding: 16px 8px;
    text-align: center;
    display: grid;
    place-items: center;
}

.filtration-overview div.grid_col:nth-child(even) p:first-child {
    background-color: var(--evgAltColor);
    color: var(--evgLightColor);
    font-weight: bold;
}

.filtration-overview div.grid_col:nth-child(odd) p:first-child {
    background-color: var(--evgPrimaryColor);
    color: #ffffff;
    font-weight: bold;
    padding: 16px 8px;
}

/* Financial Performance */
.SectionWhyInvest .financial-performance h4 {
    font-weight: bold;
}

@media screen and (min-width: 481px) {
    .SectionWhyInvest .financial-performance div.grid_col {
        place-items: center;
    }
}

.SectionWhyInvest .financial-performance ul {
    padding-left: 0;
}

.SectionWhyInvest .financial-performance ul li {
    list-style: none;
    padding-left: 0;
}

/* Stats */
.SectionWhyInvest .module-stats .module-why-invest_column p {
    width: fit-content;
    padding: 8px 16px;
    min-width: 140px;
}

.SectionWhyInvest .module-stats .module-why-invest_column {
    display: grid;
    place-items: center;
}

.SectionWhyInvest .module-stats div.grid_col:nth-child(even) .module-why-invest_column p {
    background-color: var(--evgAltColor);
    color: var(--evgLightColor);
}

.SectionWhyInvest .module-stats div.grid_col:nth-child(odd) .module-why-invest_column p {
    background-color: var(--evgPrimaryColor);
    color: var(--evgBodyFontColor);
}

/* Committee Composition mobile fix */
.evergreen-committee-composition .evergreen-committee-composition-header button {
    background-color: var(--headerBackgroundColor) !important;
}

/* Hyperlinks */
.evergreen .evergreen-event-details-item .evergreen-event-link-text {
    overflow: visible;
}

/* Data figures (legacy) */
.module-why-invest_column {
    padding: 20px;
}

.module-why-invest_column h3 {
    color: var(--evgAltColor);
}

/* Person modules fixes - Carousel */
.slick-slider[class*="evergreen"] .slick-slide > div:not([class]) {
    display: block;
}

.evergreen-person .evergreen-container-content .evergreen-carousel-items {
    margin-bottom: 0px;
}

.evergreen-person .evergreen-container-content .evergreen-carousel-items .slick-list {
    padding-bottom: 0px;
}

.evergreen-layout-footer .evergreen-error {
    color: #fb9a62 !important;
}

/* Footer Logo */
@media only screen and (max-width: 480px) {
    .evergreen-layout-footer .footer-logo-fix img {
        max-width: 100%;
    }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    .evergreen-layout-footer .footer-logo-fix img {
        max-width: 60%;
    }

    .footer-logo-fix {
        text-align: center;
        padding-bottom: 0;
    }
}

/* News Details */
.PageNewsNewsDetails .evergreen-news-details a {
    --fontSize: var(--evgHyperlinkFontSizeL);
    --fontFamily: var(--evgHyperlinkFontFamily);
    --fontColor: var(--evgHyperlinkFontColor);
    --fontWeight: var(--evgHyperlinkFontWeight);
    --lineHeight: var(--evgHyperlinkFontLineHeight);
    --capitalization: var(--evgHyperlinkFontCapitalization);
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
    color: var(--fontColor);
    font-weight: var(--fontWeight);
    line-height: var(--lineHeight);
    text-transform: var(--capitalization);
    transition-property: color, text-decoration;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.PageNewsNewsDetails .evergreen-news-details a:hover {
    --fontColor: var(--evgHyperlinkFontHoverColor);
    --textDecoration: var(--evgHyperlinkDecorationTextDecorationHover);
    --textDecorationColor: var(--evgHyperlinkDecorationTextDecorationHoverColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
    color: var(--fontColor);
    font-weight: var(--fontWeight);
    line-height: var(--lineHeight);
    text-transform: var(--capitalization);
    text-decoration: var(--textDecoration);
    text-decoration-color: var(--textDecorationColor);
}

/* Bug #20 */
.evergreen-event-add-to-calendar-list .evergreen-event-add-to-calendar-item .evergreen-event-add-to-calendar-link {
    --fontSize: var(--evgHyperlinkFontSizeL);
    --fontFamily: var(--evgHyperlinkFontFamily);
    --fontColor: var(--evgHyperlinkFontColor);
    --fontWeight: var(--evgHyperlinkFontWeight);
    --fontStyle: var(--evgHyperlinkFontStyle);
    --lineHeight: var(--evgHyperlinkFontLineHeight);
    --capitalization: var(--evgHyperlinkFontCapitalization);
    --textDecoration: var(--evgHyperlinkDecorationTextDecoration);
    --textDecorationColor: var(--evgHyperlinkDecorationTextDecorationColor);
    font-size: var(--fontSize);
    font-family: var(--fontFamily);
    font-style: var(--fontStyle);
    color: var(--fontColor);
    font-weight: var(--fontWeight);
    line-height: var(--lineHeight);
    text-transform: var(--capitalization);
    text-decoration: var(--textDecoration);
    text-decoration-color: var(--textDecorationColor);
    transition-property: color, text-decoration;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

/* Bug #23 */
.module-dividends .evergreen-table tbody tr:nth-child(even) {
    background-color: var(--evgGreyColor) !important;
}

/* Bug #27 */
.module-downloads .module-downloads_title .module_link-text {
    padding-right: 12px;
}

/* Stock Chart */
svg .highcharts-axis-labels.highcharts-yaxis-labels:nth-of-type(odd) {
    transform: translate(-4px, 0px) !important;
}

svg .highcharts-axis-labels.highcharts-yaxis-labels:nth-of-type(even) {
    transform: translate(6px, 0px) !important;
}

/* Mozilla border color bug */
.evergreen-dropdown {
    border-style: solid !important;
}

/*  */
@media screen and (max-width: 481px) {
    .evergreen-layout img {
        max-width: 80%;
    }
}

/* Safari Bugs */
.evergreen-layout-footer .evergreen-checkbox input[type="checkbox"], .evergreen-layout-footer .evergreen-radio input[type="radio"] {
    outline-color: white !important;
    outline-width: 2px;
}

.evergreen .evergreen-link {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}

.evergreen-pane--sub-footer .evergreen-credit-item a span {
    display: inline;
}

/* Home CTA */
.module-home-cta .grid_col div {
    border-radius: 4px;
}

.module-home-cta .module-inner-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.module-home-cta .module-inner-item {
    background-size: cover;
}

.module-home-cta .module-inner-item {
    min-height: 380px;
    background-size: cover;
    transition: 0.3s ease-in-out;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    background-color: var(--evgDarkOverlayColor);
    box-shadow: 1px 1px 16px 0px rgba(62, 70, 81, 0.08), 4px 4px 8px 0px rgba(62, 70, 81, 0.08), 2px 2px 4px -1px rgba(62, 70, 81, 0.08);
}

@media only screen and (min-width: 1025px) {
    .module-home-cta .module-inner-item {
        background-size: 133%;
    }

    .module-home-cta .module-inner-item:hover {
        background-size: 160%;
    }
}

@media only screen and (max-width: 768px) {
    .module-home-cta .module-inner-item {
        margin-bottom: 20px;
    }
}

.module-home-cta .module-slide-title {
    font-size: var(--evgH2FontSizeL);
    line-height: var(--evgH2LineHeight);
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 40px 50px;
    color: var(--evgLightColor);
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}

.module-home-cta .module-slide-title:focus {
    outline-color: var(--evgBodyFontColor);
}

@media only screen and (max-width: 1200px) {
    .module-home-cta .module-slide-title {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width: 1024px) {
    .module-home-cta .module-slide-title {
        padding: 40px 20px;
        font-size: 3rem;
    }
}

/* Home Slider */
/* ------ Slider ------ */
.module-slider {
    position: relative;
    background-color: transparent !important;
    color: #fff !important;
}

.module-slider p {
    color: #fff !important;
}

.module-slider .module_container--outer {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-slider .module_container--inner {
    display: table-cell;
    vertical-align: middle;
    height: 390px;
}

.module-slider .slick-slider {
    padding: 0 40px;
    position: static;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.module-slider .slick-slider .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-top: none;
}

.module-slider .module-inner-item {
    text-align: center;
}

.module-slider .module-inner-item .module-slide-title {
    font-size: var(--evgH2FontSizeL);
    text-transform: capitalize;
    line-height: 1.2;
}

@media only screen and (max-width: 655px){
    .module-slider .module-inner-item .module-slide-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 480px){
    .module-slider .module-inner-item .module-slide-title {
        font-size: 25px;
    }
}


.module-slider .module-inner-item .module-slide-title:first-letter {
    text-transform: uppercase;
}

.module-slider .slick-arrow::before {
    font-size: 30px;
}

.module-slider .module_add-to-calendar-reveal {
    color: #fff;
}

.module-slider .module-slider_title h1 {
    margin: 0;
}

.module-slider .module_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.module-slider_description {
    font-size: 2.4rem;
    margin-top: 10px;
}

.module-slider_description .module_date-time {
    font-size: inherit;
}

.module-slider_description p {
    margin: 10px 0;
}

.module-slider_description p:first-child {
    margin-top: 0;
    margin-bottom: 10px;
}

.module-slider_description .module_links {
    margin-top: 10px;
    margin-bottom: 0;
}

.module-slider_controls {
    text-align: center;
    width: 100%;
}

.module-slider .slick-dots {
    display: inline;
    vertical-align: text-top;
}

.module-slider .slick_autoplay-ctrl button {
    background: none;
    border: none;
    padding: 0;
    color: white;
    margin-right: 10px;
    vertical-align: middle;
}

.module-slider .slick_autoplay-ctrl button::before {
    font-family: "q4-icons" !important;
    /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.module-slider .slick_autoplay-ctrl--play::before {
    content: "\ed85";
}

.module-slider .slick_autoplay-ctrl--pause::before {
    content: "\ed86";
}

.module-slider .evergreen-button {
    border: 0 !important;
    background: transparent !important;
    color: var(--evgLightColor) !important;
    outline-color: var(--evgLightColor) !important;
}

.module-slider .evergreen-button:hover, .module-slider .evergreen-button:focus {
    text-decoration: underline !important;
}

.module-slider {
    padding-bottom: 20px !important;
}

.module-slider .slick-arrow {
    border-color: var(--evgLightColor);
    outline-color: var(--evgLightColor) !important;
}

.module-slider .slick-arrow::before {
    font-size: 16px !important;
    color: var(--evgLightColor);
}

.SectionWhyInvest .module-stats div.grid_col:nth-child(odd) .module-why-invest_column p {
    font-weight: bold;
    color: #ffffff !important;
}

.SectionWhyInvest .module-stats div.grid_col:nth-child(even) .module-why-invest_column p {
    font-weight: bold;
    color: #ffffff !important;
}

.evergreen-container.evergreen-container--outer.evergreen-credits {
    display: flex;
}

.evergreen-credits .evergreen-container-content {
    display: flex;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 1ch;
}

.evergreen-pane--sub-footer .text-center {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.FooterPane2Div12 .evergreen {
    padding-left: 40px !important;
    padding-top: 0px !important;
    background: var(--evgBrand1Color);
}

.evergreen .evergreen-link, .evergreen.evergreen-text-editor a:not([class*="evergreen-button"]), .evergreen a.evergreen-rss-link {
    --textDecoration: underline !important;
    text-decoration: var(--textDecoration);
}

.evergreen-secondary-navigation .evergreen-secondary-navigation-container ul li:hover > a.evergreen-navigation-link, .evergreen-secondary-navigation .evergreen-secondary-navigation-container ul li:focus > a.evergreen-navigation-link, .evergreen-secondary-navigation .evergreen-secondary-navigation-container ul li:focus-visible > a.evergreen-navigation-link {
    text-decoration: underline !important;
}

.evergreen-secondary-navigation .evergreen-secondary-navigation-container ul li.selected > a.evergreen-navigation-link, .evergreen-secondary-navigation .evergreen-secondary-navigation-container ul li.expanded > a.evergreen-navigation-link {
    text-decoration: underline !important;
}

.evergreen-quick-link-layout--vertical .evergreen-link:hover {
    text-decoration: underline !important;
}

.evergreen .evergreen-table tbody a, .evergreen .evergreen-table tbody .evergreen-link {
    --textDecoration: underline !important;
    text-decoration: var(--textDecoration);
}

.evergreen .evergreen-accordion-content-text p a, .evergreen .evergreen-accordion-content-text a:not([class*="evergreen-link--button"]) {
    --textDecoration: underline !important;
    text-decoration: underline !important;
}

.evergreen *:focus, .evergreen *:focus-visible {
    outline-width: 0px !important;
    outline-style: none !important;
    outline-color: inherit;
    outline-offset: 2px;
    font-weight: 700 !important;
}

.evergreen select:focus {
    font-weight: initial !important;
}

.evergreen *:focus, .evergreen *:focus-visible {
    text-decoration: underline !important;
}