/*----------- Custom Pathfinder alteration to accept Unordered Lists ---------*/

.uomcontent [role=main] .pathfinder-3 li ul
{
     margin:0 0 1rem 1rem; 
     
}
.uomcontent [role=main] .pathfinder-3 li ul li
{
    display: list-item;
    text-align: left;
    
    list-style-type:disc;
    margin:0;
    color: #272727;
}
.uomcontent [role=main] .pathfinder-3 p, .uomcontent [role=main] .pathfinder-3 span.text
{
    padding-bottom:1.5rem;
  
}



@media screen and (min-width: 769px)
{
    .uomcontent [role=main] .pathfinder-3 li ul
    {
        padding-bottom:6rem;
    }
}

/*----------- End custom Pathfinder alteration to accept Unordered Lists ---------*/

/*----------- Custom a11y -----------*/

.uomcontent .brightBlue
{
    color: #ABBED5;
}
/*----------- End custom a11y -----------*/

/*--------- Custom article page testimonial CCT asset #3230696 ------------*/

.uomcontent .testimonial .testimonial__image
{
    max-width:12.5rem;
    max-height:12.5rem;
    margin: 1.5rem auto;
    display:none;
}
.uomcontent .testimonial .testimonial__cta
{
    margin-left:1.2rem;
}

.uomcontent .testimonial blockquote.blockquote-classic
{
    padding-bottom:2rem;
    margin:auto;
    margin-left:0.7rem;
}

@media screen and (min-width: 769px)
{
    .uomcontent .testimonial blockquote.blockquote-classic
    {
        margin: 0;
    }
    .uomcontent .testimonial .testimonial__cta
    {
        margin-left:auto;
    }
   
}
@media screen and (min-width: 900px)
{
    .uomcontent [role=main] .testimonial
    {
        max-width: 56.25rem;
    }
    .uomcontent [role=main] .testimonial .testimonial__title
    {
        padding-bottom: 2rem;
    }
    .uomcontent [role=main] .testimonial .testimonial__image
    {
        margin: 0 1rem 0 0;
        display:inline-block;
        vertical-align:top;
    }
    .uomcontent [role=main] .testimonial .testimonial__quote
    {
        display:inline-block;
        max-width:40.75rem;
        vertical-align:bottom;
    }
    
   .uomcontent .testimonial .testimonial__cta
    {
        margin-left:0.7rem;
    }
}
/*--------- End custom article page testimonial CCT asset #3230696 ------------*/