/*! 02/26/2024 Copyright 2024 USAA. All Rights Reserved. */
.cdo {
    line-height: normal;
}

.cdo .text-cool-gray-800 {
    color: #4E4E4F;
}

.cdo .cta-btn.cta-md {
    min-width: 200px;
}

.cdo .fifty-fifty-wrapping-image-flipped {
    width: 50%;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.cdo .fifty-fifty-wrapping-image-flipped .fifty-fifty-image-flipped {
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    position: absolute;
    transform: scaleX(-1);
    aspect-ratio: 97/58;
}

.cdo .fifty-fifty-wrapping-text {
    padding: 72px 46px;
}

.rate-icon {
    width: 42px;
    height: 42px;
}

.cdo .banner .banner-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 417/314;
    object-position: left;
}


.cdo .slim-banner-sub-heading {
    margin-top: 20px;
}
.cdo .slim-banner-sub-heading.rev-h2 {
    display: inline-flex;
    flex-direction: column;
}
.cdo .apy-right .slim-banner-sub-heading {
    margin-top: 12px;
}
.cdo .banner .apy-right .banner-accent-heading {
    margin-bottom: 0;
}
.cdo .banner.slim .banner-content {
    padding: 32px 64px;
}

.cdo .banner.banner-fifty-fifty.slim .banner-content {
    width: 62%;
    padding-top: 35px;
    padding-bottom: 52px;
}

.cdo .banner.banner-fifty-fifty.slim .banner-img-wrap.full-width {
    width: 100%;
}
.cdo .banner.banner-fifty-fifty.slim .banner-img-wrap.full-width .banner-img {
    object-position: right;
}
.banner-reveille-border {
    height: 6px;
    background: linear-gradient(270deg, #FAC705 0%, #FFFFFF 85%);
}

.banner-ribbon {
    z-index: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 29px;
    font-weight: 500;
    padding: 0 1.15em 0 64px;
    margin-right: 8px;
    margin-left: -64px;
}

.banner-ribbon:before,
.banner-ribbon:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    height: 100%;
    background: #FAC705;
}

.banner-ribbon:before {
    top: 0;
    transform: skew(-45deg);
    transform-origin: top;
}

.banner-ribbon:after {
    bottom: 0;
    transform: skew(45deg);
    transform-origin: bottom;
}

.cdo .ribbon-desc {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 24px;
    color: #3e4042;
    margin-top: 16px;
    margin-bottom: 16px;
}
.cdo .apy-right .ribbon-desc {
     margin-bottom: 32px;
}
.cdo .rate-desc {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.cdo .card-pack .card.rate-card {
    padding: 18px;
}

.cdo .card-pack .bg-reveille {
    background-color: #E6F1FA;
    border-bottom: 8px solid #FAC705;
}

.cdo .card-pack .card.bg-reveille.step-card {
    background-color: white;
    border: 1px solid #12395B;
    padding-top: 34px;
}

.cdo .card-pack .bg-reveille .card-header .h6 {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
}

.cdo .card-pack .bg-reveille.step-card::before {
    content: '';
    width: 90px;
    border-top: 8px solid #FAC705;
    left: calc(50% - 90px/2);
    position: absolute;
    top: 21px;
}

.cdo .card-pack .bg-reveille .step-card-heading {
    margin-bottom: 22px;
    font-family: 'Gotham';
}

.cdo .terms-header {
    margin-bottom: 18px;
}

.rate-section.card-label {
    font-size: 46px;
}

.rate-section .rate-stack {
    display: inline-grid;
    justify-items: start;
    position: relative;
    top: -0.4em;
}

.rate-section .rate-percent {
    font-size: 20px;
}

.rate-section .rate-apy {
    font-size: 14px;
}

.rate-section.banner-ribbon {
    font-size: 46px;
    line-height: normal;
}

.rate-section.banner-ribbon .rate-percent {
    position: relative;
    top: -0.65em;
    font-size: 24px;
}

.rev-h2 .rate-section {
    font-size: 32px;
    line-height: normal;
    color: #12395B;
}

.rev-h2 .rate-section .rate-percent {
    position: relative;
    top: -0.65em;
    font-size: 24px;
    color: #00668A;
}

.rev-h2 .rate-section .rate-fix {
    color: #00668A;
    font-size: 46px;
    line-height: 52px;
    font-weight: 600;
}

.h2-note {
    font-size: 13px;
     display: block;
    text-align: right;
    white-space: nowrap;
}

.ribbon-note {
    font-size: 13px;
    position: relative;
    vertical-align: bottom;
}

.rates-footnote {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #3E4042;
    margin-top: 22px;
    margin-bottom: 10px;
}

.cdo .justify-left {
    justify-content: left;
}
.cdo .banner.banner-fifty-fifty.slim .banner-content.apy-right {
    width: 580px;
    padding-bottom: 32px;
}
.cdo .banner .apy-right .banner-accent-heading {
    font-size: 14px;
}
.cdo .li-popup {
    list-style:disc;
    margin-left:20px;
}
.article-cards .card .card-img-wrap {
    aspect-ratio: 311/ 160;
}
.cdo .section-heading:not(:last-child), .cdo .section-sub-heading:not(:last-child) {
    margin-bottom: 32px;
}
.section-header.margin-left.desktop{
    margin-left:38px;
}
.rates-footnote a {
     color: #00668a;
    text-decoration: underline !important;
}

.cdo .icon-image {
	filter: invert(1) brightness(2);
}

.cdo .banner-icon{
	display: flex !important;
}

.heading-font-size {
    font-size: 39px;
}

/*# sourceMappingURL=bk-cds-2023.css.map */
