.brandexplorer { 
    background: white; 
    font-family: Arial, sans-serif !important;
    position:relative;
    width: 100%;
    z-index:100; 
}
.brandexplorer > .container:nth-child(2) {
    background: #25282A;
}

.brandexplorer__bar {
    align-items: center;
    box-sizing: border-box;
    color: white;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 15px;
}
    .brandexplorer__left,
    .brandexplorer__right {
        align-items: center;
        display: flex;
        flex-direction: row;
    }
    .brandexplorer__logo {
        box-sizing: border-box;
        height: 100%;
        width: 86px;
    }
    .brandexplorer__logo svg {
        fill: white;
    }
    .brandexplorer__browse {
        margin-left: 10px;
    }
        .brandexplorer__browse::after {
            color: #E6E8EC;
            font-size: 1.3rem !important;
            top: 50% !important;
            transform: translateY(-50%) !important;
        }
        .brandexplorer__open .brandexplorer__browse {
            display: none;
        }
    .brandexplorer__bar a.abbv-button-plain {
        color: white;
        font-size: 0.9rem;
        text-decoration: none;
    }

.brandexplorer__content {
    box-sizing: border-box;
    display: none;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 15px;
}
    .brandexplorer__content > .cta {
        height: 20px;
        position: relative;
        width: 100%;
    }
    .brandexplorer__close {
        color: #071D49 !important;
        font-size:  16px !important;
        padding-right:  42px !important;
        position: absolute !important;
        right: -10px !important;
        top: 10px !important;
        z-index: 10;
    }
    .brandexplorer__close:active {
        color: #071D49;
        position: absolute;
    }
    .brandexplorer__close:hover {
        color: black !important;
    }
    .brandexplorer__close.i-a::after {
        font-size: 1.3rem !important;
        right:  10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .brandexplorer__close.abbv-button-plain {
        text-decoration: none;
    }
    .brandexplorer__accordions {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 40px;
    }
    .brandexplorer__accordion {
        height: 100%;
        position: relative;
    }
    .brandexplorer__accordion::after {
        background: #D8D8D8;
        content: '';
        height: 100%;
        width: 1px;
        position: absolute;
        right: -20px;
        top: 0;
    }
    .brandexplorer__accordions > .container:last-child .brandexplorer__accordion::after {
        content: none;
    }
    .brandexplorer__blade .image-text a {
        padding: 0 !important;
    }
    .brandexplorer__blade img {
        height: 72px;
        width: auto;
    }
    .brandexplorer__logo-skyrizi img {
        height: 56px;
    }
    .brandexplorer__blade p {
        color: #071D49 !important;
        font-size: 9px !important;
        line-height: 12px !important;
        margin: 0;
    }
    .brandexplorer__blade hr {
        background-color: #FFD41D;
        height: 10px !important;
        margin: 9px 0 0 !important;
    }
        .brandexplorer__accordion--skyrizi .brandexplorer__blade hr {
            background-color: #00A8E1;
        }
        .brandexplorer__accordion--humira .brandexplorer__blade hr {
            background-color: #931947;
        }
    .brandexplorer__subtitle p b {
        font-weight:  bold !important;
    }
    .brandexplorer__links {
        padding-top: 20px !important;   
    }
    .brandexplorer__links a {
        color: #071D49 !important;
        font-size: 14px !important;
        font-weight: bold !important;
        padding: 12px 12px 16px 0 !important;
        position: relative;
        text-decoration: none;
        width: 100%;
    }
    .brandexplorer__links a.i-a {
        padding-right:  42px !important;
    }
    .brandexplorer__links a.i-a::after {
        right:  10px !important;
    }
    .brandexplorer__links a:hover {
        color: #BEA11D !important;
    }
        .brandexplorer__accordion--skyrizi .brandexplorer__links a:hover {
            color: #00A8E1 !important;
        }
        .brandexplorer__accordion--humira .brandexplorer__links a:hover {
            color: #931947 !important;
        }
    .brandexplorer__indication::after {
        content: '';
        color: #4F5E7D;
        left: 0 !important;
        line-height:  11px !important;
        font-size: 10px !important;
        position: absolute;
        top: 0 !important;
        transform:  none !important;
    }
    .brandexplorer__indication:hover::after {
        color: #BEA11D !important;
    }
        .brandexplorer__accordion--skyrizi .brandexplorer__indication:hover::after {
            color: #00A8E1 !important;
        }
        .brandexplorer__accordion--humira .brandexplorer__indication:hover::after {
            color: #931947 !important;
        }
        .brandexplorer__indication--moderate::after {
            content: 'Moderate to Severe';
        }
        .brandexplorer__indication--active::after {
            content: 'Active';
        }
        .brandexplorer__indication--refractory::after {
            content: 'Refractory, Moderate to Severe';
        }
        .brandexplorer__indication--noninfectious::after {
            content: 'Non-infectious';
        }
        .brandexplorer__indication--blank {
            padding-top: 0 !important;
        }
    .brandexplorer__links .brandexplorer__visit {
        width: auto;
    }
    .brandexplorer__links .brandexplorer__visit::after {
        align-items: center;
        background: #FFD524 !important;
        border-radius: 50%;
        color: white !important;
        display: flex;
        font-size: 28px !important;
        height: 27px !important;
        justify-content: center;
        top: 6px !important;
        transform:  none !important;
        width: 27px !important;
    }
        .brandexplorer__accordion--rinvoq .brandexplorer__links .brandexplorer__visit::after {
            color: black !important;
        }
        .brandexplorer__accordion--rinvoq .brandexplorer__links .brandexplorer__visit:hover::after {
            background: #BEA11D !important;
            color: white !important;
        }
        .brandexplorer__accordion--skyrizi .brandexplorer__links .brandexplorer__visit::after {
            background: #00A8E1 !important;
        }
        .brandexplorer__accordion--humira .brandexplorer__links .brandexplorer__visit::after {
            background: #931947 !important;
        }

.brandexplorer__projectnumber p {
    color: #4F5E7D !important;
    font-size: 12px !important;
    font-weight: bold;
    margin: 12px 0 !important;
}

.brandexplorer__projectnumber p b {
    font-weight:  bold !important;
}

@media (min-width: 897px) {
    .brandexplorer__blade {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 127px;
    }
    .brandexplorer__links {
        display: block !important;
    }
}
@media (max-width: 896px) {
    .brandexplorer__bar {
        flex-direction: column;
        height: 112px;
    }
    .brandexplorer__bar > .container {
        width: 100%;
    }
    .brandexplorer__bar a.abbv-button-plain {
        font-size: 13px !important;
    }
    .brandexplorer__left,
    .brandexplorer__right {
        justify-content: space-between;
    }
    .brandexplorer__left {
        border-bottom: 1px solid #D8D8D8;
        height: 40px;
        padding: 10px 0 0 12px !important;
    }
    .brandexplorer__right a {
        max-width: 100px;
        padding: 12px 0 !important;
        text-align: center;
    }
    .brandexplorer__accordions {
        display: block;
    }
    .brandexplorer__accordion {
        margin-bottom: 20px !important;
    }
    .brandexplorer__accordion::after {
        content: none;
    }
    .brandexplorer__blade {
        position: relative;
    }
    .brandexplorer__blade::after {
        content: '\e313';
        font-family: 'abbv-iconFont' !important;
        font-size: 20px !important;
        position: absolute;
        right: 10px !important;
        top: 50% !important;
    }
    .brandexplorer__active .brandexplorer__blade::after {
        transform: rotate(180deg);
    }
    .brandexplorer__blade .image-text a,
    .brandexplorer__blade .image-text .abbv-image-text,
    .brandexplorer__blade .image-text .abbv-image-content-container {
        display: inline-block;
    }
    .brandexplorer__links {
        display: none;
    }
    .brandexplorer__subtitle p {
        max-width:  90%;
    }
}