.gold-outline:focus {
    outline: 2px solid #fbc600 !important
}

.tippy-box {
    background-color: #fbc600;
    color: #3b3c43;
    padding: 1rem;
    font-size: 25px;
    max-width: 800px !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .tippy-box {
        font-size: 1rem
    }
}

.tippy-box h3 {
    font-weight: 700
}

.tippy-box .tippy-close {
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 30px;
    min-width: 44px;
    min-height: 44px;
}

.main-footer {
    position: relative;
    z-index: 1
}

.statement {
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 4rem
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .statement {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
    .statement {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

@media screen and (min-width:80rem) {
    .statement {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
    .statement {
        width: 82.5rem
    }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
    .statement {
        width: 85rem
    }
}

@media screen and (min-width:80rem) {
    .statement {
        width: 90rem
    }
}

.statement a {
    display: inline
}

.statement .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .6);
    z-index: 1;
    transition: all .3s ease-in-out
}

.statement .overlay.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    z-index: 3;
    transition: all .3s ease-in-out
}

.statement .--bottom-border {
    border-bottom: 2px solid #115471
}

.statement .--bottom-border-blue {
    border-bottom: 2px solid #1470b2
}

.statement__header {
    display: flex;
    justify-content: flex-end;
    padding: 2rem 1rem
}

@media screen and (min-width:48rem) {
    .statement__header {
        padding: 4rem 1rem
    }
}

.statement__header-logo {
    width: 175px
}

.statement__copy {
    font-size: 16px;
    margin: 5px 0;
    word-wrap: break-word
}

.statement__copy.--green {
    color: #1da563
}

.statement__copy.--red {
    color: #a82430
}

.statement__copy--blue,
.statement__copy.--blue {
    color: #1470b2
}

.statement__copy--bold,
.statement__copy.--bold {
    font-weight: 700
}

.statement__copy.--flex {
    display: flex;
    align-items: center
}

.statement__copy.--blank {
    background: #e9eaeb;
    height: 18px;
    width: 50%
}

.statement__copy.--right-align {
    text-align: right
}

.statement__copy.--disclosure {
    font-size: 14px
}

.statement__right-arrow {
    font-size: 40px;
    margin-right: 1rem
}

.statement__right-arrow.--green {
    color: #1da563
}

.statement__right-arrow.--red {
    color: #a82430
}

.statement__hover-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background: 0 0;
    border: none;
    padding: 0;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 1rem 0;
    position: relative;
    z-index: 2
}

.statement__hover-button--icon {
    margin-right: 1rem;
    align-self: center
}

.statement__hover-button[aria-expanded=true] {
    z-index: 4;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    opacity: .2;
    transition: all .3s ease-in-out
}

.statement__row.--flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (min-width:48rem) {
    .statement__row.--flex {
        flex-direction: row
    }
}

.statement__row .statement__row.--flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

@media screen and (min-width:48rem) {
    .statement__row .statement__row.--flex {
        flex-direction: row
    }
}

.statement__row .statement__row.--wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (min-width:48rem) {
    .statement__row .statement__row.--wrap {
        flex-direction: row
    }
}

.statement__row.--bottom-border {
    border-bottom: 2px solid #115471
}

.statement__row.--table-border {
    border-bottom: 1px solid #000
}

.statement__row-header {
    color: #115471
}

.statement__column {
    margin: 1rem 1rem 1rem 0
}

.statement__column.one-third {
    width: 100%
}

@media screen and (min-width:48rem) {
    .statement__column.one-third {
        width: 35%
    }
}

.statement__column.one-fourth {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

@media screen and (min-width:48rem) {
    .statement__column.one-fourth {
        width: 35%
    }
}

.statement__column.three-fourth {
    width: 100%
}

@media screen and (min-width:48rem) {
    .statement__column.three-fourth {
        width: 65%
    }
}

.statement__section.--bottom-border {
    border-bottom: 2px solid #115471
}

.statement__table-wrapper {
    overflow-x: scroll
}

@media screen and (min-width:0rem) and (max-width:61.9375rem) {
    .statement__table-wrapper {
        z-index: 3;
        position: relative;
        opacity: .4
    }
}

.statement__table {
    border: 2px solid #000;
    margin-top: 1rem;
    min-width: 624px;
    overflow: scroll
}

.statement__table.--full-width {
    width: 100%;
    margin: 1rem 0
}

.statement__table.--no-border {
    border: none;
    border-collapse: collapse
}

.statement__table.--center {
    text-align: center
}

.statement__table.--centered {
    margin: 1rem auto
}

.statement__table.--blue-border {
    border-right: none;
    border-left: none;
    border-top: 2px solid #115471;
    border-bottom: 2px solid #115471
}

.statement__table-row.--table-border {
    border-bottom: 1px solid #000;
    border-collapse: collapse
}

.statement__table-row.--top-padding {
    border-spacing: 5px 1rem
}

.statement__table-row.--bottom-padding {
    padding-bottom: 10px
}

.statement__table-row td , .statement__table-row th {
    padding: 10px
}

.statement__table-data {
    min-width: 60px
}

.statement__table-data.--grey {
    background-color: #e8e8e8;
    font-weight: 400
}

.statement__table-data.--blue-text {
    color: #115471;
    background-color: #e8e8e8
}

.statement__table-data.--bold {
    font-weight: 700
}

.statement__table-data.--no-padding {
    padding: 10px 0 0 0
}

.statement__table-data.--center {
    text-align: center
}

.statement__balance {
    padding-bottom: 1rem;
    margin-bottom: 10px
}

.statement__summary-box {
    background-color: #e9f4fa;
    padding: 1rem;
    margin-top: 1rem
}

.statement__summary-box.--blue-border {
    border-top: 1px solid #115471;
    border-bottom: 1px solid #115471
}

.statement__summary-box h2 {
    margin: 0
}

.statement__blank-box {
    min-width: 278px;
    min-height: 94px;
    background-color: #e9eaeb;
    margin-right: 2rem
}

.statement__dollar {
    font-size: 18px;
    display: inline
}

.statement__barcode,
.statement__graph {
    margin: 0 auto
}

.statement__square-list {
    list-style: square;
    color: #1470b2;
    padding-left: 1rem
}

.statement__square-list span {
    color: #000
}