
.site #main-content {
}
.site {
    font-size: 18px;
    font-family: var(--body-font-family);
    line-height: 22px;
    letter-spacing: 0.18px;
}

.site .hero {
    width: 854px;
    height: auto;
    max-width: 100%;
}

.site iframe.video {
    aspect-ratio: 16 / 9;
}

.site .content iframe.video {
    width: 100%;
}

.site h1,
.site h2,
.site h3,
.site h4,
.site h5,
.site h6,
.site .h1 {
    margin-bottom: 0;
}

.site h3 {
    font-size: 22px;
    font-weight: bold;
}

.site h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    color: var(--secondary);
}

.site h3.alt,
.site .h3-alt {
    font-size: 26px;
    font-weight: normal;
}

.site .background.dark,
.site .background.dark h1,
.site .background.dark h2,
.site .background.dark h3,
.site .background.dark h4,
.site .background.dark h5,
.site .background.dark h6,
.site .background.dark .h1 {
    color: #fff;
}

.site h1, .h1, h2.h1 {
    font-family: var(--headline-font-family);
    font-size: 48px;
    font-weight: bold;
    color: var(--secondary);
    line-height: 60px;
    text-align: center;
    max-width: 854px;
}

.site .button {
    display: inline-block;
    font-size: 18px;
}

.site .button:hover {
    background-color: transparent !important;
}

.site .background.dark .button:hover {
    background-color: #fff !important;
}

.site .background.dark .button.white:hover {
    background-color: transparent !important;
}

.site .button.primary {
    border: 2px solid var(--primary);
}

.site .button.primary:hover {
    color: var(--primary);
}

.site .info-card .button.primary:hover {
    border: 2px solid var(--primary);
}

.site .button.white {
    color: var(--secondary);
    background-color: #fff;
    border: 2px solid #fff;
}

.site .button.small {
    font-size: 16px;
    line-height: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.site .button.white:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.site p {
    width: 600px;
    margin-bottom: 0;
}

.site p.wide {
    width: 800px;
}

.site .content p {
    width: auto;
}

.site a.anchor[id]::before {
    margin-top: -150px;
    padding-top: 150px;
}

.site .content-box .paragraph {
    max-width: 600px;
    width: 100%;
}

.site .content-box img.scale {
    max-width: 800px;
}

.site .paragraph > * {
    margin-top: 30px;
}

.site .paragraph > h1,
.site .paragraph > h2,
.site .paragraph > h3 {
    text-align: center;
}

.site .paragraph > h1.left,
.site .paragraph > h2.left,
.site .paragraph > h3.left {
    text-align: left;
}

.site a {
    color: var(--secondary);
    font-weight: bold;
}

.site div.anchor {
    margin-top: 0 !important;
}

.site .content-box {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 70px;
}
.site .content-box > * {
    margin-top: 50px;
}
.site .content-box > .ui.button {
    margin-top: 50px !important;
}

.site .content-box > img {
    max-width: 600px;
}

.site .center-items {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site .center.content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site .light-grey.background {
    background-color: var(--light-grey);
}

.site .light-yellow.background {
    background-color: var(--light-yellow);
}

.site .highlight-box {
    padding: 50px 100px;
}

.site .highlight-box p:first-of-type {
    margin-top: 0;
}

.site .title-box {
    width: 720px;
}

.site .title-box > div.title {
    border-radius: 5px;
    height: 100px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site .title-box > div.title > img {
    max-height: 40px;
}

.site .title-box > div.body {
    border-radius: 5px;
    padding: 30px;
}

.site .title-box > div.body .card {

}

.site .title-box > div.body .card p {
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.site .title-box > div.body .card .description > * {
    margin-top: 30px;
}

.site .title-box > div.body .card .languages span {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-top: 0;
}

.site .title-box > div.body .card img {
    width: calc(100% / 3);
    margin: 0 auto;
}

.site .title-box > div.body .card .languages {
    font-size: 18px;
    height: 4em;
}

.site .title-box > div.body .card .description .name {
    font-style: italic;
}

.site .title-box > div.body .ui.card .button-container .button {
    display: flex;
    margin: 1em;
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
}

.site .title-box > div.body .ui.card .button-container .button {
    border: solid;
}

.site .faq-answer {
    width: 800px;
    padding: 20px 76px 20px 100px;
}

.site .faq-answer h3 {
    position: relative;
}

.site .faq-answer h3 .ordinal {
    position: absolute;
    left: -1.75em;
    width: 1.25em;
    text-align: right;
}

.site table {
    max-width: 600px;
    font-family: var(--body-font-family);
}

.site table tr th {
    background-color: var(--blue);
    color: #fff;
    font-weight: bold;
    font-size: var(--site-font-size);
}

.site table tr th:not(:last-of-type) {
    border-right: 3px solid #fff;
}

.site table,
.site table tr td {
    border: 3px solid var(--blue);
    font-size: var(--site-font-size);
}

.site table tr th,
.site table tr td {
    width: calc(100%/3);
    text-align: center;
    padding: 30px 70px;
    height: 103px;
}

.site table tr td.apy {
    background-color: #fafcf5;
}

.site table tbody tr td:empty {
    background-color: #E0E0E0;
}

.site table.cd-yield-rates {
    max-width: 800px;
}

.site table.cd-yield-rates tr th {
    background-color: #fafcf5;
    color: #333333;
}

.site table.cd-yield-rates tr th:not(:last-of-type) {
    border-right: 3px solid var(--blue);
}

.site table.cd-yield-rates tr th,
.site table.cd-yield-rates tr td {
    padding: 30px 40px;
}

.site table.green th {
    background-color: var(--primary);
    color: white;
}

.site table.green {
    max-width: 800px;
}
.site table.green tr th,
.site table.green tr td {
    width: initial;
}

.site table.green tr:nth-child(even) td {
    background-color: var(--light-grey);
}

.site table.green tr td:first-of-type {
    font-weight: bold;
}

.site table.green tr th, .site table tr td {
    padding-left: 0;
    padding-right: 0;
}

.site table.green tr th:not(:last-of-type) {
    border-color: #000;
}

.site blockquote {
    background: transparent;
    position: relative;
    line-height: 1.4285em;
    letter-spacing: 0.18px;
}

.site blockquote.fill {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.site blockquote:before {
    content: "“";
    font-size: 100px;
    position: absolute;
    left: -33px;
    font-family: Helvetica;
}

.site .instruction-box {
    width: 100%;
    padding: 15px 60px;
    background-color: var(--light-grey);
    border: 1px solid var(--medium-grey);
}

.site .primary.background {
    background-color: var(--primary);
}

.site .secondary.background {
    background-color: var(--secondary);
}

.site .dark-green.background {
    background-color: var(--dark-green);
}

.site ul,
.site ol {
    margin-bottom: 0;
}

.site ul li:not(:last-of-type),
.site ol li:not(:last-of-type) {
    margin-bottom: 1em;
}

.site ol li::marker {
    font-weight: bold;
}

.site ol li > ol {
    margin-top: 1em;
    list-style-type: lower-alpha;
}

.site ol.counter {
    counter-reset: headings;
    padding-left: 0;
}

.site ol.counter li::before {
    content: counter(headings) "  ";
    counter-increment: headings;
    background: var(--secondary);
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    font-family: var(--body-font-family);
    width: 50px;
    height: 50px;
    position: relative;
    z-index: -1;
    border-radius: 42px;
    padding-left: 17px;
    padding-top: 13px;
    margin-right: 32px;
}

.site ol.counter li::marker {
    content: '';
}

.site ol.counter li {
    margin-top: 50px;
}

.site ol.counter li p {
    margin-top: 30px;
}

.site ol.counter li > h3 {
    display: inline-block;
}

.site .top-spacing-none,
.top-spacing-none {
    margin-top: 0;
}

.site .top-spacing-x-small,
.top-spacing-x-small {
    margin-top: 20px;
}

.ui.button.top-spacing-x-small {
    margin-top: 20px !important;
}

.site .top-spacing-small,
.top-spacing-small,
.site .ui.button.top-spacing-small,
.ui.button.top-spacing-small {
    margin-top: 30px;
}

.site .top-spacing-normal,
.top-spacing-normal {
    margin-top: 50px;
}

.site .top-spacing-large,
.top-spacing-large {
    margin-top: 70px;
}

.ui.button.top-spacing-large {
    margin-top: 70px !important;
}

.site .top-spacing-x-large,
.top-spacing-x-large {
    margin-top: 100px;
}

.site .bottom-padding-none {
    padding-bottom: 0;
}

.site .max-content-width {
    max-width: 1420px;
}

.site .accordion-card {
    margin-bottom: 15px;
}

.site .accordion-card .heading {
    padding: 30px;
    margin-bottom: 15px;
}

.site .accordion-card .heading h3:after {
    content: "+";
    right: 0;
    position: absolute;
    font-family: var(--headline-font-family);
    font-size: 48px;
}

.site .accordion-card.expanded .heading h3:after {
    content: "–";
}

.site .accordion-card .heading h3 {
    font-family: var(--body-font-family);
    font-size: 32px;
    line-height: 39px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.site .accordion-card .content {
    padding: 30px;
    background-color: var(--light-grey);
    display: none;
}

.site .accordion-card.transparent .content {
    background-color: transparent;
}

.site .accordion-card.expanded .content {
    display: block;
}

.site .accordion-card .content p {
    margin-top: 1em;
}
.site .accordion-card .content p:not(:last-of-type) {
    margin-bottom: 1em;
}

.site .accordion-card .heading {
    background-color: #000;
}

.site .accordion-card .heading.mission {
    background-color: var(--secondary);
}

.site .accordion-card .heading.vision {
    background-color: var(--blue);
}

.site .accordion-card .heading.core-values,
.site .accordion-card .heading.dark-green {
    background-color: var(--dark-green);
}

.site .accordion-card .heading.history,
.site .accordion-card .heading.primary {
    background-color: var(--primary);
}

.site .accordion-card .heading.bod {
    background-color: var(--yellow);
}

.site .accordion-card .heading.leadership {
    background-color: var(--light-yellow);
}

.site .accordion-card .heading.transparent {
    background-color: transparent;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.site .accordion-card .heading.bod h3,
.site .accordion-card .heading.leadership h3,
.site .accordion-card .heading.transparent h3 {
    color: #000;
}

.site .accordion-card .heading.primary {
    background-color: var(--primary);
}

.site .accordion-card .heading.dark-green {
    background-color: var(--dark-green);
}

.site .accordion-card .heading.dark-green {
    background-color: var(--dark-green);
}

.site .accordion-card .heading.blue {
    background-color: var(--blue);
}

.site .accordion-card .heading.secondary {
    background-color: var(--blue);
}

.site .accordion-card.history img {
    width: 250px;
}

.site .accordion-card.small {
    margin-top: 15px;
}

.site .accordion-card.small:first-of-type {
    margin-top: 40px;
}

.site .accordion-card.small .heading h3 {
    font-size: 22px;
    line-height: 27px;
}

.site .accordion-card.small .heading h3:after {
    font-size: 22px;
}

.site .accordion-card.small ul {
    margin-top: 0;
}

.site .carousel.quote .swiper-slide .item {
    height: auto;
    display: flex;
    justify-content: center;;
}
.site .carousel.quote .swiper-slide .item > div {
    max-width: 736px;
}

.site .carousel.quote .swiper-slide .item > div blockquote {
    margin-bottom: 100px;
}

.site .carousel.quote .swiper-controls {
    bottom: 100px;
}

.site.news .ui.items .item .image {
    width: 200px;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.site.news .ui.items .item .content {
    padding-left: 50px;
}

.site.news .ui.items .item .content h2 {
    font-size: 26px;
}

.site.news .ui.items .item .content .extra > a:after  {
    content: ' >';
}

.site.news .ui.items .item .content > *:not(.extra) {
    margin-bottom: 20px;
}

.site.news-article h1 {
    font-size: 32px;
    line-height: 39px;
}

.site.news-article h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: normal;
    margin-top: 50px;
}

.site.news-article .hero {
    max-height: 400px;
    width: auto;
}


.site .breadcrumb-container {
    max-width: 800px;
    margin: auto;
    padding-top: 50px;
}

.site .mobile.only {
    display: none;
}

.site.news .articles .item {
    margin-bottom: 40px;
}

.site.viewpoint .staff-image {
    max-width: 476px;
}

.site .title-image {
    max-width: 167px;
}

.site .articles.financial-education {
    max-width: 720px;
}

.site .articles.financial-education .item h4 {
    font-size: 22px;
}

.site .articles.financial-education .item {
    margin-bottom: 50px;
}

.site .articles.financial-education .item em {
    margin-top: 10px;
    display: block;
}

.site .articles.financial-education .item .description,
.site .articles.financial-education .item .extra {
    margin-top: 20px;
}

.site .articles.financial-education .item > .image:not(.ui) {
    width: 200px !important;
    height: 200px;
}

.site .articles.financial-education .item h4 {
    text-align: left;
}

.site .tool-icons {
    width: 100%;
    max-width: 720px;
}

.site .tool-icons img {
    height: 60px;
}

.site .tool-icons a {
    text-decoration: none;
}

.site .tool-icons h4 {
    font-size: 26px;
}

.site .cube {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    aspect-ratio: 1;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 2px solid #fff;
    transition: transform .15s 0s linear;
    padding: 30px;
    text-align: center;
}

.site .cube > span {
    transition: transform .15s 0s linear;
    color: var(--secondary);
}

.site .cube:hover {
    transform: scale(1.05);
}

.site .cube:active {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.site .cube:active > span {
    color: white;
}

/*.site .cube:hover > span {*/
/*    transform: scale(calc(1/1.05));*/
/*}*/

.site .cube.inactive {
    background: transparent;
    color: #fff;
}


.site.testimonials blockquote:before {
    left: 40px;
}

.testimonials blockquote p {
    background: transparent;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 1em;
}

.testimonials blockquote .emphasis {
    font-size: 1.3em;
    font-weight: bolder;
}

.testimonials figure {
    margin: 0;
    margin-bottom: 70px;
    box-shadow: 5px 5px 30px #cfcfcf;
    padding: 20px;
    background: rgb(var(--expand-fade-rgb));
    color: #000;
}

.testimonials figcaption {
    font-style: italic;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.testimonials blockquote {
    margin: 0;
    padding: 40px 80px 0;
    position: relative;
    font-size: 1.5em;
    line-height: 1.5em;
    background-color: transparent;
}

.testimonial-wrapper {
    position: relative;
}

.testimonial {
    position: relative;
    overflow: hidden;
    max-height: 5000px;
    transition: max-height 2s ease;
}

.testimonial.collapsed {
    max-height: 450px;
}

.fade-overlay {
    display: none;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 140px;
    width: 100%;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(var(--expand-fade-rgb), 0.93) 60%, rgb(var(--expand-fade-rgb)) 70%);
    pointer-events: none;
    transition: opacity 0.3s;
}

.testimonial:not(.collapsed) .fade-overlay {
    opacity: 0;
}

.read-more-btn {
    display: none;
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    background: rgb(var(--expand-fade-rgb));
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonial-wrapper.expandable .fade-overlay,
.testimonial-wrapper.expandable .read-more-btn {
    display: block;
}

.testimonial-wrapper:nth-of-type(3n+2) {
    --expand-fade-rgb: var(--primary-rgb);
}

.testimonial-wrapper:nth-of-type(3n+3) {
    --expand-fade-rgb: var(--secondary-rgb);
}

.testimonial-wrapper:nth-of-type(3n+2) figure.testimonial,
.testimonial-wrapper:nth-of-type(3n+3) figure.testimonial,
.testimonial-wrapper:nth-of-type(3n+2) .read-more-btn,
.testimonial-wrapper:nth-of-type(3n+3) .read-more-btn {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .site h1,
    .site h2,
    .site h3,
    .site h4,
    .site h5,
    .site h6 {
        text-align: center;
    }

    .site .accordion-card .heading h3 {
        text-align: left;
        font-size: 24px;
    }

    .site .content-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site blockquote {
        margin: 10px;
    }
    .site .highlight-box {
        padding-left: 40px;
        padding-right: 40px;
    }
    .site .content-box > img {
        max-width: 100%;
    }

    .site table tr th, .site table tr td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .site ol.counter li::before {
        display: block;
        margin-left: calc(50% - 25px);
        margin-bottom: .5em;
    }
    .site ol.counter li > h3 {
        display: block;
        text-align: center;
    }

    .site ul {
        padding-left: 18px;
    }

    .site .content-box img.scale {
        max-width: 100%;
    }

    .site table.cd-yield-rates tr th, .site table.cd-yield-rates tr td {
        padding: 5px;
        font-size: 14px;
    }

    .site .carousel.quote blockquote {
        padding-top: 45px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .site .carousel.quote blockquote:before {
        left: 14px;
        top: 25px;
    }

    .site.news .ui.items .item .image {
        width: 100% !important;
    }
    .site.news .ui.items .item .content {
        padding-left: unset;
    }
    .site .faq-answer {
        width: 100%;
    }
    .site.faq .content-box {
        padding-left: 0;
        padding-right: 0;
    }

    .site.faq .content-box > *:not(div.faq-answer) {
        margin: 20px;
    }

    .site.faq .faq-answer {
        padding: 20px 40px;
    }

    .site.faq .faq-answer h3 {
        text-align: left;
    }

    .site.faq .center em {
        text-align: center;
    }

    .site .desktop.only {
        display: none;
    }
    .site .mobile.only {
        display: initial;
    }
    .site p {
        width: initial;
        max-width: 600px;
    }
    .site p.wide {
        width: initial;
        max-width: 800px;
    }
    .site .title-box {
        width: 100%;
    }
    .site.viewpoint .staff-image {
        max-width: 100%;
    }
    #ec {
        width: auto;
        max-width: 720px;
    }
    .testimonials blockquote {
        padding: 0;
    }
    .site.testimonials blockquote::before {
        left: -25px;
        top: -16px;
    }
    .site blockquote::before {
        font-size: 80px;
    }
    .testimonials figure {
        padding-top: 40px;
    }
    .testimonial.collapsed {
        max-height: 700px;
    }
}