
.table-row {
    display: flex;
    width: 100%;
    clear: left;
    font-variant-numeric: tabular-nums;
}
.table-row .table-cell {
    display: block;
    float: left;
    box-sizing: border-box;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    line-height: 1.2em;
    background: #e1e1e1;
    padding: 0.8em 0.4em;
    margin: 2px;
}
#summary-table .table-row .table-cell {
    background: #e9e9e9;
}
@media screen and (min-width: 1240px) {
    .table-row .table-cell {
        padding: 0.8em;
        font-size: 16px;
        margin: 4px;
    }
}
.table-row .table-cell.header-cell {
    font-size: 11px;
    margin: 2px;
}
@media screen and (min-width: 1240px) {
    .table-row .table-cell.header-cell {
        font-size: 12px;
        margin: 4px;
    }
}
.table-row .table-cell:first-of-type {
    margin-left: 0;
}
.table-row .table-cell:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 1240px) {
    .table-row .table-cell:nth-of-type(2) {
        margin-right: 0;
    }
}
.table-row .table-cell.cell-label {
    width: calc(70% - 2px);
}
@media (min-width: 768px) {
    .table-row .table-cell.cell-label {
        width: calc(80% - 2px);
    }
}
@media screen and (min-width: 1240px) {
    .table-row .table-cell.cell-label {
        width: calc(50% - 8px);
    }
}
.table-row .table-cell.cell-2020 {
    width: calc(30% - 2px);
    text-align: right;
    background: #f5f5f5;
    font-weight: 700;
}
@media (min-width: 768px) {
    .table-row .table-cell.cell-2020 {
        width: calc(20% - 2px);
    }
}
@media screen and (min-width: 1240px) {
    .table-row .table-cell.cell-2020 {
        width: calc(16.6% - 8px);
    }
}
.table-row .table-cell.cell-2020 div.dollar {
    font-weight: 700;
}
#summary-table .table-row .table-cell.cell-2020 {
    background: #fff;
}
.table-row .table-cell.cell-2019,
.table-row .table-cell.cell-2018,
.table-row .table-cell.cell-delta {
    display: none;
    text-align: right;
}
@media screen and (min-width: 1240px) {
    .table-row .table-cell.cell-2019,
    .table-row .table-cell.cell-2018,
    .table-row .table-cell.cell-delta {
        width: calc(16.6% - 8px);
        display: block;
    }
}
.table-row .table-cell div.dollar {
    text-align: left;
    width: auto;
    display: block;
    float: left;
    line-height: 1em;
}
@media screen and (min-width: 1240px) {
    .table-row.balance-sheet .cell-label {
        width: calc(66.6% - 8px);
    }
}
.table-row.header-row {
    clear: both;
}
.table-row.header-row .header-cell {
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    line-height: 1em;
    background: #003469 !important;
    padding: 0.8em;
}
@media screen and (min-width: 1240px) {
    .table-row.header-row .header-cell {
        font-size: 16px;
    }
}
.footnote {
    padding: 25px 1em 25px 2em;
    text-indent: -0.6em;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    line-height: 1.4em;
}
#financials-nav {
    max-width: none;
    padding-left: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1240px) {
    #financials-nav {
        max-width: 225px;
    }
}
@media screen and (min-width: 1240px) {
    #financials-nav {
        max-width: 250px;
    }
}
#financials-nav li {
    list-style: none;
    line-height: 1.3;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 18px !important;
}
#financials-nav li a {
    text-decoration: none;
}
#financials-nav li a {
    color: #000;
}
#financials-nav li a:visited {
    color: #000;
}
#financials-nav li a:hover {
    color: #c00;
    text-decoration: none !important;
}
#financials-nav li a:active,
#financials-nav li a:focus {
    color: #c00;
    text-decoration: none !important;
}
#financials-nav li:before {
    display: none !important;
}
.date-note {
    width: 100%;
}
.date-note .inner-wrapper {
    float: right;
    text-align: right;
    font-size: 15px;
    margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
    .date-note .inner-wrapper {
        width: 50%;
        text-align: center;
    }
}
.date-note.balance-sheet .inner-wrapper {
    width: 33%;
}
.financials-section {
    padding-top: 0;
    margin-bottom: 50px;
}
.financials-section .financials-table .table-row {
    display: flex;
    width: 100%;
}
.financials-section .financials-table .table-row .table-cell {
    flex: auto;
    padding: 0.4em 0.8em;
    margin: 0 4px;
}
@media screen and (min-width: 1200px) {
    .financials-section .financials-table .table-row .table-cell {
        padding: 0.4em 1.2em;
    }
}
.financials-section .financials-table .table-row .table-cell.header-cell {
    margin: 4px;
}
.financials-section .financials-table .table-row .table-cell:first-of-type {
    margin-left: 0;
}
.financials-section .financials-table .table-row .table-cell:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 1240px) {
    .financials-section .financials-table .table-row .table-cell:nth-of-type(2) {
        margin-right: 0;
    }
}
.financials-section .financials-table .table-row.no-dollar .dollar {
    display: none;
}
.financials-section .financials-table .table-row.indent-left .table-cell.cell-label {
    padding-left: 1.6em;
}
@media screen and (min-width: 1200px) {
    .financials-section .financials-table .table-row.indent-left .table-cell.cell-label {
        padding-left: 2.4em;
    }
}
.financials-section .financials-table .table-row.indent2-left .table-cell.cell-label {
    padding-left: 2.4em;
}
@media screen and (min-width: 1200px) {
    .financials-section .financials-table .table-row.indent2-left .table-cell.cell-label {
        padding-left: 3.2em;
    }
}
.financials-section .financials-table .table-row.indent3-left .table-cell.cell-label {
    padding-left: 3.2em;
}
@media screen and (min-width: 1200px) {
    .financials-section .financials-table .table-row.indent3-left .table-cell.cell-label {
        padding-left: 4em;
    }
}
.financials-section .financials-table .table-row.red-line-single .table-cell {
    border-bottom: solid 1px #c00;
}
.financials-section .financials-table .table-row.red-line-double .table-cell {
    border-bottom: solid 3px #c00;
}
.financials-section .footnote-link {
    padding: 0.5em 0;
    font-size: 12px;
}
@media screen and (min-width: 1200px) {
    .financials-section .footnote-link {
        padding: 0.5em 2em;
    }
}
#graphs .financials-graph-block {
    position: relative;
    display: block;
    height: 450px;
}
#graphs .financials-graph-block .inner-wrapper {
    padding: 20px;
    height: 100%;
}
#graphs .financials-graph-block .inner-wrapper h3 {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    #graphs .financials-graph-block .inner-wrapper {
        padding: 15px;
    }
}
@media (min-width: 1400px) {
    #graphs .financials-graph-block .inner-wrapper {
        padding: 25px;
    }
}
#graphs .financials-graph-block .financials-graph {
    position: absolute;
    bottom: 25px;
    display: flex;
    flex-direction: row;
    align-content: center;
    height: 300px;
    width: calc(100% - 80px);
}
@media (min-width: 992px) {
    #graphs .financials-graph-block .financials-graph {
        width: calc(100% - 40px);
    }
}
@media (min-width: 1400px) {
    #graphs .financials-graph-block .financials-graph {
        width: calc(100% - 80px);
    }
}
#graphs .financials-graph-block .financials-graph .graph-col {
    position: relative;
    display: flex;
    align-content: center;
    width: 20%;
    height: 100%;
    margin: 0 1px;
}
#graphs .financials-graph-block .financials-graph .graph-col .graph-stat {
    position: absolute;
    display: block;
    width: 100%;
    top: 25px;
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 1em;
}
@media (min-width: 992px) {
    #graphs .financials-graph-block .financials-graph .graph-col .graph-stat {
        font-size: 12px;
    }
}
@media (min-width: 1400px) {
    #graphs .financials-graph-block .financials-graph .graph-col .graph-stat {
        font-size: 16px;
    }
}
#graphs .financials-graph-block .financials-graph .graph-col .graph-back {
    position: absolute;
    display: block;
    width: 100%;
    height: 75%;
    bottom: 10%;
    background: #fff;
    z-index: 5;
}
#graphs .financials-graph-block .financials-graph .graph-col .graph-bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    background: #c00;
    z-index: 10;
    transition: all ease-in-out 1.5s;
}
#graphs .financials-graph-block .financials-graph .graph-col .graph-bar.barB3 {
    height: 8.1%;
    top: 85%;
    z-index: 4;
}
#graphs .financials-graph-block .financials-graph .graph-col .graph-year {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 50px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    z-index: 20;
}
#graphs .financials-graph-block .financials-graph .graph-col .graph-year.inverted {
    color: #c00;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar {
    transition: all ease-in-out 1.5s;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barA1 {
    height: 64.5%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barA2 {
    height: 67.2%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barA3 {
    height: 70.8%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barA4 {
    height: 93.3%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barA5 {
    height: 95.3%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barB1 {
    height: 70.1%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barB2 {
    height: 92.1%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barB3 {
    top: 90%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barB4 {
    height: 72.6%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barB5 {
    height: 77%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barC1 {
    height: 77.9%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barC2 {
    height: 78.7%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barC3 {
    height: 94.4%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barC4 {
    height: 94.4%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barC5 {
    height: 97.4%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barD1 {
    height: 70.1%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barD2 {
    height: 60.7%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barD3 {
    height: 65%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barD4 {
    height: 84.5%;
}
#graphs .financials-graph-block .financials-graph.animate .graph-bar.barD5 {
    height: 97.4%;
}
#data {
    padding-top: 25px;
}
@media screen and (min-width: 1200px) {
    #data {
        padding-top: 0;
    }
    #data .data-block-border {
        border-right: solid 1px #000;
    }
}


@media screen and (max-width: 767px) {
    #stickThis.improve-health {
        position: absolute;
        top: 25px;
        right: 0;
        width: 125px;
    }
}
@media screen and (min-width: 768px) {
    #stickThis.improve-health {
        position: absolute;
        top: -75px;
        right: 0;
        width: 275px;
    }
}
@media screen and (max-width: 767px) {
    #stickThis.improve-health.fixed {
        position: absolute;
        top: 0;
    }
}
@media screen and (min-width: 768px) {
    #stickThis.improve-health.fixed {
        position: fixed;
        top: 100px;
    }
}
#stickThis.financials {
    position: relative;
    margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
    #stickThis.financials {
        position: absolute;
        top: 0;
    }
}
#stickThis.financials.fixed {
    position: relative;
}
@media screen and (min-width: 992px) {
    #stickThis.financials.fixed {
        position: fixed;
        top: 100px;
    }
}
iframe {
    border: none;
}
.mobile-only {
    display: flex;
}
@media screen and (min-width: 1200px) {
    .mobile-only {
        display: none !important;
    }
}
.desktop-only {
    display: none;
}
@media screen and (min-width: 1200px) {
    .desktop-only {
        display: flex;
    }
}
.desktop-only-block {
    display: none;
}
@media screen and (min-width: 1200px) {
    .desktop-only-block {
        display: block !important;
    }
}
.small-only {
    display: flex;
}
@media screen and (min-width: 992px) {
    .small-only {
        display: none;
    }
}
.large-only {
    display: none;
}
@media screen and (min-width: 992px) {
    .large-only {
        display: flex;
    }
}
.tiny-only {
    display: flex;
}
@media screen and (min-width: 768px) {
    .tiny-only {
        display: none;
    }
}
.not-tiny {
    display: none;
}
@media screen and (min-width: 768px) {
    .not-tiny {
        display: flex;
    }
}
.tcenter {
    text-align: center;
}
.flex-column {
    flex-direction: column;
}
.row-bottom {
    position: absolute;
    bottom: 0;
}
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}
a.skip-main:focus,
a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid #ff0;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}
@media (min-width: 1280px) {
    .container-wide {
        max-width: 1270px;
    }
}
@media (min-width: 1400px) {
    .container-wide {
        max-width: 1370px;
    }
}
@media (min-width: 1600px) {
    .container-wide {
        max-width: 1570px;
    }
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (max-width: 767px) {
    .row.mobile-edge {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 991px) {
    .row.tablet-edge {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .row.lg-edge {
        margin-left: -15px;
        margin-right: -15px;
    }
    .container-fluid.lg-edge {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.aos-fix[data-aos][data-aos].aos-animate {
    transform: unset;
}

/*
     FILE ARCHIVED ON 00:52:42 Mar 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:23:51 Feb 07, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.055
  cdx.remote: 0.09
  esindex: 0.011
  LoadShardBlock: 268.581 (6)
  PetaboxLoader3.datanode: 136.438 (7)
  load_resource: 61.585
  PetaboxLoader3.resolve: 28.937
*/