/*UL*/

.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;
}
.imageEditor--bigCircle{
   position: relative;
    bottom: 41em;
    height: 551px;
    width: 390px;
    left: 53em; 
}
.imageEditor--oval{
        width: 119em;
    overflow: hidden;
    bottom: 8em;
    position: relative;
    z-index: -1;
}
.ovalLayout{
    overflow: hidden;
    margin-block-start: 0;
    bottom: 2em;
    position: relative;
    z-index: -1;
}
.cu1{
    height: 52em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cu1--content{
        padding: 5em 10em;
    height: 25em;
}
.imageEditor--titleCircle{
    position:relative;
    right: 6.25em;
    top: 0.35em;
    opacity: .7;
}

/*TABLET AREA*/
.tabletFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    margin:8em 0 6em 0;
}
.tabletFlex--img{
    display:flex;
    gap:0 50px;
}

.greenBackground{
    background:#befb6c;
    padding:.5em 3em;
    width:86%;
    margin-bottom:1em;
}

.darkText--title{
    color:#000;
    font-size:18px;
}
.darkText{
    color:#000;
}

/*DIFFERENT COLLAPSING SECTIONS*/

.module--collapsing-section{
    padding:1em;
    border:solid 1px #fff;
}
.module--collapsing-section__button{
    display:contents;
}

/*DARK BACKGROUND*/
.darkBackground{
    background:#1A1A1E;
    height:40em;
}
.darkBackground--1{
    background:#000;
}
.darkBackground--flex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    position:relative;
    top:5%;
    color:#fff;
}
.midsizeFont{
    font-size:28px;
}
.imageEditor--largeOval--Dark{
    overflow: hidden;
    bottom: 9em;
    position: relative;
    right: 12em;
}
.largeOval--wrap{
    overflow: hidden;
    margin-block-start: 0;
}
.list{
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
ul{
    margin-block-end: 0;
    margin-block-start: 0;
    list-style-image:url('/uploads/images/230812172334.png');
}
li{
   font-size:18px; 
}
/*CUSTOMER CARDS*/
#custQuote{
    margin-top: 5em;
    margin-bottom: 5em;
}
.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;
}
.large--card{
    background:#1a1a1e;
    color:#fff;
    border:1px solid #707070;
    max-width:45em;
    width:auto;
    padding:2em;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    gap:3em;
}


.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: 3em;
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 18px;
    font-weight: 100;
    bottom:1em;
    width:80%
}
/*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.module--collapsing-section.module--collapsing-section--expanded {
    background: #befb6c;
    color: black;
}

.module--collapsing-section__button {
    display: contents;
    font-weight: bold;
}
.module--collapsing-section--expanded .module--collapsing-section__button { color: #000; }
.module:not(.module--cta-bubble) { padding: 0; }
.module--cta-bubble { padding: 4em 10%; }

module--collapsing-section__caret { display: none; }

.module--collapsing-section__button { 
  display: flex;
  font-weight: bold;
  padding: .35em 1em;
  color: #fff;
  justify-content: flex-start;
}
.module--collapsing-section { transition: background .25s; }
.module--collapsing-section:not(.module--collapsing-section--expanded):hover {
  background: #333;
}

.darkBackground {
    height: auto;
}

.tabletFlex {
    margin: 0;
}

.tabletFlex--text {
    border: none;
    width: 30%;
}

.tabletFlex .module--collapsing-section--expanded .module--collapsing-section__caret svg {
    --nav-caret-color: #000;
    --nav-caret-stroke: #000;
}

.tabletFlex .module--collapsing-section {
    padding: 1em 1.5em;
}

.tabletFlex .module--collapsing-section__button {
    padding: 0;
}

.dci-main-promo--float-right .dci-main-promo__image {
    right: 10%;
}

@media screen and (max-width:1700px) {
    .dci-main-promo--float-right .dci-main-promo__image {
        right: 2%;
    }
}

.card-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4em 0;
}

@media screen and (max-width:1250px){
    .dci-main-promo--float-right .dci-main-promo__image{
        height:85%;
    }
}

@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:1120px){
    .dci-main-promo--float-right .dci-main-promo__desc{
        min-width:470px;
    }
}

@media screen and (max-width:990px){
    .dci-main-promo--float-right .dci-main-promo__desc{
        min-width:275px;
    }
}

@media screen and (max-width:600px){
    .imageEditor{
    height:auto;
    width:auto;
    max-width:100%;
}
}
@media screen and (max-width:500px) {
    .tabletFlex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .tabletFlex .tabletFlex--text {
        width: 70% !important;
    }
}