.cdo * {
    box-sizing: border-box
}

.cdo .cta-major {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    display: inline-block;
    position: relative;
    min-width: 150px;
    padding: 18px 30px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    overflow: visible
}

.cdo .cta-major:hover .underline-fix {
    text-decoration: underline
}

.cdo .cta-major:focus {
    outline: none
}

.cdo .cta-major:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: none
}

.cdo .cta-major.small {
    min-width: 115px;
    padding: 12px 22px;
    font-size: 0.9em
}

.cdo .cta-major.green {
    border: 1px solid transparent;
    background: linear-gradient(180deg, #54732d 0%, #435c24 100%);
    box-shadow: inset 0 -2px 0 0 #32451b;
    color: #fff;
    text-align: center
}

.cdo .cta-major.green:hover {
    background: #54732d;
    text-decoration: underline solid transparent !important
}

.cdo .cta-major.green:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #00668a;
    border-radius: 5px;
    background: none
}

.cdo .cta-major.gray,.cdo .cta-major.grey {
    border: 1px solid transparent;
    background-color: #f6f5f5;
    background: linear-gradient(#f6f5f5, #ececeb);
    border-bottom: 2px solid #d0cfce;
    color: #00668a
}

.cdo .cta-major.gray:hover,.cdo .cta-major.grey:hover {
    background: #f6f5f5;
    text-decoration: underline transparent !important
}

.cdo .cta-major.gray:focus:focus::after,.cdo .cta-major.grey:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #00668a;
    border-radius: 5px;
    background: none
}

.cdo .cta-major.secondary {
    background: linear-gradient(#fff, #f6f5f5);
    border: 1px solid transparent;
    box-shadow: 0px 2px 0px #d0cfce;
    color: #00668a
}

.cdo .cta-major.secondary:hover {
    background: #fff;
    border-color: #d0cfce
}

.cdo .cta-major.secondary:focus {
    box-shadow: none
}

.cdo .cta-major.secondary:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: none
}

.cdo .cta-major.secondary.blue-border:focus:focus::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #00668a;
    border-radius: 5px;
    background: none
}

.cdo .cta-major.ghost {
    position: relative;
    color: #fff;
    border: 1px solid #9eaebe;
    box-shadow: inset 0 0 0 1px #9eaebe;
    transition: box-shadow 0s, background 0.2s;
    background: transparent
}

.cdo .cta-major.ghost:hover {
    text-decoration: none !important;
    border-color: rgba(138,205,255,0.5);
    box-shadow: 0 0 5px 0 rgba(158,174,186,0.5),inset 0 0 0 1px rgba(138,205,255,0.5);
    background: rgba(1,7,13,0.25);
    text-decoration: underline solid transparent !important
}

.cdo .cta-major.ghost:focus {
    outline: none;
    border: 1px solid #00668a;
    box-shadow: inset 0 0 0 1px #00668a
}

.cdo .cta-major.ghost:focus::after {
    border: 2px solid #fff
}

.cdo .cta-minor {
    display: inline-block;
    width: auto;
    font-size: 20px;
    font-weight: 300;
    color: #fff
}

.cdo .cta-minor:hover .underline-fix,.cdo .cta-minor:focus .underline-fix {
    text-decoration: underline
}

.cdo .cta-minor.gold .usaa-glyph-chevron-right {
    margin-right: 4px;
    color: #fac705;
    font-size: 94%
}

.cdo .cta-minor.green {
    color: #00668a;
    font-weight: 500
}

.cdo .block-wrapper .cta-minor {
    display: inline-block
}

.cdo .btn-link {
    color: #00668a;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer
}

.cdo .fifty-fifty {
    display: flex;
    position: relative
}

.cdo .fifty-fifty.reverse {
    flex-direction: row-reverse
}

.cdo .fifty-fifty-wrapping-image {
    width: 50%;
    line-height: 0;
    padding-top: calc(60% / (16 / 9));
    position: relative;
    overflow: hidden
}

.cdo .fifty-fifty-image {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0
}

.cdo .fifty-fifty-wrapping-text {
    width: 50%;
    padding: 40px
}

.cdo .fifty-fifty.ladder {
    background-color: #f6f5f5
}

.cdo .fifty-fifty.full-image {
    padding: 64px
}

.cdo .fifty-fifty.full-image .fifty-fifty-wrapping-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%
}

.cdo .fifty-fifty.full-image .fifty-fifty-wrapping-text {
    background-color: #fff;
    padding: 48px 40px;
    z-index: 9
}

.cdo ul.bullet-list {
    margin-bottom: 26px
}

.cdo ul.bullet-list:last-child {
    margin-bottom: 0
}

.cdo ul.bullet-list li {
    list-style: disc;
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

.cdo .body-copy ul {
    margin-bottom: 26px
}

.cdo .body-copy ul:last-child {
    margin-bottom: 0
}

.cdo .body-copy ul li {
    list-style: disc;
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

.cdo ol.ordered-list {
    margin-bottom: 26px
}

.cdo ol.ordered-list:last-child {
    margin-bottom: 0
}

.cdo ol.ordered-list li {
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

.cdo .body-copy ol {
    margin-bottom: 26px
}

.cdo .body-copy ol:last-child {
    margin-bottom: 0
}

.cdo .body-copy ol li {
    margin-left: 18px;
    padding-left: 12px;
    margin-bottom: 4px
}

html {
    text-shadow: none !important
}

body {
    position: relative;
    text-align: left
}

.page-wrapper,.wcm-content {
    background-color: #fff
}

.site-content,.main-content,.page-content {
    width: 100%;
    margin: 0;
    padding: 0
}

.page-title {
    display: none
}

img {
    margin: 0;
    max-width: 100%
}

ol,ol li,ul,ul li {
    list-style: none;
    margin-left: 0
}

.cdo .section {
    padding: 72px 64px
}

.cdo .section-header {
    max-width: 704px;
    margin: auto;
    margin-bottom: 40px
}

.cdo .section-heading {
    text-align: center;
    font-family: 'Mercury Display', Times, serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #3e4042
}

.cdo .section-sub-heading {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #3e4042
}

.cdo .section-header-icon {
    display: block;
    margin-bottom: 12px;
    color: #fac705;
    font-size: 2.125em;
    text-align: center;
    margin-top: -32px
}

.cdo .section-heading:not(:last-child),.cdo .section-sub-heading:not(:last-child) {
    margin-bottom: 12px
}

.cdo .section-footer {
    text-align: center
}

.cdo .section-footer .cta-major {
    margin-bottom: 24px
}

.cdo .cdo-accordion .accordion-toggle-all {
    display: inline-block;
    margin-bottom: 24px;
    padding: 0px;
    font-size: 1.05em;
    color: #00668a;
    text-decoration: underline;
    background: transparent;
    border: 0;
    cursor: pointer
}

.cdo .cdo-accordion .accordion-row {
    border-bottom: 1px solid #d0cfce
}

.cdo .cdo-accordion .accordion-row:first-of-type {
    border-top: 1px solid #d0cfce
}

.cdo .cdo-accordion .accordion-row.expanded .accordion-toggle-icon::before {
    transform: rotateZ(-90deg) scaleX(0)
}

.cdo .cdo-accordion .accordion-toggle {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: baseline;
    width: 100%;
    padding: 12px 16px;
    transition: background-color 200ms;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer
}

.cdo .cdo-accordion .accordion-toggle::after {
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 2px #00668a;
    box-sizing: border-box;
    pointer-events: none;
    opacity: 0;
    transition: opacity 300ms;
    z-index: 100
}

.cdo .cdo-accordion .accordion-toggle:hover {
    background: rgba(0,0,0,0.03);
    text-decoration: underline transparent
}

.cdo .cdo-accordion .accordion-toggle:focus {
    outline: 0
}

.cdo .cdo-accordion .accordion-toggle:focus::after {
    opacity: 1
}

.cdo .cdo-accordion .accordion-toggle-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 16px
}

.cdo .cdo-accordion .accordion-toggle-icon::before,.cdo .cdo-accordion .accordion-toggle-icon::after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    border-top: 2px solid #00668a;
    top: 50%;
    width: 100%;
    margin-top: -1px;
    transition: transform 300ms
}

.cdo .cdo-accordion .accordion-toggle-icon::before {
    transform: rotateZ(-90deg) scaleX(1)
}

.cdo .cdo-accordion .accordion-toggle-label {
    color: #00668a;
    font-weight: 500;
    line-height: 22.4px;
    font-family: 'Gotham Narrow', Arial, sans-serif
}

.cdo .cdo-accordion .accordion-content-wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease
}

.cdo .cdo-accordion .accordion-content {
    padding: 4px 16px 16px 48px
}

.cdo .banner {
    width: 100%;
    color: #ffffff;
    position: relative;
    overflow: hidden
}

.cdo .banner .banner-content {
    position: relative;
    padding: 72px 64px
}

.cdo .banner .body-copy:not(:last-child),.cdo .banner .cta-major:not(:last-child),.cdo .banner .block-wrapper:not(:last-child) {
    margin-bottom: 24px
}

.cdo .banner .banner-accent-heading {
    font-family: "Gotham", Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fac705;
    text-transform: uppercase;
    letter-spacing: 1.14px;
    margin-bottom: 12px
}

.cdo .banner .banner-sub-heading {
    max-width: 704px;
    margin-bottom: 12px;
    font-size: 46px;
    font-weight: 600;
    line-height: 52px
}

.cdo .banner .banner-sub-info {
    max-width: 704px;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 32px
}

.cdo .banner.banner-center .banner-content {
    text-align: center
}

.cdo .banner.banner-center .banner-content .banner-sub-info,.cdo .banner.banner-center .banner-content .banner-sub-heading {
    margin-left: auto;
    margin-right: auto
}

.cdo .banner.banner-promise {
    background-color: #12395b
}

.cdo .banner.banner-promise .banner-content {
    background-image: url("https://content.usaa.com/mcontent/static_assets/Media/prodOther_accent_brandBanner_diamondBackground.svg")
}

.cdo .banner.banner-promise:not(.banner-center) .banner-content {
    padding-left: 84px
}

.cdo .banner.banner-promise.closing-block .banner-content {
    padding-left: 64px
}

.cdo .banner.banner-promise .banner-sub-heading {
    font-family: 'Mercury Display', Times, serif
}

.cdo .banner.banner-promise.banner-center .star-bar {
    display: flex
}

.cdo .banner.banner-decision {
    background-color: #0b2237
}

.cdo .banner.banner-decision .banner-sub-heading {
    font-family: 'Mercury Display', Times, serif
}

.cdo .banner.banner-functional {
    background-color: #12395b
}

.cdo .banner.banner-functional .banner-sub-heading {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    font-weight: 500
}

.cdo .banner.banner-fifty-fifty .banner-content {
    width: 50%;
    text-align: left
}

.cdo .banner .banner-img-wrap {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.cdo .banner .banner-img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover
}

.cdo .banner .star-bar-desktop {
    position: absolute;
    top: 0;
    left: 21px;
    z-index: 1100
}

.cdo .banner .star-bar-desktop.align-h1 {
    top: -941px
}

.cdo .banner .star-bar-desktop.align-subhead {
    top: -889px
}

.cdo .banner .star-bar {
    display: none;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px
}

.cdo .banner .star-bar .star-bar-bar {
    width: calc(50% - 1.5em);
    height: 5px;
    background-color: #ab080e
}

.cdo .banner .star-bar .star-bar-star {
    font-size: 1.8em;
    color: #fac705
}

.cdo .banner-video-wrap {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.cdo .banner-video-wrap .banner-img {
    min-height: 100%;
    min-width: 100%;
    object-fit: cover
}

.cdo .banner-video-wrap::before {
    content: '';
    display: block;
    background: rgba(15,30,50,0.75);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cdo .banner-video-wrap .banner-video-info-wrap {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cdo .banner-video-wrap .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.2em 1.1em 1.15em 1.3em;
    border: 0.1em solid #fff;
    border-radius: 50%;
    color: #fac705;
    font-size: 1.2em;
    transition: all 0.1s ease;
    background-color: rgba(0,0,0,0.5);
    box-shadow: inset 0 0 0 0.2em transparent
}

.cdo .banner-video-wrap .banner-video-play-btn:hover,.cdo .banner-video-wrap .banner-video-play-btn:focus {
    outline: none
}

.cdo .banner-video-wrap .banner-video-play-btn:hover .video-play-btn,.cdo .banner-video-wrap .banner-video-play-btn:focus .video-play-btn {
    border-color: #fac705;
    background-color: #fff;
    color: #12395b;
    box-shadow: inset 0 0 0 0.2em #12395b
}

.cdo .banner-video-wrap .banner-video-play-btn {
    color: #fac705;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    font-size: 1.2em;
    border: 0.1em solid #fff;
    padding: 1.2em 1.1em 1.15em 1.3em;
    transition: all 0.1s ease;
    box-shadow: inset 0 0 0 0.2em transparent;
    line-height: 0;
    cursor: pointer
}

.cdo .banner-video-wrap .banner-video-play-btn:hover,.cdo .banner-video-wrap .banner-video-play-btn:focus {
    outline: none;
    background: #FFF;
    border-color: #fac705;
    color: #12395b;
    box-shadow: inset 0 0 0 0.2em #12395b
}

.cdo .banner-video-wrap .banner-video-transcript-btn {
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    margin-top: 24px;
    color: #FFFFFF;
    font-family: "Gotham Narrow";
    font-size: 18px;
    cursor: pointer
}

.cdo .banner-video-wrap .banner-video-transcript-btn:focus {
    outline: none;
    text-decoration: underline
}

.cdo .callout {
    display: flex;
    padding: 32px 64px
}

.cdo .callout-content {
    align-self: center
}

.cdo .callout-cta {
    margin-left: auto;
    padding-left: 64px;
    align-self: center
}

.cdo .callout-icon {
    padding-right: 32px;
    border-right: 1px solid #d0cfce;
    margin-right: 32px
}

.cdo .callout-icon-image {
    width: 48px;
    max-width: inherit
}

.cdo span.two-tone {
    position: relative;
    font-size: 80%;
    margin-right: 4px
}

.cdo span.two-tone span:first-child {
    position: absolute;
    height: .5em;
    top: 2px;
    left: 0;
    overflow: hidden;
    color: #435F21;
    z-index: 1
}

.cdo span.two-tone span:last-child {
    color: #54732d;
    position: absolute;
    height: 100%;
    top: 2px;
    left: 0;
    overflow: hidden
}

.cdo span.two-tone.gold {
    position: relative
}

.cdo span.two-tone.gold:focus {
    outline: none
}

.cdo span.two-tone.gold span:first-child {
    color: #e8ab06
}

.cdo span.two-tone.gold span:last-child {
    color: #fac705
}

.cdo span.two-tone.gold span:nth-child(2) {
    color: transparent;
    padding-top: .1em
}

.cdo {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.cdo p {
    margin-bottom: 1.5em
}

.cdo p:last-child {
    margin-bottom: 0
}

.cdo h1,.cdo h2,.cdo h3,.cdo h4,.cdo h5,.cdo h6 {
    margin-bottom: 0;
    text-shadow: none;
    font-weight: inherit
}

.cdo .h2 {
    font-family: "Mercury Display", Times, serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .h3 {
    font-family: "Mercury Display", Times, serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .h4 {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .h5 {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .h6 {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .display-serif {
    font-family: "Mercury Display", Times, serif;
    font-weight: 600;
    font-size: 46px;
    line-height: 55.2px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .display-sansSerif {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-size: 46px;
    font-weight: 500;
    line-height: 56px;
    color: #3e4042;
    margin-bottom: 0.5em
}

.cdo .body-copy {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 22.4px;
    color: #3e4042;
    margin-bottom: 1.5em
}

.cdo .quote-copy {
    font-family: "Mercury Display", Times, serif;
    font-weight: 600;
    color: #676a6e;
    font-size: 22px;
    line-height: 32px;
    font-style: italic
}

.cdo a {
    color: #00668a;
    text-decoration: none !important
}

.cdo sup {
    font-size: 72%;
    bottom: 0;
    vertical-align: super
}

.cdo .text-center {
    text-align: center
}

.cdo .text-underline {
    text-decoration: underline !important
}

.cdo .italicize,.cdo .text-italics {
    font-style: italic !important
}

.cdo .embolden,.cdo .bold-text,.cdo .text-bold {
    font-weight: bold
}

.cdo .text-weight-100 {
    font-weight: 100 !important
}

.cdo .text-weight-200 {
    font-weight: 200 !important
}

.cdo .text-weight-300 {
    font-weight: 300 !important
}

.cdo .text-weight-400 {
    font-weight: 400 !important
}

.cdo .text-weight-500 {
    font-weight: 500 !important
}

.cdo .text-weight-600 {
    font-weight: 600 !important
}

.cdo .text-weight-700 {
    font-weight: 700 !important
}

.cdo .text-weight-800 {
    font-weight: 800 !important
}

.cdo .text-weight-900 {
    font-weight: 900 !important
}

.cdo .uppercase,.cdo .text-uppercase {
    text-transform: uppercase
}

.cdo .center-link {
    display: block;
    text-align: center
}

.cdo .text-left {
    text-align: left !important
}

.cdo .text-right {
    text-align: right !important
}

.cdo .text-center {
    text-align: center !important
}

.cdo .text-nowrap {
    white-space: nowrap
}

.cdo .text-white,.cdo .white-text {
    color: #fff !important
}

.cdo .text-gold {
    color: #fac705 !important
}

.cdo .text-yellow {
    color: #fbd237 !important
}

.cdo .text-core-blue {
    color: #12395b
}

.cdo .text-light-blue {
    color: #57879d
}

.cdo .text-light-blue-1 {
    color: #466c7e
}

.cdo .text-dark-blue {
    color: #12627b
}

.cdo .hiddenMessage {
    display: inline-block;
    height: 0.01em;
    width: 0.01em;
    overflow: hidden;
    position: absolute
}

.cdo .display-block,.cdo .block-wrapper,.cdo .block-wrap {
    display: block !important
}

.cdo .display-flex {
    display: flex
}

.cdo .mobileOnly {
    display: none
}

.cdo .white-back,.cdo .back-white {
    background-color: #ffffff !important
}

.cdo .grey-back,.cdo .gray-back,.cdo .back-grey,.cdo .back-gray {
    background-color: #f6f5f5 !important
}

.cdo .cool-gray-light-back,.cdo .cool-grey-light-back {
    background-color: #676a6e !important
}

.cdo .core-blue-back,.cdo .back-core-blue {
    background-color: #12395b !important
}

.cdo .back-core-blue-2 {
    background-color: #0b2237 !important
}

.cdo .back-dark-blue {
    background-color: #12627b !important
}

.cdo .p-xs {
    padding: 1px !important
}

.cdo .p-sm {
    padding: 4px !important
}

.cdo .p-md {
    padding: 8px !important
}

.cdo .p-lg {
    padding: 16px !important
}

.cdo .p-xl {
    padding: 20px !important
}

.cdo .p-2xl {
    padding: 28px !important
}

.cdo .p-3xl {
    padding: 32px !important
}

.cdo .p-0 {
    padding: 0px !important
}

.cdo .p-1 {
    padding: 1px !important
}

.cdo .p-2 {
    padding: 2px !important
}

.cdo .p-8 {
    padding: 8px !important
}

.cdo .p-10 {
    padding: 10px !important
}

.cdo .p-12 {
    padding: 12px !important
}

.cdo .p-15 {
    padding: 15px !important
}

.cdo .p-16 {
    padding: 16px !important
}

.cdo .p-20 {
    padding: 20px !important
}

.cdo .p-24 {
    padding: 24px !important
}

.cdo .p-30 {
    padding: 30px !important
}

.cdo .p-32 {
    padding: 32px !important
}

.cdo .p-40 {
    padding: 40px !important
}

.cdo .p-44 {
    padding: 44px !important
}

.cdo .p-45 {
    padding: 45px !important
}

.cdo .p-48 {
    padding: 48px !important
}

.cdo .p-50 {
    padding: 50px !important
}

.cdo .p-60 {
    padding: 60px !important
}

.cdo .p-64 {
    padding: 64px !important
}

.cdo .p-70 {
    padding: 70px !important
}

.cdo .p-80 {
    padding: 80px !important
}

.cdo .p-90 {
    padding: 90px !important
}

.cdo .p-100 {
    padding: 100px !important
}

.cdo .pt-xs {
    padding-top: 1px !important
}

.cdo .pt-sm {
    padding-top: 4px !important
}

.cdo .pt-md {
    padding-top: 8px !important
}

.cdo .pt-lg {
    padding-top: 16px !important
}

.cdo .pt-xl {
    padding-top: 20px !important
}

.cdo .pt-2xl {
    padding-top: 28px !important
}

.cdo .pt-3xl {
    padding-top: 32px !important
}

.cdo .pt-0 {
    padding-top: 0px !important
}

.cdo .pt-1 {
    padding-top: 1px !important
}

.cdo .pt-2 {
    padding-top: 2px !important
}

.cdo .pt-8 {
    padding-top: 8px !important
}

.cdo .pt-10 {
    padding-top: 10px !important
}

.cdo .pt-12 {
    padding-top: 12px !important
}

.cdo .pt-15 {
    padding-top: 15px !important
}

.cdo .pt-16 {
    padding-top: 16px !important
}

.cdo .pt-20 {
    padding-top: 20px !important
}

.cdo .pt-24 {
    padding-top: 24px !important
}

.cdo .pt-30 {
    padding-top: 30px !important
}

.cdo .pt-32 {
    padding-top: 32px !important
}

.cdo .pt-40 {
    padding-top: 40px !important
}

.cdo .pt-44 {
    padding-top: 44px !important
}

.cdo .pt-45 {
    padding-top: 45px !important
}

.cdo .pt-48 {
    padding-top: 48px !important
}

.cdo .pt-50 {
    padding-top: 50px !important
}

.cdo .pt-60 {
    padding-top: 60px !important
}

.cdo .pt-64 {
    padding-top: 64px !important
}

.cdo .pt-70 {
    padding-top: 70px !important
}

.cdo .pt-80 {
    padding-top: 80px !important
}

.cdo .pt-90 {
    padding-top: 90px !important
}

.cdo .pt-100 {
    padding-top: 100px !important
}

.cdo .pr-xs {
    padding-right: 1px !important
}

.cdo .pr-sm {
    padding-right: 4px !important
}

.cdo .pr-md {
    padding-right: 8px !important
}

.cdo .pr-lg {
    padding-right: 16px !important
}

.cdo .pr-xl {
    padding-right: 20px !important
}

.cdo .pr-2xl {
    padding-right: 28px !important
}

.cdo .pr-3xl {
    padding-right: 32px !important
}

.cdo .pr-0 {
    padding-right: 0px !important
}

.cdo .pr-1 {
    padding-right: 1px !important
}

.cdo .pr-2 {
    padding-right: 2px !important
}

.cdo .pr-8 {
    padding-right: 8px !important
}

.cdo .pr-10 {
    padding-right: 10px !important
}

.cdo .pr-12 {
    padding-right: 12px !important
}

.cdo .pr-15 {
    padding-right: 15px !important
}

.cdo .pr-16 {
    padding-right: 16px !important
}

.cdo .pr-20 {
    padding-right: 20px !important
}

.cdo .pr-24 {
    padding-right: 24px !important
}

.cdo .pr-30 {
    padding-right: 30px !important
}

.cdo .pr-32 {
    padding-right: 32px !important
}

.cdo .pr-40 {
    padding-right: 40px !important
}

.cdo .pr-44 {
    padding-right: 44px !important
}

.cdo .pr-45 {
    padding-right: 45px !important
}

.cdo .pr-48 {
    padding-right: 48px !important
}

.cdo .pr-50 {
    padding-right: 50px !important
}

.cdo .pr-60 {
    padding-right: 60px !important
}

.cdo .pr-64 {
    padding-right: 64px !important
}

.cdo .pr-70 {
    padding-right: 70px !important
}

.cdo .pr-80 {
    padding-right: 80px !important
}

.cdo .pr-90 {
    padding-right: 90px !important
}

.cdo .pr-100 {
    padding-right: 100px !important
}

.cdo .pb-xs {
    padding-bottom: 1px !important
}

.cdo .pb-sm {
    padding-bottom: 4px !important
}

.cdo .pb-md {
    padding-bottom: 8px !important
}

.cdo .pb-lg {
    padding-bottom: 16px !important
}

.cdo .pb-xl {
    padding-bottom: 20px !important
}

.cdo .pb-2xl {
    padding-bottom: 28px !important
}

.cdo .pb-3xl {
    padding-bottom: 32px !important
}

.cdo .pb-0 {
    padding-bottom: 0px !important
}

.cdo .pb-1 {
    padding-bottom: 1px !important
}

.cdo .pb-2 {
    padding-bottom: 2px !important
}

.cdo .pb-8 {
    padding-bottom: 8px !important
}

.cdo .pb-10 {
    padding-bottom: 10px !important
}

.cdo .pb-12 {
    padding-bottom: 12px !important
}

.cdo .pb-15 {
    padding-bottom: 15px !important
}

.cdo .pb-16 {
    padding-bottom: 16px !important
}

.cdo .pb-20 {
    padding-bottom: 20px !important
}

.cdo .pb-24 {
    padding-bottom: 24px !important
}

.cdo .pb-30 {
    padding-bottom: 30px !important
}

.cdo .pb-32 {
    padding-bottom: 32px !important
}

.cdo .pb-40 {
    padding-bottom: 40px !important
}

.cdo .pb-44 {
    padding-bottom: 44px !important
}

.cdo .pb-45 {
    padding-bottom: 45px !important
}

.cdo .pb-48 {
    padding-bottom: 48px !important
}

.cdo .pb-50 {
    padding-bottom: 50px !important
}

.cdo .pb-60 {
    padding-bottom: 60px !important
}

.cdo .pb-64 {
    padding-bottom: 64px !important
}

.cdo .pb-70 {
    padding-bottom: 70px !important
}

.cdo .pb-80 {
    padding-bottom: 80px !important
}

.cdo .pb-90 {
    padding-bottom: 90px !important
}

.cdo .pb-100 {
    padding-bottom: 100px !important
}

.cdo .pl-xs {
    padding-left: 1px !important
}

.cdo .pl-sm {
    padding-left: 4px !important
}

.cdo .pl-md {
    padding-left: 8px !important
}

.cdo .pl-lg {
    padding-left: 16px !important
}

.cdo .pl-xl {
    padding-left: 20px !important
}

.cdo .pl-2xl {
    padding-left: 28px !important
}

.cdo .pl-3xl {
    padding-left: 32px !important
}

.cdo .pl-0 {
    padding-left: 0px !important
}

.cdo .pl-1 {
    padding-left: 1px !important
}

.cdo .pl-2 {
    padding-left: 2px !important
}

.cdo .pl-8 {
    padding-left: 8px !important
}

.cdo .pl-10 {
    padding-left: 10px !important
}

.cdo .pl-12 {
    padding-left: 12px !important
}

.cdo .pl-15 {
    padding-left: 15px !important
}

.cdo .pl-16 {
    padding-left: 16px !important
}

.cdo .pl-20 {
    padding-left: 20px !important
}

.cdo .pl-24 {
    padding-left: 24px !important
}

.cdo .pl-30 {
    padding-left: 30px !important
}

.cdo .pl-32 {
    padding-left: 32px !important
}

.cdo .pl-40 {
    padding-left: 40px !important
}

.cdo .pl-44 {
    padding-left: 44px !important
}

.cdo .pl-45 {
    padding-left: 45px !important
}

.cdo .pl-48 {
    padding-left: 48px !important
}

.cdo .pl-50 {
    padding-left: 50px !important
}

.cdo .pl-60 {
    padding-left: 60px !important
}

.cdo .pl-64 {
    padding-left: 64px !important
}

.cdo .pl-70 {
    padding-left: 70px !important
}

.cdo .pl-80 {
    padding-left: 80px !important
}

.cdo .pl-90 {
    padding-left: 90px !important
}

.cdo .pl-100 {
    padding-left: 100px !important
}

.cdo .m-xs {
    margin: 1px !important
}

.cdo .m-sm {
    margin: 4px !important
}

.cdo .m-md {
    margin: 8px !important
}

.cdo .m-lg {
    margin: 16px !important
}

.cdo .m-xl {
    margin: 20px !important
}

.cdo .m-2xl {
    margin: 28px !important
}

.cdo .m-3xl {
    margin: 32px !important
}

.cdo .m-0 {
    margin: 0px !important
}

.cdo .m-1 {
    margin: 1px !important
}

.cdo .m-2 {
    margin: 2px !important
}

.cdo .m-8 {
    margin: 8px !important
}

.cdo .m-10 {
    margin: 10px !important
}

.cdo .m-12 {
    margin: 12px !important
}

.cdo .m-15 {
    margin: 15px !important
}

.cdo .m-16 {
    margin: 16px !important
}

.cdo .m-20 {
    margin: 20px !important
}

.cdo .m-24 {
    margin: 24px !important
}

.cdo .m-30 {
    margin: 30px !important
}

.cdo .m-32 {
    margin: 32px !important
}

.cdo .m-40 {
    margin: 40px !important
}

.cdo .m-44 {
    margin: 44px !important
}

.cdo .m-45 {
    margin: 45px !important
}

.cdo .m-48 {
    margin: 48px !important
}

.cdo .m-50 {
    margin: 50px !important
}

.cdo .m-60 {
    margin: 60px !important
}

.cdo .m-64 {
    margin: 64px !important
}

.cdo .m-70 {
    margin: 70px !important
}

.cdo .m-80 {
    margin: 80px !important
}

.cdo .m-90 {
    margin: 90px !important
}

.cdo .m-100 {
    margin: 100px !important
}

.cdo .mt-xs {
    margin-top: 1px !important
}

.cdo .mt-sm {
    margin-top: 4px !important
}

.cdo .mt-md {
    margin-top: 8px !important
}

.cdo .mt-lg {
    margin-top: 16px !important
}

.cdo .mt-xl {
    margin-top: 20px !important
}

.cdo .mt-2xl {
    margin-top: 28px !important
}

.cdo .mt-3xl {
    margin-top: 32px !important
}

.cdo .mt-0 {
    margin-top: 0px !important
}

.cdo .mt-1 {
    margin-top: 1px !important
}

.cdo .mt-2 {
    margin-top: 2px !important
}

.cdo .mt-8 {
    margin-top: 8px !important
}

.cdo .mt-10 {
    margin-top: 10px !important
}

.cdo .mt-12 {
    margin-top: 12px !important
}

.cdo .mt-15 {
    margin-top: 15px !important
}

.cdo .mt-16 {
    margin-top: 16px !important
}

.cdo .mt-20 {
    margin-top: 20px !important
}

.cdo .mt-24 {
    margin-top: 24px !important
}

.cdo .mt-30 {
    margin-top: 30px !important
}

.cdo .mt-32 {
    margin-top: 32px !important
}

.cdo .mt-40 {
    margin-top: 40px !important
}

.cdo .mt-44 {
    margin-top: 44px !important
}

.cdo .mt-45 {
    margin-top: 45px !important
}

.cdo .mt-48 {
    margin-top: 48px !important
}

.cdo .mt-50 {
    margin-top: 50px !important
}

.cdo .mt-60 {
    margin-top: 60px !important
}

.cdo .mt-64 {
    margin-top: 64px !important
}

.cdo .mt-70 {
    margin-top: 70px !important
}

.cdo .mt-80 {
    margin-top: 80px !important
}

.cdo .mt-90 {
    margin-top: 90px !important
}

.cdo .mt-100 {
    margin-top: 100px !important
}

.cdo .mr-xs {
    margin-right: 1px !important
}

.cdo .mr-sm {
    margin-right: 4px !important
}

.cdo .mr-md {
    margin-right: 8px !important
}

.cdo .mr-lg {
    margin-right: 16px !important
}

.cdo .mr-xl {
    margin-right: 20px !important
}

.cdo .mr-2xl {
    margin-right: 28px !important
}

.cdo .mr-3xl {
    margin-right: 32px !important
}

.cdo .mr-0 {
    margin-right: 0px !important
}

.cdo .mr-1 {
    margin-right: 1px !important
}

.cdo .mr-2 {
    margin-right: 2px !important
}

.cdo .mr-8 {
    margin-right: 8px !important
}

.cdo .mr-10 {
    margin-right: 10px !important
}

.cdo .mr-12 {
    margin-right: 12px !important
}

.cdo .mr-15 {
    margin-right: 15px !important
}

.cdo .mr-16 {
    margin-right: 16px !important
}

.cdo .mr-20 {
    margin-right: 20px !important
}

.cdo .mr-24 {
    margin-right: 24px !important
}

.cdo .mr-30 {
    margin-right: 30px !important
}

.cdo .mr-32 {
    margin-right: 32px !important
}

.cdo .mr-40 {
    margin-right: 40px !important
}

.cdo .mr-44 {
    margin-right: 44px !important
}

.cdo .mr-45 {
    margin-right: 45px !important
}

.cdo .mr-48 {
    margin-right: 48px !important
}

.cdo .mr-50 {
    margin-right: 50px !important
}

.cdo .mr-60 {
    margin-right: 60px !important
}

.cdo .mr-64 {
    margin-right: 64px !important
}

.cdo .mr-70 {
    margin-right: 70px !important
}

.cdo .mr-80 {
    margin-right: 80px !important
}

.cdo .mr-90 {
    margin-right: 90px !important
}

.cdo .mr-100 {
    margin-right: 100px !important
}

.cdo .mb-xs {
    margin-bottom: 1px !important
}

.cdo .mb-sm {
    margin-bottom: 4px !important
}

.cdo .mb-md {
    margin-bottom: 8px !important
}

.cdo .mb-lg {
    margin-bottom: 16px !important
}

.cdo .mb-xl {
    margin-bottom: 20px !important
}

.cdo .mb-2xl {
    margin-bottom: 28px !important
}

.cdo .mb-3xl {
    margin-bottom: 32px !important
}

.cdo .mb-0 {
    margin-bottom: 0px !important
}

.cdo .mb-1 {
    margin-bottom: 1px !important
}

.cdo .mb-2 {
    margin-bottom: 2px !important
}

.cdo .mb-8 {
    margin-bottom: 8px !important
}

.cdo .mb-10 {
    margin-bottom: 10px !important
}

.cdo .mb-12 {
    margin-bottom: 12px !important
}

.cdo .mb-15 {
    margin-bottom: 15px !important
}

.cdo .mb-16 {
    margin-bottom: 16px !important
}

.cdo .mb-20 {
    margin-bottom: 20px !important
}

.cdo .mb-24 {
    margin-bottom: 24px !important
}

.cdo .mb-30 {
    margin-bottom: 30px !important
}

.cdo .mb-32 {
    margin-bottom: 32px !important
}

.cdo .mb-40 {
    margin-bottom: 40px !important
}

.cdo .mb-44 {
    margin-bottom: 44px !important
}

.cdo .mb-45 {
    margin-bottom: 45px !important
}

.cdo .mb-48 {
    margin-bottom: 48px !important
}

.cdo .mb-50 {
    margin-bottom: 50px !important
}

.cdo .mb-60 {
    margin-bottom: 60px !important
}

.cdo .mb-64 {
    margin-bottom: 64px !important
}

.cdo .mb-70 {
    margin-bottom: 70px !important
}

.cdo .mb-80 {
    margin-bottom: 80px !important
}

.cdo .mb-90 {
    margin-bottom: 90px !important
}

.cdo .mb-100 {
    margin-bottom: 100px !important
}

.cdo .ml-xs {
    margin-left: 1px !important
}

.cdo .ml-sm {
    margin-left: 4px !important
}

.cdo .ml-md {
    margin-left: 8px !important
}

.cdo .ml-lg {
    margin-left: 16px !important
}

.cdo .ml-xl {
    margin-left: 20px !important
}

.cdo .ml-2xl {
    margin-left: 28px !important
}

.cdo .ml-3xl {
    margin-left: 32px !important
}

.cdo .ml-0 {
    margin-left: 0px !important
}

.cdo .ml-1 {
    margin-left: 1px !important
}

.cdo .ml-2 {
    margin-left: 2px !important
}

.cdo .ml-8 {
    margin-left: 8px !important
}

.cdo .ml-10 {
    margin-left: 10px !important
}

.cdo .ml-12 {
    margin-left: 12px !important
}

.cdo .ml-15 {
    margin-left: 15px !important
}

.cdo .ml-16 {
    margin-left: 16px !important
}

.cdo .ml-20 {
    margin-left: 20px !important
}

.cdo .ml-24 {
    margin-left: 24px !important
}

.cdo .ml-30 {
    margin-left: 30px !important
}

.cdo .ml-32 {
    margin-left: 32px !important
}

.cdo .ml-40 {
    margin-left: 40px !important
}

.cdo .ml-44 {
    margin-left: 44px !important
}

.cdo .ml-45 {
    margin-left: 45px !important
}

.cdo .ml-48 {
    margin-left: 48px !important
}

.cdo .ml-50 {
    margin-left: 50px !important
}

.cdo .ml-60 {
    margin-left: 60px !important
}

.cdo .ml-64 {
    margin-left: 64px !important
}

.cdo .ml-70 {
    margin-left: 70px !important
}

.cdo .ml-80 {
    margin-left: 80px !important
}

.cdo .ml-90 {
    margin-left: 90px !important
}

.cdo .ml-100 {
    margin-left: 100px !important
}

.cdo .w-0 {
    width: 0px !important
}

.cdo .w-5 {
    width: 5px !important
}

.cdo .w-8 {
    width: 8px !important
}

.cdo .w-10 {
    width: 10px !important
}

.cdo .w-12 {
    width: 12px !important
}

.cdo .w-16 {
    width: 16px !important
}

.cdo .w-20 {
    width: 20px !important
}

.cdo .w-24 {
    width: 24px !important
}

.cdo .w-28 {
    width: 28px !important
}

.cdo .w-30 {
    width: 30px !important
}

.cdo .w-32 {
    width: 32px !important
}

.cdo .w-40 {
    width: 40px !important
}

.cdo .w-45 {
    width: 45px !important
}

.cdo .w-50 {
    width: 50px !important
}

.cdo .w-60 {
    width: 60px !important
}

.cdo .w-70 {
    width: 70px !important
}

.cdo .w-80 {
    width: 80px !important
}

.cdo .w-90 {
    width: 90px !important
}

.cdo .w-100 {
    width: 100px !important
}

.cdo .w-25p {
    width: 25% !important
}

.cdo .w-50p {
    width: 50% !important
}

.cdo .w-75p {
    width: 75% !important
}

.cdo .w-100p {
    width: 100% !important
}

.brand-shadow {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.25)
}

.brand-shadow-2 {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15)
}

.cdo .card-pack {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none
}

.cdo .card {
    position: relative;
    padding: 24px;
    border: 1px solid transparent;
    text-align: center;
    list-style: none
}

.cdo .card-label {
    display: block;
    margin-bottom: 8px;
    margin-top: 16px;
    color: #3e4042;
    font-weight: 500;
    font-size: 1.05em
}

.cdo .card-footer {
    margin-top: auto
}

.cdo .card-cta {
    text-decoration: underline !important
}

.cdo .card-icon {
    height: 48px
}

.cdo .card-pack.two-pack {
    margin-bottom: -48px
}

.cdo .card-pack.two-pack .card {
    width: calc(50% - 24px);
    margin-bottom: 48px;
    padding: 24px 32px;
    margin-left: 48px
}

.cdo .card-pack.two-pack .card:nth-of-type(odd) {
    margin-left: 0px
}

.cdo .card-pack.three-pack {
    margin-bottom: -32px
}

.cdo .card-pack.three-pack .card {
    width: calc((100% / 3) - (32px * (2/3)));
    margin-bottom: 32px;
    padding: 24px;
    margin-right: 32px
}

.cdo .card-pack.three-pack .card:nth-child(3n) {
    margin-right: 0px
}

.cdo .card-pack.three-pack .card:last-child {
    margin-right: 0px
}

.cdo .card-pack.four-pack {
    margin-bottom: -16px
}

.cdo .card-pack.four-pack .card {
    width: calc(25% - 12px);
    margin-bottom: 16px;
    padding: 16px;
    margin-right: 16px
}

.cdo .card-pack.four-pack .card:nth-child(4n) {
    margin-right: 0px
}

.cdo .card-pack.four-pack .card:last-child {
    margin-right: 0px
}

.cdo .link-card {
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    background-color: #FFF;
    transition: transform .2s, box-shadow .3s
}

.cdo .link-card:hover {
    box-shadow: 0 4px 3px rgba(0,0,0,0.15);
    transform: translateY(-3px)
}

.cdo .link-card .card-label {
    color: #00668a
}

.cdo .link-card-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cdo .link-card-link:focus {
    border: 2px solid #086B94;
    outline: none
}

.cdo .card-naked {
    margin: 0px;
    border-right: 1px solid #e3e2e2
}

.cdo .card-naked:last-of-type {
    border-right: 0
}

.cdo .card-pack.two-pack .card-naked {
    margin-left: 0;
    width: 50%;
    padding: 0 48px
}

.cdo .card-pack.three-pack .card-naked {
    margin-right: 0;
    width: calc(100% / 3);
    padding: 0 40px
}

.cdo .card-pack.four-pack .card-naked {
    margin-right: 0;
    width: 25%;
    padding: 0 32px
}

.cdo .step-card {
    display: flex;
    flex-direction: column
}

.cdo .step-card .card-header {
    border-bottom: 1px solid #a6a6a5;
    margin-bottom: 24px;
    color: #12395B
}

.cdo .step-card-label {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 20px
}

.cdo .step-card-step {
    font-family: 'Mercury Display', Times, serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 56px;
    display: block;
    margin-bottom: 12px
}

.cdo .card-footer {
    padding-top: 24px
}

.cdo .card-pack-horizontal .step-card {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 24px
}

.cdo .card-pack-horizontal .step-card .card-header {
    border-bottom: 0;
    border-right: 1px solid #a6a6a5;
    margin-bottom: 0;
    margin-right: 24px;
    padding-right: 24px
}

.cdo .product-card-header {
    display: flex;
    background: #12395b;
    justify-content: space-between;
    color: #FFF;
    font-family: 'Gotham', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1.14px;
    padding: 24px 32px;
    border-bottom: 1px solid transparent
}

.cdo .product-card-hairline {
    display: none
}

.cdo .product-card-content {
    padding: 24px 32px 12px
}

.cdo .product-card-footer {
    padding: 0 32px 24px
}

.cdo .card-pack.two-pack {
    margin-bottom: -48px
}

.cdo .card-pack.two-pack .product-card {
    width: calc(50% - 24px);
    margin-bottom: 48px;
    margin-left: 48px
}

.cdo .card-pack.two-pack .product-card:nth-of-type(odd) {
    margin-left: 0px
}

.cdo .card-pack.two-pack .product-card-header {
    text-align: center;
    display: block
}

.cdo .popover {
    width: 100%;
    max-width: 400px;
    background-color: #ececeb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border-radius: 2px;
    z-index: 9999;
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(0.95);
    opacity: 0
}

.cdo .popover.open {
    position: absolute;
    opacity: 1;
    transform: scale(1)
}

.cdo .popover.open.full-screen {
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0 !important;
    overflow-y: auto
}

.cdo .popover::after {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid transparent;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    pointer-events: none
}

.cdo .popover-arrow {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -10px;
    margin: 0 auto;
    background-color: #ececeb;
    border-bottom: solid 1px #ececeb;
    border-right: solid 1px #ececeb;
    width: 20px;
    height: 20px;
    z-index: 1;
    transform: rotate(45deg);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15)
}

.cdo .popover-header {
    background: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 2px 2px 0 0;
    border-bottom: solid 1px #d0cfce
}

.cdo .popover-title {
    font-family: "Gotham Narrow", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px;
    line-height: 13px;
    color: #3e4042
}

.cdo .popover-title:focus {
    outline: none
}

.cdo .popover-close {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 9px 8px 7px;
    font-size: 1.1em;
    color: #00668a;
    background: none;
    border: 0;
    cursor: pointer
}

.cdo .popover-close::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px'%3E%3Cpath fill='%2300668a' d='M16,2l-6,6l6,6l-2,2l-6-6l-6,6l-2-2l6-6L0,2l2-2l6,6l6-6L16,2z'/%3E%3C/svg%3E");
    display: block;
    box-sizing: border-box;
    line-height: 0;
    margin-top: -2px
}

.cdo .popover-close:hover {
    background: #f6f5f5
}

.cdo .popover-close:focus {
    outline: 2px solid #00668a
}

.cdo .popover-body {
    padding: 24px
}

.cdo .popover-wrap::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(7,23,36,0.4);
    opacity: 0;
    transition: opacity 300ms ease;
    pointer-events: none
}

.cdo .popover-wrap:not(.open) {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.cdo .popover-wrap.open {
    display: block
}

.cdo .popover-wrap.open::before {
    opacity: 1;
    pointer-events: all
}

body.popover-full-screen {
    overflow: hidden
}

.cdo .modal-container {
    background: rgba(7,23,36,0.4);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 21000;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    text-align: center;
    min-width: 800px
}

.cdo .modal-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cdo .modal-container.open {
    opacity: 1;
    pointer-events: all
}

.cdo .modal {
    width: 100%;
    display: inline-block;
    text-align: left;
    max-width: 700px;
    min-height: auto;
    margin-bottom: 16px;
    background: #ececeb;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: transform 0.5s, opacity 2s, -webkit-transform 0.5s;
    z-index: 90000;
    transform: scale(0.9);
    vertical-align: middle;
    position: relative;
    left: 0
}

.cdo .modal.active {
    transform: scale(1)
}

.cdo .modal::after {
    content: '';
    position: absolute;
    display: block;
    border: 1px solid transparent;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    pointer-events: none
}

.cdo .modal-header {
    background: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 2px 2px 0 0;
    border-bottom: solid 1px #d0cfce
}

.cdo .modal-title {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 40px;
    line-height: 13px;
    color: #3e4042
}

.cdo .modal-close {
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 9px 8px 7px;
    font-size: 1.1em;
    color: #00668a;
    background: none;
    border: 0;
    cursor: pointer
}

.cdo .modal-close::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16px' height='16px'%3E%3Cpath fill='%2300668a' d='M16,2l-6,6l6,6l-2,2l-6-6l-6,6l-2-2l6-6L0,2l2-2l6,6l6-6L16,2z'/%3E%3C/svg%3E");
    display: block;
    box-sizing: border-box;
    line-height: 0;
    margin-top: -2px
}

.cdo .modal-close:hover {
    background: #f6f5f5
}

.cdo .modal-close:focus {
    outline: 2px solid #00668a
}

.cdo .modal-body {
    padding: 24px
}

.cdo .modal-footer {
    padding: 24px 0;
    margin: 0px 24px;
    border-top: 2px solid #d0cfce
}

.cdo .modal-bottom-close {
    left: -1000%;
    position: absolute
}

.cdo .modal-container.video-modal-container .modal-body {
    overflow: hidden;
    position: relative
}

.cdo .modal-container.video-modal-container .vidWrap-outer .vidWrap-inner>div:first-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.cdo .modal-container.video-modal-container .vidWrap-inner {
    padding-top: 53%
}

.cdo .video-transcript .video-transcript-info {
    padding: 15px;
    background: #d9d9d8;
    margin-bottom: 22px;
    border: 1px solid transparent
}

.cdo .video-transcript .video-transcript-heading {
    font-size: 1.05em;
    color: #535352;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 12px
}

body.modal-open {
    overflow: hidden
}

.cdo .tabs-list-wrap {
    display: flex;
    align-items: flex-start
}

.cdo .tab-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    flex-grow: 1;
    list-style: none;
    padding-left: 0;
    margin: 0
}

.cdo .tab-list::after {
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d0cfce
}

.cdo .tab-list:focus {
    outline: 2px solid #00668a
}

.cdo .tab-list:focus .tab.tab-active::before {
    border-bottom: 4px solid #00668a
}

.cdo .tab {
    margin-left: 0px;
    position: relative;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: background-color 300ms, border-color 300ms
}

.cdo .tab.tab-active {
    border-top-color: #d0cfce;
    border-left-color: #d0cfce;
    border-right-color: #d0cfce;
    color: #3e4042;
    cursor: default;
    z-index: 1
}

.cdo .tab.tab-active::before {
    z-index: 1;
    box-sizing: border-box;
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: 0;
    left: -1px;
    border-bottom: 1px solid #fff
}

.cdo .tab.tab-active .tab-link {
    color: #3e4042
}

.cdo .tab:hover:not(.tab-active) {
    background-color: #f6f5f5
}

.cdo .tab-link {
    font-family: 'Gotham Narrow', Arial, sans-serif;
    border: 0;
    background: 0;
    padding: 12px 24px;
    cursor: pointer;
    color: #00668a;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    outline: none;
    text-decoration: none
}

.cdo .tablist-nav {
    display: block;
    cursor: pointer;
    transition: background-color 300ms;
    padding: 12px 20px;
    display: none;
    line-height: 1em;
    outline: none;
    border: none;
    background: linear-gradient(transparent, transparent);
    font-size: inherit;
    cursor: pointer;
    margin: 0
}

.cdo .tablist-nav.tablist-prev {
    padding-right: 12px
}

.cdo .tablist-nav.tablist-prev::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13'%3E%3Cpath fill='%2300668a' d='M7.79,11.38,6.17,13l-6-6.5,6-6.5L7.79,1.63,3.46,6.5'/%3E%3C/svg%3E")
}

.cdo .tablist-nav.tablist-next {
    padding-left: 12px
}

.cdo .tablist-nav.tablist-next::before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13'%3E%3Cpath fill='%2300668a' d='M.21,1.62,1.83,0l6,6.5-6,6.5L.21,11.38,4.54,6.5'/%3E%3C/svg%3E")
}

.cdo .tabs-list-wrap.has-overflow .tab-list {
    border-left: 1px solid #d0cfce;
    border-right: 1px solid #d0cfce
}

.cdo .tabs-list-wrap.has-overflow .tab-list .tab:first-child {
    border-left: none
}

.cdo .tabs-list-wrap.has-overflow .tablist-nav {
    display: block
}

.cdo .tabs-content-wrap {
    padding: 40px 0
}

.cdo .tab-content {
    display: none
}

.cdo .tab-content.active {
    display: block;
    animation: tabs-fadein 0.5s
}

.cdo .tabs-unbound .tab {
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.cdo .tabs-unbound .tab.tab-active::before {
    border-bottom: 4px solid #00668a
}

@-webkit-keyframes tabs-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tabs-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.cdo .fifty-fifty-list .check-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    margin: 0 auto;
    list-style: none
}

.cdo .fifty-fifty-list .check-list li {
    flex: 1 1 auto;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    padding: 12px 32px;
    margin-left: 0px
}

.cdo .fifty-fifty-list .check-list li .usaa-glyph-checkmark {
    margin-right: 12px
}

.cdo .full-width-list .check-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    flex: 1;
    margin: 0 auto;
    list-style: none
}

.cdo .full-width-list .check-list li {
    flex: 1 1 auto;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    padding: 12px 0 !important;
    margin-left: 0px
}

.cdo .full-width-list .check-list li .usaa-glyph-checkmark {
    margin-right: 12px
}

.cdo .table {
    padding: 0;
    background-color: transparent;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 0 1fr 0 1fr 0 1fr 0 1fr 0;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr 0;
    grid-template-rows: 1fr 1fr 1fr 1fr
}

.cdo .table .cel-col {
    background-color: white;
    border-bottom: solid 1px #e0dedc;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-around
}

.cdo .table .cel-header {
    font-weight: 500;
    border-bottom: solid 4px #e0dedc;
    padding: 12px 10px
}

.cdo .table .open-table {
    padding: 25px 10px
}

.cdo .table .condensed {
    padding: 12px 10px
}

.cdo .table .striped {
    background-color: #ececeb !important
}

.cdo .table .navy-header {
    background-color: #0b2237 !important;
    color: white;
    border-bottom: none !important
}

.cdo .table .col-vertical-header {
    justify-content: flex-start !important;
    text-align: left !important
}

.cdo .mobile-only,.cdo .scroll-info {
    display: none !important
}

.cdo .table>*:nth-child(1) {
    justify-content: flex-start;
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.cdo .table>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.cdo .table>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5
}

.cdo .table>*:nth-child(4) {
    font-weight: 500;
    -ms-grid-row: 1;
    -ms-grid-column: 7
}

.cdo .table>*:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9
}

.cdo .table>*:nth-child(6) {
    justify-content: flex-start;
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.cdo .table>*:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.cdo .table>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5
}

.cdo .table>*:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7
}

.cdo .table>*:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9
}

.cdo .table>*:nth-child(11) {
    justify-content: flex-start;
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.cdo .table>*:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 3
}

.cdo .table>*:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 5
}

.cdo .table>*:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 7
}

.cdo .table>*:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 9
}

.cdo .table>*:nth-child(16) {
    justify-content: flex-start;
    -ms-grid-row: 7;
    -ms-grid-column: 1
}

.cdo .table>*:nth-child(17) {
    -ms-grid-row: 7;
    -ms-grid-column: 3
}

.cdo .table>*:nth-child(18) {
    -ms-grid-row: 7;
    -ms-grid-column: 5
}

.cdo .table>*:nth-child(19) {
    -ms-grid-row: 7;
    -ms-grid-column: 7
}

.cdo .table>*:nth-child(20) {
    -ms-grid-row: 7;
    -ms-grid-column: 9
}

.cdo .table>*:nth-child(21) {
    justify-content: flex-start;
    -ms-grid-row: 9;
    -ms-grid-column: 1
}

.cdo .table>*:nth-child(22) {
    -ms-grid-row: 9;
    -ms-grid-column: 3
}

.cdo .table>*:nth-child(23) {
    -ms-grid-row: 9;
    -ms-grid-column: 5
}

.cdo .table>*:nth-child(24) {
    -ms-grid-row: 9;
    -ms-grid-column: 7
}

.cdo .table>*:nth-child(25) {
    -ms-grid-row: 9;
    -ms-grid-column: 9
}

.cdo .table-dense {
    padding: 0;
    background-color: transparent;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 0 2fr 0 2fr 0;
    grid-template-columns: 2fr 2fr 2fr
}

.cdo .table-dense .cel-col-dense {
    background-color: white;
    text-align: center;
    border-bottom: solid 1px #e0dedc;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-around
}

.cdo .table-dense .cel-col-dense.cel-header {
    font-weight: 500;
    padding: 12px 10px;
    border-bottom: solid 4px #e0dedc
}

.cdo .table-dense .open-table {
    padding: 25px 10px
}

.cdo .table-dense .condensed {
    padding: 12px 10px
}

.cdo .table-dense .striped {
    background-color: #ececeb !important
}

.cdo .table-dense .navy-header {
    background-color: #0b2237 !important;
    color: white;
    border-bottom: none !important
}

.cdo .table-dense .col-vertical-header {
    justify-content: flex-start !important;
    text-align: left !important
}

.cdo .mobile-only,.cdo .scroll-info {
    display: none !important
}

.cdo .table-dense>*:nth-child(1) {
    justify-content: flex-start;
    font-weight: 500;
    border-bottom: solid 4px #e0dedc;
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.cdo .table-dense>*:nth-child(2) {
    font-weight: 500;
    border-bottom: solid 4px #e0dedc;
    -ms-grid-row: 1;
    -ms-grid-column: 3
}

.cdo .table-dense>*:nth-child(3) {
    font-weight: 500;
    border-bottom: solid 4px #e0dedc;
    -ms-grid-row: 1;
    -ms-grid-column: 5
}

.cdo .table-dense>*:nth-child(4) {
    justify-content: flex-start;
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.cdo .table-dense>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3
}

.cdo .table-dense>*:nth-child(6) {
    justify-content: flex-start;
    -ms-grid-row: 3;
    -ms-grid-column: 5
}

.cdo .table-dense>*:nth-child(7) {
    justify-content: flex-start;
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.cdo .table-dense>*:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3
}

.cdo .table-dense>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5
}

.cdo .table-dense>*:nth-child(10) {
    justify-content: flex-start;
    -ms-grid-row: 7;
    -ms-grid-column: 1
}

.cdo .table-dense>*:nth-child(11) {
    -ms-grid-row: 7;
    -ms-grid-column: 3
}

.cdo .table-dense>*:nth-child(12) {
    -ms-grid-row: 7;
    -ms-grid-column: 5
}

.cdo .table-dense>*:nth-child(13) {
    justify-content: flex-start;
    -ms-grid-row: 9;
    -ms-grid-column: 1
}

.cdo .table-dense>*:nth-child(14) {
    -ms-grid-row: 9;
    -ms-grid-column: 3
}

.cdo .table-dense>*:nth-child(15) {
    -ms-grid-row: 9;
    -ms-grid-column: 5
}

.cdo .desktop-only {
    display: block
}

.cdo .video-wrap-outter {
    max-width: 900px
}

.cdo .video-wrap-inner {
    padding-top: calc(100% / (16 / 9))
}

.cdo .video-wrap {
    position: relative
}

.cdo .video-wrap .video-js {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

.cdo .alert-item {
    background-color: #fff9e6;
    padding: 24px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.cdo .alert-item-header {
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    color: #3e4042
}

.cdo .alert-item-copy {
    color: #3e4042;
    margin-bottom: 0
}

.cdo .alert-item-cta {
    display: flex;
    align-items: center;
    min-width: 140px;
    margin-left: 16px
}

.cdo .alert-item-link-wrap {
    font-weight: bold;
    width: 100%;
    text-align: right
}

.cdo .alert-item-link {
    text-decoration: underline !important
}

.cdo .breadcrumb {
    padding: 24px 64px
}

.cdo .breadcrumb .sfa-breadcrumbs {
    list-style-type: none;
    font-size: 1em;
    font-weight: 500;
    color: #3e4042;
    margin-bottom: 0px
}

.cdo .breadcrumb .sfa-breadcrumbs .breadcrumbLi {
    display: inline-block
}

.cdo .breadcrumb .sfa-breadcrumbs .breadcrumbLi:not(:last-child)::after {
    color: #676a6e;
    content: "\203A";
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.cdo .breadcrumb .sfa-breadcrumbs .breadcrumb-link {
    color: #00668a;
    text-decoration: none;
    outline-offset: 2px
}

.cdo .breadcrumb .sfa-breadcrumbs .breadcrumb-link:hover {
    text-decoration: underline !important
}
