.dropdown-ladder {
    position: relative;
    padding: 236px 0;
    background-color: var(--secondary-color);
    margin: 0;
}
.dl-heading .b2-eyebrow,
.dl-heading .h1 {
    color: #EBEEF2;
}
.dl-heading a {
    margin-top: 30px;
}
.dl-ladder {
    margin-top: 159px;
}
.dl-ladder-item {
    position: relative;
    padding: 20px 20px 20px 0;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.dl-ladder-item:hover {
    border-bottom-color: var(--primary-color);
}
.dl-ladder-item > img {
    margin-bottom: 48px;
}
.dl-ladder-item.expanded > img {
    filter: drop-shadow(0 0 1px var(--primary-color));
}
.dl-ladder-item div {
    display: flex;
}
.dl-ladder-item div img {
    filter: brightness(0) invert(1);
    margin-right: 12px;
}
.dl-ladder-item div p {
    font-family: var(--title-font);
    font-size: 1.125rem;
    color: #fff;
}
.dl-ladder-item:hover div p {
    color: var(--primary-color);
}
.dl-ladder .col-3:nth-child(2) .dl-ladder-item {
    margin-top: 40px;
}
.dl-ladder .col-3:nth-child(3) .dl-ladder-item {
    margin-top: 80px;
}
.dl-ladder .col-3:nth-child(4) .dl-ladder-item {
    margin-top: 120px;
}
.dl-ladder-item-content {
    display: none;
}
.dl-ladder-item-content p {
    font-family: var(--title-font);
    color: #EBEEF2;
}
.dl-ladder-item.expanded p {
    font-weight: 700;
}
.dl-bottom {
    max-width: 1160px;
    margin: 150px auto 0;
}
.dl-bottom-item {
    position: relative;
    margin-bottom: 120px;
    transition: all .2s ease-in-out;
}
.dl-bottom-item.expanded {
    margin-bottom: 0;
}
.dl-bottom-item.expanded div p {
    font-weight: 600;
    color: #B5DBF2;
}
.dl-bottom-item div {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.dl-bottom-item div img {
    filter: brightness(0) invert(1);
    margin-right: 12px;
}
.dl-bottom-item div p {
    position: relative;
    font-family: var(--title-font);
    font-size: 1.125rem;
    color: #EBEEF2;
}
.dl-bottom-item div p::before {
    content: "";
    position: absolute;
    top: 9px;
    right: -16px;
    width: 7px;
    height: 7px;
    background-color: var(--primary-color);
    pointer-events: none;
}
.dl-bottom-item div p::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 104%;
    width: 0;
    height: 1px;
    background: linear-gradient(to right, var(--primary-color), transparent);
    pointer-events: none;
    transition: all .2s ease-in-out;
    opacity: 0;
}
.dl-bottom-item.expanded div p::after {
    width: 200%;
    opacity: 1;
}
.dl-bottom-item > p {
    display: none;
    font-family: var(--title-font);
    color: #EBEEF2;
    padding: 40px 70px;
    max-width: 840px;
}
body.page-id-230 .dl-ladder-item {
    pointer-events: none !important;
}
.page-id-230 .dl-ladder-item div img {
    display: none;
}

@media only screen and (max-width: 1600px) { /* check 1501 */
    .dropdown-ladder .b2-inner-content {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1500px) { /* check 1401 */
    .dl-heading h2 {
        font-size: 3.5rem;
        line-height: 3.7rem;
    }
}

@media only screen and (max-width: 1400px) { /* check 1367 */
    .dl-ladder-item div p,
    .dl-ladder-item-content p,
    .dl-bottom-item div p,
    .dl-bottom-item > p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1280px) { /* check 1081 */
    .dropdown-ladder {
        padding: 225px 0 220px;
    }
    .dl-bottom-item.expanded {
        margin-bottom: 20px;
    }
    .dl-heading h2 {
        font-size: 3.2rem;
        line-height: 3.3rem;
    }
    .dl-ladder {
        margin-top: 30px;
    }
    .dl-ladder-item {
        max-width: 175px;
        margin-top: 0 !important;
        margin-bottom: 20px;
    }
    .dl-ladder-item > img {
        max-width: 30px;
        margin-bottom: 30px;
    }
    .dl-ladder .col-3:nth-child(2) .dl-ladder-item,
    .dl-ladder .col-3:nth-child(2) .dl-ladder-item + .dl-ladder-item-content {
        margin-left: 15%;
    }
    .dl-ladder .col-3:nth-child(3) .dl-ladder-item,
    .dl-ladder .col-3:nth-child(3) .dl-ladder-item + .dl-ladder-item-content {
        margin-left: 30%;
    }
    .dl-ladder .col-3:nth-child(4) .dl-ladder-item,
    .dl-ladder .col-3:nth-child(4) .dl-ladder-item + .dl-ladder-item-content {
        margin-left: 46%;
    }
    .dl-bottom {
        padding: 0 50px;
    }
    .dl-bottom-item > p {
        padding: 20px 0 0 50px;
    }
    .dl-bottom-item {
        margin-bottom: 60px;
    }
    .dl-bottom-item div p::before {
        top: 110%;
        right: 100%;
    }
    .dl-bottom-item div p::after {
        top: 116%;
        left: 0;
    }
}