.illustration-numbered-directions { margin-bottom: 36px; }
.illustration-numbered-directions article { 
    margin-bottom: 4px;
    display: inline-block; }
.illustration-numbered-directions-container article { margin-bottom: 64px; }
.numbered-steps .content { padding: 24px 0px 0px 44px; position: relative;}
.numbered-steps .content h4 { margin-bottom: 8px;}

.numbered-steps .content .numberCircle {
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    background-color: #004990;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: /*24*/ 22px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) { /*medium screens*/ 

    /*.numbered-steps img { width: auto; max-height: 222px;}*/

}

@media only screen and (max-width: 40em) { /*small screens*/ 

    /*.numbered-steps img { width: auto; max-height: 162px;}*/
    .numbered-steps .content { padding-top: 24px; }
}

@media print { /* print */
    
    .illustration-numbered-directions  { page-break-inside: avoid; }
    .numbered-steps .content .numberCircle {
        border: 1px solid #333333;
        width: auto;
        padding: 12px 8px;
        line-height: 0px;
    }
}