﻿@keyframes n-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

n-dashboard .n-dashboard-account-and-settings {
    background-color: #000;
    margin-bottom: 0
}

    n-dashboard .n-dashboard-account-and-settings n-dashboard-module {
        background-color: #000;
        min-height: auto;
        padding: 0
    }

        n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-header {
            margin-top: 40px
        }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-header n-dashboard-module-header-title h1 {
                color: #f5fbff;
                font-family: "Helvetica Neue",Arial,sans-serif;
                font-size: 32px;
                font-weight: 400;
                line-height: 24px;
                margin-bottom: 16px;
                text-align: center
            }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-header n-dashboard-module-header-subtitle {
                color: #5cc4ff;
                font-family: "Helvetica Neue",Arial,sans-serif;
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 10%;
                line-height: 20px;
                margin-bottom: 28px;
                text-align: center;
                text-transform: uppercase
            }

        n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content {
            background-color: #000
        }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-module-button-group {
                -ms-flex-align: center;
                align-items: center;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: column;
                flex-direction: column;
                -ms-flex-pack: center;
                justify-content: center
            }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-module-button-group .n-dashboard-button--mobile {
                    -ms-flex-align: center;
                    align-items: center;
                    background-color: #181e21;
                    border: 1px solid #fff;
                    border-radius: 7px;
                    color: #fff;
                    display: -ms-flexbox;
                    display: flex;
                    font-family: "Helvetica Neue",Arial,sans-serif;
                    font-size: 16px;
                    font-weight: 700;
                    -ms-flex-pack: center;
                    justify-content: center;
                    line-height: 20px;
                    margin: 0;
                    padding: 24px 0;
                    width: 100%
                }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-module-button-group .icon--vector {
                    fill: #fff;
                    height: 14px
                }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content .n-dashboard-button--mobile.n-dashboard-account-settings-expanded-button {
                background-color: #000;
                border: 0;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-top: 40px;
                padding: 0 32px;
                position: relative;
                text-transform: uppercase
            }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content .n-dashboard-button--mobile.n-dashboard-account-settings-expanded-button .n-dashboard-cross {
                    height: 20px;
                    position: absolute;
                    right: 32px;
                    top: 2px;
                    width: 20px
                }

                    n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content .n-dashboard-button--mobile.n-dashboard-account-settings-expanded-button .n-dashboard-cross::after, n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content .n-dashboard-button--mobile.n-dashboard-account-settings-expanded-button .n-dashboard-cross::before {
                        background-color: #fff;
                        content: ' ';
                        height: 20px;
                        position: absolute;
                        width: 2px
                    }

                    n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content .n-dashboard-button--mobile.n-dashboard-account-settings-expanded-button .n-dashboard-cross::before {
                        transform: rotate(45deg)
                    }

                    n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content .n-dashboard-button--mobile.n-dashboard-account-settings-expanded-button .n-dashboard-cross::after {
                        transform: rotate(-45deg)
                    }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content .n-dashboard-button--mobile.n-dashboard-account-settings-expanded-button svg {
                    display: none
                }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings {
                display: none;
                -ms-flex-direction: column;
                flex-direction: column;
                margin-top: 70px;
                padding: 0 32px
            }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings.n-dashboard-account-settings-expanded {
                    display: -ms-flexbox;
                    display: flex
                }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings n-dashboard-module-content-item {
                    -ms-flex-align: start;
                    align-items: flex-start;
                    color: #fff;
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -ms-flex-pack: start;
                    justify-content: start;
                    margin-bottom: 88px
                }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings n-dashboard-module-content-header {
                    color: #c3cfd9;
                    -ms-flex-positive: 1;
                    flex-grow: 1;
                    font-family: "Helvetica Neue",Arial,sans-serif;
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: .1em;
                    line-height: 20px;
                    text-transform: uppercase;
                    width: 108px
                }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings .n-dashboard-list {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    width: 148px
                }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings .cta.n-dashboard-list-item {
                    background-color: transparent;
                    border: 0;
                    color: #f5fbff;
                    font-family: "Helvetica Neue",Arial,sans-serif;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 20px;
                    margin: 0 0 20px;
                    padding: 0;
                    text-decoration: none
                }

                    n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings .cta.n-dashboard-list-item:visited {
                        color: #f5fbff;
                        text-decoration: none
                    }

                    .cta.cta--dashboard-module-wrapper:hover n-dashboard-link-text, n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings .cta.n-dashboard-list-item:hover {
                        color: #5cc4ff;
                        text-decoration: underline
                    }

                    n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings .cta.n-dashboard-list-item:focus {
                        color: #5cc4ff;
                        text-decoration: underline
                    }

@media (min-width:1024px) {
    n-dashboard .n-dashboard-account-and-settings n-dashboard-module {
        -ms-flex-align: center;
        align-items: center;
        background-color: #181e21;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 40px 0
    }

        n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-header {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
            padding-left: 28px;
            width: 28%
        }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-header n-dashboard-module-header-title h1 {
                font-size: 32px;
                font-weight: 400;
                line-height: 24px;
                text-align: left
            }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-header n-dashboard-module-header-subtitle {
                margin-bottom: 0;
                text-align: left
            }

        n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content {
            background-color: #181e21;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            width: 72%
        }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-module-button-group {
                display: none
            }

            n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-direction: row;
                flex-direction: row;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
                margin: 0;
                padding: 0
            }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings n-dashboard-module-content-item {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-bottom: 0
                }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings n-dashboard-module-content-header {
                    -ms-flex-positive: 0;
                    flex-grow: 0;
                    margin-bottom: 28px
                }

                n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content n-dashboard-account-and-settings .cta.n-dashboard-list-item {
                    background-color: transparent
                }
}

@media (min-width:1440px) {
    n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-header {
        padding-left: 88px;
        width: 25%
    }

    n-dashboard .n-dashboard-account-and-settings n-dashboard-module n-dashboard-module-content {
        background-color: #181e21;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 75%
    }
}

.cta.cta--dashboard-reset {
    background: 0 0;
    border: 0;
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0
}

    .cta.cta--dashboard-link, .cta.cta--dashboard-reset:hover {
        text-decoration: underline
    }

.cta.cta--dashboard-link {
    font-weight: 700
}

    .cta.cta--dashboard-link:hover {
        color: #5cc4ff
    }

.cta.cta--dashboard-module-wrapper {
    height: 100%;
    margin-bottom: 0;
    text-decoration: none;
    width: 100%
}

    .cta.cta--dashboard-module-wrapper.cta--dashboard-module-wrapper--collapsed {
        height: auto
    }

    .cta.cta--dashboard-module-wrapper:hover {
        text-decoration: none
    }

n-dashboard-module {
    background: #181e21;
    border-radius: 7px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 296px;
    padding: 28px;
    width: 100%
}

    n-dashboard-module h2 {
        color: #fff;
        display: block;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: .1em;
        line-height: 20px;
        margin: 0 0 24px;
        text-transform: uppercase
    }

    n-dashboard-module > .cta.cta--dashboard-reset, n-dashboard-module > .cta.cta--dashboard-reset:visited {
        color: #fff
    }

    n-dashboard-module.border--blue {
        border: 1px solid #5cc4ff
    }

    .n-dashboard--get-certified n-dashboard-module-content, n-dashboard-module.n-dashboard--full-centered {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }

    n-dashboard-module.n-dashboard--full-centered {
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

        n-dashboard-module.n-dashboard--full-centered svg {
            fill: #b7e3ff;
            height: 58px;
            margin: 0 0 28px;
            width: 58px
        }

        n-dashboard-module.n-dashboard--full-centered p {
            margin: 0 0 16px
        }

        n-dashboard-module.n-dashboard--full-centered n-dashboard-module-content {
            text-align: center
        }

n-dashboard-module-content-info, n-dashboard-module-content-title a {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: 400
}

n-dashboard-module-content-title a {
    color: #fff;
    font-size: 13px;
    line-height: 18px
}

n-dashboard-module-content .unstyled {
    margin-bottom: 0
}

    n-dashboard-module-content .unstyled li {
        margin-bottom: 28px
    }

n-dashboard-module-content-info {
    font-size: 11px;
    line-height: 14px
}

n-dashboard-module-item {
    display: block
}

n-dashboard-module-detail-container {
    min-height: 25px
}

.n-dashboard--get-certified n-dashboard-module-content h2, .n-dashboard--training-session-feedback h3, n-dashboard-tag {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: 700
}

n-dashboard-tag {
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 5px
}

    n-dashboard-tag.n-dashboard-tag--acquired {
        background: #bbe4d5
    }

    n-dashboard-tag.n-dashboard-tag--in-progress {
        background: #fffbac
    }

    n-dashboard-tag.n-dashboard-tag--expired {
        background: #d9d9d9
    }

    n-dashboard-tag.n-dashboard-tag--assigned {
        background: #fffbac
    }

    n-dashboard-tag.n-dashboard-tag--discontinued {
        background: #d9d9d9
    }

    n-dashboard-tag.n-dashboard-tag--overdue, n-dashboard-tag.n-dashboard-tag--revoked {
        background: #ffd0bc
    }

    n-dashboard-tag.n-dashboard-tag--cancelled {
        background: #d9d9d9
    }

.n-dashboard-module--vertical-collapsed {
    min-height: auto
}

.n-dashboard-module--horizontal-centered {
    text-align: center
}

.n-dashboard--get-certified {
    padding: 0
}

    .n-dashboard--get-certified img {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        max-height: 256px
    }

    .n-dashboard--get-certified n-dashboard-module-content {
        min-height: 220px;
        padding: 28px
    }

        .n-dashboard--get-certified n-dashboard-module-content h2 {
            font-size: 20px;
            line-height: 28px;
            text-align: start;
            color: #fff;
            font-weight: 400;
            letter-spacing: normal;
            margin: 0;
            text-transform: none
        }

        .n-dashboard--get-certified n-dashboard-module-content p {
            margin: 16px 0
        }

        .n-dashboard--get-certified n-dashboard-module-content svg {
            height: 20px;
            margin-left: 4px
        }

.n-dashboard--training-session-feedback {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #5cc4ff;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

    .n-dashboard--training-session-feedback h3 {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
        margin: 0
    }

    .n-dashboard--training-session-feedback n-dashboard-link-text {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

.n-dashboard--netapptv {
    border: 1px solid #b486ff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: unset
}

n-certification-container {
    display: grid;
    grid-template-columns: auto 1fr
}

    n-certification-container img {
        border-radius: 6px;
        height: 62px;
        margin-right: 20px;
        width: 62px
    }

    n-certification-container n-dashboard-module-content-info, n-dashboard-module-detail-container {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }

    n-certification-container n-dashboard-module-item {
        -ms-flex-item-align: center;
        align-self: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

@media (min-width:1024px) {
    .n-dashboard--get-certified {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: initial
    }

        .n-dashboard--get-certified img {
            border-bottom-left-radius: 7px;
            border-top-right-radius: 0;
            grid-column: 1/2;
            max-height: initial
        }

        .n-dashboard--get-certified n-dashboard-module-content {
            grid-column: 2/3;
            padding: 48px
        }

            .n-dashboard--get-certified n-dashboard-module-content p {
                margin: 28px 0
            }
}

:root {
    --js-md-breakpoint-width: 768;
    --js-lg-breakpoint-width: 1024
}

n-dashboard {
    grid-template-columns: repeat(1,1fr);
    background: #000;
    color: #fff;
    padding: 8px 8px 16px
}

    n-dashboard, n-dashboard .n-dashboard-main {
        display: grid;
        row-gap: 16px
    }

@media (min-width:1024px) {
    n-dashboard {
        grid-template-columns: repeat(8,1fr);
        column-gap: 16px;
        padding: 28px
    }

        n-dashboard .n-dashboard-account-and-settings {
            grid-column: 1/9;
            grid-row: 1/2
        }

            n-dashboard .n-dashboard-account-and-settings > :last-child {
                margin-bottom: 0
            }

        n-dashboard .n-dashboard-main {
            grid-column: 1/7;
            grid-row: 2/3;
            display: grid;
            grid-template-columns: repeat(2,1fr);
            column-gap: 16px;
            row-gap: 16px
        }

            n-dashboard .n-dashboard-main .cta--dashboard-main-item-large, n-dashboard .n-dashboard-main .n-dashboard-main-item-large {
                grid-column: 1/span 2
            }

        n-dashboard .n-dashboard-sidebar {
            grid-column: 7/9;
            grid-row: 2/3
        }
}
