body {
    color: #333;
}

#banner {
    position: relative;
}

.banner-caption {
    color: #fff;
    display: block;
    position: absolute;
    width: 80%;
    bottom: 20%;
    left: 10%;
    text-align: center;
}

.bg-grey {
    background-color: #eee;
}

#applicationid {
    text-align: center;
}

    #applicationid::-webkit-input-placeholder {
        text-align: center;
    }

    #applicationid:-moz-placeholder {
        text-align: center;
    }

.form-check,
.form-check-inline {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-check input,
    .form-check-inline input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    .form-check label,
    .form-check-inline label {
        cursor: pointer;
    }
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: solid 1px var(--color-gold);
    border-radius: .2rem;
}
.form-check .checkmark {
    border: solid 1px var(--color-plt-blue-dark); 
}

.form-check-inline:hover input ~ .checkmark {
    background-color: var(--color-gold); 
} 

.form-check-inline input:checked ~ .checkmark {
    background-color: var(--color-gold);
}

.form-check input:checked ~ .checkmark {
    background-color: var(--color-plt-blue-dark);
}
.form-check .checkmark:after,
.form-check-inline .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

 .form-check input:checked ~ .checkmark:after,
 .form-check-inline input:checked ~ .checkmark:after {
    display: block;
}

.btn-primary {
    background-color: var(--color-plt-blue-dark);
    border-color: var(--color-plt-blue-dark);
    font-size: 1.2rem;
}

    .btn-primary.disabled, .btn-primary:disabled {
        opacity: .3;
        cursor: not-allowed;
        background-color: var(--color-plt-blue-dark);
        border-color: var(--color-plt-blue-dark);
    }

#tnc {
    position: relative; 
    overflow-y:hidden;
}

    #tnc .showmore {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        color: var(--color-plt-blue-dark);
        background-color: #eee;
        font-weight: bold;
        cursor: pointer;
        box-shadow: 0px -10px 5px rgba(0,0,0,.2);
    }
        #tnc .showmore a {
            color: var(--color-plt-blue-dark);
        }


        #tabheader .nav-item {
            width: 100%;
        }

#tabheader .nav-pills .nav-link.active,
#tabheader .nav-pills .show > .nav-link {
    background: #fff;
    color: var(--color-blue);
    text-align: center;
    font-size: 1.3rem;
    border-bottom: solid .25rem var(--color-blue);
    box-shadow: 0 0 4px #ccc;
}

#tabheader .dropdown-item.active,
#tabheader .dropdown-item:active {
    color: var(--color-blue);
    background-color: #fff;
}

#tabheader .dropdown-menu {
    width: 100%;
    background-color: #eee;
}

#tabheader .dropdown-item {
    text-align: center;
    font-weight: 300;
}
.icon {max-width:150px;display:block;margin:0 auto;}
.plusafter,
.equalafter {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

    .plusafter:after,
    .equalafter:after {
        position: absolute; 
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 1rem;
        font-weight:bold;
        font-size:2rem;
        margin-bottom:1rem;
        text-align:center;
    }

.plusafter:after {
    content:'+';
}

.equalafter:after {
    content: '=';
}
.table-borderless td.border-right,
.table-borderless th {
    border-right: solid 1px #fff!important;
}
th {
    background-color: var(--color-plt-blue-dark);
    color: #fff;
    text-align:center;
}
td {
    background-color: var(--color-background-grey-light);
    text-align: center;
}
@media(min-width: 576px) {
}

@media(min-width: 768px) {
    .banner-caption {
        font-size: 3rem;
        bottom: 30%;
    }
    .icon {
        max-width: 75px;
        display: block;
        margin: 0 auto;
    }

    .plusafter,
    .equalafter { 
        padding-right: 3rem;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .plusafter:after,
        .equalafter:after {
            position: absolute;
            right: 1rem;
            top: 1.5rem;
            bottom:unset;
            font-weight: bold;
            font-size: 2rem;
            margin-bottom: 0; 
            width:1rem;
            height:unset;
            left:unset;
        }

}

@media(min-width: 992px) {
}

@media(min-width: 1200px) {
    .banner-caption {
        font-size: 4.3rem;
        bottom: 40%;
    }

    #product-benefit .nav {
        background-color: #E5E5E5;
        margin: 1rem 0;
    }

        #product-benefit .nav .nav-item {
            align-self: start;
            text-align: center;
            padding: 1rem 0;
            color: var(--color-plt-blue-dark);
        }
        #product-benefit .nav .nav-link {
            padding: .5rem 0;
        }

        #product-benefit .nav .nav-link.active {
            margin: -1.5rem 0;
            background-color: #fff;
            border-radius: 0.3rem;
            border-bottom: solid 0.25rem var(--color-blue);
            padding: 1.75rem 0;
            box-shadow: 0 0 4px #ccc;
        }
}

@media (min-width: 1920px) {
}
@font-face {
    font-family: 'citi-Sans';
    font-weight: 200;
    font-style: normal;
    src: url(./fonts/Citi-Sans-Text-Regular.otf);
    src: url(./fonts/Citi-Sans-Text-Regular.otf?#iefix) format("embedded-opentype"),url(./fonts/Citi-Sans-Text-Regular.otf) format("woff"),url(./fonts/Citi-Sans-Text-Regular.otf) format("truetype")
}

@font-face {
    font-family: 'citi-Sans-table';
    font-weight: 300;
    font-style: normal;
    src: url(./fonts/Citi-Sans-Table-Condensed-Regular.ttf);
    src: url(./fonts/Citi-Sans-Table-Condensed-Regular.ttf?#iefix) format("embedded-opentype"),url(./fonts/Citi-Sans-Table-Condensed-Regular.ttf) format("woff"),url(./fonts/Citi-Sans-Table-Condensed-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'citi-Sans-italic';
    font-weight: 400;
    font-style: normal;
    src: url(./fonts/Citi-Sans-Condensed-Regular.otf);
    src: url(./fonts/Citi-Sans-Condensed-Regular.otf?#iefix) format("embedded-opentype"),url(./fonts/Citi-Sans-Condensed-Regular.otf) format("woff"),url(./fonts/Citi-Sans-Condensed-Regular.otf) format("truetype")
}

@font-face {
    font-family: 'citi-Sans-bold';
    font-weight: 700;
    font-style: normal;
    src: url(./fonts/Citi-Sans-Text-Bold.otf);
    src: url(./fonts/Citi-Sans-Text-Bold.otf?#iefix) format("embedded-opentype"),url(./fonts/Citi-Sans-Text-Bold.otf) format("woff"),url(./fonts/Citi-Sans-Text-Bold.otf) format("truetype")
}


@font-face {
    font-family: 'citi-interstate';
    font-weight: 200;
    font-style: normal;
    src: url(../fonts/Interstate-ExtraLight.eot);
    src: url(../fonts/Interstate-ExtraLight.eot?#iefix) format("embedded-opentype"),url(../fonts/Interstate-ExtraLight.woff) format("woff"),url(../fonts/Interstate-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-family: 'citi-interstate';
    font-weight: 300;
    font-style: normal;
    src: url(../fonts/Interstate-Light.eot);
    src: url(../fonts/Interstate-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Interstate-Light.woff) format("woff"),url(../fonts/Interstate-Light.ttf) format("truetype")
}

@font-face {
    font-family: 'citi-interstate';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Interstate-Regular.eot);
    src: url(../fonts/Interstate-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Interstate-Regular.woff) format("woff"),url(../fonts/Interstate-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'citi-interstate';
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Interstate-Bold.eot);
    src: url(../fonts/Interstate-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/Interstate-Bold.woff) format("woff"),url(../fonts/Interstate-Bold.ttf) format("truetype")
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

h1, h3, h5 {
    font-weight: 200;
}

h4, h6, body {
    font-weight: 300;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
    margin: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h2 {
    font-size: 40px;
    line-height: 50px;
    ;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 24px;
    line-height: 28px;
}

h6 {
    font-size: 20px;
    line-height: 24px;
}

pre {
    font-family: citi-Sans;
    font-size: 1em
}

b, strong {
    font-weight: 700;
}

code, kbd, samp {
    font-family: citi-Sans;
    font-size: 1em
}

small {
    font-size: 80%
}

audio, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

.small {
    font-size: 12px;
    font-weight: 300;
}

.default {
    font-size: 14px;
}

.regular {
    font-size: 16px;
}

.large {
    font-size: 18px;
}

.huge {
    font-size: 24px;
}

svg:not(:root) {
    overflow: hidden
}

button, input, select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

fieldset {
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

    dialog:not([open]) {
        display: none
    }

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body, html {
    font-family: 'citi-Sans',sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #056dae
}

    a:hover {
        text-decoration: none;
    }

.cf:after {
    content: "";
    display: block;
    clear: both
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.hidden {
    display: none
}

.main-menu a.login-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-gold);
    display: flex;
    border-bottom: 0 !important;
    align-items: center;
    justify-content: center;
}

    .main-menu a.login-button svg {
        stroke: var(--color-gold);
        transition: 0.3s all ease-in-out;
    }

    .main-menu a.login-button:hover,
    .main-menu a.login-button:hover svg {
        color: var(--color-dark-gold) !important;
        stroke: var(--color-dark-gold);
    }

.login-text {
    margin-left: 10px;
}

.box-text-regular {
    max-width: 368px;
    min-height: 72px;
    margin-left: auto;
    margin-right: auto;
}

.table {
    color: var(--color-grey-dark);
}

    .table td, .table th {
        border-bottom: 1px solid #C8C8C8;
        border-top: none;
        width: 50%;
        vertical-align: middle !important;
    }

        .table td.third {
            width: 30%;
        }

.citigoldpc-table td, .citigoldpc-table th {
    width: auto;
    font-size: 16px;
}

.fix-font {
    font-family: helvetica !important;
}

.block {
    display: block
}


.inline-block {
    display: inline-block
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}


.overflow-hidden {
    overflow: hidden
}

.bg-blue {
    background-color: #056dae
}

.bg-black {
    background-color: #333
}

.roundend-full {
    border-radius: 100%
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-menu-open .brand {
    position: fixed
}

.brand {
    background-color: #00bdf2;
    background-image: -o-linear-gradient(#00bdf2 0,#00b3f0 18%,#0066b3 77%,#004985 100%);
    background-image: linear-gradient(#00bdf2 0,#00b3f0 18%,#0066b3 77%,#004985 100%);
    font-size: 12px;
    z-index: 10
}

    .brand.citigold {
        background-color: var(--color-gold);
        background-image: none;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 16px 0;
        gap: 61px;
    }

.max-width-hug {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-large {
    max-width: 504px;
    margin-left: auto;
    margin-right: auto;
}

.max-width-image {
    max-width: 505px;
}

.bg-wealth-gold {
    background: url('/wealth-management/citigold/wealth-journey/img/bg-wealth.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-wealth-gold-first {
    background: url('/wealth-management/citigold/wealth-journey/img/citigold_first_banner.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 165px !important;
}

    .bg-wealth-gold.centerAlign,
    .bg-wealth-gold-first.centerAlign {
        padding-bottom: 5rem !important;
    }

.bg-invest-gold {
    background: url('/wealth-management/citigold/wealth-journey/img/gold-invest.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 63px !important;
}

.or-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -27px;
    margin: auto;
    align-items: center;
    display: flex;
    width: 54px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid var(--color-gold);
    border-radius: 50px;
    justify-content: center;
    font-size: 16px;
    color: var(--color-gold);
}

.bg-video-carousel {
    background-color: #071F31;
}

.carousel-video-slide {
    transition: 0.3s all ease-in-out;
    transform: scale(0.9) !important;
    cursor: pointer;
}

    .carousel-video-slide img {
        transition: 0.3s all ease-in-out;
    }

    .carousel-video-slide:hover img {
        opacity: 0.8;
    }

.carousel-video-content {
    max-width: 80%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.carousel-video-slide.slick-center {
    transform: scale(1) !important;
}

.main-menu {
    background: #f2f2f2;
    background: -webkit-gradient(linear,left bottom,left top,from(#f2f2f2),color-stop(10%,#fff),to(white));
    background: -o-linear-gradient(bottom,#f2f2f2 0,#fff 10%,#fff 100%);
    background: linear-gradient(0deg,#f2f2f2 0,#fff 10%,#fff 100%);
    line-height: 48px
}

    .main-menu ul li {
        display: inline-block;
        padding: 0 15px
    }

    .main-menu a {
        display: block;
        color: #333;
        border-bottom: 4px solid transparent;
        font-weight: 300;
        font-size: 16px;
        transition: 0.3s all ease-in-out;
    }

    .main-menu ul li:first-child {
        padding-left: 0
    }

    .main-menu ul li:last-child {
        padding-right: 0
    }

    .main-menu ul li:hover > a {
        color: var(--color-gold);
        border-bottom-color: var(--color-gold)
    }

    .main-menu ul li:hover .sub-menu {
        display: block
    }

    .main-menu .sub-menu {
        border-top: 1px solid #f1f1f1;
        width: 100%;
        background: #fff;
        padding: 20px 0 30px;
        -webkit-box-shadow: 0 2px 2px #f1f1f1;
        box-shadow: 0 2px 2px #f1f1f1;
        display: none;
        left: 0;
        top: 50px;
        z-index: 10
    }

        .main-menu .sub-menu ul {
            width: 33.3333%
        }

            .main-menu .sub-menu ul li {
                border-bottom: 1px solid #f1f1f1;
                display: block;
                padding: 0
            }

                .main-menu .sub-menu ul li.highlighted {
                    font-weight: 700
                }

                .main-menu .sub-menu ul li a {
                    border: 0
                }


.disclaimer {
    background-color: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 65px
}


    .disclaimer p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 18px
    }

.quick-links {
    height: 80px;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 2
}

    .quick-links.show {
        bottom: 0;
        -webkit-transition: bottom 1s;
        -o-transition: bottom 1s;
        transition: bottom 1s
    }


    .quick-links .link-text {
        width: 52%;
        padding-right: 3%;
        margin-top: 22px
    }

    .quick-links .cta a {
        margin-top: 21px;
        width: 140px
    }


.search-form {
    top: 5px;
    font-size: 12px;
    z-index: 2;
    display: none
}


    .search-form.show {
        display: block
    }

    .search-form .wrapper {
        background-color: #444;
        padding-top: 13px;
        padding-bottom: 12px
    }



    .search-form form input {
        border-radius: 4px 0 0 4px;
        border: 0;
        background-color: #fff;
        display: block;
        float: left;
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        width: -webkit-calc(100% - 65px);
        width: calc(100% - 65px)
    }

    .search-form form button {
        border-radius: 0 4px 4px 0;
        background-color: #056dae;
        border: 0;
        display: block;
        float: left;
        height: 30px;
        width: 45px
    }


.citi-welcome {
    height: 150px;
    position: relative;
}

    .citi-welcome img {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .citi-welcome:after {
        content: "";
        width: 100%;
        height: 10px;
        background-color: #46b6e5;
        position: absolute;
        bottom: 0;
        left: 0;
    }

footer {
    color: #666;
    padding-top: 12px;
    padding-bottom: 100px
}

#footer-menu-toggle strong:after {
    content: 'More \2193';
}

#footer-menu-toggle[aria-expanded="true"] strong:after {
    content: 'Hide \2191';
}

#footer-menu a {
    width: 100%;
    padding: .5rem;
    text-align: center;
    display: block;
    border-bottom: solid 1px #333;
}

    #footer-menu a:last-of-type {
        border-bottom: none;
    }

#scroll-to-top {
    position: absolute;
    top: -2.5rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    color: #fff;
    background-color: var(--color-gold);
    box-shadow: 0 0 4px #333;
    border-radius: 2rem;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

    #scroll-to-top:hover {
        background-color: var(--color-dark-gold);
    }


a {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.navbar.sticky {
    background-color: #056dae;
    border-radius: 0;
    min-height: 0;
    margin-bottom: 0;
    color: #fff;
    padding-top: 0px;
}

.fixedtop .navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}


.navbar.sticky .nav li {
    padding-left: 0;
    padding-right: 0;
}


.navbar.sticky a {
    color: #333333;
    display: inline-block;
    width: 100%;
    padding: 1em 0 0;
    position: relative;
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar.sticky .active a,
.navbar.sticky a:hover {
    background-color: #25a6da;
    border: 0;
}

.navbar.sticky a:after {
    width: 20%;
    /* margin: 1em auto 0; */
    display: block;
    height: 4px;
    background-color: #056dae;
    transition: width 1s;
    /* padding-left: 2em; */
    /* padding-right: 2em; */
    position: absolute;
    bottom: 4px;
}

.navbar.sticky .active a:after,
.navbar.sticky a:hover:after {
    width: 100%;
    background-color: #fff;
}

.top-shadow {
    box-shadow: 0 -20px 10px -10px rgba(0,0,0,0.12);
}

.bot-shadow {
    box-shadow: 0 10px 10px -10px rgb(0,0,0,.5)
}

.container.full-width {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

.main-container {
    background: #333;
    color: #fff;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}


.top-col {
    width: 50%;
    float: left;
    margin-left: -15px;
}

.top-col {
    width: 50%;
    float: left;
}

.top-right-list {
    float: right;
}

    .top-right-list ul li {
        float: left;
        padding: 5px 0 5px 0;
        position: relative;
    }

.top-left-list ul {
    margin: 0;
    padding-top: 10px;
}

.top-right-list ul {
    margin: 0;
    padding: 0;
}

.main-container.cf li {
    list-style: none;
}

.top-right-list ul li.dropHover a {
    background: url(../img/mainLinks.png) no-repeat 0 .5em;
}

.top-right-list ul li a {
    font-size: .95rem;
    padding: 0px 0px 0px 15px;
    color: #fff;
    display: block;
    position: relative;
}

a {
    margin: 0;
    outline: medium none;
    text-decoration: none;
}

.top-right-list .quicklink-dropdown-wrapper ul li {
    width: 100%;
}

    .top-right-list .quicklink-dropdown-wrapper ul li a {
        color: #333333;
    }

        .top-right-list .quicklink-dropdown-wrapper ul li a:hover {
            color: #aaaaaa;
        }

.quicklink-dropdown-wrapper {
    width: 220px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 1;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s;
    padding: 10px 0 20px;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 14px -7px #3d3d3d;
}

    .quicklink-dropdown-wrapper li {
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

        .quicklink-dropdown-wrapper li:last-of-type {
            border-bottom: none;
        }

.dropHover:hover .quicklink-dropdown-wrapper {
    visibility: visible;
    max-height: 9999px
}

.citi-carousel-caption {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.video-modal .modal-body {
    padding: 0;
}

.modal-open {
    overflow: initial;
}

.tap-find-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.bg-very-grey-light {
    background: var(--color-very-grey-light);
}

.citi-carousel-caption .inner-container {
    max-width: 760px;
}

.citi-carousel-caption a {
    display: inline-flex;
}

.citi-carousel-caption h1 {
    font-weight: 200;
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 31px;
}

.citi-carousel-caption h2 {
    font-weight: 200;
    font-size: 46px;
    line-height: 56px;
    color: #fff;
    margin-bottom: 31px;
}


.citi-carousel-caption p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.citi-carousel-caption button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    width: 200px;
    height: 50px;
    background: var(--color-gold);
    border-radius: 4px;
    color: #fff;
    margin-top: 31px;
    border: none;
    appearance: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    transition: 0.2s all ease-in-out;
}

.gold-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    background: var(--color-gold);
    border-radius: 4px;
    color: #fff;
    border: none;
    appearance: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    transition: 0.2s all ease-in-out;
}

.white-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    width: 200px;
    background: #fff;
    border-radius: 4px;
    color: var(--color-gold);
    border: none;
    appearance: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    transition: 0.2s all ease-in-out;
}

    .white-button:hover {
        background: var(--color-dark-gold);
        color: #fff;
    }

.text-white.anchor-underline {
    text-decoration: underline;
    color: #fff !important;
    font-family: 'citi-sans-display',sans-serif !important;
}

.anchor-underline {
    text-decoration: underline;
    color: var(--color-gold) !important;
    transition: 0.3s all ease-in-out;
    box-sizing: border-box;
    text-decoration-thickness: 0.2px;
    text-underline-offset: 3px;
}

.card-container {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 9px;
    position: relative;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

    .card-container:hover {
        background: rgba(255, 255, 255, 0.2);
    }

    .card-container h6 {
        font-size: 18px;
        line-height: 120%;
    }

    .card-container i {
        margin-top: 29px;
        padding-bottom: 15px;
    }

    .card-container .tap {
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: 8px;
        right: 12px;
    }

    .card-container .text {
        margin-top: 29px;
    }

.text-with-icon {
    display: flex;
    gap: 20px;
    padding-left: 30px;
    text-align: left;
}

.text-right .text-with-icon:first-child {
    justify-content: end;
    padding-right: 30px;
}

.text-icon-right {
    font-size: 18px;
}

a {
    transition: 0.3s all ease-in-out;
    color: inherit;
}

    a.faq-toggle-all {
        color: var(--color-gold) !important;
    }

        a.faq-toggle-all:hover {
            color: var(--color-dark-gold) !important;
        }

.anchor-underline:hover {
    color: var(--color-dark-gold) !important;
}

.faq-footnote {
    margin-top: 80px;
}

footer {
    background-color: #333333;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 1rem;
    padding-right: 1rem;
}

#footer-menu a:hover {
    color: var(--color-gold) !important;
}

.offer-modal-body {
    text-align: center;
    overflow-y: auto;
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
}

    .offer-modal-body a {
        transition: 0.3s all ease-in-out;
        color: var(--color-gold);
        text-decoration: underline;
    }

        .offer-modal-body a:hover, .offer-modal-body a:focus, .offer-modal-body a:visited {
            color: var(--color-dark-gold);
        }

#wealth-slider .modal-dialog,
.modal-dialog {
    height: 100%;
    width: 100%;
    max-width: 80%;
    max-height: 70%;
}

#wealth-slider .modal-content,
.modal-content {
    width: 100%;
    height: 70vh;
    display: flex;
    overflow: hidden;
}

.modal-content {
    height: 90vh;
}

.offer-table {
    font-size: 16px;
    margin-top: 28px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}

    .offer-table th {
        color: #fff;
        background: var(--color-gold);
        font-weight: 300;
    }

.total {
    font-weight: 700;
}

.offer-table td {
    width: auto;
    text-align: left;
}

.slick-arrow {
    appearance: none;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
    z-index: 90;
}

.carousel-total {
    font-size: 16px;
    border-left: 1px solid #ACACAC;
    padding-left: 20px;
    margin-left: 20px;
    width: 20px;
}

.modal-content .close {
    position: absolute;
    appearance: none;
    cursor: pointer;
    z-index: 30;
    transition: 0.3s all ease-in-out;
    right: 0;
    top: 0;
}

.wealth-sticky-foot {
   
    position: sticky;
    height: 87px;
    display: flex;
    align-items: center;
    background: var(--color-gold);
    bottom: 0;
    left: 0;
    z-index: 90;
    transition: all 0.3s ease-in-out;
}

    .wealth-sticky-foot > div > div > div {
        gap: 10px;
    }

    .wealth-sticky-foot.disable {
        opacity: 0;
        transform: translateY(100%);
    }

.offer-note {
    cursor: pointer;
}

    .offer-note path {
        transition: all 0.3s ease-in-out;
    }

    .offer-note:hover path {
        stroke: var(--color-dark-gold);
    }

.wealth-sticky-foot .container {
    max-width: 925px;
}

.close-sticky-foot {
    cursor: pointer;
    position: absolute;
    right: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

    .close-sticky-foot svg path {
        transition: all 0.3s ease-in-out;
    }

    .close-sticky-foot:hover,
    .close-sticky-foot:hover svg path {
        color: var(--color-dark-gold) !important;
        stroke: var(--color-dark-gold) !important;
    }

.slick-modal-carousel-indicators li .carousel-dot {
    width: 20px;
}

.slick-modal-carousel-indicators {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    padding: 0;
}

    .slick-modal-carousel-indicators li {
        position: absolute;
        display: flex;
        opacity: 0;
        font-size: 16px;
    }

        .slick-modal-carousel-indicators li.slick-active {
            opacity: 1;
        }

            .slick-modal-carousel-indicators li.slick-active .carousel-dot {
                border: none !important;
                width: 20px;
            }

.slick-arrow:hover svg path {
    stroke: var(--color-dark-gold) !important;
}

.slick-arrow::before {
    display: none !important;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

#slick-modal-carousel {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: initial;
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.wrap-modal-slider {
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

    .wrap-modal-slider.open {
        opacity: 1;
        transition: 0.3s all ease-in-out;
    }

.modal-backdrop.show {
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.slider-modal .slide-text {
    max-width: 70%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.faq-footnote a {
    font-weight: 400;
    text-decoration: underline;
    color: var(--color-gold);
    transition: all 0.3s ease-in-out;
}

    .faq-footnote a:hover, .faq-footnote a:visited, .faq-footnote a:focus {
        color: var(--color-dark-gold);
    }

.faq-title {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    transition: 0.3s all ease-in-out;
    color: var(--color-gold);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

    .faq-title[aria-expanded="true"] {
        border-bottom: none;
    }

    .faq-title.collapsed {
        color: #333333;
    }

.faq {
    cursor: pointer;
}

    .faq:hover .faq-title {
        color: var(--color-gold);
    }

.faq-title.collapsed .faq-arrow {
    transform: rotate(0);
    transition: transform 0.3s ease-in-out;
}

.faq-title .faq-arrow {
    transform: rotate(-180deg);
    transition: transform 0.3s ease-in-out;
}

.faq-content {
    padding-left: 80px;
    padding-bottom: 1.5rem;
    border-bottom: solid 1px #ccc;
}

.faq {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

    .faq:first-child {
        border-top: 1px solid #CCCCCC;
    }

.citi-carousel-caption button:hover,
.gold-button:hover {
    background-color: var(--color-dark-gold);
}

#slick-carousel {
    overflow: initial !important;
}

.carousel-indicators.slick {
    bottom: -70px
}

.slick-carousel-indicators li {
    display: flex;
}

.slick-carousel-indicators {
    display: flex;
    padding: 0;
    justify-content: center;
    margin-top: 30px;
}

    .slick-carousel-indicators .carousel-dot {
        width: 60px;
        height: auto;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
        color: #fff;
        border-bottom: 2px solid rgba(255,255,255,0.5);
        cursor: pointer;
        padding-bottom: 10px;
        font-size: 12px;
        transition: 0.3s all ease-in-out;
    }

        .slick-carousel-indicators .carousel-dot .carousel-dot-text {
            opacity: 0;
            transition: 0.3s all ease-in-out;
        }

.button-wide {
    max-width: 400px;
    width: 100%;
}

.slick-active .carousel-dot,
.slick-carousel-indicators .carousel-dot:hover {
    color: var(--color-gold);
    border-bottom: 2px solid var(--color-gold);
}

    .slick-carousel-indicators .carousel-dot:hover .carousel-dot-text,
    .slick-active .carousel-dot .carousel-dot-text {
        opacity: 1;
        color: var(--color-gold);
    }

.icon-wrapper {
    margin-bottom: 25px;
    height: 72px;
}

.icon-container {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators li {
    width: 60px;
    height: 2px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

    .carousel-indicators li.slick-active {
        background-color: var(--color-gold);
    }

.sign-in, .main-container, .main-menu, .search-form {
    display: none;
}

#mob-menu {
    display: block;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 100%;
    max-width: 414px;
    transition: left .5s !important;
    overflow-y: scroll;
    background-color: #333;
}

    #mob-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #fff;
    }

    #mob-menu li {
        padding: 16px 20px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

        #mob-menu .bg-dark,
        #mob-menu .bg-dark li,
        #mob-menu li.bg-dark {
            background-color: #333;
        }

            #mob-menu li.bg-dark a.nav-link,
            #mob-menu li.bg-dark a.expand-button {
                color: #fff;
            }

    #mob-menu a.nav-link {
        color: #000;
        text-decoration: none !important;
        outline: medium none;
        padding: 1.2rem 0;
        display: inline-block;
        width: 100%;
    }

    #mob-menu > ul > li > ul {
        display: none;
        margin: 0 -20px;
    }

    #mob-menu > ul > li > a.nav-link {
        border-bottom: solid 1px #ddd;
    }

    #mob-menu > ul > li.show > a.nav-link {
        font-weight: 400;
    }

    #mob-menu > ul > li > ul > li a {
        border-bottom: solid 1px #ddd;
    }

    #mob-menu > ul > li.show > ul {
        display: block;
    }

    #mob-menu .icon-close {
        width: 24px;
        height: 24px;
        font-size: 16px;
        text-decoration: none !important;
        background-color: transparent !important;
        top: auto;
        right: .5rem;
        position: absolute;
    }

        #mob-menu .icon-close:before {
            content: "\2573";
            color: #fff;
        }

.expand-button,
.expand-button:hover,
.expand-button:focus {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #000;
    text-decoration: none;
}

    .expand-button:before {
        content: '\254B';
    }

.show .expand-button:before {
    content: '\2501';
}

.container.wide {
    max-width: 100%;
    width: 100%;
}

.mini-header {
    height: 22px;
    background: #5D5033;
}

.gold-hover {
    transition: 0.3s all ease-in-out;
}

    .gold-hover:hover {
        color: var(--color-gold) !important;
    }

@media (min-width:768px) {
    .disclaimer {
        padding-bottom: 45px;
        border-bottom: 1px solid #e7e7e7;
        -webkit-box-shadow: 0 1px 1px #e7e7e7;
        box-shadow: 0 1px 1px #e7e7e7
    }

    footer .copyright .copy-text {
        text-align: right
    }

    .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: transparent;
    }

    

    .navbar.sticky .active a,
    .navbar.sticky a:hover {
        background-color: transparent;
    }

    .navbar.sticky a:after {
        content: '';
        width: 20%;
        height: 6px;
        background-color: #056dae;
        transition: width 1s;
    }

    .navbar.sticky .active a:after,
    .navbar.sticky a:hover:after {
        width: 100%;
    }
}


@media (min-width:992px) {
    .search-form .wrapper {
        width: 300px;
        margin-left: auto
    }

  
    
    footer {
        padding-top: 40px
    }

        footer ul li {
            font-size: 16px;
            height: 60px;
            line-height: 60px
        }

        footer .copyright .footer-logo img {
            width: 55px
        }

    .mobile-menu-open .brand {
        position: static
    }


    .brand.fixed + .main-menu + .breadcrumb {
        margin-top: 0
    }

    .brand .logo {
        text-align: left
    }

    .main-container.cf li, .main-container.cf a {
        font-size: 12px !important;
    }

    #footer-menu a {
        width: unset;
        border-bottom: none;
        display: inline-block;
    }
}

@media (min-width:1200px ) {
    .main-menu {
        transition: .3s;
    }

        .main-menu > .container > ul > li {
            display: block;
            padding: 0;
            border-bottom: 1px solid #f1f1f1
        }

            .main-menu > .container > ul > li.hidden {
                display: none
            }

            .main-menu > .container > ul > li:hover > a {
                border-bottom-color: transparent;
                color: #333
            }

            .main-menu > .container > ul > li.has-sub-menu > a:after {
                content: "+";
                float: right;
                width: 30px;
                font-size: 30px;
                text-align: center
            }

            .main-menu > .container > ul > li.has-sub-menu.open > a:after {
                content: "-"
            }

            .main-menu > .container > ul > li.has-sub-menu.open .sub-menu {
                height: auto;
                opacity: 1
            }

        .main-menu .sub-menu {
            display: none;
            top: 158px;
            position: fixed;
            left: 0;
            width: 100vw;
        }

            .main-menu .sub-menu ul li:last-child {
                border-bottom: 0
            }

            .main-menu .sub-menu ul li.highlighted {
                font-weight: 400
            }

            .main-menu .sub-menu .container {
                padding: 0
            }

    #mob-menu {
        display: none;
    }

    #scroll-to-top {
        top: -.5rem;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }

    #latest-carousel .item {
        min-height: 520px;
    }
}

@media screen and (min-width: 1920px) {

    .container,
    .container.wide {
        max-width: 1440px;
    }
}