.column-bg--light-grey-blue{
    background-color: #8fc6d2;
    color: #43464a;
}

.column-bg--lightest-grey{
    background-color: #f3f3f3;
    color: #43464a;
    border: 1px solid #d4dbd7;
}

.column-bg--light-yellow{
   background-color: #eee0af;
   color: #43464a;
}    

.column-bg--charcoal-grey{ 
  background-color:  #43464a;
  color: #fff;
}

.column-bg--metallic-blue{
  background-color:  #467e8a;
  color: #fff;
}    
.column-bg--pale-teal{
  background-color:  #85c1a5;
  color: #43464a;
}  

.column-bg--slate-green{
  background-color:  #628e74;
  color: #fff;
}    
.column-bg--dark-sage{
  background-color: #50604e;
  color: #fff;
}    

.column-bg--spruce{
  background-color:  #0f6e43;
  color: #fff;
} 

.column-bg--accent-yellow{
    background-color: #bc9764;
    color: #43464a;
} 

.column-bg--accent-blue{
    background-color: #7da4ad;
    color: #43464a;
} 

.column-bg--accent-light-grey{
    background-color: #d4dbd7;
    color: #43464a;
} 

.column-bg--accent-cooper{
    background-color: #b35c2c;
    color: #fff;
} 


.column-bg--white {
    background-color: #fff;
    border: 1px solid #d4dbd7
}

.column-bg--spruce h2,
.column-bg--dark-sage h2,
.column-bg--metallic-blue h2,
.column-bg--charcoal-grey h2,
.column-bg--accent-cooper h2,
.column-bg--spruce h3,
.column-bg--dark-sage h3,
.column-bg--metallic-blue h3,
.column-bg--charcoal-grey h3,
.column-bg--accent-cooper h3,
.column-bg--slate-green h3{
    color: #fff;
}

.columns{
    margin: 1rem 0;
}
.columns .column{
    padding-top: .75rem;
    padding-bottom: .75rem;
}

.column-box{
    /*margin: 20px 0;*/
    padding: 32px 32px 16px 32px;
}

.column-box h3{
    font-weight: 400;
}

.pullquote{
    margin: 20px 0;
    padding: 40px;
    display: flex;
    gap: 20px;  
}

.pullquote.pullquote-primary{
    flex-direction: row;  
}

.pullquote.pullquote-secondary{
    flex-direction: column;  
}

.pullquote__image{
    display: flex;
    max-width: 120px;
    margin: auto;
}

.pullquote__image img{
    border-radius: 9999px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 2;
}

.pullquote__txt{
    display: flex;
    flex-direction: row;
    margin:auto;
}

.pullquote__txt span{
    padding-right: 16px;  
}

.call-out-box {
    display: flex;
    position: relative;
}

.call-out-box .row > .call-out-box__image[class*="col-"]{
    margin: 0;
    padding: 0;
}


.call-out-box .row > .call-out-box__image img{
    width: 100%;
}
.call-out-box__text{
    margin-left: 55px;
    padding-left: 50px;
}

.call-out-box .button__wrapper{
    margin-bottom: 0 !important;
}

.call-out-box.call-out-box__priority .column-bg--lightest-grey h3 a{
    color: #43464a !important;
    text-decoration: underline;
}

.call-out-box.call-out-box__priority .column-bg--spruce h3 a{
    color: #fff !important;
    text-decoration: underline;
}

.call-out-box.call-out-box__priority .column-bg--lightest-grey a:hover,
.call-out-box.call-out-box__priority .column-bg--spruce a:hover{
    text-decoration: none;
}


.call-out-box__priority{
    padding: 20px;
}


@media (max-width: 576px) {
    .call-out-box .row > .call-out-box__image{
       order: -1;
    }
    /*.call-out-box__text{
       order: 2;
    }*/
}

@media (min-width: 1200px) and (max-width: 1400px) {

    .call-out-box__innovation .text-long p{
        font-size: 1rem;
    }

    .column-box h3{
        font-size: 1.5rem;
    }
    
}
@media (min-width: 992px) and (max-width: 1200px) {
    .call-out-box__innovation .text-long p{
        font-size: 1rem;
    }

    .column-box {
        padding: 16px 16px 4px 16px;
    }

    .column-box h3{
        font-size: 1.2rem;
    }
}

.call-out-box__priority_image{
    position: absolute;
    left: 15px;
    top: 55px;
    z-index: 1;
}

.call-out-box__priority_image img {
  height: 150px;
  width: auto;
}

.call-out-box__priority_text{
    margin-left: 55px;
    padding-left: 60px;
}

.call-out-box__priority_text h3{
    font-weight: 600;
}

.button.button--callout{
    font-size: 16px;
    letter-spacing: .7px;
    text-align: inherit;
    position: relative;
    line-height: 1.2;
    padding: 0;
    padding-left: 0;
}

.button--callout i {
    position: absolute;
    right: -1.5rem;
    transition: all .2s ease-in-out;
    top: 2px;
}

.button--callout:hover i {
    right: -35px;
}


.column-bg--lightest-grey .button.button--callout{
    color: #b35c2c
}

.column-bg--spruce .button.button--callout{
    color: #eee0af;
}

.column-bg--lightest-grey .button.button--callout:hover {
    color: #43464a;
}

.column-bg--spruce .button.button--callout:hover {
    color: #fff;
}

/* Buttons Innovations */

.showcase-box .button.button--secondary,
.column-box .button.button--secondary,
.column-bg--slate-green .button.button--secondary,
.column-bg--metallic-blue .button.button.button--secondary {
    color: #000;
    background-color: #8fc6d2;
    border: 1px solid #000;
}

.showcase-box .button.button--secondary-reverse,
.column-box .button.button--secondary-reverse,
.column-bg--slate-green .button.button--secondary-reverse,
.column-bg--metallic-blue .button.button.button--secondary-reverse {
    color: #FFF;
    background-color: #467e8a;
    border: 1px solid #FFF;
}

.showcase-box .button.button--secondary-alt,
.column-box .button.button--secondary-alt,
.column-bg--slate-green .button.button--secondary-alt,
.column-bg--metallic-blue .button.button--secondary-alt {
    color: #000;
    background-color: #8fc6d2;
    border: 1px solid #000;
}

.showcase-box .button.button--secondary-alt-reverse,
.column-box .button.button--secondary-alt-reverse,
.column-bg--slate-green .button.button--secondary-alt-reverse,
.column-bg--metallic-blue .button.button--secondary-alt-reverse {
    color: #FFF;
    background-color: #467e8a;
    border: 1px solid #FFF;
}

.showcase-box .button.button--secondary:hover,
.column-box .button.button--secondary:hover,
.column-bg--slate-green .button.button--secondary:hover,
.column-bg--metallic-blue .button.button.button--secondary:hover {
    color: #FFF;
    background-color: #467e8a;
    border: 1px solid #FFF;
}

.showcase-box .button.button--secondary-reverse:hover,
.column-box .button.button--secondary-reverse:hover,
.column-bg--slate-green .button.button--secondary-reverse:hover,
.column-bg--metallic-blue .button.button.button--secondary-reverse:hover {
    color: #000;
    background-color: #8fc6d2;
    border: 1px solid #000;
}

.showcase-box .button.button--secondary-alt:hover,
.column-box .button.button--secondary-alt:hover,
.column-bg--slate-green .button.button--secondary-alt:hover,
.column-bg--metallic-blue .button.button--secondary-alt:hover{
    color: #FFF;
    background-color: #467e8a;
    border: 1px solid #FFF;
}

.showcase-box .button.button--secondary-alt-reverse:hover,
.column-box .button.button--secondary-alt-reverse:hover,
.column-bg--slate-green .button.button--secondary-alt-reverse:hover,
.column-bg--metallic-blue .button.button--secondary-alt-reverse:hover{
    color: #000;
    background-color: #8fc6d2;
    border: 1px solid #000;
}

/*
.call-out-box__text h3{
    font-size: 18px;
    transition-property: opacity, transform;
    font-family: "Noto Sans", serif;
    font-weight: 600;
}

.call-out-box__text p{
    font-size: 16px;
    line-height: 24px;
}
*/

.showcase-box{
    padding: 40px;
    border: 1px solid #7da4ad;
    margin: 1rem 0;
}

.showcase-box__image{
    padding: 40px;
}

.showcase-box__image img{
    border-radius: 9999px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 2;
    border: 5px solid #fff;
}

.showcase-box.showcase-box__bgimage {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-color: rgba(67,70,74, .9);
    background-blend-mode: multiply;
}

.showcase-box.showcase-box__bgimage h2,
.showcase-box.showcase-box__bgimage h3,
.showcase-box.showcase-box__bgimage h4,
.showcase-box.showcase-box__bgimage h5,
.showcase-box.showcase-box__bgimage h6{
    color: #fff;
}

.showcase-box.showcase-box__bgimage:before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    inset: 0;
    z-index: -1;
}

.showcase-box .showcase-box__category a{
    text-transform: uppercase;
    font-size: 1rem;
    color: #0f6e43;
}

.showcase-box .showcase-box__category a:hover{
    color: #eee0af;
}

/* Per Client request no need 
.showcase-box .button.button--secondary {
    background-color: #628e74;
}

.showcase-box .button.button--secondary:hover{
    background-color: #eee0af; 
    color: #43464A;
}
*/

.showcase-box.showcase-box__bgimage .showcase-box__category a{
    color: #eee0af;
}

.showcase-box.showcase-box__bgimage .showcase-box__category a:hover{
    color: #0f6e43;
}

@media (min-width: 768px) and (max-width: 992px) {
    .showcase-box__image img{
        width: 100%;
        height: 60%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .showcase-box__text{
        width: 100%;
    }

    .showcase-box__image{
        width: 100%;
        order: -1;
    }
}
@media (max-width: 576px){
    .showcase-box__image{
        order: -1;
    }
}


/* Per Client request no need 
.showcase-box.showcase-box__bgimage .button.button--secondary{
    background-color: #eee0af; 
    color: #43464A;
}

.showcase-box.showcase-box__bgimage .button.button--secondary:hover{
    background-color: #628e74;; 
    color: #fff;
}

*/

/* Button Background color */

.button--light-grey-blue{
    background-color: #8fc6d2;
    color: #43464a;
}

.button--light-yellow{
   background-color: #eee0af;
   color: #43464a;
}    

.button--charcoal-grey{ 
  background-color:  #43464a;
  color: #fff;
}

.button--metallic-blue{
  background-color:  #467e8a;
  color: #fff;
}    
.button--pale-teal{
  background-color:  #85c1a5;
  color: #43464a;
}  

.button--slate-green{
  background-color:  #628e74;
  color: #43464a;
}    
.button--dark-sage{
  background-color: #50604e;
  color: #fff;
}    

.button--spruce{
  background-color:  #0f6e43;
  color: #fff;
} 

.button--accent-yellow{
    background-color: #bc9764;
    color: #43464a;
} 

.button--accent-blue{
    background-color: #7da4ad;
    color: #43464a;
} 

.button--accent-light-grey{
    background-color: #d4dbd7;
    color: #43464a;
} 

.button--accent-cooper{
    background-color: #b35c2c;
    color: #fff;
} 
