.dci-main-promo__buttons{
    justify-content:center;
}

.dci-main-promo__button__right-arrow{
    --common__right-arrow__fill: #befb6c; 
}

#whoWeAre{
    padding:0;
}

.promoHeading{
    font-size:3.5em;
    font-weight:400;
    margin-block-start:0;
    margin-block-end:0;
    padding:.5em 0 .5em 0;
}

.promoSubhead{
    margin-block-start:0;
    margin-block-end:0;
    font-size:20px;
    line-height:1.5em;
    width:60%;
}

.whiteText--title {
    border: 1px solid #e0e0e0;
    display: inline-block;
    padding: 0.1em 0.7em;
    border-radius: 1em;
    inline-size: fit-content;
}

.defaultCTA--green {
    margin-top:2em;
}

.ctaWrap {
    margin-top:3em;
}

/*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;
}

.tabletFlex--text{
    padding:3em;
    width:30%;
    margin:auto 0;
    border-top:none;
    border-bottom:none;
}

.imageEditor--tablet{
    width:100%;
    height:auto;
}

.leadershipTitle--dark{
    font-size:25px;
    color:#8A8B93;
}

.leadershipTitle--light{
    font-size:25px;
}

.leadershipTitle{
    margin: 1em 0;
    padding-top: 2em;
}

/*EMPLOYEE CARD AREA*/
.empCard{

    max-width: 350px;
}
.empImg img{
    max-width: 100%;
    width:auto;
    padding: 1em 0;
}
.empName{
    font-size: 25px;
    font-weight: 600;
}

.leadershipFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 10em;
    width: 75%;
    margin: auto;
    padding-bottom: 3em;
}

/*CUSTOMER CARDS*/
#ourPeople{
    background:#1a1a1e;
}
.cardFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:2em;
}
.card1{
    display:none !important;
}
.card1{
   background:#1a1a1e;
    color:#fff;
    border:1px solid #707070;
    padding:1em;
    width:30em;
    display:flex;
    flex-direction:column;
    gap:1.5em;
    border-radius:10px; 
}


.card{
    background:#1a1a1e;
    color:#fff;
    border:1px solid #707070;
    padding:1em;
    width:30em;
    display:flex;
    flex-direction:column;
    gap:1.5em;
    border-radius:10px;
}
.cardInfo{
    margin:auto 0;
}
.jobTitle{
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-top: 0.5em;
}
.cardName{
    font-weight: 800;
    font-size: 20px;
    margin-block-end: 0;
    margin-block-start: 0;
}
.rotatorInfo{
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 18px;
    font-weight: 100;
}

.divFlex{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2em;
}
.divFlex2{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 2em;
}

.large--card{
    background:#1a1a1e;
    color:#fff;
    border:1px solid #707070;
    max-width:55em;
    width:auto;
    padding:2em;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    gap:4em;
    border-radius:10px;
}
.imageEditor--customer{
    max-width:176px;
    width: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{
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 18px;
    font-weight: 100;
    width:80%
}

/*TAILORED SOLUTIONS*/
.tailoredSolutions{
    background:#1A1A1E;
    width:60%;
    padding:2em;
    position:relative;
    margin:2.75em auto;
    text-align:center;  
}

.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;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	background-color: #000000;
}

/*Board Carousel*/
.active, .darkCollapsing:hover{
    text-decoration:none;
}
.boardName{
	margin: -5px 0 0;
	padding: 10px 5px;
	text-align: center;
    font-weight:100;
    font-size:23px;
}
.boardDesc{
    text-align:center;
    font-weight:100;
    font-size:15px;
}

.carousel {
	height: 700px;
	perspective: 600px;
	transform: translateY(-100px);
}

.carousel .carousel-item {
	cursor: grab;
	width: 345px;
    visibility: hidden;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.carousel .carousel-item:active {
	cursor: grabbing;
}

.carousel .carousel-item img {
	width: 100%;
}

.module:not(.module--cta-bubble) { padding: 0; }
.module--cta-bubble { padding: 4em 10%; }

.ctaWrap .defaultCTA--green {
    text-shadow: none;
}

@media screen and (max-width:1345px){
    .carousel .carousel-item{
        width:275px;
    }
}

@media screen and (max-width:1146px){
.leadershipFlex{
    gap:45px 2em;
}
}

@media screen and (max-width:1100px){
    .carousel .carousel-item{
        width:200px;
    }
    .boardName{
        badding:6px 5px;
    }
    
}

@media screen and (max-width:950px){
    .tabletFlex--text{
        width:50%;
    }
    .tabletFlex{
        margin:0 0 6em 0;
    }
}

@media screen and (max-width:900px){
    .large--card{
        gap:20px;
        margin:0 20px;
    }
    .imageEditor--customer{
        max-width:140px;
    }
    .carousel{
        perspective:200px;
    }
}

@media screen and (max-width:800px){
    .promoSubhead{
        width:100%;
}
}

@media screen and (max-width:700px){
    .tabletFlex--text{
        width:70%;
    }
}

@media screen and (max-width:670px){
    .large--card{display:none;}
    .card1{
        display:flex !important;
    }
}


@media screen and (max-width:600px){
.tabletPimg {
    width: 450px;
    padding-left: 0;
    display: block;
}
}

@media screen and (max-width:520px){
    .card, .card1{
        width:20em;
    }
}

@media screen and (max-width:470px){
    .tabletPimg{
        width:320px;
    }
    .tabletFlex--text{
        width:100%;
        text-align:center;
    }
}
@media screen and (max-width:460px){
    .dci-main-promo{
        min-height:34em;
    }
}
