<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clear { clear: both; }
.steps-main {
    width: 700px;
    height: 395px;
    position: relative;
}
.steps-main .steps {
    float: left;
    width: 420px;
    height: 345px;
    margin-right: 10px;
    border: 4px solid #833115;
    background-color: #D2E2DB;
    text-align: left;
    padding-top: 10px;
}
.steps-main .steps .step {
    padding: 6px 15px;
    font-family: Arial;
}
.steps-main .steps .step p {
    margin: 0 !important;
    padding: 0;
}
.steps-main .steps .step .label {
    color: #205ECB;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0 !important;
    line-height: 16px !important;
}
.steps-main .steps .step .text {
    color: #333;
    font-size: 14px;
}
.steps-main .steps .step a {
    margin-top: 3px;
    color: #CB4C20;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0 40px 12px 20px;
    text-decoration: none;
    border-bottom: 1px solid #cb4c20;
}
    .steps-main .steps .step a:hover, .steps-main .steps .step a:focus{
        text-decoration: underline;
    }
.steps-main .steps .step a.arrow-btn {
    background: url('assets/08_008_bullet_arrow.png') top left no-repeat;
}
.steps-main .steps .step a.hidden { display: none; }
.steps-main .graphic {
    float: left;
    width: 260px;
    height: 238px;
    margin-top: 38px;
    position: relative;
}
.steps-main .graphic .img-container {
    position: absolute;
    width: 186px;
    height: 191px;
    top: 0px;
    left: 37px;
    z-index: 1;
    background: url(assets/checklist.png) no-repeat center;
}
.steps-main .graphic .inst {
    z-index: 2;
    top: 150px;
    left: 15px;
    width: 200px;
    height: auto;
    padding: 12px;
    color: white;
    font-size: 14px;
    font-family: Arial;
    position: absolute;
    background-color: #833115;
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

.steps-main audio {
    bottom: 5px;
    left: 453px;
    position: absolute;
    width: 356px;
}
.steps-main .captions{
    bottom: -40px;
    height: 40px;
    left: 453px;
    position: absolute;
    width: 322px;
}</pre></body></html>