.modal li a {
    text-decoration: underline !important;
}

.unlock-custom {
    font-family: RBCDisplay;
    font-size: 43.6px !important;
    font-weight: 800;
    font-stretch: normal;
    line-height: 1.25 !important;
    color: #0091da;
    margin: 0 88px 0 0;
    z-index: 1;
}

.banner-300-text {
    font-family: RBCDisplay;
    font-size: 88.99px !important;
    font-weight: bold;
    line-height: 1.25 !important;
    color: #006ac3;
    position: relative;
    top: -7px;
}

.right-account-text {
    font-size: 25px !important;
    font-weight: 500;
    letter-spacing: 7.9px;
    color: #252525;
    text-transform: uppercase;
}

.introducing {
    font-family: RBCDisplay;
    font-size: 21.8px;
    font-weight: 1000;
    line-height: 0.98;
    letter-spacing: 7.9px;
    color: #006ac3;
    display: block;
    margin-bottom: 10px;
}

.vantage {
    font-family: RBCDisplay;
    color: #59acde;
    font-size: 61px;
    font-weight: 1000;
}

.rbc-custom-text {
    font-family: RBCDisplay;
    color: #006ac3;
    font-weight: 1000;
    letter-spacing: 3px;
}

.tm-custom-text {
    color: #59acde;
    font-size: 7px;
    top: -22px;
}

/* .pill {
border-radius: 30px;
} */

.new-icon {
    padding: 0 5px;
    background-color: #fedf01;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    line-height: 1.33;
}

.new-icon-tab {
    margin: 4px 7px 0 0;
}

.custom-banner-text {
    background-color: #F3F7F8;
    display: flex;
    flex-direction: column;
    align-items: flex-end !important;
    padding-right: 77px !important;
    justify-content: center;
    position: relative !important;
}

.arrow-top {
    background-repeat: no-repeat;
    background-image: url(_assets-custom/images/arrow-top.svg);
    width: 231px;
    height: 231px;
    position: absolute;
    top: 99px;
    background-size: contain;
    right: 40px;
}

.arrow-bottom {
    background-image: url(_assets-custom/images/arrow-bottom.svg);
    background-repeat: no-repeat;
    width: 231px;
    height: 231px;
    position: absolute;
    top: 228px;
    background-size: contain;
    right: 40px;
}

.choose-account-section {
    background-color: #F5F8F9;
    position: relative;
}


@media(max-width: 1080px) {
    .banner-300-text {
        font-size: 75px !important;
    }

    .unlock-custom {
        font-size: 31.6px !important;
    }
}

@media(max-width: 870px) {
    .custom-banner-text {
        padding-right: 44px !important;
    }

    /*.arrow-top {
        width: 181px;
        top: 99px;
    }

    .arrow-bottom {
        width: 181px;
        top: 200px;
    }*/
}

@media(max-width: 839px) {
    .arrow-top {
        width: 181px;
        top: 45px;
    }

    .arrow-bottom {
        width: 181px;
        top: 145px;
    }
}

@media(max-width: 740px) {
    .custom-banner-text {
        padding-right: 21px !important;
    }

    .arrow-top {
        right: 20px;
    }

    .arrow-bottom {
        right: 20px;
    }
}

@media(max-width: 675px) {
    .custom-banner-text {
        padding-right: 8px !important;
    }
}

@media(max-width: 639px) {
    .arrow-top {
        transform: translateX(50%);
        width: 151px;
        top: 23px;
        right: 50%;
    }

    .arrow-bottom {
        transform: translateX(50%);
        width: 151px;
        top: 107px;
        right: 50%;
    }

    .tab-content {
        width: 100% !important;
    }

    .new-icon-tab {
        margin: 0 0 7px 0;
    }

    .tab-pill {
        margin-left: 15px;
    }

    .rbc-advantage-new {
        flex-direction: column;
    }

    .custom-banner-text {
        align-items: center !important;
        padding: 65px 0 !important;
        margin: 0 !important;
        text-align: center;
    }

    .banner-300-text {
        font-size: 45.9px !important;
    }

    .unlock-custom {
        font-size: 22.47px !important;
        margin: 0 50px 6px 0;
        z-index: 1;
        position: relative;
    }

    .banner-text-bug {
        font-size: 17px !important;
        top: -22px !important;
    }

    .custom-banner-text-right {
        padding: 20px !important;
        margin: 0 !important;
    }

    .introducing {
        font-size: 17.56px;
    }

    .vantage {
        font-size: 51px;
    }
}

.section-tabs.section-grey .tab-content,
.section-tabs.section-grey .tab-nav li.active {
    background-color: #eee !important;
}

.ribbon {
    display: inline-block;
    height: 0;
    padding: 0 7.5px;
    line-height: 0.15rem;
    font-size: 24px;
    background-color: #ffc400;
    border-top: 18px solid #ffc400;
    border-bottom: 18px solid #ffc400;
    border-right: 11px solid #fff;
}


body section.section-pale-blue {
    background-color: #F7FCFF
}

body .margin-0-auto {
    margin: 0 auto
}

@media (min-width: 640px) {
    body .w-50-desktop {
        width: 50%
    }
}

@media (min-width: 640px) {
    body .mobile-only-inline-block {
        display: none !important
    }
}

@media (max-width: 639px) {
    body .mobile-only-inline-block {
        display: inline-block !important
    }
}

body .callout.callout-navy {
    background: #003168;
    border: none;
    border-radius: 10px;
    color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15) !important
}

body .callout.callout-navy a {
    color: #fff
}

@media (max-width: 639px) {
    body .callout.callout-navy h2 {
        font-size: 1.8rem
    }
}

body .callout.callout-navy.overflow-img {
    overflow: visible
}

@media (max-width: 639px) {
    body .callout.callout-navy.overflow-img {
        margin-bottom: 100px
    }
}

body .callout.callout-navy .callout-img {
    flex: 1 auto;
    position: relative
}

body .callout.callout-navy .abs-center {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

body .callout.callout-navy .callout-content {
    padding: 30px;
    flex: none
}

body .callout.callout-navy .callout-content .callout-copy {
    padding-top: 10px;
    border: none
}

@media (max-width: 639px) {
    body .callout.callout-navy .callout-content .callout-copy {
        padding-top: 0
    }
}

body .callout.callout-navy .callout-content .callout-link {
    border: none;
    padding: 0
}

body .callout.callout-navy .callout-content .callout-link a {
    color: #fff
}

body .callout.callout-navy .callout-content .callout-link a.standalone-link:after {
    content: url("images/ui-chevron-right-white.svg") !important
}

body .callout.callout-navy .carousel-wpr {
    color: #fff
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr {
        padding: 48px 24px
    }
}

body .callout.callout-navy .carousel-wpr .slick-dots li button {
    width: 6px;
    height: 6px;
    margin-right: 4px
}

body .callout.callout-navy .carousel-wpr .slick-dots li button:before {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

body .callout.callout-navy .carousel-wpr .slick-dots li.slick-active button:before {
    content: "";
    background: #FEDF01
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
    width: 7px;
    height: 15px;
    margin-left: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-prev-btn-white.svg");
    width: 7px;
    height: 15px
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
    width: 7px;
    height: 15px;
    margin-right: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-next-btn-white.svg");
    width: 7px;
    height: 15px
}

body .callout.callout-navy .carousel-wpr {
    color: #fff
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr {
        padding: 48px 24px
    }
}

body .callout.callout-navy .carousel-wpr .slick-dots li button {
    width: 6px;
    height: 6px;
    margin-right: 4px
}

body .callout.callout-navy .carousel-wpr .slick-dots li button:before {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

body .callout.callout-navy .carousel-wpr .slick-dots li.slick-active button:before {
    content: "";
    background: #FEDF01
}

body .carousel-wpr .carousel-inner .carousel-item .account-box-blue {
    margin-left: 30px;
    margin-right: 30px
}

@media (max-width: 639px) {
    body .carousel-wpr .carousel-inner .carousel-item .account-box-blue img {
        display: inline !important;
        margin-left: initial !important;
        margin-right: initial !important
    }
}

body .carousel-wpr .slick-dots li button {
    width: 6px;
    height: 6px;
    margin-right: 4px
}

body .carousel-wpr .slick-dots li button:before {
    content: "";
    background: #C4C8CC;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

body .carousel-wpr .slick-dots li.slick-active button:before {
    content: "";
    background: #003168
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
    width: 7px;
    height: 15px;
    margin-left: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-prev-btn-white.svg");
    width: 7px;
    height: 15px
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
    width: 7px;
    height: 15px;
    margin-right: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-next-btn-white.svg");
    width: 7px;
    height: 15px
}

body .carousel-wpr .carousel-inner .carousel-item .account-box-blue {
    margin-left: 30px;
    margin-right: 30px
}

@media (max-width: 639px) {
    body .carousel-wpr .carousel-inner .carousel-item .account-box-blue img {
        display: inline !important;
        margin-left: initial !important;
        margin-right: initial !important
    }
}

body .side-swipe-table-mobile .side-swipe-table-mobile-right .carousel-inner {
    margin-left: 0;
    margin-right: 0
}

body .carousel-wpr .carousel-inner .carousel-item .account-box-blue {
    margin-left: 30px;
    margin-right: 30px
}

@media (max-width: 639px) {
    body .carousel-wpr .carousel-inner .carousel-item .account-box-blue img {
        display: inline !important;
        margin-left: initial !important;
        margin-right: initial !important
    }
}

body .img-circle.justify-center {
    justify-content: flex-start !important
}

body .img-circle {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
    width: 7px;
    height: 15px;
    margin-left: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-prev-btn-white.svg");
    width: 7px;
    height: 15px
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
    width: 7px;
    height: 15px;
    margin-right: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-next-btn-white.svg");
    width: 7px;
    height: 15px
}

body .side-swipe-table-mobile .side-swipe-table-mobile-right .carousel-ctrl {
    margin-left: -88px;
    margin-top: 30px;
    padding-bottom: 30px
}

body .carousel-wpr-custom .carousel-ctrl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
    width: 7px;
    height: 15px;
    margin-left: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev {
        margin-left: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-prev:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-prev-btn-white.svg");
    width: 7px;
    height: 15px
}

body .carousel-wpr-custom .carousel-indicators {
    margin: 0 30px
}

body .carousel-wpr-custom .carousel-indicators .slick-dots li button {
    width: 6px;
    height: 6px;
    margin-right: 4px
}

body .carousel-wpr-custom .carousel-indicators .slick-dots li button:before {
    content: "";
    background: #C4C8CC;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

body .carousel-wpr-custom .carousel-indicators .slick-dots li.slick-active button:before {
    content: "";
    background: #003168
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
    width: 7px;
    height: 15px;
    margin-right: 32px
}

@media (min-width: 640px) and (max-width: 949px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

@media (max-width: 639px) {
    body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next {
        margin-right: 16px
    }
}

body .callout.callout-navy .carousel-wpr.side-controls .carousel-ctrl .carousel-next:before {
    content: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/re-next-btn-white.svg");
    width: 7px;
    height: 15px
}

body .card-expandable-container {
    position: relative
}

@media (min-width: 640px) and (max-width: 1200px) {
    body .card-expandable-container {
        min-height: 490px
    }
}

@media (min-width: 1201px) {
    body .card-expandable-container {
        min-height: 544px
    }
}

@media (max-width: 639px) {
    body .card-expandable-container {
        margin-left: 8px;
        margin-right: 8px
    }
}

body .card-expandable-container {
    position: relative
}

@media (min-width: 640px) and (max-width: 1200px) {
    body .card-expandable-container {
        min-height: 490px
    }
}

@media (min-width: 1201px) {
    body .card-expandable-container {
        min-height: 544px
    }
}

@media (max-width: 639px) {
    body .card-expandable-container {
        margin-left: 8px;
        margin-right: 8px
    }
}

body .card-expandable {
    -webkit-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 2px 60px 0 rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
    padding: 20px;
    min-height: 260px;
    width: calc(50% - 8px);
    background-color: #fff;
    position: absolute;
    transition: 0.5s all;
    cursor: pointer
}

body .card-expandable:nth-of-type(2n+1) {
    margin-right: 16px
}

body .card-expandable:first-of-type {
    margin-bottom: 16px
}

body .card-expandable:nth-of-type(2) {
    margin-bottom: 16px
}

body .card-expandable.l-t {
    left: 0;
    top: 0
}

body .card-expandable.l-b {
    left: 0;
    bottom: 0
}

body .card-expandable.r-t {
    right: 0;
    top: 0
}

body .card-expandable.r-b {
    right: 0;
    bottom: 0
}

@media (max-width: 639px) {
    body .card-expandable {
        width: calc(50% - 4px)
    }

    body .card-expandable:nth-of-type(2n+1) {
        margin-right: 8px
    }

    body .card-expandable:first-of-type {
        margin-bottom: 8px
    }

    body .card-expandable:nth-of-type(2) {
        margin-bottom: 8px
    }
}

body .card-expandable .tooltip-trigger .trigger-icon {
    margin-left: 0
}

body .card-expandable .card-expandable-excerpt {
    width: 100%;
    opacity: 1;
    transition: 0.5s all;
    padding-bottom: 20px;
    z-index: 1
}

body .card-expandable .card-expandable-excerpt.faded {
    opacity: 0;
    z-index: 0
}

body .card-expandable .card-expandable-excerpt p.mar-b {
    margin-bottom: 10px !important
}

body .card-expandable .card-expandable-excerpt .plus-btn {
    margin-right: 0;
    position: absolute;
    bottom: 20px;
    right: 20px
}

body .card-expandable .card-expandable-full {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    opacity: 1;
    transition: 0.5s all;
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

body .card-expandable .card-expandable-full.faded {
    opacity: 0;
    z-index: 0
}

body .card-expandable .card-expandable-full .close-btn {
    position: absolute;
    right: 0;
    top: 0
}

body .card-expandable.expanded {
    cursor: auto
}

@media (max-width: 639px) {
    body .card-expandable.expanded.card-expandable-calc {
        background: #F7FCFF
    }
}

body .card-expandable.expanded.card-expandable-calc .card-expandable-full {
    display: block;
    padding-top: 30px
}

@media (max-width: 639px) {
    body .card-expandable.expanded.card-expandable-calc .card-expandable-full {
        width: 100%;
        position: relative
    }
}

body .card-expandable.expanded.card-expandable-calc .card-expandable-full .calc-widget.calc-widget-inline-select .calc-widget-mobile-select-options {
    background: #F7FCFF
}

body .card-expandable.move-to-front {
    z-index: 2
}

body .card-expandable.move-to-front:not(.expanded) {
    pointer-events: none
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    body .card-expandable-full h2,
    body .card-expandable-full h3,
    body .card-expandable-full h4,
    body .card-expandable-full h5,
    body .card-expandable-full p {
        width: 100%
    }

    body .half-banner-left .half-banner-left-content h2 {
        width: 100%
    }

    body .half-banner-right .half-banner-right-content h2.ie-fix {
        max-width: 100%;
        line-height: 1;
        word-break: keep-all;
        min-width: 200px
    }

    body .img-circle.justify-center {
        justify-content: flex-start !important
    }

    body .flip-callout.hover .flip-callout-inner .flip-callout-back {
        backface-visibility: visible
    }

    body .callout.callout-navy {
        width: 100%
    }
}

body .card-expandable .card-expandable-excerpt {
    width: 100%;
    opacity: 1;
    transition: 0.5s all;
    padding-bottom: 20px;
    z-index: 1
}

body .card-expandable .card-expandable-excerpt.faded {
    opacity: 0;
    z-index: 0
}

body .card-expandable .card-expandable-excerpt p.mar-b {
    margin-bottom: 10px !important
}

body .card-expandable .card-expandable-excerpt .plus-btn {
    margin-right: 0;
    position: absolute;
    bottom: 20px;
    right: 20px
}

body .card-expandable .card-expandable-full {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    opacity: 1;
    transition: 0.5s all;
    z-index: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

body .card-expandable .card-expandable-full.faded {
    opacity: 0;
    z-index: 0
}

body .card-expandable .card-expandable-full .close-btn {
    position: absolute;
    right: 0;
    top: 0
}

body .card-expandable.expanded.card-expandable-calc .card-expandable-full {
    display: block;
    padding-top: 30px
}

@media (max-width: 639px) {
    body .card-expandable.expanded.card-expandable-calc .card-expandable-full {
        width: 100%;
        position: relative
    }
}

@media (max-width: 768px) {
    .banner-img img {
        max-width: 214px !important
    }
}

@media (max-width: 639px) {
    .banner-img img {
        max-width: 214px !important
    }
}

body .card-expandable.expanded.card-expandable-calc .card-expandable-full .calc-widget.calc-widget-inline-select .calc-widget-mobile-select-options {
    background: #F7FCFF
}

body .card-expandable .card-expandable-excerpt.faded {
    opacity: 0;
    z-index: 0
}

body .card-expandable .card-expandable-full.faded {
    opacity: 0;
    z-index: 0
}

@media (min-width: 640px) {
    body .desktop-only-flex {
        display: flex !important
    }
}

@media (max-width: 639px) {
    body .desktop-only-flex {
        display: none !important
    }
}

body img.icon-45 {
    vertical-align: middle;
    display: inline-block;
    width: 35px;
    height: 35px
}

body .plus-btn {
    width: 24px;
    height: 24px;
    background: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/plus.svg") no-repeat center center #FEDF01;
    background-size: 8px 8px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    color: #252525;
    margin-right: 10px
}

body .plus-btn:hover {
    text-decoration: none;
    background: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/plus.svg") no-repeat center center #e8cf00
}

body .card-expandable .card-expandable-excerpt .plus-btn {
    margin-right: 0;
    position: absolute;
    bottom: 20px;
    right: 20px
}

body img.icon-100 {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    height: 100px
}

body .justify-center {
    justify-content: center
}

body .img-circle.justify-center {
    justify-content: flex-start !important
}

body .align-center {
    align-items: center
}

@media (min-width: 640px) {
    body .align-center-desktop {
        align-items: center
    }
}

@media (max-width: 639px) {
    body .align-center-mob {
        align-items: center
    }
}

body .flip-callout .flip-callout-inner .close-btn {
    position: absolute;
    right: 10px;
    top: 10px
}

body .close-btn {
    width: 24px;
    height: 24px;
    background: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/plus.svg") no-repeat center center #FEDF01;
    transform: rotate(45deg);
    background-size: 8px 8px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    color: #252525
}

body .close-btn:hover {
    text-decoration: none;
    background: url("/accounts/_assets-custom-reinvention/css/reinvention-dvl/images/plus.svg") no-repeat center center #e8cf00
}

body .card-expandable .card-expandable-full .close-btn {
    position: absolute;
    right: 0;
    top: 0
}

body .custom-table .table-remove.close-btn {
    position: absolute;
    top: -12px;
    left: calc(50% - 12px)
}


#rbc-vantage-collapsible-section {
    width: 100vw !important;
    border-top: #C4C8CC solid 1px;
    /* border-bottom: #C4C8CC solid 1px; */
}

.rbc-vantage-collapsible-content {
    transition: width 2s;
}


/* .btn:not(.tablesaw-nav-btn).open-bank-account-button {
border-radius: 30px !important;
} */

.custom-accordion {
    width: 100vw !important;
}

.custom-accordion .accordion-panel {
    width: 100vw !important;
    max-width: none;
    margin-left: auto;
    margin-right: auto;

}

.custom-accordion .accordion-panel #accordion-title1 {
    width: 100vw !important;
    margin-left: auto;
    margin-right: auto;
}



.custom-h1 {
    color: #006AC3 !important;
}


.banner.fw-bnr a.scrollto {
    color: #0069C3;
}

.text-xs {
    font-size: 12px !important;
}

.custom-mobile-banner {
    background-repeat: no-repeat !important;
    background-size: contain !important;
}


.sign-up-btn-banner-container {
    max-width: fit-content;
}


#vantageCollapse {
    width: 900px !important;
    margin-left: auto;
    margin-right: auto;
}

#vantageCollapseSet1 {
    width: 100vw;
}

#vantageCollapse-title {
    width: 100%;
    text-decoration: none;
}

@media (max-width: 639px) {
    #vantageCollapse-title {
        width: 90%;
    }

    .accordion .accordion-panel>#vantageCollapse-title.collapse-toggle:after,
    .accordion .panel>#vantageCollapse-title.collapse-toggle:after {
        width: 24px !important;
        right: 15px;
        top: 45px;
    }


    #vantageCollapse {
        width: 100% !important;

    }

    #vantageCollapseSet1 {
        width: 100% !important;
    }

    .sign-up-btn-banner-container {
        max-width: none;
    }

    .banner.fw-bnr.energy-lines-grey .section-inner .banner-wpr .banner-img:before {
        display: none;
    }
}

img.icon-64 {
    width: 64px;
    height: 64px;
}


#sign-up-btn-banner {
    margin: auto;
    padding: 20px 32px;
}

.fixed-nav-top {
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}

.fixed-nav-top .nav .table-wpr .table-cell {
    padding-top: 27px;
    padding-bottom: 27px;
    border-right: 30px solid white;
    position: relative;
    text-align: center;
}

.fixed-nav-top .nav .active:after {
    content: "";
    border-bottom: solid 3px #006ac3;
    padding-bottom: 27px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 3px;
    width: 100%;
    box-sizing: border-box;
}

.fixed-nav-top .nav .active a {
    color: black;
}



.slideout-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slideout-content .left-content p {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
}

.slideout-content .right-content p {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 500 !important;
}

.slideout-content .right-content span {
    size: 16px;
    line-height: 24px;
}



@media(max-width: 740px) {

    #slideout-title {
        font-size: 24px;
        line-height: 30px;

    }

    .slideout-content {
        display: flex;
        flex-direction: column;
    }

    .slideout-content .left-content p {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 500 !important;
    }

    .slideout-content .right-content p {
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }

}


.get-free-airpods-pro {
    width: 100%;
    background: #FEDF00;
    position: absolute;
    top: 80px;
}

#modal_rewards_points_table_tooltip_wrapper {
    z-index: 999999 !important;
}

#rewards_points_table_tooltip_wrapper {
    z-index: 999999 !important;
    ;
}





#custom-offer-banner {
    background-position-x: 25vw !important;
}

@media(max-width: 1700px) {
    #custom-offer-banner {
        background-position-x: 20vw !important;
    }
}

@media(max-width: 1500px) {
    #custom-offer-banner {
        background-position-x: 15vw !important;
    }
}

@media(max-width: 1200px) {
    #custom-offer-banner {
        background-position-x: 10vw !important;
    }
}

@media(max-width: 1100px) {
    #custom-offer-banner {
        background-position-x: 6vw !important;
    }
}

@media(max-width: 1000px) {
    #custom-offer-banner {
        background-position-x: 5vw !important;

    }

    .banner.fw-bnr.energy-lines-grey.elg-left:before {
        right: 260px;
    }

}

@media(max-width: 900px) {
    #custom-offer-banner {
        background-position-x: 3vw !important;
    }

    .banner.fw-bnr.energy-lines-grey.elg-left:before {
        right: 240px;
    }
}

@media(max-width: 800px) {
    #custom-offer-banner {
        background-position-x: 1vw !important;
    }

    .banner.fw-bnr.energy-lines-grey.elg-left:before {
        right: 220px;
    }
}

.fs-40 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

/* @media (min-width: 960px){ */
.campaign .calc-widget,
.campaign .calc-widget-vip,
.campaign .calc-widget-product-container,
.campaign .calc-widget-vip-product-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.calc-widget #infoBox-sig,
.calc-widget-vip #infoBox-vip {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.calc-widget #infoBox-sig .table-row,
.calc-widget-vip #infoBox-vip .table-row {
    padding: 15px !important;
}

.calc-widget #infoBox-sig .calc-widget-monthly-fee,
.calc-widget-vip #infoBox-vip .calc-widget-monthly-fee,
.calc-widget #infoBox-sig .calc-widget-rewards-points,
.calc-widget-vip #infoBox-vip .calc-widget-rewards-points {
    font-size: 28px !important;
}

/* } */

@media screen and (max-width: 890px) {

    .calc-widget #infoBox-sig .calc-widget-monthly-fee,
    .calc-widget-vip #infoBox-vip .calc-widget-monthly-fee,
    .calc-widget #infoBox-sig .calc-widget-rewards-points,
    .calc-widget-vip #infoBox-vip .calc-widget-rewards-points {
        font-size: 22px !important;
    }

    .calc-widget #infoBox-sig .calc-field,
    .calc-widget #infoBox-sig .calc-field p,
    .calc-widget-vip #infoBox-vip .calc-field,
    .calc-widget-vip #infoBox-vip .calc-field p {
        font-size: 14px;
    }
}

@media screen and (max-width: 770px) {

    .calc-widget #infoBox-sig .calc-widget-monthly-fee,
    .calc-widget-vip #infoBox-vip .calc-widget-monthly-fee,
    .calc-widget #infoBox-sig .calc-widget-rewards-points,
    .calc-widget-vip #infoBox-vip .calc-widget-rewards-points {
        font-size: 18px !important;
    }

    .calc-widget #infoBox-sig .calc-field,
    .calc-widget #infoBox-sig .calc-field p,
    .calc-widget-vip #infoBox-vip .calc-field,
    .calc-widget-vip #infoBox-vip .calc-field p {
        font-size: 12px;
    }

    .calc-widget img.icon-45 {
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 639px) {

    .calc-widget #infoBox-sig .calc-widget-monthly-fee,
    .calc-widget-vip #infoBox-vip .calc-widget-monthly-fee,
    .calc-widget #infoBox-sig .calc-widget-rewards-points,
    .calc-widget-vip #infoBox-vip .calc-widget-rewards-points {
        font-size: 22px !important;
    }

    .calc-widget #infoBox-sig .calc-field,
    .calc-widget #infoBox-sig .calc-field p,
    .calc-widget-vip #infoBox-vip .calc-field,
    .calc-widget-vip #infoBox-vip .calc-field p {
        font-size: 14px;
    }

    .calc-widget img.icon-45 {
        width: 30px;
        height: 30px;
    }
}

.max-w-474 {
    max-width: 474px;
}

@media (min-width: 730px) and (max-width: 840px) {
    #modal-title {
        font-size: 23px !important;
        line-height: 26px !important;
    }

    #need-more-help .grid-wpr {
        width: 100% !important;
    }
}

@media (min-width: 640px) and (max-width: 729px) {
    #modal-title {
        font-size: 21px !important;
        line-height: 26px !important;
    }

    #need-more-help .grid-wpr,
    #need-additional-help .grid-wpr {
        width: 100% !important;
    }
}

#need-more-help .callout-link a {
    padding: 0 !important;
}

#need-more-help .callout-link a::before {
    display: none !important;
}

#need-more-help .callout-link a img {
    margin-left: 8px;
    position: relative;
    display: inline-block;
    width: 6px;
    height: 10px;
    left: unset;
    top: -1px;
}

#open-an-account .third-option h2 {
    font-size: 32px;
}

@media (max-width: 639px) {
    .campaign .mob-pad-0 {
        padding: 0 !important;
    }

    .max-w-474 {
        max-width: none;
    }

    .mob-mar-40 {
        margin-left: -40px;
    }

    #page-title {
        font-size: 28px !important;
        line-height: 35px !important;
    }

    .mob-font-18 {
        font-size: 18px !important;
    }

    .mob-text-center {
        text-align: center !important;
    }

    .mob-font-32 {
        font-size: 32px !important;
    }

    #need-more-help .callout-image {
        display: inline-block;
        padding-right: 15px;
        vertical-align: top;
        margin-top: 5px;
    }

    #need-more-help .callout-text {
        width: calc(100% - 60px);
        display: inline-block;
    }

    #need-more-help .callout-link {
        position: relative;
        left: 60px;
        display: inline-block;
    }

    #need-more-help span.callout-link {
        left: 0 !important;
    }

    .campaign .mob-pad-l-0 {
        padding-left: 0 !important;
    }
}
