.ni-wrapper-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

@media only screen and (max-width: 1119px) {
    .ni-megamenu-desktop {
        display: none;
    }

    .ni-megamenu-mobile {
        height: 100%;
    }

    .ni-megamenu-mobile ul:not(.ni-wrapper-flatten) {
        padding: 15px;
        list-style-type: none;
    }

    .ni-megamenu-mobile .menu-item {
        font-size: 24px;
        margin-top: 20px;
        height: 36px;
    }

    .ni-megamenu-mobile .menu-item a {
        text-decoration: none;
        color: #008053;
    }

    .ni-megamenu-mobile .menu-item .glyphicon-menu-right {
        top: 5px;
        float: right;
        color: lightgrey;
    }

    .ni-megamenu-mobile .menu-item .glyphicon-menu-left {
        top: 5px;
        float: left;
        margin-right: 10px;
        color: lightgrey;
    }

    .mobile-nav {
        display: none;
        min-width: 280px;
        width: 100%;
        height: calc(100% - 50px);
        overflow-x: hidden;
        overflow-y: scroll;
        position: fixed;
        z-index: 8192;
        left: calc(-100%);
        bottom: 0;
        background-color: #fff !important;
        -moz-transition: 0.15s all cubic-bezier(0.65, 0.05, 0.36, 1);
        -ms-transition: 0.15s all cubic-bezier(0.65, 0.05, 0.36, 1);
        -webkit-transition: 0.15s all cubic-bezier(0.65, 0.05, 0.36, 1);
        transition: 0.15s all cubic-bezier(0.65, 0.05, 0.36, 1);
        /*-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.27);
		 -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.27);
		 box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.27);
		*/
        font-family: FoundersGrotesk, Arial, sans-serif;
        color: #044123;
        padding: 0 !important;
        line-height: 1.42857143 !important;
    }

    .mobile-nav[data-depth='0'] .head .reset {
        background-color: #044123;
    }

    .mobile-nav[data-depth='0'] .head .reset .arrow {
        color: rgba(255, 255, 255, 0.4);
    }

    .mobile-nav[data-depth]:not([data-depth='0']) .head .reset:hover,
    .mobile-nav[data-depth]:not([data-depth='0']) .head .reset:focus {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .mobile-nav.open {
        padding-top: 40px !important;
        left: 0;
    }

    .mobile-nav ul:not(.ni-wrapper-flatten) {
        padding: 0 0 48px 0;
        list-style-type: none;
        display: none;
        left: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        -moz-transition: 0.15s all linear;
        -ms-transition: 0.15s all linear;
        -webkit-transition: 0.15s all linear;
        transition: 0.15s all linear;
    }

    .mobile-nav ul.ni-wrapper-flatten {
        padding: 0;
    }

    .mobile-nav ul.open {
        left: 100%;
    }

    .mobile-nav ul li .breadcrumbs a {
        color: white;
        display: inline-block;
        margin: 0 3px;
    }

    .mobile-nav ul li .breadcrumbs-row {
        background-color: #008053;
        display: none;
    }

    .mobile-nav ul li>span,
    .mobile-nav ul li>a {
        font-size: 18px !important;
        margin-left: 14px;
        display: block;
        -moz-transition: 0.15s all linear;
        -ms-transition: 0.15s all linear;
        -webkit-transition: 0.15s all linear;
        transition: 0.15s all linear;
        text-decoration: none;
        padding: 12px 20px;
        color: #008053;
        position: relative;
        line-height: 1;
    }

    .mobile-nav ul li>span:not(.breadcrumbs),
    .mobile-nav ul li>a:not(.breadcrumbs) {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .mobile-nav ul li > a.open-list:not(.back-mega-menu-link)::after {
        position: absolute;
        right: 15px;
        content: url("data:image/svg+xml,%3Csvg fill='%23006b46' height='20px' width='13px' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.436 407.436' stroke='%23006b46' stroke-width='60'%3E%3Cpolygon points='112.814,0 91.566,21.178 273.512,203.718 91.566,386.258 112.814,407.436 315.869,203.718 '%3E%3C/polygon%3E%3C/svg%3E");
    }

    .mobile-nav>ul {
        display: block;
        position: relative;
        left: 0;
        top: auto;
    }

    .mobile-nav .ni-rebrand-button {
        margin-top: 40px;
        margin-left: 20px;
        display: block;
        float: left;
    }

    .mobile-nav h3,
    .mobile-nav .h3 {
        color: #03b585;
        text-transform: uppercase;
        padding-left: 18px !important;
        line-height: 46px !important;
        font-family: SpaceMono !important;
        font-weight: 400 !important;
        font-size: 18px !important;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
    }

    .mobile-nav h3,
    .mobile-nav .h3,
    .mobile-nav h4,
    .mobile-nav .h4 {
        margin-top: 6px;
    }

    .mobile-nav .title-with-view-all {
        margin-bottom: 0.5rem;
    }

    .mobile-nav .title-with-view-all .h3 {
        margin-bottom: 0.25rem;
    }

    .mobile-nav h4,
    .mobile-nav .h4 {
        line-height: 46px !important;
        padding-left: 18px !important;
        font-size: 18px;
        font-weight: 500 !important;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        font-family: FoundersGrotesk, Arial, sans-serif !important;
        color: #044123 !important;
    }

    .mobile-nav .bold {
        font-weight: 600;
    }

    .mobile-nav .open-list,
    .mobile-nav .closed-list {
        font-size: 18px;
        color: #044123;
    }

    .mobile-nav .note {
        padding: 12px 18px 0 18px;
        font-size: 18px;
        color: #044123;
        line-height: 1.33;
        margin-left: 0;
    }

    body.noscroll {
        overflow: hidden;
        position: fixed;
    }
}

.ni-wrapper-multi-column {
  display: flex;
  column-gap: 1.5rem;
}

.ni-wrapper-multi-column > * {
  flex: 1;
}

.ni-megamenu-desktop {
    background-color: #f4f4f4;
    padding: 48px 68px;
    margin: auto;
}

.ni-megamenu-desktop h2,
.ni-megamenu-desktop .h2 {
    height: 23px;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.28;
    color: #044123;
    margin-bottom: 40px;
}

.ni-megamenu-desktop h3,
.ni-megamenu-desktop .h3 {
    color: #044123;
    text-transform: uppercase;
    font-family: SpaceMono;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 1.44;
    margin-top: 0;
    margin-bottom: 7px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    white-space: normal;
}

.ni-megamenu-desktop h4,
.ni-megamenu-desktop .h4 {
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    height: 23px;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 16px;
    color: #044123;
    white-space: break-spaces;
}

.ni-megamenu-desktop ul {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 21px;
    list-style-type: none;
}

.ni-megamenu-desktop ul li {
    color: #044123;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 16px;
    margin: 10px 0;
    line-height: 20px;
}

.ni-megamenu-desktop ul a {
    padding: 0;
    margin-top: 26px;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #03b585;
    white-space: normal;
    line-height: 1;
}

.ni-megamenu-desktop ul a:hover {
    color: #008053;
}

.ni-megamenu-solutions .ni-live-image p {
    margin-top: 9px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-family: SpaceMono;
    font-size: 15px;
    color: #044123;
    overflow-wrap: break-word;
    white-space: normal;
}

.ni-megamenu-solutions .ni-live-image a {
    padding: 0;
}

.ni-megamenu-solutions .ni-rebrand-button {
    margin-right: 15px;
    margin-top: 12px;
}

.ni-megamenu-solutions .ni-rebrand-button a {
    float: right;
}

.ni-megamenu-solutions .solutions-menu-component {
    background-color: #8ad0c8;
    border-radius: 20px 0 0 0;
    margin-top: 27px;
    padding-bottom: 26px;
}

.ni-megamenu-solutions .solutions-menu-component-image {
    width: 100%;
    object-fit: contain;
    border-radius: 20px 0 0 0;
}

.ni-megamenu-solutions .solutions-menu-component-title {
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #044123;
    width: 84%;
    margin: 15px auto 8px auto;
    white-space: normal;
}

.ni-megamenu-solutions .solutions-menu-component-body {
    width: 84%;
    margin: 0 auto 35px auto;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #044123;
    white-space: normal;
}

.ni-megamenu-products.ni-wrapper-multi-column > *:nth-child(3) {
    margin-top: 23px;
}

.ni-megamenu-products .ni-live-image {
    height: 135px;
    margin-top: 8px;
    max-width: 255px;
    min-width: 234px;
    position: relative;
}

.ni-megamenu-products .ni-live-image a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ni-megamenu-products .ni-live-image:first-of-type {
    background-color: #ccdcc8;
    background-position: top right;
    background-repeat: no-repeat;
}

.ni-megamenu-products .ni-live-image:nth-of-type(2) {
    background-color: #8ad0c8;
    background-position: top right;
    background-repeat: no-repeat;
}

.ni-megamenu-products .ni-live-image:nth-of-type(3) {
    background-color: #f5989e;
    background-position: top right;
    background-repeat: no-repeat;
}

.ni-megamenu-products .ni-live-image:nth-of-type(4) {
    background-color: #ccdcc8;
    background-position: right 6px;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

.ni-megamenu-products .ni-live-image .ni-live-text {
    height: 66px;
    overflow-wrap: break-word;
    position: absolute;
    font-size: 16px;
    color: #044123;
    margin-top: 50px;
    margin-left: 8px;
    padding-right: 30px;
}

.ni-megamenu-products .ni-live-image .ni-live-text h4,
.ni-megamenu-products .ni-live-image .ni-live-text .h4 {
    font-family: FoundersGrotesk, Arial, sans-serif;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
}

.ni-megamenu-products .ni-live-image .ni-live-text p {
    font-family: FoundersGrotesk, Arial, sans-serif;
    line-height: 20px;
    white-space: normal;
}

.ni-megamenu-products ul h3,
.ni-megamenu-products ul .h3,
.ni-megamenu-products ul h4,
.ni-megamenu-products ul .h4 {
    display: initial;
}

.ni-megamenu-products h4,
.ni-megamenu-products .h4 {
    display: block;
    margin-top: 10px;
    line-height: 20px;
    height: fit-content;
}

.ni-megamenu-products .ni-rebrand-button a {
    float: right;
}

.perspectives.mega-dropdown .mega-dropdown-menu {
    width: 681px;
    margin-left: 153px;
}

.ni-wrapper-header .flex-container .ni-megamenu-perspectives {
    white-space: normal;
    font-family: FoundersGrotesk,Helvetica,Arial,sans-serif;
    display: flex;
    column-gap: 48px;
}

.ni-megamenu-perspectives .perspectives-menu-component {
    background-color: #ccdcc8;
    border-radius: 32px 0 0 0;
    padding-bottom: 26px;
    overflow: hidden;
    width: 249px;
    flex-shrink: 0;
}

.ni-megamenu-perspectives .perspectives-short-text {
    font-size: 16px;
    line-height: 1.38;
    color: #044123;
    margin-bottom: 25px;
}

/* We need to copy the styles of secondary buttons here because they are defined in sitewide-styleguide.css, which may not be available on all pages. */
.ni-megamenu-perspectives .view-all-link-perspectives {
    background: #044123;
    color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 15px 10px 10px 0;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.45;
    margin: 0;
    min-width: 160px;
    padding: 0 28px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: .1s ease-in-out;
    transition-property: background, border-color, color;
    vertical-align: middle;
}

.ni-megamenu-perspectives .view-all-link-perspectives:hover, .ni-megamenu-perspectives .view-all-link-perspectives:focus {
    background: #03b585;
    border-color: #03b585;
    color: #f4f4f4;
}

.ni-megamenu-perspectives .perspectives-menu-component .perspectives-menu-component-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 22px;
    margin-top: 14px;
    padding: 0 20px;
}

.ni-megamenu-perspectives .perspectives-menu-component .perspectives-menu-component-body {
    font-size: 12px;
    line-height: 1.33;
    color: #044123;
    padding: 0 20px;
    margin-bottom: 24px;
}

.ni-megamenu-perspectives .perspectives-menu-component .learn-more-link {
    border-bottom: 1px solid #044123;
}
.ni-megamenu-perspectives .perspectives-menu-component .learn-more-link:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%23044123' stroke-width='1.371'%3E%3Cg%3E%3Cpath d='M.514 5.021L10.8 5.021M7.37 9.8L12.171 5.021 7.37.469' transform='translate(-638 -1372) translate(639 1373)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ni-megamenu-support .ni-software-download-image {
    padding: 16px 0;
}

.ni-megamenu-support .ni-software-download-image a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.ni-megamenu-support .ni-software-download-image a img {
    width: 65px;
    height: auto;
    margin-right: 30px;
}

.ni-megamenu-support .ni-software-download-image h3,
.ni-megamenu-support .ni-software-download-image .h3 {
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 16px;
    height: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    padding-bottom: 0;
    margin: 0;
    color: #044123;
}

.ni-megamenu-support div a {
    padding: 0;
}

.ni-megamenu-support div p {
    margin: 15px 0 15px 0;
    white-space: break-spaces;
    max-width: 255px;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
}

.ni-megamenu-support .ni-rebrand-button a {
    float: right;
    margin-top: 36px;
    margin-right: 12px;
}

.ni-megamenu-support a~p {
    margin-top: 8px;
}

.ni-megamenu-desktop .title-with-view-all {
    min-height: 23px;
    margin-bottom: 7px;
    display: block;
}

.ni-megamenu-desktop .title-with-view-all .h3 {
    height: unset;
    margin-bottom: 0;
}

.ni-megamenu-desktop .link-with-arrow {
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0 20px 0 0;
    white-space: normal;
    font-family: FoundersGrotesk, Arial, sans-serif;
    border-bottom: 1px solid #ccdcc8;
    max-width: 255px;
}

.ni-megamenu-desktop .link-with-arrow::before {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translate(0, 50%);
    right: 0;
    height: 12px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%2303B585' stroke-width='1.371'%3E%3Cg%3E%3Cpath d='M.514 5.021L10.8 5.021M7.37 9.8L12.171 5.021 7.37.469' transform='translate(-638 -1372) translate(639 1373)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ni-megamenu-desktop .link-with-arrow:hover {
    color: inherit;
}

.ni-megamenu-desktop .learn-more-link {
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0 20px 0 0;
    white-space: normal;
    font-family: FoundersGrotesk, Arial, sans-serif;
    border-bottom: 1px solid white;
    width: 84%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #008053;
}

.ni-megamenu-desktop .learn-more-link::before {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translate(0, 50%);
    right: 0;
    height: 12px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='white' stroke-width='1.371'%3E%3Cg%3E%3Cpath d='M.514 5.021L10.8 5.021M7.37 9.8L12.171 5.021 7.37.469' transform='translate(-638 -1372) translate(639 1373)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ni-megamenu-desktop .learn-more-link:hover {
    color: inherit;
}

.ni-megamenu-desktop .ni-rebrand-button a {
    display: block;
    min-width: 160px;
    text-align: center;
    padding: 11px 15px 7px 15px;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #044123;
    border-radius: 15px 10px 10px 0;
    text-decoration: none;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #f4f4f4 !important;
}

@media only screen and (min-width: 1120px) {
    .mobile-nav {
        display: none !important;
    }
}

.mobile-nav .ni-rebrand-button a {
    display: block;
    min-width: 160px;
    text-align: center;
    padding: 11px 15px 7px 15px;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid transparent;
    background-color: #044123;
    border-radius: 15px 10px 10px 0;
    text-decoration: none;
    font-family: FoundersGrotesk, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: #f4f4f4 !important;
}

.ni-megamenu-title {
    display: block;
    height: 30px;
    font-family: FinancierDisplay;
    font-size: 28px;
    font-weight: 400;
    line-height: 0.82;
    color: #044123;
    margin-bottom: 8px;
}

.ni-wrapper-header .view-all-link {
    color: #008053;
    padding: 0;
    padding-top: 14px;
    white-space: break-spaces;
    line-height: 1;
    position: relative;
    text-decoration: underline;
}

.ni-megamenu-mobile .title-with-view-all {
    display: block;
}

.ni-megamenu-mobile .view-all-link {
    font-size: 18px;
    padding: 12px 18px;
}

.ni-megamenu-mobile .link-with-arrow {
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0 20px 0 0;
    white-space: normal;
    font-family: FoundersGrotesk, Arial, sans-serif;
    border-bottom: 1px solid #ccdcc8;
    margin-left: 18px;
    margin-top: 40px;
    font-size: 16px !important;
    line-height: 20px;
}

.ni-megamenu-mobile .link-with-arrow::before {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translate(0, 50%);
    right: 0;
    height: 12px;
    width: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg stroke='%2303B585' stroke-width='1.371'%3E%3Cg%3E%3Cpath d='M.514 5.021L10.8 5.021M7.37 9.8L12.171 5.021 7.37.469' transform='translate(-638 -1372) translate(639 1373)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.ni-megamenu-mobile .link-with-arrow:hover {
    color: inherit;
}

@media only screen and (min-width: 720px) {
    .ni-megamenu-mobile .alt-menu-ul {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1024px) {
    .ni-megamenu-mobile .alt-menu-ul {
        padding-left: 80px;
    }
}

.ni-megamenu-mobile .alt-menu-ul li * {
    max-width: 335px;
}

.ni-megamenu-mobile .back-mega-menu-link {
    margin-left: 0;
    font-size: 16px !important;
    padding-bottom: 6px;
    display: flex;
}

.ni-megamenu-mobile .back-mega-menu-link:before {
    content: url("data:image/svg+xml,%3Csvg fill='%23006b46' height='11px' width='11px' version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.436 407.436' transform='matrix(-1, 0, 0, 1, 0, 0)' stroke='%23006b46' stroke-width='25'%3E%3Cpolygon points='112.814,0 91.566,21.178 273.512,203.718 91.566,386.258 112.814,407.436 315.869,203.718 '%3E%3C/polygon%3E%3C/svg%3E");
    padding-right: 6px;
}

.ni-megamenu-mobile .note+.link-with-arrow {
    margin-top: 24px;
}

@media only screen and (min-width: 1201px) {
    .ni-megamenu-products .ni-live-image:first-of-type {
        background-image: url(//ni.scene7.com/is/image/ni/pc_based_system_small?fmt=png-alpha);
    }

    .ni-megamenu-products .ni-live-image:nth-of-type(2) {
        background-image: url(//ni.scene7.com/is/image/ni/c-rio-9045-v-1-r-1-cl?fmt=png-alpha);
    }

    .ni-megamenu-products .ni-live-image:nth-of-type(3) {
        background-image: url(//ni.scene7.com/is/image/ni/pxi-1092-v-1-r-1-cl?fmt=png-alpha);
    }

    .ni-megamenu-products .ni-live-image:nth-of-type(4) {
        background-image: url(//ni.scene7.com/is/image/ni/teststand-1?fmt=png-alpha);
    }
}

@media only screen and (max-width: 1200px) {
    .ni-megamenu-products .ni-live-image:first-of-type {
        background-image: url(//ni.scene7.com/is/image/ni/pc_based_system_tablet?fmt=png-alpha);
    }

    .ni-megamenu-products .ni-live-image:nth-of-type(2) {
        background-image: url(//ni.scene7.com/is/image/ni/c-rio-9045-v-1-r-1-cl-tablet?fmt=png-alpha);
    }

    .ni-megamenu-products .ni-live-image:nth-of-type(3) {
        background-image: url(//ni.scene7.com/is/image/ni/pxi-1092-v-1-r-1-cl-tablet?fmt=png-alpha);
    }

    .ni-megamenu-products .ni-live-image:nth-of-type(4) {
        background-image: url(//ni.scene7.com/is/image/ni/teststand-tablet?fmt=png-alpha);
    }
}

.ni-megamenu-support .ni-rebrand-button {
    display: block;
}