﻿#detailed-nav-detailed-nav {
    display: none;
}

.detailed-nav-relative {
    position: relative;
}

.detailed-nav-m-0 {
    margin: 0;
}

@media screen and (min-width: 768px) {
    #detailed-nav-detailed-nav {
        display: block;
        width: 100%;
    }

    #detailed-nav-mobile-nav {
        display: none;
    }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    #detailed-nav-detailed-nav {
        box-sizing: border-box;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    #detailed-nav-detailed-nav span {
        width: inherit;
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit;
        border: none;
        margin: 0;
        padding: 0;
    }

    #detailed-nav-detailed-nav h3 {
        display: block;
        padding-bottom: 0.4em;
        margin-bottom: 0.85em;
        font-size: 1.8em;
        color: #fff;
    }

    #detailed-nav-detailed-nav .detailed-nav-border-accent {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        max-width: 7.5em;
        border-width: 0;
        border-top: solid 2px #00a3e0;
        background: 0 0;
    }

    #detailed-nav-detailed-nav h6,
    #detailed-nav-detailed-nav .detailed-nav-sub-desc {
        text-transform: none;
    }

    #detailed-nav-detailed-nav a.detailed-nav-nav-link {
        margin: 0;
        padding: 0;
        border: none;
        cursor: pointer;
    }

        #detailed-nav-detailed-nav a.detailed-nav-nav-link:hover .detailed-nav-arrow-right,
        #detailed-nav-detailed-nav a.detailed-nav-nav-link:hover .detailed-nav-arrow-right::after {
            cursor: pointer;
            border-left-color: #00a3e0;
        }

    #detailed-nav-detailed-nav .detailed-nav-sub-desc {
        max-width: 100%;
        font-size: 0.8em;
        text-transform: none;
    }

    #detailed-nav-detailed-nav > ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        flex-wrap: nowrap;
    }

    #detailed-nav-detailed-nav li.detailed-nav-primary-product {
        width: calc(75% / 3);
        padding: 0 1.65em;
        box-sizing: border-box;
    }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product::before,
        #detailed-nav-detailed-nav li.detailed-nav-primary-product:nth-child(3)::after {
            content: "";
            position: absolute;
            top: 0;
            display: block;
            height: 100%;
            max-height: 6em;
            max-width: 1px;
            overflow: hidden;
            border-right: solid 1px #216897;
        }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product::before {
            left: 0;
        }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product:nth-child(3)::after {
            right: 0;
        }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product:first-child {
            padding-left: 0;
        }

            #detailed-nav-detailed-nav li.detailed-nav-primary-product:first-child::before,
            #detailed-nav-detailed-nav li.detailed-nav-primary-product:first-child::after {
                content: none;
            }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product:nth-child(1),
        #detailed-nav-detailed-nav li.detailed-nav-primary-product:nth-child(2) {
            max-width: 270px;
        }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product:nth-child(3) {
            max-width: 300px;
        }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product a,
        #detailed-nav-detailed-nav li.detailed-nav-primary-product h6,
        #detailed-nav-detailed-nav li.detailed-nav-primary-product p {
            font-size: 0.8em;
            font-weight: 600;
        }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product a,
        #detailed-nav-detailed-nav li.detailed-nav-primary-product h6 {
            margin-top: 0.55em;
            letter-spacing: 0.013em;
        }

            #detailed-nav-detailed-nav li.detailed-nav-primary-product a.detailed-nav-nav-link {
                display: inline;
                vertical-align: middle;
                line-height: 1;
            }

                #detailed-nav-detailed-nav li.detailed-nav-primary-product a.detailed-nav-nav-link span {
                    display: inline;
                    vertical-align: middle;
                    line-height: 1;
                    font-size: 1.22em;
                }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product p {
            line-height: 1.35em;
            font-weight: 100;
        }

        #detailed-nav-detailed-nav li.detailed-nav-primary-product .detailed-nav-arrow-right::after {
            right: -0.7em;
            bottom: 0.35em;
            vertical-align: middle;
            content: "";
            position: absolute;
            display: inline-block;
            height: 0;
            width: 0;
            border-top: solid transparent 0.35em;
            border-bottom: solid transparent 0.35em;
            border-left: solid #ffe900 0.35em;
        }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
    #detailed-nav-detailed-nav li.detailed-nav-primary-product .detailed-nav-arrow-right::after {
        bottom: 0.17em;
    }
}

@media screen and (min-width: 768px) {
    @supports (-ms-user-select: none) {
        #detailed-nav-detailed-nav li.detailed-nav-primary-product .detailed-nav-arrow-right::after {
            bottom: 0.17em;
        }
    }
}

@media screen and (min-width: 768px) {
    @supports (-moz-appearance: none) {
        #detailed-nav-detailed-nav li.detailed-nav-primary-product .detailed-nav-arrow-right::after {
            bottom: 0.25em;
        }
    }
}

@media screen and (min-width: 768px) {
    #detailed-nav-detailed-nav .detailed-nav-secondary-products-list > ul {
        position: relative;
        top: -0.75em;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        margin-left: 2.5em;
        width: 100%;
    }

    #detailed-nav-detailed-nav li.detailed-nav-secondary-product {
        width: 100%;
        margin-bottom: 0.6em;
    }

        #detailed-nav-detailed-nav li.detailed-nav-secondary-product .detailed-nav-arrow-right {
            content: "";
            position: absolute;
            display: inline-block;
            height: 0;
            width: 0;
            border-top: solid transparent 0.35em;
            border-bottom: solid transparent 0.35em;
            border-left: solid #fff 0.35em;
            top: 0.12em;
            left: -1.25em;
        }

        #detailed-nav-detailed-nav li.detailed-nav-secondary-product a.detailed-nav-nav-link {
            font-weight: 600;
            font-size: 0.95em;
            text-transform: none;
        }

        #detailed-nav-detailed-nav li.detailed-nav-secondary-product a.detailed-nav-nav-link,
        #detailed-nav-detailed-nav li.detailed-nav-secondary-product .detailed-nav-sub-desc {
            line-height: 1.2em;
        }

        #detailed-nav-detailed-nav li.detailed-nav-secondary-product .detailed-nav-sub-desc {
            max-width: 85%;
        }
}

@media screen and (max-width: 960px) {
    #detailed-nav-detailed-nav li.detailed-nav-primary-product {
        padding-right: calc((20 / 18) * 1em);
    }

    #detailed-nav-detailed-nav li.detailed-nav-secondary-product {
        margin-bottom: 0.825em;
    }

    #detailed-nav-detailed-nav .detailed-nav-sub-desc {
        max-width: 100%;
    }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.freeze-scroll {
        overflow: auto;
    }
}

@supports (-ms-user-select: none) {
    body.freeze-scroll {
        overflow: auto;
    }
}

@media screen and (min-width: 768px) {

    .N01__nav > ul > li:first-child .N01__nav-section {
        max-width: 90%;
    }

        .N01__nav > ul > li:first-child .N01__nav-section > ul {
            width: 100%;
        }
    .N01__nav-section-first,
    .N01__nav > ul > li.N01__nav-toggle.N01__nav-toggle--active > ul > li > a[href="/help-clients"] {
        display: none !important;
    }
}


@media screen and (min-width: 768px) {
    #detailed-nav-detailed-nav {
        display: block;
    }

        #detailed-nav-detailed-nav a.view-all-link {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: row;
            display: inline-flex;
            cursor: pointer;
        }

        #detailed-nav-detailed-nav .view-all-link:hover h3,
        #detailed-nav-detailed-nav .view-all-link:hover span,
        #detailed-nav-detailed-nav .view-all-link:hover span::after {
            color: #00a3e0;
            border-left-color: #00a3e0;
        }

        #detailed-nav-detailed-nav .view-all-cta {
            display: inline-block;
            margin-left: 15px;
            font-weight: 500;
            font-size: 0.465em;
            text-transform: uppercase;
        }

        #detailed-nav-detailed-nav .view-all-cta .detailed-nav-arrow-right {
            content: "";
            position: absolute;
            display: inline-block;
            height: 0;
            width: 0;
            border-top: solid transparent 0.35em;
            border-bottom: solid transparent 0.35em;
            border-left: solid #fff 0.35em;
            position: relative;
            top: 18px;
            margin-left: 15px;
        }
}
