.title-bar .title-row{
    min-height: 330px !important;
}

#content{
    background-image:url('../img/page_background_img.png');
    background-repeat: no-repeat;
    background-position:top right;
}

.site-main{
    padding-top:0px;
}
.site-main .title-container{
    position:relative;
    bottom:unset;
    margin-bottom:40px;

}
@media (max-width: 900px) {
    .site-main .title-container{
        padding-left:15px;
        padding-right:15px; 
        padding-top:15px;
    }
}
.site-main .title-container h1{
    color:#1a244e;
    text-transform: lowercase;
    font-size: 3rem;
    display: inline-block;
    border-bottom: 6px solid #92d050;
    font-weight:600;
    position:relative;
}


/* Add the circle with a ::after pseudo-element */
.site-main .title-container h1::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px; /* half of 20px to overlap */
    width: 14px;
    height: 14px;
    background: #92d050; /* circle color */
    border-radius: 50%;
}
/* AI */
.page-id-21456 .site-main .title-container h1{
    border-bottom: 6px solid #92D051;

}
.page-id-21456 .site-main .title-container h1:after{
    background: #92D051; /* circle color */

}
/* Data */
.page-id-21610 .site-main .title-container h1{
    border-bottom: 6px solid #00629B;

}
.page-id-21610 .site-main .title-container h1:after{
    background: #00629B; /* circle color */

}
/* Development */
.page-id-21620 .site-main .title-container h1{
    border-bottom: 6px solid #64CCE0;

}
.page-id-21620 .site-main .title-container h1:after{
    background: #64CCE0; /* circle color */

}
/* Strategy */
.page-id-21612 .site-main .title-container h1{
    border-bottom: 6px solid #F8A63E;

}
.page-id-21612 .site-main .title-container h1:after{
    background: #F8A63E; /* circle color */

}

.page-id-21456 .title-bar .title-container,
.title-bar .title-container {
   display:none;
}
.site-main h2.subheadline{
    font-size:30px;
    font-style:italic;
    font-weight:600;
  }

.custom-3col-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  gap: 24px;
}

.custom-3col {
  background: #fff;
  border-radius: 8px;
  flex: 1 1 0;
  min-width: 250px;
  max-width: 32%;
  padding: 24px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
.custom-3col-row {
  /* Ensures all columns in a row are same height */
  align-items: stretch;
}
.custom-3col h3,
.three-column-text h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size:24px;
  color: #fff;
  display:block;
  background-color: #201747;
  border-radius: 20px 20px 0 0;
  width:100%;
  text-align:center;
  line-height:30px;
  padding:5px 10px;
  text-transform:initial;
  font-weight:400;
  min-height:70px;
}
.three-column-text .content {
    padding:0 10px;
}
.custom-3col p {
  margin: 0;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .custom-3col {
    max-width: 100%;
    min-width: 100%;
  }
  .custom-3col-row {
    flex-direction: column;
    gap: 16px;
  }
}

/* CTA TEXT */
.middle-cta-section{
	background: #92d050;
	text-align: center;
	padding: 30px 0;
    min-height:210px;
}
.middle-cta-section .sectionAccent{
    margin-top:-50px;
    left:0;
    position:relative;
    width:223px;
    height:248px;
    max-width:auto;
    background-image:url('../img/section_circles_img.png');
    background-repeat:no-repeat;
}

/* AI */
.page-id-21456 .middle-cta-section{
	background: #92D051;
}
/* Data */
.page-id-21610 .middle-cta-section{
	background: #00629B;
    color:#fff;
}
.page-id-21610 .middle-cta-section .sectionAccent {
    background-image:url('../img/orange-dot-accent.png');
    
}
.page-id-21610 .middle-cta-section .headline{
    color:#fff;
}
.page-id-21610 .single-column{
    margin-bottom:0;
}
/* Development */
.page-id-21620 .middle-cta-section{
	background: #64CCE0;
}
.page-id-21620 .single-column{
    margin-bottom:0;
}
/* Strategy */
.page-id-21560 .middle-cta-section{
	background: #F8A63E;
}

.middle-cta-section .headline{
    text-transform: none;
    font-size: 28px;
    margin-bottom: 5px;
    text-align:left;
    font-weight:600;
}
.middle-cta-section .content{
    text-transform: none;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align:left;
}
.middle-cta-section .btn{
    background: #FAA73F;
    color: #fff;
    font-size: 20px;
    
}
.middle-cta-section .btn:hover{
        background: #fff;
        color: #FAA73F;
}
/* Strategy */
.page-id-21560 .middle-cta-section .btn{
    background: #FAA73F;
    color: #fff;
    border:3px solid #fff; 

}
.page-id-21560 .middle-cta-section .btn:hover{
    background: #fff;
    color: #FAA73F;
}
/* Case Study Section */

.case-study-section{

}
.case-study-section > .container{
    background-image:url('../img/service_case_study_img.png');
    background-position:right 20px;
    background-repeat:no-repeat;
    background-size:240px;
}
.case-study-section .headline, .headline.caseStudies{
    font-weight:600;
    background-color: #b8cee2;
    border-radius:0 30px 30px 0;
    margin-left: -50%;
    margin-top:30px;
    padding-left: 50%;
    width: 100%;
}
.headline.caseStudies{
    width:110%;
    margin-left:-53%;
}

.case-study-section .client{
    margin-top:30px;
}
.case-study-section .solutions ul li, 
.case-study-section .results ul li{
    margin-bottom:2px;
}

/* Lower CTA TEXT */
.lower-cta-section{
	background: #FAA73F;
	text-align: center;
	padding: 30px 0;
}
.lower-cta-section .headline{
    text-transform: none;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight:500;
    font-style:italic;
}
.lower-cta-section .btn{
    background: #fff;
    color: #FAA73F;
    font-size: 24px;
    border:1px solid #fff;
}
.lower-cta-section .btn:hover{
    background: #FAA73F;
    color: #fff;
}


/* Team */

.team .img-contain{
    border-radius:50%;
    overflow:hidden;
}
.team .nameWrapper{
    text-align:center;
    margin-bottom:40px;
}
.team .nameWrapper h4{
    margin-bottom:0px;
}

/* Team Bio */
.page-id-19820 .site-main .title-container h1,
.page-template-page-leadership-bio .site-main .title-container h1 {
    border-color:#00629b;
}
.page-id-19820 .site-main .title-container h1::after,
.page-template-page-leadership-bio .site-main .title-container h1::after {
    background-color:#00629b;
}
.page-id-19820 h3,
.page-template-page-leadership-bio h3{
    text-transform: initial;
    font-size:30px;
    font-weight:600;
    color:#000000;
    font-style:italic;
}
.page-id-19820 .detailsWrapper,
.page-template-page-leadership-bio .detailsWrapper {
    max-width:100%;
    float:none;
    margin-bottom: 30px;
    margin-left:0px;
}
@media (min-width: 900px) {
    .page-id-19820 .detailsWrapper,
    .page-template-page-leadership-bio .detailsWrapper {
        max-width:350px;
        float:right;
        margin-left:50px;
        margin-top:50px;
    }
}
.page-id-19820 .detailsWrapper img,
.page-template-page-leadership-bio .detailsWrapper img{
    border-radius:10px;
}
.page-id-19820 .detailsWrapper .detailsLink,
.page-template-page-leadership-bio .detailsWrapper .detailsLink{
    color:#000000;
    font-size: 16px;
}

.page-id-19820 .detailsWrapper .detailsLink i,
.page-template-page-leadership-bio .detailsWrapper .detailsLink i{
    color:#8dc53e; 
    margin-right:5px;
}
.page-id-19820 .detailsWrapper .detailsLink a,
.page-template-page-leadership-bio .detailsWrapper .detailsLink a{
    color:#000000;
    text-decoration:none;
}

/* Careers */

.page-id-36 .middle-cta-section{
    padding-bottom:150px;
}
.page-id-36 .middle-cta-section .headline{
    font-style: italic;
}
.page-id-36 .middle-cta-section .content{
    font-size: 16px;
}
.page-id-36 .logoCarousel{
    margin-top:-230px;
    position:relative;
    z-index:10;
}
.logoCarousel .info{
    margin-bottom:0px;
}
.page-id-36 .logoCarousel .logoSection{
    background-color: #fff;
    padding: 30px 80px 20px;
    border-radius: 100px;
    border:5px solid #8dc53e;
}
.page-id-36 .column-full-width{
    padding-top:200px;
    padding-bottom:50px;
    margin-top:-200px;
    margin-bottom:0;
    position:relative;
    background-image: url('../img/careers-e-logo_bg.png'), url('../img/careers-accent_bg.png');
    background-position: left top, right 150px;
    background-repeat: no-repeat, no-repeat;
    
}
.page-id-36 .column-full-width h3{
    text-transform: none;
    font-size: 28px;
    margin-bottom: 5px;
    text-align:left;
    font-weight:600;
    font-style:italic;
    color:#000;
}
.page-id-36 .column-full-width p{
    font-size:16px;
}
.page-id-36 .column-full-width strong{
    font-weight:700;
}
.page-id-36 .column-full-width ul{
    font-size:16px;
}
.page-id-36 .column-full-width a.btn.orange{
    margin-top:50px;
}
.page-id-36 .column-careers{
    position:relative;
    padding-top: 40px;
    padding-bottom:50px;
    margin-bottom:0px;
    background-color: #FAA73F;
    background-image: url('../img/section_accent_top_left.png'), url('../img/section_accent_bottom_right.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    
}
.page-id-36 .column-careers h3{
    text-transform: none;
    font-size: 28px;
    margin-bottom: 5px;
    text-align:left;
    font-weight:600;
    font-style:italic;
    color:#000;
}
.page-id-36 .column-careers p{
    font-size:18px;
}
.page-id-36 .column-careers ul{
    font-size:16px;
}
.page-id-36 .column-careers a.btn.white{
    margin-top:50px;
    color:#FAA73F;

}

.page-id-36 .single-column{
    background-color:#e3e3e3;
    margin-bottom:0;
    padding-top:20px;
}
.page-id-36 .single-column h3{
    font-weight:600;
    background-color: #b8cee2;
    border-radius:0 30px 30px 0;
    margin-left: -50%;
    margin-top:30px;
    margin-bottom:40px;
    padding-left: 50%;
    width: 100%;
    color:#000;
    text-transform: initial;
    font-size:48px;

}


/* Certifications */

.page-id-19502 .site-main {
    min-height:250px;
}
.page-id-19502 .single-column .row > div[class^="col"] {
    padding-left:30px;
}
.page-id-19502 .single-column .row > div[class^="col"]:first-child {
    /* Your styles here */
    border-right: 2px solid #999;
    padding-left:15px;
}

/* AI QUIZ */ 



/* AI QUIZ */ 



.page-template-page-ai-quiz .site-main{
    width: 70%; 
}

.page-template-page-ai-quiz .entry-content .btn{
    margin-top:40px;
}
@media (max-width: 900px) {
    .page-template-page-ai-quiz .site-main{
        width: 100%; 
    }
}
.page-template-page-ai-quiz .middle-section{
	background: #8dc53e;
    padding: 30px 0;
    min-height: 210px;
}
.page-template-page-ai-quiz .features-section{
	background: #8dc53e;
    padding: 30px 0;
    min-height: 210px;
}
.page-template-page-ai-quiz .features-section .features-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2em;
    margin: 2em auto;
    max-width: 900px;
  }
  .page-template-page-ai-quiz .features-section .feature-box {
    flex: 1 1 0;
    background: transparent;
    border-radius: 140px;
    border:3px solid #fff;
    box-shadow: 0 2px 12px rgba(40,40,60,0.08);
    padding: 3em 1.5em 1.5em 1.5em;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height:280px;
    width:200px;
  }

  .page-template-page-ai-quiz .features-section .feature-title {
    font-size: 1.8em;
    margin: 0.5em 0 0.25em 0;
    color: #fff;
  }
  .page-template-page-ai-quiz .features-section .feature-desc {
    color: #fff;
    font-size: 1em;
    margin: 0;
  }
  @media (max-width: 900px) {
    .page-template-page-ai-quiz .features-section .features-row {
      flex-direction: column;
      gap: 1.5em;
    }
    .page-template-page-ai-quiz .features-section .feature-box {
      width: 100%;
      margin: 0 auto;
      padding:1em 1.5em 1.5em 1.5em
    }
  }
.page-template-page-ai-quiz .quiz-section{
    border-top:1px solid #000;
    padding-top: 20px;
    margin-bottom:10px;
}

.page-template-page-ai-quiz #quiz-container{
    width:100%;
    max-width:800px;
}
.page-template-page-ai-quiz .validation-error{
    border:1px solid red;
    padding:5px;
}
.page-template-page-ai-quiz .questionHeading{
    display:block;
    font-size:20px;
    font-weight:700;
    padding-bottom:5px;
    padding-left:10px;
    margin-bottom:0px;
}
.page-template-page-ai-quiz .quiz-question{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding-left:0px;    
    padding-top:10px;
    padding-bottom:10px;

}
.page-template-page-ai-quiz .quiz-question span{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
@media (max-width: 900px) {
    .page-template-page-ai-quiz .quiz-question span{
        flex-direction: column;
        align-items: flex-start;
    }

}
.page-template-page-ai-quiz .quiz-question label{
    padding-bottom:0px;
    margin-bottom:0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.page-template-page-ai-quiz .quiz-question input{
    margin:5px;    
    height:20px;
    width:20px;
}
.page-template-page-ai-quiz #quiz-form .quiz-navigation{
    align-items: center; 
    justify-content: space-between;
    display:flex;
}
.page-template-page-ai-quiz #quiz-form #nextBtn{
    float:right;
}
.page-template-page-ai-quiz #quiz-form .btn{
    background: #FAA73F;
    color: #fff;
    font-size: 24px;
    border:1px solid #FAA73F;
}
.page-template-page-ai-quiz #quiz-form .btn:hover{
    background: #fff;
    color: #FAA73F;

}

@media (max-width: 900px) {
    .page-template-page-ai-quiz #quiz-form .btn{
        font-size:20px;
    }
}
.page-template-page-ai-quiz #quiz-form .quiz-email input{
    display:block;
}

.page-template-page-ai-quiz .lower-cta-section{
	background: #FAA73F;
	text-align: center;
	padding: 30px 0;
}
.page-template-page-ai-quiz .lower-cta-section .headline{
    text-transform: none;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight:500;
    font-style:italic;
}
.page-template-page-ai-quiz .lower-cta-section .btn{
    background: #fff;
    color: #FAA73F;
    font-size: 24px;
    border:1px solid #fff;
}
.page-template-page-ai-quiz .lower-cta-section .btn:hover{
    background: #FAA73F;
    color: #fff;
}



/*
.page-template-page-ai-quiz .site-main{
    width: 70%; 
}
.page-template-page-ai-quiz .entry-content .btn{
    margin-top:40px;
}
.page-template-page-ai-quiz .middle-section{
	background: #8dc53e;
    padding: 30px 0;
    min-height: 210px;
}
.page-template-page-ai-quiz .features-section{
	background: #8dc53e;
    padding: 30px 0;
    min-height: 210px;
}
.page-template-page-ai-quiz .features-section .features-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2em;
    margin: 2em auto;
    max-width: 900px;
  }
  .page-template-page-ai-quiz .features-section .feature-box {
    flex: 1 1 0;
    background: transparent;
    border-radius: 140px;
    border:3px solid #fff;
    box-shadow: 0 2px 12px rgba(40,40,60,0.08);
    padding: 3em 1.5em 1.5em 1.5em;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height:280px;
    width:200px;
  }

  .page-template-page-ai-quiz .features-section .feature-title {
    font-size: 1.8em;
    margin: 0.5em 0 0.25em 0;
    color: #fff;
  }
  .page-template-page-ai-quiz .features-section .feature-desc {
    color: #fff;
    font-size: 1em;
    margin: 0;
  }
  @media (max-width: 900px) {
    .page-template-page-ai-quiz .features-section .features-row {
      flex-direction: column;
      gap: 1.5em;
    }
    .page-template-page-ai-quiz .features-section .feature-box {
      max-width: 400px;
      margin: 0 auto;
    }
  }
.page-template-page-ai-quiz .quiz-section{
    border-top:1px solid #000;
    padding-top: 20px;
    margin-bottom:10px;
}

.page-template-page-ai-quiz #quiz-container{
    width:100%;
    max-width:800px;
}
.page-template-page-ai-quiz .validation-error{
    border:1px solid red;
    padding:5px;
}
.page-template-page-ai-quiz .questionHeading{
    display:block;
    font-size:20px;
    font-weight:700;
    padding-bottom:5px;
    padding-left:10px;
    margin-bottom:0px;
}
.page-template-page-ai-quiz .quiz-question{
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding-left:0px;    
    padding-top:10px;
    padding-bottom:10px;

}
.page-template-page-ai-quiz .quiz-question span{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.page-template-page-ai-quiz .quiz-question label{
    padding-bottom:0px;
    margin-bottom:0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.page-template-page-ai-quiz .quiz-question input{
    margin:5px;    
    height:20px;
    width:20px;
}
.page-template-page-ai-quiz #quiz-form .quiz-navigation{
    align-items: center; 
    justify-content: space-between;
    display:flex;
}
.page-template-page-ai-quiz #quiz-form #nextBtn{
    float:right;
}
.page-template-page-ai-quiz #quiz-form .btn{
    background: #FAA73F;
    color: #fff;
    font-size: 24px;
    border:1px solid #FAA73F;
}
.page-template-page-ai-quiz #quiz-form .btn:hover{
    background: #fff;
    color: #FAA73F;

}
.page-template-page-ai-quiz #quiz-form .quiz-email input{
    display:block;
}
    */