﻿.tabbed-container .nav-pills {
    margin-bottom: var(--ng-size-60px);
}

    .tabbed-container .nav-pills li {
        margin-bottom: var(--ng-size-12px);
    }

.tabbed-container .nav-item button {
    border-radius: 100px;
    border: 1px solid var(--ng-color-blue08);
    color: var(--ng-color-blue08);
    font-family: var(--ng-font-sans-medium);
    font-size: var(--ng-size-16px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    margin-right: var(--ng-size-12px);
    padding: 10px 20px 10px 16px;
}

    .tabbed-container .nav-item button i {
        width: 22px;
        color: var(--ng-color-blue01);
    }

.tabbed-container .nav-item:last-child button {
    margin-right: 0;
}

.tabbed-container .nav-item button.active {
    background: var(--ng-color-blue08);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    color: #FFF;
}

    .tabbed-container .nav-item button.active i {
        color: var(--ng-color-aqua04);
    }


.tabbed-container .nav-item.dropdown {
    display: none;
}
/* || Override for embedded components */
.tabbed-container .two-column .component-spacing {
    margin-bottom: 0;
    justify-content: center;
}

/* End Override */

@media(max-width:992px) {
    .tabbed-container .nav-pills {
        margin-bottom: var(--ng-size-32px);
    }
}

@media (max-width: 576px) {

    .tabbed-container .ng-sans-regular.ng-l {
        font-size: var(--ng-size-16px);
    }

    .tabbed-container .nav-item {
        display: none;
    }

        .tabbed-container .nav-item.dropdown {
            display: list-item;
            width: 100%;
        }

    .tabbed-container ul.dropdown-menu button {
        margin-right: 0;
        margin-bottom: var(--ng-size-8px);
        width: 100%;
    }

    .tabbed-container .dropdown-toggle {
        width: 100%;
    }

    .tabbed-container ul.dropdown-menu li:last-child button {
        margin-bottom: 0;
    }

    .tabbed-container ul.dropdown-menu {
        padding: 10px;
        width: 100%;
    }

    .tabbed-container .mb-40px {
        margin-bottom: var(--ng-size-32px);
    }

    .tabbed-container .mb-12px {
        margin-bottom: var(--ng-size-8px);
    }

    .tabbed-container .eyebrow {
        margin-bottom: var(--ng-size-4px);
    }

    /* || Override for embedded components */


    .tabbed-container .two-column > .row {
        flex-direction: column-reverse;
    }

    .tabbed-container .two-column .media-wrap {
        margin-top: var(--ng-size-32px);
        margin-bottom: 0;
    }
    /* End Override */
    .tabbed-container .nav-pills.justify-content-center {
        justify-content: start !important;
    }

    .tabbed-container .nav-item button {
        text-align: left;
    }

    .tabbed-container .dropdown-toggle::after {
        margin-left: 0;
        border: 0;
        content: "\f107";
        font-family: 'Font Awesome 5 Pro';
        font-weight: 100;
        float: right;
        font-size: 32px;
    }
}
