
.dci-main-promo__button__right-arrow{
     --common__right-arrow__fill: #d03875; 
     }

.dci-main-promo__buttons{
    margin-block-start: 0;
    margin-block-end: 0;
}
/*MAIN PROMO*/
.dci-main-promo--float-right .dci-main-promo__image{
    right:0;
}
.dci-main-promo__title{
    max-width:600px;
}

/*UL*/
.banks-ul-flex__icon {
    object-fit: contain;
    width: 30px;
}
.banks-ul-flex__subheading, .banks-ul-flex__heading{
    color:#fff;
}
.banks-ul-flex__heading{
    font-size:20px;
    font-weight:600;
}

/*CREDIT UNION HEADER*/
#creditUnionPromo{
    position:relative;
    left:75em;
    bottom:41em;
    z-index:100;
}

.cu1{
    height:43em;
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cu1--content{
    padding:5em 10em;
    height:25em;
}
.imageEditor--titleCircle{
    position:relative;
    right: 3.8em;
    top: 0.35em;
    opacity: .7;
    width:5em;
}
:root {

  --dci-logo-dot-color: pink;

}

/*TABLET AREA*/
.tabletFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    margin:8em 0 6em 0;
}

.tabletFlex--text{
    margin:auto 0;
        border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/*CUSTOMER CARDS*/
.cardFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    margin:0 auto;
    gap:50px;
    width:80%;
}
.card{
    background:#1a1a1e;
    color:#fff;
    border:1px solid #707070;
    width:20em;
    height:18em;
    padding:2em;
    display:flex;
    flex-direction:column;
    position:relative;
}
.cardTitle{
    font-size:25px;
    font-weight:600;
}
.cardTxt{
    font-weight:400;
    line-height:1.5em;
}
.imageEditor--card{
    width:50%;
}
.cardImg__align{
    position:absolute;
    bottom:0;
    padding-bottom:1em;
}
.large--card{
    background:#1a1a1e;
    color:#fff;
    border:1px solid #707070;
    width:55em;
    height:15em;
    padding:2em;
    margin:0 auto;
    
}
.large--cardRow::after{
    content:"";
    display:table;
    clear:both;
}
.large--cardColumn{
    float:left;
    width:27%;
    padding:15px;
}
.large--jobTitle{
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-top: 0.5em;
}
.large--cardName{
    font-weight: 800;
    font-size: 20px;
    margin-block-end: 0;
    margin-block-start: 0;
}
.large--rotatorInfo{
    position: relative;
    left: 4em;
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 18px;
    font-weight: 100;
    bottom:1em;
    width:80%
}
.large--cardDiv2{
    position: relative;
    left: 13em;
    bottom: 9em;
}
/*TAILORED SOLUTIONS*/
.tailoredSolutions{
    background:#000;
border:1px solid #fff;
    width:60%;
    padding:2em;
    position:relative;
    margin:0 auto;
    text-align:center;
    top:5em;
   
}
.tailoredSolutions--background{
    background:#fff;
    height:32em;
    
}
.tailoredS{
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #fff;
    margin:0 auto;
    background: #000;
    color: #fff;
    padding: .5em 1.5em;
    border-radius: 25px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-decoration: none;
    width:18%;
}
.heading1{
   font-size: 30px;
    font-weight: 600; 
    margin-block-end: 0;
    margin-block-start: 0;
    padding-top:1em;
    color:#fff;
}
.heading2{
    font-size: 29px;
    margin-block-end: 0;
    font-weight: 100;
    margin-block-start: 0;
    margin-block-end:0;
    padding-bottom:1em;
    color:#fff;
}

.imageEditor--largeOval--top{
    overflow: hidden;
    top: 7em;
    position: relative;
    right: 12em;
}
.largeOval--wrap--top{
    overflow: hidden;
    margin-block-start: 0;
    margin-block-end:0;
}

.module:not(.module--cta-bubble) { padding: 0; }
.module--cta-bubble { padding: 4em 10%; }

.dci-main-promo { overflow: initial; }

.dci-main-promo__image-wrap { top: -5em; z-index: -99999; }


.dci-nav-cta--button,
.dci-nav-cta--button:visited {
    color: #fff;
}

.dci-main-promo__button--button,
.dci-main-promo__button--button:visited {
    color: #fff;
}

.module--cta-bubble__cta,
.module--cta-bubble__cta:visited {
    color: #fff;
}

.tabletFlex--first .tabletFlex__img-wrap {
    display: flex;
    justify-content: center;
}

.tabletFlex--first .tabletFlex--img {
    max-width: 800px;
    position: relative;
}

.tabletFlex--first .tabletFlex--img img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1690px){
    .dci-main-promo--float-right .dci-main-promo__image{
        height:85%;
    }
}

@media screen and (max-width:1690px){
    .dci-main-promo--float-right .dci-main-promo__image{
        height:70%;
    }
}

@media screen and (max-width:1380px){
    .dci-main-promo__title{
        max-width:465px;
    }
    .dci-main-promo--float-right .dci-main-promo__desc{
        min-width:400px;
    }
}

@media screen and (max-width:1300px) {
    .tabletFlex--first .tabletFlex--img {
        max-width: 600px
    }
}

@media screen and (max-width:1200px) {
    .tabletFlex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tabletFlex .tabletFlex--text {
        width: 70% !important;
    }
}

@media screen and (max-width:1125px){
    .dci-main-promo__title{
        max-width:320px;
    }
    .dci-main-promo--float-right .dci-main-promo__desc{
        min-width:250px;
    }
}

@media screen and (max-width:1010px){
    .dci-main-promo--float-right .dci-main-promo__image{
        right:-5em;
        height:65%;
    }
}

@media screen and (max-width:640px){
    .dci-main-promo__title{
    max-width:600px;
}
}


@media screen and (max-width:600px){
    .imageEditor{
    height:auto;
    width:auto;
    max-width:100%;
}
.dci-main-promo__title{
    max-width:600px;
}
}
