.dci-main-promo__button__right-arrow{
     --dci-logo-dot-color: #F00; 
     }
     .imageEditor-style{
        width:auto;
        max-width:100%;
     }
     .techHeading{
        font-size:2em;
        margin:3em 0 0 0;
        width:17em;
        text-align:center;
     }
/*TAILORED SOLUTIONS*/
.tailoredSolutions{
    background:#fff;
border:1px solid #000;
    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 #000;
    margin:0 auto;
    background: #fff;
    color: #000;
    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;
}
.heading2{
    font-size: 29px;
    margin-block-end: 0;
    font-weight: 100;
    margin-block-start: 0;
    padding-bottom:1em;
}
/*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;
    width:45%;
    height:25em;
}
.imageEditor--titleCircle{
    position:relative;
    right: 3.8em;
    top: 0.35em;
    opacity: .7;
    width:5em;
}
.imgLayout--1{
position: relative;
    right: 15em;
    top:12em;
}
.imgLayout--2{
position: relative;
    bottom:28em;
    right:1em;
}
/*WHITE BACKGROUND*/
.whiteBackground{
    background:#fff;
}
.whiteBackground--flex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    position:relative;
    top:10%;
}
.midsizeFont{
    font-size:28px;
}
.imageEditor--largeOval{
    overflow: hidden;
    bottom: 9em;
    position: relative;
    right: 12em;
}
.largeOval--wrap{
    overflow: hidden;
    margin-block-start: 0;
}
/*PWR pROSPERITY*/
.adFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
}
.pwrProsp--card{
    background:#adf1ef;
    width:15em;
    height:13em;
}
.pwrProsp--cardNotab{
    background:#1a1a1e;
    width:15em;
    height:13em;
}
#arrowTab{
    bottom:6.5em;
    position:relative;
    left:10.6em;
}


.module--collapsing-section__wrap-a{
    padding:2% 0;
}
/*CUSTOMER CARDS*/
.cardFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    margin-bottom:2em;
}
.card{
    background:#1a1a1e;
    color:#fff;
    border:1px solid #707070;
    width:22em;
    height:20em;
    padding:1em;
}
.cardRow::after{
    content:"";
    display:table;
    clear:both;
}
.cardColumn{
    float:left;
    width:27%;
    padding:15px;
}
.jobTitle{
    width:15em;
    argin-block-start: 0em;
    margin-block-end: 0em;
    padding-top: 0.5em;
}
.cardName{
    width:15em;
    font-weight: 800;
    font-size: 20px;
    margin-block-end: 0;
    margin-block-start: 0;
}
.rotatorInfo{
    position: relative;
    left: 4em;
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 18px;
    font-weight: 100;
    bottom:1em;
}

.module:not(.module--cta-bubble) { padding: 0; }
.module--cta-bubble { padding: 4em 10%; }

.tech-flex__left__text {
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
    margin-bottom: 4em;
}

.tech-flex {
	display: flex;
    flex-direction: column;
 
    min-width: 320px;
    justify-content: center;
    align-items: center;
}

.tech-flex__right {
    padding-top: 2em;
    width: 26em;
}

.tech-flex__item {
	display: flex;
    flex-direction: row;
    gap: 5em;
	width: 100%;
}

.tech-flex__left {
    display: flex;
    justify-content: flex-start;
    gap: 2em;
    width: 500px;
}

.tech-flex__item:last-child .tech-flex__left__text {
    margin-bottom: 1em;
}

@media screen and (max-width:860px){
    .tech-flex__icon img{
        width:70%;
    }
    .tech-flex__icon{
        width:20%;
    }
    .tech-flex__item{
        gap:1em;
    }
    #collapsingSect{
        margin-top:1em;
    }
    .tech-flex__right{
        padding-top:0;
        width:17em;
    }
}

@media screen and (max-width:680px){
    .tech-flex__right__text{
        font-size:15px;
    }
    .tech-flex__left__text{
        font-size:15px;
        width:8em;
    }
    .tech-flex{
        min-width:220px;
    }
    .tech-flex__left{
        width:170px;
        gap:.5em;
    }
    .tech-flex__right{
        width:14em;
    }
    .techHeading{
        width:12em;
        font-size:1.5em;
    }
}
@media screen and (max-width:480px){
    .tech-flex__left{
        width:120px;
    }
    .tech-flex__icon{
        display:none;
    }
}