/*Poppins Font import*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body .wrapper.bg-black .header ul.navicons li ul { right: -320px };
.cards_cta_max_width .card .cmp-btn a{ max-width: 16rem !important };

html,
body {
  font-family: "Poppins", "Open Sans" !important;
  
}
.cmp-a {
  font-family: "Poppins", "Open Sans" !important;
}
body {
    padding-top: 74px;
    color: #333;
    letter-spacing: .015em;
	font-family: "Poppins", "Open Sans" !important;
}

a:hover {
    color: #ea1010;
    text-decoration: none
}

hr {
    margin-top: .5rem;
    margin-bottom: .5rem
}

h1 {
    font-size: 2.625rem
}

.fs-56 {
    font-size: 3.5rem !important
}

.fs-48 {
    font-size: 3rem !important
}

.fs-42 {
    font-size: 2.625rem !important
}

.fs-40 {
    font-size: 2.5rem !important
}

.fs-38 {
    font-size: 2.375rem !important
}

.fs-28 {
    font-size: 1.75rem !important
}

.fs-14, .small, small {
    font-size: .875rem !important
}

.fs-13 {
    font-size: .8125rem
}

.lh-normal {
    line-height: normal
}

.article .card a:hover, .cmp-a.text-btn:hover, .cmp-btn--primary .cmp-a.text-btn:hover, .cmp-btn--secondary a:not([href]), .cmp-btn--secondary-trans a:not([href]), .font-color-mcafee-red, html .slider-tabs .tab:hover {
    color: #ea1010
}

.cmp-btn--secondary a:not([href]):hover, .cmp-btn--secondary-trans a:not([href]):hover {
    color: #ea1010;
    border-color: #ea1010
}

.article .card {
    background: #292929
}

.article .card a {
    color: #fff
}

.article .card .cmp-card__img {
    padding: 0
}

.cmp-a {
    padding: .645rem .85rem
}

.cmp-btn--primary .cmp-a {
    background-color: #ea1010;
    border-color: #ea1010
}

.cmp-btn--sm .cmp-a {
    padding: .5rem 1.56rem;
    font-size: inherit
}

.cmp-btn--secondary .cmp-a, .cmp-btn--secondary-trans .cmp-a {
    color: #ea1010;
    border-color: #ea1010
}

.cmp-btn--primary .cmp-a.text-btn {
    background-color: transparent;
    border-color: transparent;
    color: inherit
}

.cmp-a.white {
    border: 1px solid #fff;
    color: #fff
}

.cmp-btn--primary .cmp-a.text-btn:after {
    content: "\f054";
    font-family: "Font Awesome";
    font-style: normal;
    padding-left: .75rem;
    font-size: 14px;
    color: #ea1010;
    font-weight: 100
}

.cmp-text p:last-child {
    margin-bottom: 1rem
}

.select-styled {
    position: relative;
    float: left
}

.select-styled:after {
    content: '\f078';
    font-family: "Font Awesome";
    color: #fff;
    right: 11px;
    top: 12px;
    position: absolute;
    font-size: 12px;
    pointer-events: none
}

select::-ms-expand {
    display: none
}

.select-styled select {
    -webkit-appearance: none;
    width: 356px;
    height: 44px;
    padding: 0 24px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.select-styled select:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, .2)
}

.select-styled option {
    color: #fff;
    background: #000
}

.select-styled.dark select {
    color: #333;
    border: 1px solid #333
}

.select-styled.dark:after {
    color: #333
}

.select-styled.dark option {
    color: #333;
    background: #fff
}

.fa-angle-down:before {
    content: "\f107";
    font-family: "Font Awesome"
}

.fa-globe:before {
    content: "\f0ac";
    font-family: "Font Awesome"
}

.fa-user:before {
    content: "\f007";
    font-family: "Font Awesome"
}

a.icon-acct:before {
    content: '';
    margin-right: .2rem;
    width: .95rem;
    height: .95rem;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'/></svg>")
}

.fa-chevron-left:before {
    content: "\f053";
    font-family: "Font Awesome";
    font-style: normal
}

.fa-chevron-down:before {
    content: "\f078";
    font-family: "Font Awesome"
}

.max-w-100 img {
    max-width: 100%
}

@media(max-width:1199.98px) and (min-width:991.98px) {
    .cmp-a {
        min-width: 10rem
    }
}

@media(min-width:1199.98px) {
    .cmp-flexcard__img.w-5050 {
        width: 50%
    }

    .cmp-flexcard__img.w-5050 img {
        width: 105%
    }

    .cmp-flexcard__body.w-5050 {
        width: 50%
    }
}

@media(max-width:768px) {
    .main__section--image.gradient {
        height: auto !important;
        background-color: #000 !important;
        background-image: none !important
    }

    .main__section--image.gradient:before {
        content: none !important
    }

    .gradient .cmp-image img {
        width: 100%;
        margin-bottom: 1rem
    }

    .select-styled select {
        width: 100%;
        padding: 0 28px 0 12px;
        min-width: 300px
    }
}

@media(min-width:576px) {
    .card-deck .card, .main__section--card-deck>.card__container--type .card, .main__section--card-deck>.main__section--wrapper>.main__section--wrapper-container>.card__container--type .card {
        flex: 1
    }
}

@media(max-width:991.98px) {
    .zitouna.card-deck {
        display: flex;
        flex-direction: column
    }

    .zitouna.card-deck .card {
        margin-bottom: 3rem
    }

    .zitouna.card-deck .card-body {
        padding: 0 !important
    }

    .zitouna.card-deck .cmp-a {
        min-width: 100%
    }

    .zitouna.card-deck .card .cmp-divider:last-child {
        display: none
    }

    .order1 {
        order: 1
    }

    .order2 {
        order: 2
    }

    .order3 {
        order: 3
    }

    .m-hide {
        display: none
    }

    .m-mb-0 hr {
        margin-bottom: 0
    }
}

@media(max-width:575.98px) {
    .cmp-flexcard__img img {
        max-width: 100%;
        height: auto
    }

    .cmp-a {
        display: block;
        width: 100%
    }

    .s-hide {
        display: none
    }

    .fs-56 {
        font-size: 2.5rem !important
    }

    .fs-42, h1 {
        font-size: 2rem !important
    }

    .fs-36 {
        font-size: 1.75rem !important
    }

    .fs-28 {
        font-size: 1.5rem !important
    }

    .fs-24 {
        font-size: 1.25rem !important
    }

    .fs-20 {
        font-size: 1.125rem !important
    }

    .fs-18 {
        font-size: 1rem !important
    }

    .lh-32 {
        line-height: normal
    }

    .cmp-tab__title__link {
        text-align: left
    }

    .cmp-footer .lh-32 {
        line-height: 2
    }

    a {
        overflow-wrap: break-word;
        word-wrap: break-word
    }
}

.main__section--image.gradient {
    background-attachment: fixed;
    background-position: left 74px;
    position: relative;
    min-height: 76vh
}

@media(max-height:768px) and (min-width:992px) {
    .main__section--image.gradient {
        min-height: 100vh
    }
}

.main__section--image.gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 65%, #000 100%, rgba(21, 21, 21, .9) 97%)
}

.main__section.cq-Editable-dom>.main__section--image.gradient {
    background-attachment: inherit;
    min-height: auto
}

@supports(-webkit-overflow-scrolling:touch) {
    .main__section--image.gradient {
        background-attachment: scroll;
        background-position: left 0 !important
    }
}

@media(max-width:1199.98px) {
    .cmp-flexcard--img-right {
        flex-direction: column-reverse !important
    }
}

.zitouna .cmp-accordion__title>a:after {
    display: none
}

.zitouna.card-deck .card-body {
    padding: .5rem 0
}

.zitouna.card-deck .cmp-card {
    padding-bottom: 0
}

.zitouna.card-deck .card-footer {
    background-color: transparent;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.cmp-card.cmp-card--badge-box-primary {
    border-color: rgba(0, 0, 0, .125) !important
}

.cmp-card.cmp-card--badge-box-primary .cmp-card__badge .badge-category {
    width: 100%;
    background-color: #ea1010;
    font-size: 100%;
    padding: .3rem
}

.cmp-collapse {
    cursor: pointer
}

.cmp-collapse i {
    padding-right: .625rem;
    color: #939599;
    font-size: .875rem;
    font-weight: 500
}

.cmp-collapse a:hover, .cmp-collapse a:not([href]):hover {
    color: #ea1010
}

.cmp-collapse__content {
    padding-left: 1.375rem
}

.cmp-collapse__container {
    padding: .9375rem 1.5rem 0
}

.card-deck.zitouna .cmp-collapse__title__collapseLabel>p, .card-deck.zitouna .cmp-collapse__title__expandLabel>p, .cmp-footer .cmp-collapse__title__collapseLabel>p, .cmp-footer .cmp-collapse__title__expandLabel>p {
    display: flex;
    align-items: baseline
}

.cmp-accordion__title>a[aria-expanded=true]:after {
    content: "\f068";
    transform: none
}

.cmp-accordion__title>a:after {
    content: "\f067";
    font-family: 'Font Awesome';
    position: absolute;
    font-size: 1rem;
    left: 0;
    right: auto;
    top: 2.4rem;
    margin-top: -1.95rem;
    color: #939599
}

.cmp-accordion .cmp-accordion__title__link {
    padding-left: 2rem
}

.cmp-accordion__content {
    padding: 0 2rem 0 3.3rem
}

.cmp-accordion button {
    background: 0 0 !important;
    border: 0;
    padding: 0 !important;
    cursor: pointer
}

.cmp-image.grayed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5
}

.animate {
    animation-duration: .4s
}

.slideIn {
    animation-name: slideIn
}

@keyframes slideIn {
    0% {
        transform: translateY(-3rem);
        opacity: 0
    }

    100% {
        transform: translateY(0)
    }

    0% {
        transform: translateY(-3rem)
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media(max-width:1024px) {
    body {
        padding-top: 55px
    }

    .main__section--image.gradient {
        background-position: unset
    }

    _:-ms-fullscreen, :root .main__section--image.gradient {
        background-position: 0 56px
    }
}

body {
    overflow-x: hidden
}

.buttons .button {
    margin-right: 10px
}

html body {
    width: 100%;
    max-width: 100%
}

.global-component, .global-component h4 {
    color: #fff
}

.pos-rel {
    position: relative
}

.ca, .ca-recur, .ca-recur * {
    text-align: center;
    margin: auto
}

.global-component {
    background-image: linear-gradient(0deg, #641008 0, #000 89%);
    width: 100%
}

.global-component .grad-back {
    background-size: cover;
    padding: 6rem 1rem 10rem;
    position: relative
}

.global-component .grad-back .global-row {
    z-index: 1;
    position: relative
}

.grad-back:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(100, 16, 8, .58) 0, rgba(0, 0, 0, .78) 89%)
}

.global-component h2 {
    font-size: 42px;
    padding: 4rem 0 5rem;
    font-weight: 600;
    opacity: .9
}

.global-component .global-col {
    padding: 1rem 0
}

.global-component .global-col .stat1 {
    font-size: 3rem;
    font-weight: 600;
    opacity: .9
}

.global-component .global-col .stat2 {
    font-size: 2.25rem;
    opacity: .7
}

.award-component .card.award-card p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    max-width: 250px;
    margin: auto;
    position: relative;
    top: 10px
}

.award-component .card.award-card {
    text-align: center;
    color: #fff;
    min-height: 170px
}

.award-component {
    background: #000
}

.award-component .left, .award-component .right {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 9px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    z-index: 999999999;
    color: #fff;
    position: absolute;
    bottom: 42%
}

.award-component .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.award-component .award-sub-text, .award-component h4 {
    color: #fff;
    text-align: center
}

.award-component .award-sub-text {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 32px
}

.award-component h4 {
    font-size: 34px;
    line-height: 48px
}

.award-component {
    padding: 5rem 0
}

.sm-just {
    margin: auto
}

html body .col-lg-6.no-pad {
    padding: 0
}

#myCarousel3, #myCarousel3 .carousel-inner, #myCarousel3 .carousel-inner>.carousel-item {
    overflow: hidden
}

#myCarousel3 .carousel-control.left, #myCarousel3 .carousel-control.right {
    background: initial;
    width: 30%;
    color: #000;
    z-index: 10;
    top: -10px
}

.mobile-only {
    display: none
}

.item {
    transition-property: opacity
}

.active.left, .active.right, .item {
    opacity: 0
}

.active, .next.left, .prev.right {
    opacity: 1
}

.active.left, .active.right, .next, .prev {
    left: 0;
    transform: translate3d(0, 0, 0)
}

.carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}

.item:nth-child(1) {
    background: #74c390
}

.item:nth-child(2) {
    background: #51bce8
}

.item:nth-child(3) {
    background: #e46653
}

#slider-container {
    width: 100%;
    min-height: 720px;
    background: #000;
    position: relative;
    overflow: hidden
}

.slider-tabs {
    display: none
}

.slick-list, .slick-track, .slider {
    height: 100%
}

.slideitm, .slider .image:after {
    width: 100%;
    background-size: cover
}

.slideitm {
    background-repeat: no-repeat;
    background-position: 0 1%;
    min-height: 725px
}

.slider .bg-image {
    display: block;
    width: 100%;
    position: relative
}

.slider .image {
    position: relative
}

.slider .image:after {
    content: '';
    position: absolute;
    background-image: url(/content/dam/npcld/ecommerce/en-us/hp/mobile-gradient.png);
    height: 50%;
    bottom: 0
}

.slideitm h2 {
    font-size: 36px;
    color: #fff;
    line-height: 57px;
    margin-bottom: 2rem
}

.slideitm p {
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 2.5rem
}

.slideitm .note {
    padding-top: 10px
}

.slideitm p.note {
    font-size: 14px;
    line-height: 1.3
}

.apps {
    margin-top: 20px
}

.apps .button {
    display: inline-block;
    margin-right: 10px
}

.apps .button:last-of-type, .buttons.multiple .button:last-of-type {
    margin-right: 0
}

.buttons.single .button {
    width: 100%
}

.buttons.multiple .button {
    margin-right: 3%;
    min-width: 235px
}

.buttons .button {
    padding: 8px 20px;
    background: #ea1010;
    border: 1px solid #ea1010;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block
}

.buttons .button:hover {
    text-decoration: none;
    background-color: #7c1010;
    border-color: #7c1010;
    color: #fff
}

.buttons .button.outline {
    background: 0 0;
    border: 1px solid #fff
}

.buttons .button.outline:hover {
    text-decoration: none;
    color: #ea1010;
    border-color: #ea1010
}

.slick-dots {
    position: relative;
    bottom: .5rem;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    text-align: center
}

.slick-dots button {
    border: 1px solid #979797;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #000;
    color: #000;
    height: 1rem;
    width: 1rem;
    line-height: 1;
    text-indent: -99999px
}

@supports(-webkit-overflow-scrolling:touch) {
    .slick-dots button {
        padding: 0
    }
}

.slick-dots .active button {
    background: #d8d8d8
}

.slick-dots li {
    display: inline-block;
    margin: 0 .5rem
}

.slick-arrow.slick-disabled {
    display: none !important
}

.slider-tabs .slick-track {
    transform: none !important
}

.slideitm .content {
    max-width: 760px;
    width: 100%;
    float: none;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

@media only screen and (max-width:991px) {
    html body div.bg-image, html img.image {
        visibility: visible;
        position: relative;
        height: 250px
    }

    html .global-component .global-col {
        padding: 3rem 0 0
    }

    html body .global-component .grad-back {
        background-size: cover;
        padding: 5rem 1rem 5rem
    }

    .global-component h2 {
        padding: 7rem 1rem 1rem
    }

    html .global-component {
        background-image: linear-gradient(0deg, #641008 0, #000 89%);
        width: 100%
    }

    html .global-component h4 {
        font-size: 38px;
        padding: 0
    }

    html body .carousel-item .col, html body .carousel-item .col-lg-4 {
        float: left;
        display: block;
        padding-left: 5px;
        padding-right: 5px
    }

    html body .center-block, html body .mob-view.car {
        overflow: hidden;
        padding-top: 12px;
        padding-bottom: 12px
    }

    html body #myCarousel3 {
        min-width: 220%;
        position: relative;
        right: 60%;
        overflow: scroll
    }

    html .mobile-only, html body .mobile-only {
        display: block
    }

    .xs-no-disp, html .desktop-only, html body .desktop-only {
        display: none
    }

    .header ul.navlinks li .cmp-btn {
        margin: 3rem 0 7rem !important
    }
}

@media only screen and (min-width:991px) {
    html .desktop-only {
        display: block
    }

    .mob-view, html .mobile-only {
        display: none
    }
}

@media(max-height:768px) and (min-width:992px) {
    html #slider-container {
        min-height: 580px
    }

    #slider-container .slideitm {
        min-height: 580px
    }
}

@media screen and (max-width:575.98px) {
    #slider-container {
        min-height: 570px
    }

    .slideitm {
        min-height: 570px
    }

    .slideitm .price p {
        margin-bottom: 18px
    }

    .slideitm .note {
        padding-top: 0 !important
    }
}

@media screen and (max-width:739.98px) {
    .slideitm h2 {
        line-height: 1.2;
        margin-bottom: 25px
    }

    .slideitm p {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 25px
    }

    .slideitm .note {
        padding-top: 10px
    }
}

@media(max-height:720px) and (min-width:992px) {
    .main__section--wrapper.min-height-14 {
        min-height: 14rem
    }

    html #slider-container {
        min-height: 530px !important
    }

    #slider-container .slideitm {
        min-height: 530px !important
    }

    html .slideitm .content {
        padding-left: 30px
    }

    .slideitm p {
        font-size: 18px;
        line-height: 1.25
    }

    .slideitm .price p {
        margin-bottom: 20px
    }

    .slideitm h2 {
        margin-bottom: 20px;
        font-size: 38px
    }

    .slideitm .price .buttons.multiple .button {
        margin-bottom: .5rem
    }
}

@media(max-height:864px) and (min-width:992px) {
    html #slider-container {
        min-height: 660px
    }

    #slider-container .slideitm {
        min-height: 660px
    }
}

@media screen and (max-width:598.98px) {
    .slideitm .content {
        margin: 5px auto !important
    }

    .buttons.multiple .button {
        margin-bottom: 12px;
        width: 100%
    }

    .buttons .button {
        padding: 6px 45px
    }

    .slideitm h2 {
        font-size: 28px;
        margin-bottom: 18px
    }

    .slideitm p {
        font-size: 18px
    }

    .global-component h2 {
        font-size: 34px;
        padding: 1rem;
        line-height: 1.35
    }

    .global-component .global-col {
        font-size: 32px;
        line-height: initial
    }

    .global-component .global-col .stat1 {
        font-size: 2.25rem
    }

    .global-component .global-col .stat2 {
        font-size: 2rem
    }
}

@media screen and (max-width:899px) {
    html .slideitm {
        background: 0 0 !important
    }

    html .slider .devices {
        display: block;
        margin-top: 20px
    }

    html .apps, html .buttons {
        text-align: center
    }

    html .slider .devices img {
        display: block;
        margin: 0 auto
    }

    html .carousel-control {
        top: auto;
        transform: translate(0, -50%);
        bottom: -43px
    }

    html .carousel-control img {
        width: 25px
    }

    .slideitm .content {
        margin: 0 auto
    }

    .slideitm h2 {
        margin-bottom: 1rem
    }

    .slideitm p {
        margin-bottom: 2rem
    }

    .slideitm .fs-56 {
        font-size: 36px !important
    }
}

@media(max-width:374px) {
    .carousel-inner .content .content-desc {
        min-height: 250px
    }
}

@media(min-width:375px) and (max-width:599px) {
    .carousel-inner .content .content-desc {
        min-height: 210px
    }
}

@media(min-width:600px) and (max-width:899px) {
    .carousel-inner .content .content-desc {
        min-height: 240px
    }
}

@media(min-width:900px) and (max-width:999px) {
    html .slideitm .content {
        margin-top: 4.5rem
    }

    .carousel-inner .content .content-desc {
        min-height: 310px
    }
}

@media(min-width:1000px) and (max-width:1535px) {
    html .slideitm .content {
        margin-top: 3rem
    }

    .carousel-inner .content .content-desc {
        min-height: 280px
    }
}

@media screen and (min-width:1536px) {
    html .slideitm .content {
        margin-top: 6rem
    }

    .carousel-inner .content .content-desc {
        min-height: 310px
    }
}

@media screen and (-ms-high-contrast:none) {
    html .slideitm .content {
        margin-top: 3rem
    }

    html .slider-tabs {
        position: relative !important
    }

    .carousel-inner .content .content-desc {
        min-height: 290px
    }
}

@media screen and (min-width:900px) {
    .carousel-item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .8) 65%, #000 100%, rgba(21, 21, 21, .9) 97%)
    }

    html .buttons.single .button {
        width: auto
    }

    html .buttons.multiple .button {
        margin-right: 10px
    }

    html .slider .devices {
        display: block;
        margin-top: 20px
    }

    html .slideitm .content {
        padding-right: 10%;
        float: right
    }

    html .slideitm h2 {
        font-size: 42px
    }

    html .slider-tabs {
        background: rgba(41, 41, 41, .78);
        position: absolute;
        bottom: 0;
        z-index: 9;
        border-bottom: 5px solid rgba(230, 231, 232, .5);
        width: 100%;
        height: 93px;
        display: table
    }

    .hr-hr html .slider-tabs {
        display: none
    }

    html .slider-tabs .slick-list {
        overflow: visible
    }

    html .slider-tabs .tab {
        font-size: 18px;
        color: #fff;
        float: left;
        text-align: center;
        line-height: 22px;
        border-left: 1px solid rgba(230, 231, 232, .5);
        width: 25%;
        padding: 22px;
        display: table;
        height: 88px;
        cursor: pointer
    }

    html .slider-tabs .tab span {
        display: table-cell;
        vertical-align: middle
    }

    html .slider-tabs .tab:first-of-type {
        border-left: 1px solid rgba(32, 32, 31, 0)
    }

    html .slider-tabs .tab.active {
        background: #f2f2f2;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-size: 18px;
        color: #000;
        text-align: center;
        line-height: 22px;
        position: relative
    }

    html .slider-tabs .tab.active:before {
        content: url(/content/dam/npcld/ecommerce/en-us/hp/up.png);
        position: absolute;
        top: -16px;
        width: 31px;
        height: 16px;
        background-size: cover;
        z-index: 9999;
        left: 50%;
        transform: translate(-50%)
    }

    html .slick-dots, html .slider .bg-image {
        display: none
    }
}

ul.social {
    float: right;
    padding-top: 2.5rem
}

ul.social li {
    list-style-type: none;
    float: left
}

ul.social li a i {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all .2s ease-in-out;
    font-style: normal;
    padding-left: 3px
}

ul.social li a i:hover {
    background: #fff;
    color: #333
}

.fa-facebook {
    background: #4267b2
}

.fa-linkedin {
    background: #0073b1
}

.fa-twitter {
    background: #1da1f2
}

.fa-youtube-play {
    background: red
}

.fa-rss {
    background: #f60
}

.fa-facebook:before {
    content: "\f09a";
    font-family: "Font Awesome"
}

.fa-linkedin:before {
    content: "\f0e1";
    font-family: "Font Awesome"
}

.fa-twitter:before {
    content: "\f099";
    font-family: "Font Awesome"
}

.fa-youtube-play:before {
    content: "\f16a";
    font-family: "Font Awesome"
}

.fa-rss:before {
    content: "\f09e";
    font-family: "Font Awesome"
}

.cmp-footer {
    font-size: 15px
}

.cmp-footer .cmp-collapse__container {
    padding-left: 0
}

.cmp-footer .collapse_content li {
    padding-bottom: 2rem;
    line-height: 1.5;
    margin-left: -1.2rem;
    cursor: default
}

.cmp-footer a span:hover {
    color: #ea1010 !important;
    text-decoration: none
}

.cmp-footer hr {
    border-top: 1px solid #939599
}

.cmp-footer .cmp-card__body {
    line-height: 2;
    word-wrap: normal
}

.cmp-tab__contentlist .cmp-tab__tablist .cmp-tab__title .nav-link {
    padding: .5rem 1rem !important
}

.cmp-tab__contentlist .main__section--wrapper-container {
    max-width: 100% !important
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .header {
        background-color: #000
    }
}

@supports(-ms-ime-align:auto) {
    .header {
        background-color: #000
    }
}

.header .dropdown-toggle::after {
    border: 0
}

.wrapper:before {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0s ease 0s;
    transition: opacity 0s ease 0s
}

.header ol>li:before {
    display: none
}

.header .subnavlinks .navHdr {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #53565a
}

.header .subnavlinks .navHdr a {
    color: inherit
}

.header .navHdr:empty {
    margin-bottom: 1px
}

.header .navHdr a:hover {
    color: inherit
}

.header .hide {
    display: none !important
}

.nav-open {
    overflow: hidden
}

.nav-open .header {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.nav-open .header .container-fluid {
    background: #fff;
    height: calc(100vh)
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
    background-image: none;
    background-color: #262626
}

.wrapper.bg-black .header .dropdown-menu>li>a, .wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr, .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a, .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited {
    color: #fff
}

.wrapper.bg-black .header ul.navicons li.dropdown.open, .wrapper.bg-black .header ul.navlinks li.dropdown.open {
    background-color: transparent
}

.wrapper.bg-black .header .dropdown-menu {
    background-color: #000
}

.wrapper.bg-black .header ul.navicons li ul {
    right: -90px
}

.wrapper.bg-black .header .dropdown-menu>li>a {
    padding: 5px 10px
}

@media screen and (max-width:767px) {
    .header .subnavlinks .navHdr {
        font-size: 18px
    }
}

@media screen and (max-width:1024px) {
    .header .subnavlinks .navHdr {
        font-size: 22px;
        line-height: normal
    }

    .nav-open .wrapper:before {
        z-index: 9;
        opacity: 1;
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .nav-open .tools {
        opacity: 0
    }

    .nav-open #nav {
        opacity: 1;
        padding-bottom: 37px;
        visibility: visible;
        -webkit-transition: opacity .5s ease, visibility 0s linear 0s;
        transition: opacity .5s ease, visibility 0s linear 0s
    }
}

.header .dropdown, .header .dropup {
    position: relative
}

.header .dropdown-toggle:focus {
    outline: 0
}

.header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 8px 0;
    margin: 1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.header .dropdown-menu>li>a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.header .dropdown-menu>li>a:focus, .header .dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.header .dropdown-menu>.active>a, .header .dropdown-menu>.active>a:focus, .header .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.header .dropdown-menu>.disabled>a:focus, .header .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.header .open>.header .dropdown-menu {
    display: block
}

.header .cmp-btn--secondary-trans .cmp-a {
    color: #fff;
    border-color: #fff
}

.header .open>a {
    outline: 0
}

.header, .off-canvas.fixed .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.header:after, .header:before {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

.hamburger-btn {
    margin: 0;
    width: 80px;
    height: 80px;
    position: relative;
    float: right;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: none
}

@media screen and (max-width:1024px) {
    .hamburger-btn {
        width: 60px;
        height: 44px;
        display: block;
        margin-top: -3px
    }
}

.hamburger-btn span {
    width: 26px;
    height: 1px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    margin: -2px 0 0 -13px;
    z-index: 3
}

.modal-open .hamburger-btn span, .nav-active .hamburger-btn span, .nav-open .hamburger-btn span {
    opacity: 0
}

.modal-open .hamburger-btn span:first-child, .nav-active .hamburger-btn span:first-child, .nav-open .hamburger-btn span:first-child {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -2px 0 0 -13px
}

@media screen and (max-width:767px) {
    .modal-open .hamburger-btn span:first-child, .nav-active .hamburger-btn span:first-child, .nav-open .hamburger-btn span:first-child {
        margin: -1px 0 0 -11px
    }
}

.modal-open .hamburger-btn span:last-child, .nav-active .hamburger-btn span:last-child, .nav-open .hamburger-btn span:last-child {
    opacity: 1;
    margin: -2px 0 0 -13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media screen and (max-width:767px) {
    .modal-open .hamburger-btn span:last-child, .nav-active .hamburger-btn span:last-child, .nav-open .hamburger-btn span:last-child {
        margin: -1px 0 0 -11px
    }
}

.modal-open .hamburger-btn:hover span:first-child, .nav-active .hamburger-btn:hover span:first-child, .nav-open .hamburger-btn:hover span:first-child {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.modal-open .hamburger-btn:hover span:last-child, .nav-active .hamburger-btn:hover span:last-child, .nav-open .hamburger-btn:hover span:last-child {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.header .navbarContainer {
    display: table;
    width: 100%
}

.header .navbarContainer:after, .header .navbarContainer:before {
    display: table-cell;
    content: "";
    background: rgba(0, 0, 0);
    transition: background-color .8s ease
}

.header .
 {
    display: table-cell
}

.header .header-wrap {
    background: #000
}

.off-canvas .header .header-wrap, .off-canvas .header .navbarContainer:after, .off-canvas .header .navbarContainer:before {
    background: rgba(0, 0, 0, .9)
}

.header .navbarContent {
    width: 1500px
}

@media screen and (max-width:1024px) {
    .off-canvas .header, .off-canvas.fixed .header {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.header .dropdown-menu>li>a:focus, .header .dropdown-menu>li>a:hover {
    color: #FF1C1C !important;
    background: 0
}

.header .dropdown-menu>.active>a, .header .dropdown-menu>.active>a:focus, .header .dropdown-menu>.active>a:hover {
    color: #FF1C1C;
    background: 0
}

.header a.theme-toggle:before {
    content: "\f078";
    font-family: "Font Awesome";
    position: absolute;
    font-size: 1rem;
    color: #fff;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    line-height: 1
}

.header .header-wrap {
    padding: 10px 5% 2px;
    display: flex;
    flex-flow: row wrap
}

@media all and (-ms-high-contrast:none) {
    .header .header-wrap {
        padding: 10px 12% 2px 2%
    }
}

.header .logo-wrap {
    width: 108px;
    flex: 0 0 108px
}

.header .nav-wrap {
    flex: 1
}

.header .icons-wrap {
    flex: 0 0 80px
}

.header ul.navlinks {
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    margin: 0 65px;
    padding: 0;
    list-style-type: none
}

@media screen and (min-width:1024px) {
    .wrapper .header ul.navlinks li.dropdown.open {
        background: url(/content/dam/npcld/ecommerce/en-us/icons/carat.png) no-repeat center bottom
    }

    .wrapper.bg-black .header ul.navicons li ul {
        right: -90px
    }
}

.header ul.navlinks li a, .header ul.navlinks li a:visited {
    color: #fff;
    display: block;
    text-decoration: none;
    margin: 19px 25px 24px
}

.header ul.navlinks li .cmp-btn {
    margin: 3rem 0
}

.header ul.navlinks li .cmp-btn.button-pair {
    margin-top: -2rem
}

@media screen and (max-width:991px) {
    .header ul.navlinks li .cmp-btn.button-pair {
        margin-top: -6rem !important
    }
}

.header ul.subnavlinks li .cmp-btn a.cmp-a {
    display: inline-block;
    margin: 0;
    min-width: 270px;
    max-width: 270px
}

@media(max-width:575.98px) {
    .header ul.subnavlinks li .cmp-btn a.cmp-a {
        width: auto
    }
}

.header ul.navlinks li a.cmp-a {
    display: inline;
    margin: 0 0 60px 0;
    font-size: 14px
}

.header ul.navlinks li a:hover {
    color: #ccc
}

@media screen and (max-width:1460px) {
    .header ul.navlinks li a, .header ul.navlinks li a:visited {
        margin: 19px 15px 24px
    }
}

@media screen and (max-width:1100px) {
    .header ul.navlinks li a, .header ul.navlinks li a:visited {
        margin: 19px 7px 24px
    }
}

@media screen and (max-width:1024px) {
    .header ul.navlinks li a, .header ul.navlinks li a:visited {
        margin: 12px 18px 24px 0
    }
}

@media screen and (max-height:700px) {
    .header.new ul.navlinks li a, .header.new ul.navlinks li a:visited {
        margin: 13px 0 13px
    }
}

.header .logo-wrap .logo {
    display: block;
    height: 22px;
    width: 108px;
    margin: 16px 0;
    text-indent: -999px
}

.header .logo-wrap .logo:hover {
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s
}

.header.form-open .navicons a, .header.form-open ul.navlinks {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s linear, visibility 0s linear .3s;
    transition: opacity .3s linear, visibility 0s linear .3s
}

.header ul.navicons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header ul.navicons li:first-child {
    margin-right: 1.25rem
}

.header ul.navicons>li>a {
    color: #fff;
    margin: 16px 0 12px;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .header ul.navicons>li>a {
        margin: 16px 0 22px
    }

    .nav-open .header ul.navlinks {
        margin: 40px 0 0
    }

    .nav-open .header .nav-wrap ul.navlinks {
        padding: 10px 25px;
    }

    .nav-open .header .nav-wrap ul.navlinks li.open a.dropdown-toggle, .nav-open .header ul.navicons li.open a.dropdown-toggle {
        font-size: 20px
    }

    .wrapper.bg-black .header .dropdown-menu>li>a {
        font-size: 1.26em
    }
}

@media screen and (max-height:700px) {
    .header ul.navicons>li>a {
        margin: 16px 0 18px
    }
}

.header ul.navicons li.dropdown.open {
    background: url(/content/dam/npcld/ecommerce/en-us/icons/carat.png) no-repeat center bottom;
    padding-bottom: 1.25rem
}

@media screen and (max-width:1440px) {
    .header ul.navicons li.dropdown.open {
        padding-bottom: .825rem
    }
}

.header ul.navicons li.dropdown.no-icn-submenu.open {
    background: 0
}

@media screen and (max-width:1024px) {
    .header ul.navicons li a:before {
        font-size: 21px
    }

    .wrapper .header .dropdown-menu>li>a {
        font-size: 1.26em
    }

    .header ul.navicons li.dropdown.open {
        padding-bottom: 0
    }
}

@media screen and (min-width:1024px) {
    .header ul.navicons li a:hover {
        /*opacity: .75*/
    }
}

.header ul.navicons li ul {
    left: auto;
    top: 44px;
    border: 0
}

.header ul.navicons li ul a {
    font-size: 14px
}

.header ul.navicons li ul li:hover a {
    color: #FF1C1C
}

.header .tnav-item.dropdown, .header .tnav-item.dropup {
    position: static
}

.header .tnav-item.dropdown, .header .tnav-item.dropup {
    margin-top: -4px
}

.header .open .dropdown-menu {
    margin-top: 1px
}

@media all and (-ms-high-contrast:none) {
    .header .open .dropdown-menu, ::-ms-backdrop {
        margin-top: -4px
    }
}

.header .subnavContainer {
    display: none;
    border: 0;
    padding: 40px 25px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 87px;
    z-index: 15;
    -webkit-transition: all linear .3s;
    transition: all linear .3s
}

.header .subnavContainer.dropdown-menu {
    background-image: linear-gradient(to top, rgba(255, 255, 255, .98), #fff);
    background-color: inherit
}

.header .dropdown .dropdown-menu, .header .open .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    border-radius: 0;
    padding: 0;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0
}

.header .open .dropdown-menu {
    padding: 8px 0
}

@media screen and (min-width:1024px) {
    .header ul.navlinks .dropdown .dropdown-menu {
        height: 0;
        padding: 0
    }

    .header ul.navlinks .open .dropdown-menu {
        height: auto;
        padding: 60px 25px;
        transform: translate3d(0, 3px, 0) !important;
        top: 96px !important;
        margin-top: -26px !important
    }

    .header .open .dropdown-menu {
        max-height: 1000px;
        opacity: 1;
        margin-top: 17px
    }

    .wrapper.bg-black .header .open .dropdown-menu {
        margin-top: 5px;
        overflow: hidden
    }

    .wrapper.bg-black .header .navicons .open .dropdown-menu {
        margin-top: 20px;
        background: #262626;
        padding: 1rem 5rem 1rem 1rem
    }
}

.header .subnavContent {
    margin: auto;
    width: 1200px;
    clear: both
}

.header ul.subnavlinks {
    font-size: .85em;
    font-weight: 300;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: auto
}

.header ul.subnavlinks li {
    float: left;
    width: 30.3%
}
@media (min-width: 1025px) {
    .header ul.subnavlinks li {
        float: left;
        width: 29.3%
    }
}
@media (min-width: 1100px) {
    .header ul.subnavlinks li {
        float: left;
        width: 25.3%
    }
}
@media (min-width: 1200px) {
    .header ul.subnavlinks li {
        float: left;
        width: 28.3%
    }
}
@media (min-width: 1300px) {
    .header ul.subnavlinks li {
        float: left;
        width: 33.3%
    }
}

.header ul.subnavlinks li .navHdr {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    padding: 0 0 5px 0;
    display: inline-block;
    width: 85%;
    border-bottom: 1px solid #FF1C1C
}

.header ul.subnavlinks li ul {
    margin: 0 0 40px;
    padding: 0;
    list-style-type: none
}

.header ul.subnavlinks li ul li {
    float: none;
    width: 100%
}

.header ul.subnavlinks li ul li a, .header ul.subnavlinks li ul li a:visited {
    color: #333;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    text-decoration: none
}

.header .subnavlinks a:hover {
    color: #ea1010 !important;
    border-color: #ea1010 !important
}

.header ul.navicons>li>a {
    font-size: 14px
}

.header ul.navicons>li>a>i {
    margin-left: 8px;
    font-style: normal
}

.header .tnav-item.no-submenu {
    margin-top: -4px
}

@media screen and (max-width:1024px) {
    .wrapper .header .dropdown-menu>li>a {
        padding: 5px 10px 5px 0 !important
    }

    .header .dropdown .dropdown-menu, .header .navbarContainer:after, .header .navbarContainer:before, .header ul.navicons li.dropdown, .header ul.navlinks {
        display: none
    }

    .nav-open .wrapper:before {
        background: #333;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .header .subnavContent {
        width: auto
    }

    .nav-open .header .navbarContent {
        padding: 0 40px;
        background-color: #333;
        height: 100vh
    }

    .header .logo-wrap {
        position: absolute;
        left: 20px;
        top: 3px
    }

    .nav-open .header ul.navicons, .nav-open .header ul.navlinks {
        display: block;
        margin: 0
    }

    .header .header-wrap {
        padding: 1px 14px
    }

    .nav-open .header .header-wrap {
        background: 0;
        transition: background-color 0s ease
    }

    .header.form-open .logo-wrap .logo {
        opacity: 0;
        z-index: 0
    }

    .header ul.navicons {
        position: absolute;
        right: 60px;
        width: auto
    }

    .nav-open .header ul.navicons {
        right: auto
    }

    .header .dropdown-toggle:after, .header .dropdown-toggle:before {
        content: " ";
        display: table
    }

    .nav-open .header ul.navicons {
        margin: 0
    }

    .hamburger-btn span:first-child {
        margin: -10px 0 0 -13px
    }

    .hamburger-btn span:last-child {
        margin: 6px 0 0 -13px
    }

    .nav-open .hamburger-btn span:first-child {
        margin: -1px 0 0 -11px;
        opacity: 1
    }

    .nav-open .hamburger-btn span {
        opacity: 0
    }

    .nav-open .hamburger-btn span:last-child {
        margin: -1px 0 0 -11px;
        opacity: 1
    }

    .nav-open .header ul.navlinks {
        font-size: 1.4em;
        padding: 30px 0;
        border-bottom: 1px solid #666;
        margin: 60px 0 0;
        width: 100%
    }

    @media screen and (max-height:700px) {
        .nav-open .header ul.navlinks {
            font-size: 1.5em;
            padding: 10px 0
        }

        .nav-open .header ul.navicons {
            margin: 0
        }
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle:before, .nav-open .header ul.navlinks li.open a.nav:before {
        content: "\f053";
        font-family: "Font Awesome";
        position: fixed;
        font-size: 1.25rem;
        color: #fff;
        -webkit-transition: transform .3s;
        transition: transform .3s;
        top: 80px;
        left: 15px
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle, .nav-open .header ul.navlinks li.open a.dropdown-toggle {
        position: fixed;
        background: #333;
        font-size: 22px;
        color: #fff;
        top: 66px;
        left: 40px;
        width: 90%;
        margin-top: 11px;
        padding-top: 0
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        font-size: 22px;
        height: auto
    }

    .nav-open .header ul.navicons li.open a.dropdown-toggle {
        margin: 10px 0 17px
    }

    .header .icon-globe {
        display: none
    }

    .nav-open .header .icon-globe {
        display: block
    }

    .nav-open .hamburger-btn {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .nav-open .header .header-wrap {
        display: block;
        padding: 0
    }

    @media screen and (orientation:landscape) {
        .nav-open .header ul.navicons {
            margin: 0;
            position: absolute;
            top: 6.5rem;
            left: 34rem
        }

        .nav-open .header ul.navlinks {
            padding: 9px 0
        }
    }

    .nav-open .header ul.navicons li.dropdown {
        display: block
    }

    .header ul.navicons li a.entlink, .nav-open .header ul.navicons li a.icon-account, .nav-open .header ul.navicons li a.icon-acct, .nav-open .header ul.navicons li a.icon-contact, .nav-open .header ul.navicons li a.icon-globe {
        background: 0;
        color: #ccc;
        font-size: 1.2em;
        width: 100%;
        opacity: 1;
        text-decoration: none
    }

    .nav-open .header ul.navicons li a.icon-account:before, .nav-open .header ul.navicons li a.icon-contact:before {
        content: ""
    }

    .nav-open .header ul.navicons li:hover a.icon-account, .nav-open .header ul.navicons li:hover a.icon-acct, .nav-open .header ul.navicons li:hover a.icon-contact, ul.navicons li:hover a.entlink {
        color: #fff
    }

    .nav-open .header .dropdown .subnavContainer.dropdown-menu, .nav-open .header .dropdown ul.dropdown-menu {
        background: #333;
        display: block;
        opacity: 0;
        max-height: 0;
        min-height: calc(95vh - 40px);
        position: fixed;
        left: 120%
    }

    .header .dropdown.open ul.dropdown-menu, .header .subnavContainer.dropdown-menu {
        padding: 24px 25px 24px 0;
        position: fixed;
        background: #333;
        border: 0;
        min-height: calc(95vh - 40px);
        z-index: 25
    }

    .nav-open .header ul.subnavlinks li {
        float: none;
        width: 100%
    }

    .header ul.subnavlinks li .navHdr {
        color: #fff;
        font-size: 1.36em;
        border: 0;
        margin: 0
    }

    .header ul.subnavlinks li ul {
        border-bottom: 1px solid #666;
        padding-bottom: 20px;
        margin: 0 50px 30px 0
    }

    .header ul.subnavlinks li:last-child ul:last-child {
        border-bottom: 0
    }

    .header ul.subnavlinks li ul li a, .header ul.subnavlinks li ul li a:visited {
        color: #ccc;
        font-size: 1.23em;
        padding: 5px 0
    }

    .header ul.subnavlinks li ul li a:hover {
        color: #fff
    }

    .nav-open .header .dropdown .subnavContainer.dropdown-menu {
        background: #333;
        display: block;
        min-height: calc(95vh - 40px);
        position: fixed;
        left: 120%
    }

    .nav-open .header .consumer ul.dropdown-menu {
        opacity: 1;
        left: 0 !important;
        top: 0 !important;
        position: absolute;
        display: block;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
        margin: 3px 0 0 100px;
        max-height: inherit;
        min-height: 36px;
        min-width: fit-content;
        transition: none;
        padding: 0
    }

    .nav-open .header .dropdown.open .subnavContainer.dropdown-menu, .nav-open .header .dropdown.open ul.dropdown-menu {
        left: 0;
        opacity: 1;
        transition: left .4s linear;
        transform: translate3d(40px, 19px, 0) !important;
        top: 87px !important;
        box-shadow: none
    }

    .nav-open .header ul.navicons li a {
        line-height: 1.45
    }

    .header ul.navicons .dropdown.open {
        position: static
    }

    .header .dropdown.open ul.dropdown-menu {
        top: 86px
    }

    .header ul.navicons .dropdown.open ul.dropdown-menu a, .header ul.navicons .dropdown.open ul.dropdown-menu a:hover {
        background: 0;
        color: #fff
    }
}

@media screen and (max-width:767px) {
    .header .fa-globe, .header .fa-user, a.icon-acct:before {
        display: none !important
    }

    .header ul.navlinks .open .dropdown-menu {
        margin-top: 0 !important
    }

    .header .header-wrap {
        padding: 10px 2% 2px
    }

    ul.social {
        padding: 0;
        float: left
    }
}

@media screen and (max-width:1310px) {
    .header ul.navlinks {
        margin: 0 23px
    }
}

@media screen and (max-width:1331.98px) {
    .header .header-wrap {
        padding: 10px 2% 5px
    }
}

.v-lazy-image {
    filter: unset;
    transition: unset;
    -ms-transform: translateY(1.875rem);
    -webkit-animation: none;
    -webkit-transform: translateY(1.875rem);
    animation: none;
    opacity: 0;
    transform: translateY(1.875rem)
}

.v-lazy-image-loaded {
    filter: unset;
    -ms-transform: translate(0);
    -o-transition-duration: .4s;
    -o-transition-property: opacity, transform;
    -o-transition-timing-function: ease-in-out;
    -webkit-transform: translate(0);
    -webkit-transition-duration: .4s;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    opacity: 1;
    transform: translate(0);
    transition-duration: .4s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease-in-out
}

#myCarouselSlider>a>i.right {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 1rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    color: #fff;
    position: relative;
    top: -.7rem
}

#myCarouselSlider>a>i.left {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 1rem;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    color: #fff;
    position: relative;
    top: -.7rem
}

@media(max-width:991.98px) {
    #myCarouselSlider>a>i.left, #myCarouselSlider>a>i.right {
        padding: .75rem
    }
}

.youtube {
    background-color: #000;
    margin-bottom: 2rem;
    position: relative;
    width: 35rem;
    height: 20rem;
    overflow: hidden;
    cursor: pointer
}

@media screen and (max-width:575.98px) {
    .youtube {
        width: 100%;
        height: 10rem
    }
}

.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 6rem;
    height: 4rem;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube .play-button, .youtube img {
    cursor: pointer
}

.youtube .play-button, .youtube .play-button:before, .youtube iframe, .youtube img {
    position: absolute
}

.youtube .play-button, .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.main__section--image {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover
}

[v-cloak] {
    visibility: hidden
}

.vpn-deal1 .cmp-card__badge {
    background: #fff;
    color: #FF1C1C;
    height: 2.5rem;
    font-size: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.vpn-deal1 .badge-category:after, .vpn-deal1 .badge-category:before {
    display: none
}

.vpn-deal1 .badge-category {
    width: auto
}

.vpn-deal2 .cmp-card__badge {
    height: 2.5rem
}

@media(max-width:576px) {
    .vpn-deal2 {
        padding-right: 0 !important
    }
}

@media(max-width:576px), (max-width:991px) and (min-width:768.9px) {
    .vpn-deal1 {
        border-left: 0 !important;
        padding-left: 0 !important
    }

    .vpn-deal-container .cmp-card:first-child {
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 2.5rem !important
    }
}

.el-gr .header .navicons, .ru-ru .header .navicons {
    width: 190px
}

.ru-ru .header .navicons>li>a {
    margin: 16px 5px 12px
}

.cs-cz .header .navicons, .sk-sk .header .navicons {
    width: 135px
}

.ru-ru .select-styled select {
    width: auto;
    padding: 0 28px 0 12px
}

.it-it .header .navlinks, .ru-ru .header .navlinks {
    margin: 0 65px 0 50px
}

.pl-pl .header .navlinks {
    margin: 0 20px 0 55px
}

@media(max-width:1200px) and (min-width:576px) {
    .cs-cz .cmp-tab__title, .de-ch .cmp-tab__title, .ru-ru .cmp-tab__title, .sk-sk .cmp-tab__title__link * {
        font-size: .875rem
    }
}

@media(max-width:1240px) and (min-width:1080px) {
    .da-dk .cmp-tab__title__link *, .fi-fi .cmp-tab__title__link * {
        font-size: .875rem
    }
}

@media screen and (max-width:1080px) {
    .fi-fi .cmp-tab__contentlist .cmp-tab__title {
        padding-bottom: 1rem !important
    }

    .da-dk .cmp-tab__tablist, .de-ch .cmp-tab__tablist, .fi-fi .cmp-tab__tablist {
        align-items: flex-start;
        flex-direction: column
    }

    .da-dk .cmp-tab__title, .de-ch .cmp-tab__title, .fi-fi .cmp-tab__title {
        flex-basis: auto
    }
}

@media screen and (max-width:920px) {
    .el-gr .cmp-tab__tablist, .fr-ch .cmp-tab__tablist, .hu-hu .cmp-tab__tablist, .nb-no .cmp-tab__tablist, .ru-ru .cmp-tab__tablist {
        align-items: flex-start;
        flex-direction: column
    }

    .el-gr .cmp-tab__title, .fr-ch .cmp-tab__title, .hu-hu .cmp-tab__title, .nb-no .cmp-tab__title, .ru-ru .cmp-tab__title {
        flex-basis: auto
    }
}

@media(min-width:1198.99px) {
    .el-gr .header .navlinks>li>a, .es-pa .header .navlinks>li>a, .hr-hr .header .navlinks>li>a {
        margin: 19px 28px 24px
    }

    .hu-hu .header .navlinks>li>a {
        margin: 19px 13px 24px
    }

    .de-ch .header .navlinks>li>a, .fr-ch .header .navlinks>li>a, .it-it .header .navlinks>li>a, .nb-no .header .navlinks>li>a {
        margin: 19px 23px 24px
    }

    .hu-hu .header .navlinks>li>a, .pl-pl .header .navlinks>li>a, .pt-pt .header .navlinks>li>a {
        font-size: 14px;
        margin: 20px 25px 25px
    }

    .nl-nl .header .navlinks>li>a, .ru-ru .header .navlinks>li>a {
        margin: 19px 17px 24px
    }

    .sk-sk .header .navlinks>li>a {
        margin: 19px 20px 24px
    }
}

@media(max-width:1198.99px) and (min-width:1024px) {
    .de-ch .header .navlinks>li>a, .el-gr .header .navlinks>li>a, .es-pa .header .navlinks>li>a, .nb-no .header .navlinks>li>a {
        font-size: 14px
    }

    .fr-ch .header .navlinks>li>a, .hr-hr .header .navlinks>li>a, .nb-no .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 16px 24px
    }

    .pl-pl .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 9px 24px
    }

    .hu-hu .header .navlinks>li>a, .it-it .header .navlinks>li>a, .pt-pt .header .navlinks>li>a, .sk-sk .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 13px 24px
    }

    .nl-nl .header .navlinks>li>a, .ru-ru .header .navlinks>li>a {
        font-size: 14px;
        margin: 19px 11px 24px
    }
}

@media screen and (max-width:1310px) {
    .ru-ru .header .navlinks {
        margin: 0 15px
    }
}

@media screen and (min-width:900px) {
    .hr-hr .slider-tabs {
        display: none
    }
}

@media screen and (min-width:1536px) {
    .ru-ru .carousel-inner .content .content-desc {
        min-height: 331px
    }
}

.header .header-wrap {
    align-items: baseline
}

.navicons {
    align-items: center
}

#loginbtn {
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 3px 30px;
    margin-right: 20px;
    display: inline-block;
    text-align: center
}

.header ul.navicons .dropdown-toggle:after, a.nav.dropdown-toggle:after {
    content: '';
    background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/nav-arrow.svg);
    height: 5px;
    width: 7px;
    background-repeat: no-repeat;
    display: inline-block
}

.header ul.navicons .open .dropdown-toggle:after, .open a.nav.dropdown-toggle:after {
    transform: rotate(180deg)
}

.wrapper.bg-black .header ul.navicons li ul {
    right: -240px;
    max-height: 100vh !important;
    opacity: 1;
    margin-top: 0;
    position: fixed;
    padding-top: 60px;
    height: 100vh
}

.wrapper.bg-black .header .close-slide-menu {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 20px;
    font-size: 40px;
    line-height: 15px;
    cursor: pointer;
    font-family: serif
}

.wrapper.bg-black .header .navicons .open .dropdown-menu {
    margin-top: 0;
    right: 0;
    padding-top: 60px
}

.header ul.navicons li#tnav9 {
    padding-bottom: 0;
    background: 0 0
}

#tnav9 .dropdown-toggle span {
    display: none
}

#tnav9 .dropdown-toggle svg {
    transition: .3s ease all
}

#tnav9.open .dropdown-toggle svg {
    transform: rotate(90deg)
}

@media screen and (max-width:1024px) {
    .header ul.subnavlinks {
        margin-top: 15px
    }

    .dropdown-toggle:after {
        content: '';
        background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/nav-arrow.svg);
        height: 5px;
        width: 7px;
        background-repeat: no-repeat;
        transform: rotate(-90deg)
    }

    .header ul.navicons li a.entlink {
        background: 0;
        color: #fff
    }

    .open .dropdown-toggle:after {
        display: none !important
    }

    #tnav9 .dropdown-toggle svg {
        display: none
    }

    #tnav9 .dropdown-toggle span {
        display: inline-block
    }

    .open .dropdown-menu {
        padding-top: 0 !important
    }

    .nav-open .header .dropdown.open .subnavContainer.dropdown-menu {
        left: -1px
    }

    .nav-open .header ul.navlinks li.open a.dropdown-toggle {
        left: 39px !important
    }

    .nav-open .header .dropdown.open ul.dropdown-menu {
        transform: translate3d(39px, 19px, 0) !important
    }

    #tnav9 .dropdown-toggle {
        font-size: 1.2em;
        margin: 0
    }

    #tnav9.open .dropdown-toggle {
        font-size: 22px;
        margin: 10px 0 17px;
        left: 39px
    }

    #tnav9.open .slide-menu li {
        padding: 6px 0
    }
}

@media screen and (min-width:1025px) {
    .navicons .dropdown-menu.show li {
        border-bottom: 1px solid #939598;
        padding: 7px
    }

    .dropdown-menu.show li:last-child {
        border-bottom: 0
    }

    .wrapper.bg-black .header .navicons .open .dropdown-menu {
        padding-left: 0;
        padding-right: 0;
        min-width: 320px
    }

    .wrapper.bg-black .header ul.navicons li ul {
        top: 0
    }
}

@media screen and (min-width:1025px) and (min-height:575px) {
    .navicons .dropdown-menu.show li {
        padding: 9px
    }
}

@media screen and (min-width:1025px) and (min-height:670px) {
    .navicons .dropdown-menu.show li {
        padding: 15px
    }
}

@media screen and (min-width:1033px) and (max-width:1075px) {
    .header ul.navlinks {
        margin: 0 20px !important
    }
}

@media screen and (min-width:1332px) and (max-width:1372px) {
    .header ul.navlinks {
        margin: 0 45px !important
    }
}

@media screen and (min-width:1206px) {
    .header ul.navicons li:first-child {
        margin-right: 3.25rem
    }
}

#hero {
    background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/woman-with-laptop-transparent-compressed1.png);
    background-size: auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-color: #94ccd9
}

#hero .container {
    display: flex;
    min-height: calc(100vh - 75px);
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 0 0 20px;
    position: relative
}

.split-top {
    margin-bottom: auto
}

#hero .button-row .btn-light {
    color: #000;
    opacity: .8;
    border: 1px solid #000
}

#hero .button-row .btn {
    font-weight: 700;
    border-radius: 40px
}

#hero .button-row .btn:hover {
    opacity: 1
}

@media(max-width:576px) {
    #hero {
        background-position: 47% 280px !important;
        background-size: 830px
    }

    #hero .button-row .btn {
        width: 100% !important
    }
}

@media(max-width:992px) {
    #hero {
        padding-top: 10px;
        background-color: #b2dde8;
        background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/woman-with-laptop-transparent.png);
        background-position: 35% 130px
    }

    #hero .button-row .btn {
        width: 365px
    }
}

#hero-title {
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
    color: #000;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 10px
}

#hero-copy:after {
    top: auto;
    bottom: 0;
    left: 50%
}

#hero-copy, #hero-price {
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color: #000;
    display: block;
    padding: 8px 0;
    max-width: 390px;
    position: relative;
    margin: 0 auto
}

#hero-price {
    padding-top: 0;
    font-size: 24px;
    padding: 0;
    font-weight: 600
}

@media(min-width:993px) {
    #hero {
        background-size: 750px;
        background-position: calc(100% + 200px) bottom
    }

    #hero .button-row .btn {
        width: 100%;
        max-width: 283px
    }

    #hero .container {
        padding: 50px 0 60px
    }

    #hero-title {
        font-size: 42px;
        line-height: 52px
    }

    #hero-copy, #hero-price {
        font-size: 24px;
        line-height: 33px;
        max-width: 485px
    }

    #hero-price {
        font-size: 28px;
        padding: 0
    }
}

@media screen and (min-height:815px) {
    #hero {
        background-size: 1000px;
        background-position: calc(100% + 200px) calc(100% - 100px)
    }

    #hero .container {
        min-height: calc(100vh - 180px)
    }
}

@media screen and (min-height:937px) {
    #hero .container {
        min-height: calc(100vh - 230px)
    }
}

@media only screen and (device-width:428px) and (device-height:926px) and (-webkit-device-pixel-ratio:3) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        padding: 0 0 120px !important
    }
}

@media only screen and (device-width:414px) and (device-height:896px) and (-webkit-device-pixel-ratio:3) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        padding: 0 0 120px !important
    }
}

.btn-primary {
    background-color: #ea1010 !important
}

@media all and (-ms-high-contrast:none) {
    .split-bottom, ::-ms-backdrop {
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 50px
    }
}

@media only screen and (device-width:768px) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero {
        background-position: 35% 100%;
        background-size: 1000px
    }

    #hero .container {
        min-height: calc(100vh - 115px)
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1024px) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero {
        background-size: 1000px;
        background-position: 350px 77px
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero {
        background-size: 1300px;
        background-position: calc(100% + 150px) calc(100% - 100px)
    }
}

@media (max-width:1370px) {
    html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
        margin: 19px 21px 24px
    }
}

@media (max-width:1090px) {
    html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
        margin: 19px 10px 24px
    }
}

@media(max-width:576px) and (max-height:700px) {
    #hero {
        background-position: 47% 335px !important;
        background-size: 550px !important
    }

    #hero .container {
        min-height: calc(100vh - 70px)
    }
}

@media (max-width:420px) and (min-height:725px) {
    #hero {
        background-position: 47% 347px !important;
        background-size: 670px !important
    }
}

@media (max-width:1024px) {
    .hero-large-container {
        display: none
    }
}

@media only screen and (max-width:900px) and (orientation:landscape) and (hover:none) and (pointer:coarse) {
    #hero {
        background-size: 640px !important;
        background-position: bottom right !important;
        background-attachment: unset !important
    }

    #hero .container {
        min-height: calc(200vh - 75px)
    }

    .split-top {
        margin-bottom: unset
    }

    .split-bottom {
        margin-bottom: auto
    }

    .split-bottom .d-lg-none {
        flex-direction: row !important;
        align-items: baseline
    }

    #hero .button-row .btn {
        width: 210px;
        display: inline-block
    }

    #hero-title {
        font-size: 22px;
        line-height: 20px
    }

    #hero-copy {
        font-size: 16px !important;
        padding: 0;
        line-height: 1.5
    }

    #hero-price {
        font-size: 18px
    }

    #hero-price span {
        font-size: 26px !important
    }

    #hero-legal {
        margin-bottom: 5px;
        padding: 0 !important
    }
}

@media (max-width:1370px) {
    html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
        margin: 19px 21px 24px
    }
}

@media (max-width:400px) {
    html body span.rteFontColor.font-color-white u {
        letter-spacing: -.5px
    }
}

@media (max-width:388px) {
    html body #hero .container.container-hid {
        display: flex;
        min-height: calc(100vh - 100px)
    }
}

@media (max-width:1190px) {
    html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
        margin: 19px 10px 24px
    }
}

@media only screen and (min-height:900px) and (orientation:portrait) and (hover:none) and (pointer:coarse) {
    #hero {
        background-position: calc(100% + 75px) 290px
    }
}

.savings-banner {
    position: absolute;
    width: 100%;
    z-index: 9
}

@media screen and (max-width:1024px) {
    .header ul.subnavlinks {
        padding-bottom: 100px
    }
}

@media only screen and (device-width :375px) and (device-height :812px) and (-webkit-device-pixel-ratio :3) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero-legal {
        font-size: .65rem !important
    }
}

@media(max-width:576px) and (max-height:700px) {
    #hero {
        background-position: 47% 335px !important;
        background-size: 550px !important
    }

    #hero .container {
        min-height: calc(100vh - 70px)
    }
}

@media (max-width:420px) and (min-height:725px) {
    #hero {
        background-position: 47% 347px !important;
        background-size: 670px !important
    }
}

@media (max-width:992px) {
    #hero .container {
        padding: 2px 0 20px !important
    }
}

@media (max-width:576px) {
    #hero-legal {
        letter-spacing: 0;
        line-height: 1
    }
}

@media only screen and (min-device-width:375px) and (min-device-height:812px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        min-height: calc(100vh - 190px) !important
    }
}

@media only screen and (min-device-width:414px) and (min-device-height:896px) and (-webkit-device-pixel-ratio:2) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero .container {
        min-height: calc(100vh - 190px) !important
    }
}

.hero-large-container .container {
    position: absolute !important
}

@media (min-width:993px) {
    #hero-title {
        margin-top: 30px
    }
}

@media (min-width:993px) and (min-height:969px) {
    #hero-title {
        margin-top: 60px
    }
}

@media only screen and (max-device-width:1024px) and (min-device-width:481px) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }

    #hero-title {
        margin-top: 50px
    }
}

@media only screen and (max-width:575px) {
    #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }
}

@media only screen and (max-height:525px) {
    html body #hero .button-row .btn {
        position: relative;
        bottom: 0 !important
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 60px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 60px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 60px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 70px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 70px
    }
}

@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {
    html #hero .button-row .btn {
        position: relative;
        bottom: 40px
    }
}

.ip-detection-cntr {
    color: #fff;
    min-height: 70px;
    align-items: center;
    margin: 0 auto;
    background-color: #444
}

.ip-detection-cntr .ipd-left {
    flex: 0 0 28%;
    font-size: .8rem
}

.ip-detection-cntr .ipd-right {
    display: flex;
    align-items: center;
    margin: 0 39px
}

.ip-detection-cntr .ipd-right .culture-select {
    min-width: 300px;
    color: #fff !important;
    height: 38px;
    padding-left: 8px;
    font-size: .96rem;
    background-color: #575757;
    border: 1px solid #707070;
    border-radius: 4px;
    outline: 0
}

.ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
    min-width: 300px;
    color: #fff !important;
    background-color: #575757;
    text-decoration: none;
    display: inline-block;
    margin: 6px
}

.ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
    transform: rotate(0)
}

.ip-detection-cntr .ipd-right .ipd-close {
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 100;
    outline: 0
}

.ip-detection-cntr .ipd-right .ipd-continue {
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #07c;
    color: #fff;
    padding: .45rem 1.56rem;
    border-radius: 4px !important;
    height: 38px;
    margin: 0 15px;
    outline: 0
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
    max-height: 390px;
    overflow-y: scroll;
    min-width: 324px;
    margin-left: -16px;
    margin-top: 8px;
    background-color: #575757
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-header {
    margin-left: -10px;
    color: #fff;
    opacity: .8
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-item {
    color: #fff !important
}

.ip-detection-cntr .ipd-right .culture-select .dropdown-item:hover {
    background-color: #666
}

@media (max-width:300px) {
    .ip-detection-cntr {
        margin-left: -21px !important
    }
}

@media (max-width:576px) {
    .ip-detection-cntr {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 100px !important;
        align-items: flex-start
    }

    .ip-detection-cntr .ipd-left {
        width: 80% !important;
        min-height: 40px;
        margin: 0 5px 12px !important
    }

    .ip-detection-cntr .ipd-right {
        width: 90%;
        margin: 0 4px !important
    }

    .ip-detection-cntr .ipd-right .ipd-continue {
        padding: .45rem .78rem
    }

    .ip-detection-cntr .ipd-right .ipd-close-btn {
        position: absolute;
        top: 5px !important;
        right: 25px !important
    }

    .ip-detection-cntr .ipd-right .culture-select {
        min-width: 150px !important
    }

    .ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
        min-width: 150px !important
    }

    .ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
        min-width: 175px !important;
        max-height: 300px;
        margin-top: 12px !important
    }

    .ip-detection-cntr .culture-select.open.show a.dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        float: right !important;
        margin-top: 10px !important;
        transform: rotate(0) !important
    }
}

@media (min-width:577px) and (max-width:768px) {
    .ip-detection-cntr .ipd-left {
        flex: 0 0 45%;
        margin-left: -40px
    }

    .ip-detection-cntr .ipd-right {
        margin: 0
    }

    .ip-detection-cntr .ipd-right .culture-select {
        min-width: 190px !important
    }

    .ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
        min-width: 190px !important
    }

    .ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
        min-width: 214px !important;
        max-height: 320px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .ip-detection-cntr .ipd-left {
        flex: 0 0 41%
    }

    .ip-detection-cntr .ipd-right .culture-select {
        min-width: 225px !important
    }

    .ip-detection-cntr .ipd-right .culture-select a.dropdown-toggle {
        min-width: 225px !important
    }

    .ip-detection-cntr .ipd-right .culture-select .dropdown-menu {
        min-width: 248px !important;
        max-height: 320px
    }
}

.offer-terms {
    scroll-margin-top: 150px;
}


/* New Navbar & Footer Styles */
.footer-nb {
  background-color: #f2f2f2 !important;
  border-radius: 20px;
  margin: 30px;
}

.footer-nb .cmp-collapse__title__expandLabel {
  color: #383434 !important;

}

.footer-nb .card__container--type .cmp-card.card {
  border-radius: 16px;
  background-color: #fff;
  filter: initial;
}

.footer-nb ul.social li a i {
  width: 25px;
  height: 25px;
  border-radius: 20px;
}

ul.social li {
  margin-right: 10px;
}


.dark-gray, a.dark-gray{
  color: rgb(56, 52, 52) !important;
}

.cmp-collapse a:hover {
  color: #FF1C1C !important;
}

.cmp-collapse a {
  color: rgb(56, 52, 52) !important;
}

.footer-nb ul.social li a i {
  margin-right: 0;
  padding: 0;
  display: block;
  margin: auto;
}

.fa::before {
  display: flex;
  justify-content: center;
  position: relative;
  top: 2px;
}

.fa-linkedin:before {
  top: 1px !important;
}

.footer-nb {
  font-family: 'Poppins';
}

.header .logo-wrap {
  width: 147px;
  flex: 0 0 147px;
}

.header .header-wrap {
  background: #ffff;
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
  margin: 19px 15px 24px;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1rem;
  color: #706E6E;
}

.header .logo-wrap .logo {
  height: 30px;
  width: 147px;
}

a.nav.dropdown-toggle:after,
.header ul.navicons .dropdown-toggle:after {
  background-image: url(/content/dam/npcld/en-us/test-assets/header-redesign/gray-arrowdwn.svg);
  width: 10px;
  height: 6px;

}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
  background-color: #F2F2F2;
}

.header ul.subnavlinks li .navHdr {
  border-bottom: 1px solid #D1CCCC;
}

.wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr,
.wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a,
.wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited,
.wrapper.bg-black .header .dropdown-menu>li>a {
  color: #383434;
}

.header ul.navicons>li>a {
  color: #706E6E;
  font-family: 'Poppins';
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .wrapper .header ul.navlinks li.dropdown.open {
    background: url(/content/dam/npcld/en-us/test-assets/header-redesign/orange-marker.svg) no-repeat center bottom;
  }
}

@media screen and (min-width: 1024px) {
  .wrapper.bg-black .header .navicons .open .dropdown-menu {
    margin-top: 20px;
    background: #F2F2F2;
    padding: 1rem 5rem 1rem 1rem;
    font-family: 'Poppins';
    font-weight: 500;
  }
}

@media (max-width: 768px) {
  .footer-nb {
    border-radius: 0 !important;
    margin: 30px 0 0 0 !important;
  }
}

.tnav-item a:hover {
  color: #FF1C1C !important;
}

.mcafee-text-red:hover {
    
  opacity: .6;
     -webkit-transition: all .3s;
     transition: all .3s;
     
 }


#loginbtn {
  background: #383434;
  color: #fff;
}

.hamburger-btn span {
  background: #383434 !important;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
  border-radius: 20px;
  width: calc(100% - 60px);
  margin: 0 30px;
}

.header ul.navicons>li>a {
  color: #383434;
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
  color: #383434;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu {
  border-radius: 20px;
}

.header .navbarContainer:before,
.header .navbarContainer:after {
  background: #fff;
}

.p-2 {
  margin-top: 25px;
}

.header .navbarContent {
  width: 100% !important;
}

.icons-wrap {
  margin-right: initial;
  order: 4;
  padding-top: 2px;
}

.header,
.off-canvas.fixed .header {
  background-color: #fff;
  padding: 10px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.nav-wrap {
  padding: 10px 0px 0px 10px;
  order: 2;
  margin-right: initial;
}

.nav-wrap-2 {
  padding: 5px 10px 0px 0px;
  margin-left: auto;
  order: 3;
}

.header .header-wrap {
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.header .nav-wrap {
  flex: initial;
}

.header .logo-wrap {
  order: 1;
  margin-left: initial;
}

.wrapper.bg-black .header .close-slide-menu {
  color: #383434;
  ;
  font-size: 40px;
  line-height: 15px;
  cursor: pointer;
  font-family: serif;
}


.header ul.navlinks {
  margin: initial !important;
}

.header ul.navlinks li a,
.header ul.navlinks li a:visited {
  margin: 19px 10px 24px;
  font-size: 0.92rem;
}

.header ul.navicons li:first-child {
  margin-right: initial;
}


.down {
  margin-top: initial !important;
}

.navlinks2 li a {
  margin: 19px 15px 24px !important;
}

#loginbtn-mobile {
  display: none;
}

@media screen and (min-width: 1024px) {
  .header ul.navlinks .open .dropdown-menu {
    margin-top: -19px !important;
  }

  .wrapper.bg-black .header .cus-drop.dropdown-menu {

    margin-top: -34px !important;

  }
}



@media (min-width: 0px) and (max-width: 1024px) {

  .shadow-mobile {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
  }

  .header .icons-wrap {
    flex: 0 0 100%;
  }

  .hamburger-btn span {
    background: #333;
  }

  #tnav10 {
    display: none;
  }

  .nav-open .header .dropdown .subnavContainer.dropdown-menu {
    background: #F2F2F2 !important;
  }

  .hamburger-btn {
    margin-top: initial !important;
  }

  .nav-open .header .navbarContent {
    padding-top: 65px;
    background: #F2F2F2 !important;
  }

  .nav-open .header ul.navlinks li.open a.dropdown-toggle,
  .nav-open .header ul.navicons li.open a.dropdown-toggle {
    background: #f2f2f2;
    color: #333;

  }

  .nav-open .header ul.navlinks li.open a.nav:before,
  .nav-open .header ul.navicons li.open a.dropdown-toggle:before {
    color: #333;
  }

  .header .subnavContainer.dropdown-menu,
  .header .dropdown.open ul.dropdown-menu {
    background: #f2f2f2;
  }

  .header ul.navicons .dropdown.open ul.dropdown-menu a,
  .header ul.navicons .dropdown.open ul.dropdown-menu a:hover {
    color: #383434;
  }

  .header ul.navlinks li a,
  .header ul.navlinks li a:visited {
    font-size: 17px;
  }

  .wrapper.bg-black .header .subnavContainer.dropdown-menu {
    margin: initial;
    border-radius: initial;
  }



  .header,
  .off-canvas.fixed .header {
    padding: initial;
  }

  .header .header-wrap {
    border-radius: initial;
    background-color: #fff;
  }

  .nav-open .header .navbarContent {
    padding: 58px 0px !important;
    background: #fff !important;
  }

  .header .nav-wrap {
    flex: initial;
    background: #f2f2f2 !important;
  }

  .nav-open .header ul.navlinks {
    border-bottom: initial !important;
  }

  html .header ul.navlinks li a:visited {
    border-bottom: 1px solid #D1CCCC !important;
    padding: 7px;
  }

  .nav-wrap-2 .navlinks ul {
    padding: 10px 0;
  }

  .nav-open .header ul.navlinks {
    padding-top: 8px;
    padding-bottom: 0px;
  }

  .nav-open .header ul.navlinks li.open a.dropdown-toggle,
  .nav-open .header ul.navicons li.open a.dropdown-toggle {
    z-index: 2000;
  }

  .header ul.subnavlinks li .navHdr {
    border-bottom: initial;
  }

  .nav-open .header ul.navlinks li.open a.dropdown-toggle {
    left: 0px !important;
    padding-left: 33px;
  }

  .nav-open .header ul.subnavlinks li {
    padding-left: 20px;
  }

  .nav-wrap {
    padding: initial;
  }

  .nav-wrap ul li a {
    border-bottom: solid 1px#DEDBDB;
    padding-bottom: 10px;
  }

  html .header ul.navlinks li a,
  html .header ul.navlinks li a:visited {
    margin: 19px 0px 24px;
    padding-left: 10px;
  }

  .wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr,
  .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a,
  .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited,
  .wrapper.bg-black .header .dropdown-menu>li>a {
    border-bottom: initial !important;
  }

  .header ul.subnavlinks li ul {
    padding-bottom: 5px;
  }

  .p-2 {
    margin-top: 10px;
  }

  .wrapper.bg-black .header .navicons .open .dropdown-menu {
    padding-left: 25px;
  }

  #tnav9.open .dropdown-toggle {
    margin: 12px 0 17px;
    left: 0;
    padding-left: 41px;
  }

  #loginbtn {
    display: none;
  }

  #tnav9 .dropdown-toggle span {
    padding-left: 10px;
  }

  /*#loginbtn-mobile {
    display: block !important;
    right: -258px;
    position: relative;
    top: -43px;
    color: #fff;
    padding: 3px 17px;
    background-color: #383434;
  }*/

  #loginbtn-mobile {
    display: block;
    position: initial !important;
    /* right: -258px;
    position: relative;
    top: -43px; */
    color: #fff !important;
    padding: 18px 17px !important;
    background-color: #383434;
    text-align: center;
    margin: 1.3rem 1rem;
    font-size: 1.6rem;
}

  .header,
  .off-canvas.fixed .header {
    padding: initial !important;
  }

  .subnavContainer {
    width: 100% !important;
  }

  .nav-open .header .dropdown.open .subnavContainer.dropdown-menu,
  .nav-open .header .dropdown.open ul.dropdown-menu {
    transform: translate3d(0px, 19px, 0px) !important;
  }


}

@media screen and (min-width: 1206px) {
  .header ul.navicons li:first-child {
    margin-right: initial;
  }
}

@media (min-width: 320px) and (max-width: 375px) {

  .header ul.navlinks li a,
  .header ul.navlinks li a:visited {
    font-size: 0.999rem;
  }

  #tnav9 .dropdown-toggle {
    font-size: 0.999rem;
  }

  #loginbtn-mobile {
    font-size: 0.999rem;
  }

}

.footer-nb {
  background-color: #f2f2f2 !important;
  border-radius: 20px;
  margin: 30px;
}

.footer-nb .cmp-collapse__title__expandLabel {
  color: #383434 !important;

}

.footer-nb .card__container--type .cmp-card.card {
  border-radius: 16px;
  background-color: #fff;
  filter: initial;
}

.footer-nb ul.social li a i {
  width: 25px;
  height: 25px;
  border-radius: 20px;
}

ul.social li {
  margin-right: 10px;
}

.footer-nb ul.social li a i {
  margin-right: 0;
  padding: 0;
  display: block;
  margin: auto;
}

.fa::before {
  display: flex;
  justify-content: center;
  position: relative;
  top: 2px;
}

.fa-linkedin:before {
  top: 1px !important;
}

.footer-nb {
  font-family: 'Poppins';
}

@media (max-width: 768px) {
  .footer-nb {
    border-radius: 0 !important;
    margin: 30px 0 0 0 !important;
  }
}

.cmp-a {
  border-radius: 40px !important;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm>.cmp-a,
.cmp-btn--sm .cmp-a {
  border-radius: 40px !important;
}

/* Start pencil Banner */

.font-color-white {
  color: #fff !important;
}

.pencil-banner {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 31px !important;
  margin-bottom: 11px !important;
}

.pencil-banner p {
  border-radius: 15px;
  color: #fff !important;
}

/* End pencil Banner */

    /* Start new Nav */

    .header, .off-canvas.fixed .header {
      background-color: #fff;
      padding-left: 30px !important;
      padding-right: 30px !important;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .header .logo-wrap {
      width: initial;
      flex: initial;
  }

  .header .logo-wrap .logo {
      display: initial !important;
      height: initial !important;
      width: initial !important;
      margin: initial !important;
      text-indent: initial !important;
  }

  .globe {
   padding-left:10px;
  }

  #loginbtn {
  background: #383434;
  color:#fff;
  margin-right:10px;
  padding: 3px 23px !important;
  font-weight:500;
  }

  .hamburger-btn span {
      background: #383434 !important;
  }

  .wrapper.bg-black .header .subnavContainer.dropdown-menu {
      border-radius: 20px;
      width: calc(100% - 60px);
      margin: 0 30px;
  }

  .header ul.navicons>li>a {
      color: #383434;
  }

  .header ul.navlinks li a,
  .header ul.navlinks li a:visited {
      color: #383434;
  }

  .wrapper.bg-black .header .subnavContainer.dropdown-menu {
      border-radius: 20px;
  }

  .header .navbarContainer:before,
  .header .navbarContainer:after {
      background: #fff;
  }

  /* .p-2 {
      margin-top: 25px;
  } */

  .header .navbarContent {
      width: 100% !important;
  }

  .icons-wrap {
      margin-right: initial;
      order: 4;
  }

  .header,
  .off-canvas.fixed .header {
      background-color: #fff;
      padding: 10px;
      padding-left: 30px !important;
      padding-right: 30px !important;
  }

  .nav-wrap {
      padding: 0px 0px 0px 10px;
      order: 2;
      margin-right: auto;
  }

  .nav-wrap-2 {
      padding: 0px 10px 0px 0px;
      margin-left: auto;
      order: 3;
  }

  .header .header-wrap {
      justify-content: center;
      background-color: #f2f2f2;
      border-radius: 20px;
      padding-left: 40px;
      padding-right: 40px;
      padding-top:10px;
      padding-bottom:10px;
  }

  .header .nav-wrap {
      flex: initial;
  }

  .header .logo-wrap {
      order: 1;
      margin-left: initial;
  }

  .wrapper.bg-black .header .close-slide-menu {
      color: #383434;
      ;
      font-size: 40px;
      line-height: 15px;
      cursor: pointer;
      font-family: serif;
  }


  .header ul.navlinks {
      margin: initial !important;
  }

  .header ul.navlinks li a,
  .header ul.navlinks li a:visited {
      margin: 19px 10px 22px;
      font-size: 0.92rem;
  }

  .header ul.navicons li:first-child {
      margin-right: initial;
  }


  .down {
      margin-top: initial !important;
  }

  .navlinks2 li a {
      margin: 19px 15px 24px !important;
  }

  #loginbtn-mobile {
      display: none;
  }

  .header ul.navlinks .open .dropdown-menu {
      margin-top: -6px !important;
  }

  .cus-drop.dropdown-menu {

      margin-top: -34px !important;

  }

  .header .icons-wrap {
      padding-top: 3px;
  }

  #tnav9 a.nav.dropdown-toggle:after, .header ul.navicons .dropdown-toggle:after {
      display: none;
    }

    @media(max-width:768px) {
      .hero-buynow {
          min-width: auto !important;
          width: 100% !important;
      }
    
      .hero-pickplan {
          min-width: auto !important;
          width: 100% !important;
      }
    }
    

  @media (min-width: 1024px) and (max-width: 1370px) {

      html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
          margin: 19px 7px 22px;
     }

  }



  @media (min-width: 0px) and (max-width: 1024px) {

      /*.header .logo-wrap {
          position: absolute;
          left: 20px;
          top: 20px;
          position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 1.5rem;
      }*/

      .header .logo-wrap {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        padding: 1.5rem !important;
    }


      

  .header ul.subnavlinks li:last-child ul:last-child {
          border-bottom: 0;
          padding-top: 25px;
  }

      html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
          margin: 19px 7px 22px;

     }

    .globe {
        display:none;
    }

    .pencil-banner {
      /* margin-left: initial;
      margin-right: initial; */
      margin-top: 20px !important;
  }

      /* .pencil-banner p {
         border-radius: initial !important;
      } */

      .header .icons-wrap {
          flex: 0 0 100%;
      }

      .hamburger-btn span {
          background: #333;
      }

      .nav-open .header .dropdown .subnavContainer.dropdown-menu {
          background: #F2F2F2 !important;
      }

      .hamburger-btn {
          margin-top: initial !important;
      }

      .nav-open .header .navbarContent {
          padding-top: 65px;
          background: #F2F2F2 !important;
      }

      .nav-open .header ul.navlinks li.open a.dropdown-toggle,
      .nav-open .header ul.navicons li.open a.dropdown-toggle {
          background: #f2f2f2;
          color: #333;

      }

      .nav-open .header ul.navlinks li.open a.nav:before,
      .nav-open .header ul.navicons li.open a.dropdown-toggle:before {
          color: #333;
      }

      .header .subnavContainer.dropdown-menu,
      .header .dropdown.open ul.dropdown-menu {
          background: #f2f2f2;
      }

      .header ul.navicons .dropdown.open ul.dropdown-menu a,
      .header ul.navicons .dropdown.open ul.dropdown-menu a:hover {
          color: #383434;
      }

      .header ul.navlinks li a,
      .header ul.navlinks li a:visited {
          font-size: 17px;
      }

      .wrapper.bg-black .header .subnavContainer.dropdown-menu {
          margin: initial;
          border-radius: initial;
      }



      .header,
      .off-canvas.fixed .header {
          padding: initial;
      }

      .header .header-wrap {
          border-radius: initial;
          background-color: #fff;
      }

      .nav-open .header .navbarContent {
          padding: 58px 0px !important;
          background: #fff !important;
      }

      .header .nav-wrap {
          flex: initial;
          background: #f2f2f2 !important;
      }

      .nav-open .header ul.navlinks {
          border-bottom: initial !important;
      }

      html .header ul.navlinks li a:visited {
          border-bottom: 1px solid #D1CCCC !important;
          padding: 7px;
      }

      .nav-wrap-2 .navlinks ul {
          padding: 10px 0;
      }

      .nav-open .header ul.navlinks {
          padding-top: 8px;
          padding-bottom: 0px;
      }

      .nav-open .header ul.navlinks li.open a.dropdown-toggle,
      .nav-open .header ul.navicons li.open a.dropdown-toggle {
          z-index: 2000;
      }

      .header ul.subnavlinks li .navHdr {
          border-bottom: initial;
      }

      .nav-open .header ul.navlinks li.open a.dropdown-toggle {
          left: 0px !important;
          padding-left: 33px;
      }

      .nav-open .header ul.subnavlinks li {
          padding-left: 20px;
      }

      .nav-wrap {
          padding: initial;
      }

      .nav-wrap ul li a {
          border-bottom: solid 1px#DEDBDB;
          padding-bottom: 10px;
      }

      html .header ul.navlinks li a, html .header ul.navlinks li a:visited {
          margin: 19px 0px 22px;
          padding-left: 10px;
      }

      .wrapper.bg-black .header .subnavContainer ul.subnavlinks li .navHdr,
      .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a,
      .wrapper.bg-black .header .subnavContainer ul.subnavlinks li ul li a:visited,
      .wrapper.bg-black .header .dropdown-menu>li>a {
          border-bottom: initial !important;
      }

      .header ul.subnavlinks li ul {
          padding-bottom: 5px;
      }
/* 
      .p-2 {
          margin-top: 10px;
      } */

      .wrapper.bg-black .header .navicons .open .dropdown-menu {
          padding-left: 25px;
      }

      #tnav9.open .dropdown-toggle {
          margin: 12px 0 17px;
          left: 0;
          padding-left: 41px;
      }

      #loginbtn {
          display: none;
      }

      #tnav9 .dropdown-toggle span {
          padding-left: 10px;
      }

      /*#loginbtn-mobile {
          display: block !important;
          right: -258px;
          position: relative;
          top: -43px;
          color: #fff;
          padding: 3px 17px;
          background-color:#383434;
      }*/

      #loginbtn-mobile {
        display: block;
        position: initial !important;
        /* right: -258px;
        position: relative;
        top: -43px; */
        color: #fff !important;
        padding: 18px 17px !important;
        background-color: #383434;
        text-align: center;
        margin: 1.3rem 1rem;
        font-size: 1.6rem;
    }

      .header,
      .off-canvas.fixed .header {
          padding: initial !important;
      }

      .subnavContainer {
          width:100% !important;
      }

.nav-open .header .dropdown.open .subnavContainer.dropdown-menu, .nav-open .header .dropdown.open ul.dropdown-menu {
  transform: translate3d(0px, 19px, 0px)!important;
}


  }

  @media screen and (min-width: 1206px) {
      .header ul.navicons li:first-child {
          margin-right: initial;
      }
  }

  @media (min-width: 1200px) and (max-width: 1400px) {

    .header ul.navlinks li a {
      font-size: 0.8rem !important
    }
  
    #loginbtn {
      font-size: 0.8rem !important
    }
  }


 @media screen and (min-width: 1600px) {

  .header ul.navlinks li a {
      font-size:18px !important;
  }

  #loginbtn {
      font-size: 18px;
  }

  .pencil-banner {
      margin-top:42px !important;
  }

 }


@media (min-width: 320px) and (max-width: 375px) {


  .header ul.navlinks li a,
  .header ul.navlinks li a:visited {
      font-size: 0.999rem;
  }
  
  #tnav9 .dropdown-toggle {
      font-size: 0.999rem;
 }

  #loginbtn-mobile {
  font-size: 0.999rem;
 }

 .header .header-wrap {
   padding-left: initial;
   padding-right: initial;
}

/* .shadow-mobile {

  -webkit-box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07); 
box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07);
              
   }*/

   .title-cards {
      line-height: 35px;
  }

}

@media (min-width: 375px) and (max-width: 480px) {

  .header .header-wrap {
      padding-left: initial;
      padding-right: initial;
  }

 /* .shadow-mobile {

      -webkit-box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07); 
  box-shadow: 1px 11px 15px -6px rgba(0,0,0,0.07);
                  
   } */

   .title-cards {
      line-height: 35px;
  }

}

.mcafee-text-red {
  color: #FF1C1C !important
}

/*Cart*/

.cmp_basket {
  width: 35px;
  height: 10px;
  position: relative;
  margin-top: 18px;
  margin-left: 25px;
}

.cmp_basket span {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: auto;
  left: auto;
  font-size: 10px;
  background-color: #FF1C1C !important;
}


.cart__mobile .cmp_basket {
  margin-top: 0;
  height: auto;
  display: none;
}
@media screen and (max-width: 1024px) {
  .cart__mobile .cmp_basket {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .cart__desktop .cmp_basket {
    display: none;
  }
}
.hamburger-btn.opened + .cart__mobile {
  display: none;
}

.wrapper.bg-black .header .subnavContainer.dropdown-menu.small-dropdown-menu {
    width: unset;
    margin: 0 10px 0 0;
  }
  
  .header .subnavContainer.small-dropdown-menu {
    left: unset;
  }
  
  .header .dropdown-menu.small-dropdown-menu {
    left: unset;
  }
  
  .dropdown-menu.small-dropdown-menu {
    left: unset;
  }
  
  .header .subnavContent.small-subnavContent {
    width: unset;
  }
  
  .header ul.subnavlinks.small-subnavlinks li {
    width: unset;
  }
  
  .header ul.subnavlinks.small-subnavlinks li ul {
    margin: 0;
  }

  #tnav7 .dropdown-menu.show {
    padding: 30px 25px !important;
  }

  .protect-score:hover {
    color: #FF1C1C !important
  }


          /* End new Nav */
body .cards_cta_max_width .card .cmp-btn a{max-width: 16rem !important;};
.modal-body hr {
    border-top: 1px solid rgba(0,0,0,0.1);
}
