.TextColorBlack {
    color: var(--black) !important
}

.horiz-menu {
    height: 524px;
    background-color: #add8e6;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative
}

.horiz-menu .common-cta {
    color: #fff !important;
}

.horiz-card {
    height: 100%;
    width: 70px;
    background: #eaeef2;
    color: #fff;
    transition: all .25s ease-out;
    flex-grow: 0;
    cursor: pointer;
    border-right: solid 5px var(--White);
    position: relative;
    flex-grow: 1
}

.horiz-card:hover {
    cursor: pointer;
}

.horiz-card .FeaturedImg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    display: none;
    visibility: hidden;
    pointer-events: none
}

.horiz-card .FeaturedImg img {
    height: 100%;
    object-fit: cover
}

.horiz-card h6 {
    writing-mode: sideways-lr;
    height: 100%;
    padding: 20px 20px;
    margin: 0px;
    font-size: var(--fs-24);
    font-weight: var(--font-weight-500);
    color: var(--black)
}

.horiz-card:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius)
}

.horiz-card:last-child {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius)
}

.content {
    display: none;
    opacity: 0;
    transition: all .25s ease-in;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 40px;
    place-content: end
}

.content h2 {
    font-size: var(--fs-24);
    font-weight: var(--font-weight-500);
    margin-bottom: 10px
}

.content p {
    font-size: var(--fs-16);
    color: var(--white)
}

.grow {
    background: #fff;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    flex-grow: 1;
    cursor: default
}

.grow h6 {
    display: none;
    visibility: hidden
}

.grow .FeaturedImg {
    width: 100%;
    display: block;
    visibility: visible
}

.hideNode {
    display: none
}

.showNode {
    display: block
}

.fadeOutNode {
    opacity: 0
}

.fadeInNode {
    opacity: 1
}

@media only screen and (min-width: 1200px)and (max-width: 1399px) {
    .horiz-card h6 {
        font-size: var(--fs-20)
    }

    .horiz-card p {
        font-size: var(--fs-14);
        line-height: 1.6
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: landscape) {
    .horiz-card h6 {
        font-size: var(--fs-20)
    }
}

@media only screen and (min-device-width: 768px)and (max-device-width: 1024px)and (orientation: portrait) {
    .horiz-menu {
        flex-direction: column;
        height: auto
    }

    .horiz-card {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        border-bottom: solid 2px rgba(228, 228, 228, .3);
        border-right: none;
        background: #fff url(../images/plus.svg) no-repeat 96% center;
        background-size: 20px
    }

    .horiz-card .FeaturedImg {
        position: relative
    }

    .horiz-card h6 {
        writing-mode: inherit;
        font-size: var(--fs-18);
        padding: 0px 0px
    }

    .horiz-card.grow {
        background-color: var(--red);
        background-image: none !important
    }

    .horiz-card>div:first-child {
        font-weight: bold;
        width: 100%;
        cursor: pointer
    }

    .horiz-card .content {
        display: none;
        width: 100%;
        padding: .5rem 0
    }

    .horiz-card.grow .content {
        display: block
    }

    .horiz-card:first-child {
        border-radius: 0
    }

    .horiz-card:last-child {
        border-radius: 0
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .horiz-menu {
        flex-direction: column;
        height: auto
    }

    .horiz-card {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem;
        border-bottom: solid 2px rgba(228, 228, 228, .3);
        border-right: none;
        background: #fff url(../components/horizontal-accordion/images/plus.svg) no-repeat 96% center;
        background-size: 20px
    }

    .horiz-card .FeaturedImg {
        position: relative
    }

    .horiz-card h6 {
        writing-mode: inherit;
        font-size: 16px;
        padding: 0px 0px
    }

    .horiz-card.grow {
        background-color: #EAEEF2;
        background-image: none !important;
        padding-top: 0px;
        padding-right: 0px;
        background-image: url(../../assets/images/minus-dark.png);
    }

    .horiz-card>div:first-child {
        font-weight: bold;
        width: 100%;
        cursor: pointer
    }

    .horiz-card .content {
        display: none;
        width: 100%;
        padding: .5rem 0
    }

    .horiz-card.grow .content {
        display: block
    }

    .horiz-card:first-child {
        border-radius: 0
    }

    .horiz-card:last-child {
        border-radius: 0
    }

    .horiz-card {
        color: var(--black);
        padding: 1rem 1rem 1rem 0rem;
        background-image: url(../../assets/images/plus-dark.png);
        background-size: 12px;
        background-position: right center;
        background-repeat: no-repeat;
    }

    .horiz-menu .common-cta {
        color: #000 !important;
    }

    .horiz-card .content {
        font-size: 14px;
        line-height: 20px;
    }

    .Featured_Capabilities {
        padding: 40px 0px !important;
    }

    .Featured_Capabilities .content {
        padding: 15px 15px;
    }

    .Featured_Capabilities .content h2 {
        font-size: 20px;
    }

    .Featured_Capabilities .content p {
        font-size: 14px;
        line-height: 20px;
    }

}

/*# sourceMappingURL=horizontal-accordion.css.map */