@charset 'UTF-8';

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes drawAndReverse {
    0% {
        stroke-dashoffset: 9.5rem
    }

    to {
        stroke-dashoffset: -8.25rem
    }
}

@keyframes rotate {
    0% {
        transform: none
    }

    to {
        transform: rotate(1turn)
    }
}

@-ms-viewport {
    width: device-width
}

body,
html {
    height: 100%
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth
}

*,
:after,
:before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.625rem;
    margin-left: -.625rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .625rem;
    padding-left: .625rem
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: .625rem;
    padding-left: .625rem
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .625rem;
    padding-left: .625rem
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: .0625rem solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container {
    max-width: 100%
}

@media (min-width:75rem) {
    .container {
        max-width: 75rem
    }
}

.sr-only {
    position: absolute;
    width: .0625rem;
    height: .0625rem;
    padding: 0;
    margin: -.0625rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.hpe-bg {
    color: #fff;
    background-color: #333
}

.hpe-bg--dark-1 {
    background-color: #614767
}

.hpe-bg--dark-2 {
    background-color: #425563
}

.hpe-bg--dark-3 {
    background-color: #5f7a76
}

.hpe-bg--dark-4 {
    background-color: #80746e
}

.hpe-clearlist {
    list-style: none;
    padding: 0;
    margin: 0
}

.hpe-clearlist.row {
    margin: -.625rem
}

.hpe-full-bleed--mobile {
    padding-right: 0;
    padding-left: 0
}

@media (min-width:768px) {
    .hpe-full-bleed--mobile {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.hpe-no-col-break {
    page-break-inside: avoid;
    break-inside: avoid
}

.hpe-line-overflow {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@font-face {
    font-family: Metric;
    font-style: normal;
    font-weight: 900;
    src: url(https://buy.hpe.com/_ui/dist/fonts/MetricHPE-Web-Black.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: italic;
    font-weight: 900;
    src: url(https://buy.hpe.com/_ui/dist/fonts/MetricHPE-Web-BlackItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: normal;
    font-weight: 700;
    src: url(https://h50007.www5.hpe.com/hfws-static/fonts/metric-hpe/MetricHPE-Web-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/MetricHPE-Web-BoldItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: normal;
    font-weight: 600;
    src: url(https://h50007.www5.hpe.com/hfws-static/fonts/metric-hpe/MetricHPE-Web-Semibold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/MetricHPE-Web-SemiboldItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: normal;
    font-weight: 400;
    src: url(https://h50007.www5.hpe.com/hfws-static/fonts/metric-hpe/MetricHPE-Web-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/MetricHPE-Web-RegularItalic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: normal;
    font-weight: 200;
    src: url(https://h50007.www5.hpe.com/hfws-static/fonts/metric-hpe/MetricHPE-Web-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Metric;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/MetricHPE-Web-LightItalic.woff) format("woff");
    font-display: swap
}

body {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    background-color: #fff
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 100;
    margin: 0 0 1.5rem
}

body,
button,
input {
    font-family: Metric, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol
}

.hpe-weight--strong {
    font-weight: 600
}

.hpe-weight--heavy {
    font-weight: 700
}

.hpe-weight--black {
    font-weight: 900
}

.hpe-headline {
    font-weight: 400;
    margin: 0 0 1rem;
    line-height: 1
}

.hpe-headline--xlarge {
    font-size: 12rem
}

.hpe-headline--large {
    font-size: 6rem
}

.hpe-headline--medium {
    font-size: 4rem
}

.hpe-headline--medium-small {
    font-size: 3.125rem
}

.hpe-headline--small {
    font-size: 1.875rem
}

.hpe-headline--xsmall {
    font-size: 1.3rem
}

.hpe-headline--strong {
    font-weight: 600
}

.hpe-headline--heavy {
    font-weight: 700
}

.hpe-headline--black {
    font-weight: 700
}

.hpe-headline--caps {
    text-transform: capitalize
}

.hpe-headline--link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.hpe-headline--link .hpe-icon {
    margin-right: .75rem;
    font-size: 1.5rem;
    bottom: -.125rem
}

.hpe-headline__next {
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 1rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.hpe-headline a {
    text-decoration: none
}

.hpe-headline+p {
    margin-top: 0
}

.hpe-text--center {
    text-align: center
}

.hpe-text--right {
    text-align: right
}

.hpe-text--medium {
    font-size: 1.125rem
}

.hpe-section-headline {
    font-size: 1.5rem;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .hpe-section-headline {
        font-size: 2rem
    }
}

.hpe-page-headline {
    line-height: 1;
    font-size: 1.75rem
}

@media (min-width:768px) {
    .hpe-page-headline {
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .hpe-page-headline {
        font-size: 3rem
    }
}

.hpe-icon-heading {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.hpe-icon-heading__icon {
    background-color: #2ad2c9;
    color: #fff;
    padding: .125em;
    text-align: center;
    display: inline-block;
    margin-right: .75rem;
    font-size: 1.325rem;
    height: 1.5em;
    width: 1.5em
}

@media (min-width:768px) {
    .hpe-icon-heading__icon {
        font-size: 1.625rem
    }
}

.hpe-icon-heading__icon .hpe-icon {
    margin: 0
}

.hpe-label--block {
    font-weight: 600;
    margin-bottom: .5rem;
    display: block
}

.hpe-label--inline {
    font-weight: 600;
    margin-right: .3em;
    display: inline-block
}

.hpe-label--light {
    color: #ff8d6d
}

.hpe-label--ok {
    color: #024a92
}

.hpe-single-line {
    display: inline-block;
    word-wrap: none;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 40vw
}

.hpe-block-overflow {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width:768px) {
    .hpe-block-overflow {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.hpe-block-overflow--container {
    overflow: hidden;
    max-width: 100vw
}

.hpe-block-overflow__break {
    margin-bottom: 1rem
}

.hpe-block-overflow--highlight {
    background: #f6f6f6
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.hpe-block-overflow--highlight-alt {
    background: #eee
}

.hpe-block-overflow--dark {
    background-color: #fff;
    background-image: linear-gradient(0deg, rgba(119, 142, 156, .9), rgba(66, 85, 99, .9));
    color: #fff
}

.hpe-block-overflow--fullbleed {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

@media (min-width:992px) {
    .hpe-block-overflow--fullbleed {
        margin-left: calc(-50vw + 65% - .625rem);
        margin-right: calc(-50vw + 30%)
    }
}

.hpe-block-overflow--collapse-top {
    padding-top: 0
}

.hpe-block-overflow--collapse-bottom {
    padding-bottom: 0
}

.hpe-block-deadspace {
    position: relative
}

@media (min-width:768px) {
    .hpe-block-deadspace__indent {
        padding-left: 2rem
    }
}

.hpe-header {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .95);
    -ms-flex-align: center;
    align-items: center;
    height: 5.3125rem;
    box-shadow: 0 .09375rem .25rem rgba(0, 0, 0, .24), 0 .09375rem .375rem rgba(0, 0, 0, .12)
}

.hpe-header--b2b,
.hpe-table--striped tr {
    background-color: #fff
}

.hpe-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.hpe-header .hpe-logo {
    height: 2rem;
    max-width: 7rem
}

.hpe-header .hpe-logo a {
    display: inline-block;
    height: 100%;
    max-width: 7rem
}

.hpe-header .hpe-logo svg {
    width: auto;
    height: 100%
}

@media (min-width:576px) {
    .hpe-header .hpe-logo {
        height: 2.5rem
    }
}

.hpe-header__search {
    position: absolute;
    background: #fff;
    height: 5.3125rem;
    width: 100%;
    top: .625rem;
    right: 200%;
    padding: 0 .625rem;
    margin: -.625rem;
    z-index: 1
}

.hpe-header__search .hpe-centered-section {
    display: -ms-flexbox;
    display: flex
}

.hpe-header__search--active {
    right: auto
}

.hpe-header__search-input {
    font-weight: 200;
   /*  border: 0; */
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 48rem;
    font-size: 1rem;
    padding: 1rem 0;
    height: 2.3125rem;
    border: 1px solid #b7b7b718 !important;
}

@media (min-width:576px) {
    .hpe-header__search-input {
        font-size: 1rem
    }
}

.hpe-header__search-button {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #666;
    font-size: 4rem;
    margin-right: 1.25rem
}

.hpe-header__category {
    padding: 0 .625rem;
    -ms-flex: 0 15rem auto;
    flex: 0 15rem auto;
    max-width: 18rem
}

.hpe-header__category .hpe-select {
    max-width: 100%;
    font-size: 1.25rem;
    background-size: 1rem;
    font-weight: 200
}

.hpe-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9999
}

.hpe-nav__link {
    background: 0 0;
    border: 0;
    color: #333;
    font-weight: 200;
    font-size: 1.25em;
    text-decoration: none;
    vertical-align: middle
}

.hpe-nav__link:focus {
    outline: 0
}

.hpe-nav__link--icon {
    font-size: 1rem;
    padding: 0;
    position: relative;
    bottom: -.125rem
}

.hpe-nav__link--status {
    display: none;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width:768px) {
    .hpe-nav__link--status {
        display: block
    }
}

.hpe-nav__main {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    display: none
}

@media (min-width:768px) {
    .hpe-nav__main {
        display: block
    }
}

.hpe-nav__tools {
    height: 2.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .5rem 0 1rem
}

@media (min-width:768px) {
    .hpe-nav__tools {
        border-left: .0625rem solid #666
    }
}

@media (min-width:576px) {
    .hpe-nav__main {
        display: inline-block
    }
}

.hpe-nav__item {
    position: relative;
    padding: .325rem .5rem;
    margin-right: .5rem;
    border: .0625rem solid transparent
}

.hpe-nav__item .hpe-nav__link {
    margin-right: 0
}

.hpe-nav__item--active {
    border-color: #024a92
}

.hpe-nav__item--active .hpe-popover {
    display: block
}

.hpe-nav__menu {
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    z-index: 2;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.hpe-nav__menu:before {
    content: "";
    border-left: .0625rem solid #333;
    padding: .5em 0 .5em 1rem;
    width: .0625rem
}

.hpe-nav__menu-label {
    position: relative;
    display: none
}

@media (min-width:576px) {
    .hpe-nav__menu-label {
        display: inline-block
    }
}

.hpe-nav__menu-label--inactive {
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity .1s linear
}

.hpe-nav__menu-label--active {
    opacity: 0
}

@media (min-width:768px) {
    .hpe-nav__search {
        z-index: 2
    }
}

.hpe-active {
    position: relative
}

.hf-line,
.hpe-active:after {
    display: block;
    position: absolute
}

.hpe-active:after {
    content: "";
    top: -.25rem;
    right: -.25rem;
    background-color: #024a92;
    border-radius: 50%;
    height: .3125rem;
    width: .3125rem
}

.hf-hmb-icon {
    display: inline-block;
    position: relative;
    top: -.125rem;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: middle;
    margin-right: 1rem
}

.hf-line {
    background: #024a92;
    width: 1.375rem;
    height: .125rem;
    transition: top .4s ease-in-out, bottom .4s ease-in-out, transform .4s ease-in-out, opacity .4s ease-in-out
}

.hf-line:first-child {
    top: 0;
    transform: rotate(0)
}

.hf-line:nth-child(2) {
    top: .5rem;
    opacity: 1
}

.hf-line:last-of-type {
    bottom: 0;
    transform: rotate(0)
}

.hpe-nav__menu--active .hf-line:first-child {
    top: .5rem;
    transform: rotate(-45deg)
}

.hpe-nav__menu--active .hf-line:nth-child(2) {
    opacity: 0
}

.hpe-nav__menu--active .hf-line:last-of-type {
    bottom: .5rem;
    transform: rotate(45deg)
}

.hpe-nav__menu--active .hpe-nav__menu-label--inactive {
    opacity: 0
}

.hpe-nav__menu--active .hpe-nav__menu-label--active {
    opacity: 1
}

@media (min-width:768px) {
    .hpe-nav__responsive .hpe-responsive--small {
        display: none
    }
}

.hpe-nav__responsive .hpe-responsive--large {
    display: none
}

@media (min-width:768px) {
    .hpe-nav__responsive .hpe-responsive--large {
        display: inline-block
    }
}

.hpe-contact {
    position: relative;
    display: none;
    bottom: -.25rem;
    font-weight: 600;
    text-transform: uppercase;
    background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MiIgaGVpZ2h0PSI0MCI+PHBhdGggc3Ryb2tlPSIjMDFBOTgyIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xIDF2MjZoMjN2MTAuNTgzTDM0LjU2OCAyN0g4MVYxSDF6IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=") no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.hpe-contact__content {
    position: relative;
    padding: .325rem .5rem;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    font-size: .875rem;
    width: 100%;
    text-align: center
}

@media (min-width:768px) {
    .hpe-contact {
        display: block
    }
}

.hpe-logo__container {
    display: -ms-flexbox;
    display: flex
}

.hpe-logo--cobrand {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    border-left: .0625rem solid #666;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.hpe-logo--cobrand img {
    height: 100%;
    width: auto
}

.hpe-button {
    background: linear-gradient(60deg, #ef7d00 0 13%, #f1bd86 20%, #ef7d00 27%, #ef7d00);
    background-position: 99% 50%;
    background-size: 200% 200%;
    border: var(--btn-v4-border-width) solid transparent;
    color: #fff;
    transition: background-position .5s;
    border-radius: 100px;
    border: 2px solid #ef7d00
}

.hpe-button--size-small {
    font-size: .875rem;
    padding: .3rem;
    min-width: auto
}

.hpe-button:active,
.hpe-button:hover,
.hpe-button:visited {
    color: #fff
}

.hpe-button:disabled {
    border-color: #ccc;
    background-color: linear-gradient(60deg, #ccc 0 13%, #ccc 20%, #ccc 27%, #ccc);
    background: linear-gradient(60deg, #ccc 0 13%, #ccc 20%, #ccc 27%, #ccc)
}

.hpe-button:disabled:active,
.hpe-button:disabled:hover,
.hpe-button:disabled:visited {
    color: #fff;
    box-shadow: none
}

.hpe-button--secondary {
    background-color: transparent;
    color: #333;
    cursor: pointer
}

.hpe-button--secondary:active,
.hpe-button--secondary:hover,
.hpe-button--secondary:visited,
a {
    color: #333
}

.hpe-button--secondary:active,
.hpe-button--secondary:hover,
.hpe-button--secondary:visited,
a:hover {
    color: #333
}

.hpe-button--secondary:disabled {
    background-color: transparent
}

.hpe-button--secondary:disabled:active,
.hpe-button--secondary:disabled:hover,
.hpe-button--secondary:disabled:visited {
    color: #ccc;
    box-shadow: none
}

.hpe-button .hpe-icon {
    position: relative;
    bottom: -.25em;
    margin-right: 3px;
    transition: all .3s ease-in-out
}

.hpe-button--icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left;
    -ms-flex-align: start;
    align-items: flex-start
}

.hpe-button--icon .hpe-icon {
    bottom: -.125em
}

.hpe-button:hover {
    background-position: 0 50%;
    color: #fff
}

.hpe-button:hover .hpe-icon {
    transform: translateX(.1875rem)
}

.hpe-button--noborder {
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
    text-align: inherit;
    font-weight: inherit;
    color: #333;
    border: 0;
    cursor: pointer
}

.hpe-button--noborder:hover {
    box-shadow: none;
    color: #024a92
}

.hpe-featured-product__details .hpe-button--noborder:hover {
    box-shadow: none;
    color: #024a92
}

.hpe-button--noborder:hover .hpe-icon {
    transform: none;
    transition: none
}

.hpe-button--noborder,
.hpe-button--plain {
    background: 0 0;
    padding: 0
}

.hpe-button--plain,
.hpe-button--plain:hover {
    color: #000;
    border: 0
}

.hpe-button--fill-width,
.hpe-table--mobile td {
    display: block;
    width: 100%;
    padding: 13px;
    font-weight: 600
}

.hpe-button--brand {
    color: #024a92
}

.hpe-button--reverse {
    color: #fff;
    border-color: #fff
}

.hpe-button--reverse:hover {
    box-shadow: 0 0 0 .125rem #fff
}

.hpe-button--text-size-default {
    font-size: 1rem
}

.hpe-button--weight-strong,
.hpe-icon-description__text h2 {
    font-weight: 600
}

.hpe-button--loading:hover {
    box-shadow: none
}

.hpe-button .hpe-spinner {
    color: currentColor
}

.hpe-button--no-animation,
.hpe-button--no-animation:hover {
    transform: none
}

.hpe-button-cancel {
    display: block;
    width: 100%;
    color: #666;
    font-size: 1.125rem;
    border: 0;
    background: 0 0;
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: 600;
    cursor: pointer
}

.hpe-button--social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    width: 100%;
    min-width: 0;
    font-weight: 500;
    font-size: .875rem;
    text-align: center;
    border: 0
}

.hpe-button--social--linkedin {
    background-color: #0077b5
}

.hpe-button--social--google {
    background-color: #4285f4
}

.hpe-button--social:hover {
    box-shadow: none
}

.hpe-button__social-icon {
    -ms-flex: 0 0 2.5rem;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
    border-right: .0625rem solid #fff;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hpe-button__social-icon .hpe-icon {
    bottom: auto;
    margin: 0
}

.hpe-button--social--google .hpe-button__social-icon {
    background-color: #fff;
    margin: .125rem;
    border-radius: .125rem;
    height: 2.25rem
}

.hpe-button__social-label {
    line-height: 1;
    padding: .325rem 1rem
}

.hpe-bookmark {
    position: absolute;
    top: -.5rem;
    right: .5rem;
    font-size: 2.5rem;
    color: #024a92;
    z-index: 1;
    cursor: pointer
}

.hpe-bookmark .hpe-icon {
    fill: transparent;
    stroke: #024a92;
    stroke-width: 1/16rem
}

.hpe-bookmark input {
    position: absolute;
    opacity: 0;
    left: -100%
}

.hpe-bookmark input:checked+.hpe-icon {
    fill: #024a92;
    stroke: #fff
}

.hpe-icon-description {
    margin: 1em 0
}

.hpe-icon-description__icon.hpe-icon {
    width: 4em;
    height: 4em;
    margin-right: 1.5em
}

.hpe-icon-description__text * {
    margin: .5em 0;
    padding: 0
}

.hpe-icon-description__text :first-child {
    margin-top: 0
}

.hpe-icon-description__text :last-child {
    margin-bottom: 0
}

.hpe-icon-description__text p {
    font-size: 1.3125rem
}

.form-input {
    margin-bottom: 1rem
}

.hpe-form-checkout {
    margin-bottom: 3rem;
    counter-reset: checkout-steps
}

@media (min-width:992px) {
    .hpe-form-checkout {
        padding-right: 1.25rem
    }
}

.hpe-form-checkout__privacy {
    margin-bottom: 2rem
}

.hpe-form-checkout__email {
    margin-bottom: 3rem
}

.hpe-form-checkout__submit {
    width: 175px;
    text-align: center;
    justify-content: center !important
}

#placeOrder {
    width: 170px
}

@media (min-width:1200px) and (max-width:1599px) {
    #placeOrder {
        width: 170px
    }
}

a#deliveryMethodNext {
    margin: 1rem 0 1rem;
    display: block
}

.hpe-form-checkout .hpe-select {
    margin-bottom: 1.5rem
}

.hpe-form-checkout__note {
    display: block;
    color: #666
}

.hpe-form-checkout__address {
    display: -ms-flexbox;
    display: flex
}

.hpe-form-checkout__address .hpe-radio-button {
    margin-right: .625rem
}

.hpe-form-checkout__address .hpe-anchor {
    width: 1em !important;
    height: 1em;
    margin-top: 0;
    margin-left: 1em
}

.hpe-form-checkout__new-address {
    padding-bottom: .75rem
}

@media (min-width:992px) {
    .hpe-form-checkout__new-address {
        padding-bottom: 3rem
    }
}

.hpe-form-checkout__shipping {
    margin-bottom: 1.5rem
}

.hpe-form-checkout__divider {
    margin: 1.5rem 0
}

.hpe-checkout-step {
    counter-increment: checkout-steps;
    padding-bottom: 2rem
}

.hpe-checkout-step:not(:last-of-type) {
    margin-bottom: 2rem;
    border-bottom: .0625rem solid #ccc
}

.hpe-checkout-step__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hpe-checkout-step__title {
    position: relative;
    margin: 0;
    padding: 0 0 0 2rem;
    opacity: .35;
    line-height: 1
}

.hpe-checkout-step__title:before {
    content: counter(checkout-steps);
    position: absolute;
    left: 0;
    bottom: -.125em;
    font-size: 2.25rem;
    font-weight: 100
}

.hpe-checkout-step__edit {
    visibility: hidden
}

.hpe-checkout-step--active .hpe-checkout-step__header {
    margin-bottom: 1.5rem
}

.hpe-checkout-step--active .hpe-checkout-step__title {
    opacity: 1
}

.hpe-checkout-step--complete .hpe-checkout-step__edit {
    opacity: 1;
    visibility: visible
}

.hpe-toggle-address {
    display: none
}

.hpe-toggle-address.active {
    display: block
}

.hpe-address-edit {
    position: absolute
}

.hpe-select {
    position: relative;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-bottom: .0625rem solid #666;
    border-radius: 0;
    color: #333;
    display: block;
    font-size: 1rem;
    outline: 0;
    padding: .5em 2em .5em 0;
    width: 100%;
    cursor: pointer;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDE1Ij4gIDxwb2x5Z29uIGZpbGw9IiM1ODU4NUEiIHBvaW50cz0iMTQuNjQ2IDExLjc2OCA1IDIuMTIxIDcuMTIxIDAgMTguODg5IDExLjc2OCA3LjEyMSAyMy41MzYgNSAyMS40MTQiIHRyYW5zZm9ybT0icm90YXRlKDkwIDEzLjk0NSA5Ljc2OCkiLz48L3N2Zz4=);
    background-position: right .75em center;
    background-repeat: no-repeat;
    background-size: 1em;
    height: 2.5em;
    z-index: 1
}

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

.hpe-select:focus {
    border-bottom-color: #024a92;
    outline: 0
}

.hpe-select--minimal {
    display: inline-block;
    border-bottom: 0;
    width: auto;
    max-width: 100%
}

.hpe-select--reset-size {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: auto
}

.hpe-select--push-bottom {
    margin-bottom: 1.5rem
}

.hpe-select--required .hpe-input__label:after {
    content: "*"
}

.hpe-input {
    position: relative;
    margin-bottom: 1.75rem;
    z-index: 1
}

.hpe-input input,
.hpe-input textarea {
    font-family: inherit;
    background: 0 0;
    border: 0;
    border-bottom: .0625rem solid #666;
    border-radius: 0;
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    outline: 0;
    padding: 1rem 0 .5em;
    transition: transition;
    width: 100%
}

.hpe-input input:focus,
.hpe-input textarea:focus {
    border-bottom-color: #2ad2c9;
    outline: 0;
    transition: all .2s ease-in-out
}

.hpe-input .hpe-select:focus~.hpe-input__label,
.hpe-input input:focus~.hpe-input__label,
.hpe-input textarea:focus~.hpe-input__label {
    top: -.5em;
    font-size: .75rem;
    color: #666
}

.hpe-input input:disabled,
.hpe-input textarea:disabled {
    opacity: .45
}

.hpe-input input:disabled~.hpe-input__label,
.hpe-input textarea:disabled~.hpe-input__label {
    opacity: .45;
    color: #000
}

.hpe-input input {
    line-height: 1;
    max-height: 2.5em
}

.hpe-input input:not([value=""])~.hpe-input__label,
.hpe-input textarea:not(:empty)~.hpe-input__label {
    top: -.5em;
    font-size: .75rem;
    color: #666
}

.hpe-input textarea {
    resize: vertical;
    line-height: 1.25;
    min-height: 4em
}

.hpe-input__label {
    top: .75em;
    position: absolute;
    color: #333;
    transition: font-size .1s linear, top .1s linear;
    cursor: text;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    z-index: -1
}

.hpe-input--required .hpe-input__label:after {
    content: " *"
}

.hpe-input--active .hpe-input__label {
    top: -.5em;
    font-size: .75rem;
    color: #666
}

.hpe-input--error {
    margin-bottom: 0
}

.hpe-input--error .hpe-input__error-message {
    display: block
}

.hpe-input--error input,
.hpe-input--error input:focus,
.hpe-input--error textarea,
.hpe-input--error textarea:focus {
    border-color: #ca2b4e
}

.hpe-input__error-message {
    color: #ca2b4e;
    margin: .75em 0 2rem;
    display: none
}

.hpe-input__help {
    font-size: .75em;
    opacity: .5
}

.hpe-input--reverse .hpe-input__label {
    color: #fff
}

.hpe-input--reverse input {
    border-color: #fff
}

.hpe-input--textarea .hpe-input__label {
    top: 2rem
}

.hpe-input--textarea.hpe-input--active .hpe-input__label {
    top: -.5em
}

::-webkit-input-placeholder {
    color: #333
}

::-moz-placeholder {
    color: #333
}

:-ms-input-placeholder {
    color: #333
}

:-moz-placeholder {
    color: #333
}

input[type=search] {
    border-radius: 0;
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input:invalid {
    box-shadow: none
}

[required] {
    padding-right: 1.5em;
    outline: 0
}

.hpe-table {
    border-collapse: collapse;
    color: #666;
    width: 100%
}

.hpe-table td.bottom-vertical-alignment {
    vertical-align: bottom;
    padding-bottom: 1em
}

.hpe-table--striped tbody tr:nth-child(2n) {
    background-color: #f6f6f6
}

.hpe-table--mobile tr {
    display: block;
    width: calc(100vw - 1.25rem)
}

@media (min-width:768px) {
    .hpe-table--mobile tr {
        display: table-row;
        width: auto
    }
}

@media (min-width:768px) {
    .hpe-table--mobile td {
        display: table-cell;
        width: auto
    }
}

.hpe-table--mobile .hpe-text--right {
    text-align: left
}

@media (min-width:768px) {
    .hpe-table--mobile .hpe-text--right {
        text-align: right
    }
}

.hpe-table__row td,
.hpe-table__row th {
    padding: .5em;
    vertical-align: top
}

.hpe-table__row--no-horizontal-padding td:first-child {
    padding-left: 0
}

.hpe-table__row--no-horizontal-padding td:last-child {
    padding-right: 0
}

.hpe-table__row--divider {
    background-color: #fff;
    text-align: left
}

.hpe-table__row--divider .hpe-headline {
    margin: 1.5rem 0 .5rem
}

.hpe-table__col--md {
    width: 9rem
}

.hpe-table .hpe-number-input__delete--hidden {
    display: none
}

.hpe-table-favorites--invalid {
    color: #ff8d6d
}

.hpe-table-favorites td:first-child {
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hpe-link {
    text-decoration: none
}

.hpe-link--primary {
    color: #024a92
}

.hpe-radio-button {
    font-size: 1rem;
    line-height: 1.25;
    margin: .3125em 0 0;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.hpe-radio-button__label {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    white-space: normal;
    margin-right: 1.5em;
    word-break: break-word
}

.hpe-radio-button__control {
    position: relative;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    -ms-flex: 0 0 1.5em;
    flex: 0 0 1.5em;
    margin-right: .75em;
    vertical-align: middle;
    background-color: inherit;
    color: #024a92;
    border: .125rem solid #666;
    border-radius: 1.5rem
}

.hpe-radio-button__input {
    font-size: 1rem;
    line-height: 1.5;
    padding: .75rem 1.5rem;
    border: .0625rem solid rgba(0, 0, 0, .15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
    opacity: 0;
    position: absolute
}

.hpe-radio-button__input:checked+.hpe-radio-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: .3125em;
    left: .3125em;
    width: .625em;
    height: .625em;
    background-color: #024a92;
    border-radius: 100%
}

.hpe-radio-button--nolabel .hpe-radio-button__control {
    margin: 0
}

.hpe-check-box {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.hpe-check-box__input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute
}

.hpe-check-box__input:checked+.hpe-check-box__control {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4gIDxwb2x5Z29uIGZpbGw9IiMwMUE5ODIiIHBvaW50cz0iNi4wMTggOC40NDkgMTIuNjU2IDAgMTYgMi42MjggNi4yNjQgMTUuMDE5IDAgOC4xNzIgMy4xMzggNS4zMDEiLz48L3N2Zz4=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1em
}

.hpe-check-box__input:disabled+.hpe-check-box__control {
    opacity: .35
}

.hpe-check-box__control {
    position: relative;
    top: -.0625rem;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
    vertical-align: middle;
    background-color: inherit;
    border: .125rem solid #024a92;
    color: #024a92;
    border-radius: 0
}

.hpe-check-box__label {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    white-space: normal;
    word-break: break-word
}

.hpe-check-box:not(:last-child) .hpe-check-box__label {
    margin-right: 1.5em
}

.hpe-check-box--toggle .hpe-check-box__control {
    width: 3em;
    height: 1.5em;
    border-radius: 1.5rem;
    background-color: rgba(51, 51, 51, .2);
    border: 0;
    transition: background-color .3s
}

.hpe-check-box--toggle .hpe-check-box__control:after {
    content: " ";
    display: block;
    position: absolute;
    top: -.125rem;
    left: 0;
    width: 1.75em;
    height: 1.75em;
    background-color: #fff;
    border: .125rem solid #666;
    border-radius: 50%;
    transition: margin-left .3s
}

.hpe-check-box--toggle .hpe-check-box__input:checked+.hpe-check-box__control {
    background-color: #024a92;
    background-image: none
}

.hpe-check-box--toggle .hpe-check-box__input:checked+.hpe-check-box__control:after {
    content: " ";
    background-color: #fff;
    border-color: #000;
    margin-left: 1.5em
}

.hpe-check-box--empty .hpe-check-box__control {
    margin: 0
}

.list ul {
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding: 0
}

.list ul li {
    border-top: .0625rem solid #ccc;
    padding: 1.125em 1.5em;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.list ul li span:last-child {
    color: #666
}

.list ul li:last-child {
    border-bottom: .0625rem solid #ccc
}

.hpe-list-table-item strong {
    display: block;
    font-weight: 600
}

.hpe-responsive-img {
    position: relative;
    overflow: hidden;
    margin: 0
}

.minheight-385 {
    min-height: 385px
}

.hpe-responsive-img img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 125%;
    height: auto
}

@supports (object-fit:cover) {
    .hpe-responsive-img img {
        position: static;
        object-fit: cover;
        object-position: bottom;
        height: 100%;
        width: 100%
    }
}

.hpe-responsive-img--contain img {
    width: auto !important;
    height: 100%
}

@supports (object-fit:contain) {
    .hpe-responsive-img--contain img {
        object-fit: contain;
        width: 100% !important
    }
}

.hpe-footer {
    background-color: #f6f6f6;
    padding: 1.5rem 0
}

@media (min-width:768px) {
    .hpe-footer {
        padding: 3rem 0
    }
}

.hpe-footer__content {
    padding: 0 .625rem
}

@media (min-width:768px) {
    .hpe-footer__column:first-child {
        padding-right: 1.875rem
    }

    .hpe-footer__column:last-child {
        padding-left: 1.875rem
    }
}

.hpe-footer__row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .hpe-footer__row {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.hpe-footer__title {
    font-size: 1rem;
    line-height: 1;
    margin: 0 0 .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.hpe-footer__list {
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none
}

.hpe-footer__item {
    color: #333;
    display: block;
    margin-bottom: .25rem;
    line-height: 1.33;
    text-decoration: none
}

.hpe-footer__item--social {
    display: inline-block;
    margin-right: 1.5rem;
    font-size: 1.5rem;
    color: #333;
    transition: transform .2s linear
}

.hpe-footer__item--social:hover {
    color: #000;
    transform: scale(1.25)
}

.hpe-footer__language {
    margin: 1.5rem 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 200;
    color: #666
}

@media (min-width:768px) {
    .hpe-footer__language {
        text-align: right
    }
}

.hpe-footer__copyright {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.hpe-footer__legal {
    font-size: 1.125rem
}

@media (min-width:768px) {
    .hpe-footer__legal {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.hpe-footer__legal-list {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0
}

@media (min-width:768px) {
    .hpe-footer__legal-list {
        margin-top: 0
    }
}

.hpe-footer__legal-list--b2b a {
    text-decoration: none;
    color: #fff
}

.hpe-footer__legal-list--b2b .hpe-footer__legal-item {
    padding: 0
}

.hpe-footer__legal-list--b2b .hpe-footer__legal-item:not(:last-child) {
    padding-right: 1rem;
    border-right: .0625rem solid #ccc
}

.hpe-footer__legal-item {
    display: inline-block;
    color: #333;
    line-height: 1
}

.hpe-footer__legal-item:not(:last-child) {
    margin-right: 1rem
}

.hpe-footer__mark {
    padding: 1.5rem 0 0;
    text-align: center
}

.hpe-footer--b2b {
    background-color: #333;
    background-position: bottom;
    background-size: cover;
    color: #fff;
    height: 11rem;
    padding-top: 1rem
}

.hpe-page-wrap {
    min-height: 100%;
    margin-bottom: -11rem
}

.hpe-page-wrap:after {
    content: "";
    display: block;
    height: 11rem
}

svg.hpe-brand-mark {
    color: #024a92;
    font-size: 5rem;
    stroke-width: 5;
    height: 1.5rem
}

.svg-icon-lib {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: .0625rem !important;
    margin: -.0625rem !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: .0625rem !important
}

.hpe-icon {
    position: relative;
    height: 1em;
    width: 1em;
    fill: transparent;
    stroke: currentColor;
    stroke-width: 2;
    vertical-align: baseline
}

.hpe-icon--inline {
    position: relative;
    bottom: -.125em;
    margin-right: .25em
}

.hpe-icon--filled {
    fill: currentColor;
    stroke: transparent;
    stroke-width: 0
}

.hpe-icon--brand {
    color: #024a92
}

.hpe-breadcrumbs {
    padding: 1rem 0;
    list-style: none;
    width: 100%;
    color: #666;
    margin: auto
}

.hpe-breadcrumbs--page-top {
    padding-top: 8.3125rem
}

.hpe-breadcrumbs__item {
    display: inline-block;
    vertical-align: middle
}

.hpe-breadcrumbs__item:last-child {
    font-weight: 700;
    max-width: 20rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.hpe-breadcrumbs__item:not(:last-child):after {
    content: "/";
    margin: 0 .25em
}

.hpe-breadcrumbs__item--current:after {
    content: none
}

.hpe-breadcrumbs__link {
    text-decoration: none;
    color: currentColor
}

a:hover {
    color: #024a92
}

.hpe-breadcrumbs__link:hover {
    color: #000
}

.hpe-brand-rule {
    z-index: 1;
    position: relative;
    padding-bottom: 25px
}

@media (min-width:768px) {
    .hpe-brand-rule:after {
        margin: 1.25rem 0 2rem;
        background-color: #fff
    }
}

.hpe-brand-rule--minimal-gutter:after {
    margin: 1rem 0
}

.hpe-brand-rule--light:after {
    background-color: #ccc
}

.hpe-brand-rule--inverse {
    color: #fff
}

.hpe-brand-rule--inverse:after {
    background-color: #fff
}

.hpe-anchor {
    font-weight: 600;
    text-decoration: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1rem;
    border: 0;
    background: 0 0
}

.hpe-anchor--primary {
    color: #024a92;
    text-decoration: none;
    cursor: pointer
}

.hpe-anchor--primary:hover .hpe-icon {
    transform: translateX(.1875rem)
}

.hpe-anchor--critical {
    color: #ca2b4e
}

.hpe-anchor--size-small {
    font-size: 1rem
}

.hpe-anchor--reverse {
    color: #fff
}

.hpe-anchor--weight-none {
    font-weight: 400
}

.hpe-anchor .hpe-icon {
    font-size: 1.2em;
    margin-right: .75rem;
    transition: all .3s ease-in-out;
    -ms-flex: 0 0 1em;
    flex: 0 0 1em;
    bottom: 0
}

.hpe-anchor--dark {
    color: #000
}

.hpe-anchor--dark .hpe-icon {
    color: #024a92 !important
}

.hpe-anchor--danger,
.hpe-anchor--danger .hpe-icon,
.hpe-anchor--danger:hover {
    color: #ca2b4e
}

.hpe-anchor--reverse .hpe-icon {
    margin-right: 0;
    margin-left: .5rem
}

.hpe-signin__wrapper {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 8.3125rem 0 3rem
}

@media (min-width:768px) {
    .hpe-signin__wrapper {
        padding: 11.3125rem 0 6rem
    }
}

.hpe-signin__wrapper .row {
    display: block
}

@media (min-width:768px) {
    .hpe-signin__wrapper .row {
        display: -ms-flexbox;
        display: flex
    }

    .hpe-signin__form {
        width: 18.75rem;
        -ms-flex: 0 0 18.75rem;
        flex: 0 0 18.75rem
    }
}

.hpe-signin__subheader {
    font-size: 1.25rem;
    margin-bottom: .25rem
}

.hpe-signin__description {
    margin: 0 0 1em;
    font-weight: 100;
    font-size: 1.25rem;
    line-height: 1.25
}

.hpe-signin__section {
    position: relative;
    background-color: #fff;
    padding: 25px;
    height: 100%;
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .hpe-signin__section {
        margin-bottom: 0
    }
}

.hpe-signin__section--button {
    padding-top: 4em;
    box-shadow: 0 .9375rem 1.5rem rgba(0, 0, 0, .22), 0 1.1875rem 4.75rem rgba(0, 0, 0, .3)
}

.hpe-signin__section .hpe-divider {
    margin: 1.5rem 0
}

.hpe-signin__title {
    font-size: 3.125rem;
    line-height: .9;
    margin-bottom: 1.5rem
}

.hpe-signin__support-title {
    margin: 0 0 4rem;
    font-size: 1.875rem
}

.hpe-signin__links {
    margin: 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hpe-signin__links a {
    border-bottom: .0625rem solid;
    color: #000;
    font-weight: 500;
    font-size: 1.25rem;
    text-decoration: none
}

.hpe-signin__button {
    max-width: auto;
    width: 100%
}

.hpe-signin__button--inline {
    width: auto
}

.hpe-signin__button--padded {
    padding-right: 3rem;
    padding-left: 3rem
}

.hpe-signin__close {
    position: absolute;
    top: .3125rem;
    right: .3125rem;
    color: #666;
    font-size: 1.25rem
}

.hpe-create-account__form {
    border-bottom: .0625rem solid #ccc
}

.hpe-create-account__form .hpe-select {
    margin-bottom: 1.5rem
}

.hpe-create-account__disclaimer {
    margin: 1.5rem 0
}

.hpe-create-account__disclaimer p {
    margin: 0 0 1em
}

.hpe-create-account__instructions {
    margin: 0 0 2rem
}

.hpe-create-account__value {
    margin: 2rem 0
}

@media (min-width:768px) {
    .hpe-create-account__value {
        column-count: 3
    }
}

.hpe-address-validation {
    margin: 0 0 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.hpe-address-validation p {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0
}

.hpe-address-validation__change {
    color: #ca2b4e
}

.hpe-address-validation__disclaimer {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    color: #666;
    margin: 1em 0
}

.hpe-show-vat {
    max-width: 45rem
}

.hpe-carousel {
    position: relative;
    min-height: 35rem;
    overflow: hidden;
    width: calc(100% + 1.25rem);
    background-color: #666;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (min-width:992px) {
    .hpe-carousel {
        min-height: 42rem
    }
}

.hpe-carousel__image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    transition: left .3s ease-in-out
}

.hpe-carousel__image--active {
    left: 0
}

.hpe-carousel__container {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5.3125rem 0 3rem
}

@media (min-width:768px) {
    .hpe-carousel__container {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.hpe-carousel__content {
    width: 100%;
    color: #fff;
    padding: 0 3rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (min-width:81rem) {
    .hpe-carousel__content {
        padding: 0
    }
}

.hpe-carousel__card {
    max-width: 38rem;
    padding: .625rem;
    background: rgba(51, 51, 51, .75)
}

.hpe-carousel__description {
    overflow: hidden;
    line-height: 1.25;
    max-height: 3.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

@media (min-width:992px) {
    .hpe-carousel__description {
        font-size: 1.5rem
    }
}

.hpe-carousel__title {
    line-height: .9
}

.hpe-carousel__actions {
    display: -ms-flexbox;
    display: flex;
    max-width: 50rem
}

.hpe-carousel__action-button {
    margin: .0625rem .0625rem 0 0;
    background: rgba(51, 51, 51, .75);
    padding: .5em 1rem .75rem
}

.hpe-carousel__action-button:not(:first-child) {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.hpe-carousel__action-button .hpe-anchor {
    color: #fff
}

.hpe-carousel__action-button .hpe-icon {
    color: #fff;
    margin-left: 10px
}

.hpe-carousel__button {
    display: none;
    position: absolute;
    top: 50%;
    font-size: 1.75rem;
    margin-top: -.875rem;
    text-align: center;
    color: #fff;
    z-index: 100
}

.hpe-carousel__button:hover {
    color: #fff
}

@media (min-width:768px) {
    .hpe-carousel__button {
        display: block;
        font-size: 1.875rem;
        padding: .5rem;
        margin-top: -.9375rem
    }
}

.hpe-carousel__button .hpe-icon {
    margin-right: 0
}

.hpe-carousel__button--previous {
    left: 0
}

.hpe-carousel__image--active:first-of-type~.hpe-carousel__button--previous {
    display: none
}

.hpe-carousel__button--next {
    right: 0
}

.hpe-carousel__image--active:last-of-type~.hpe-carousel__button--next {
    display: none
}

.hpe-carousel__indicator {
    display: block;
    position: relative;
    height: .5625rem;
    width: .5625rem;
    background: #ccc;
    opacity: .5;
    margin: 0 .3125rem 1rem;
    cursor: pointer;
    z-index: 100;
    border-radius: 50%;
    border: .0625rem solid transparent
}

@media (min-width:768px) {
    .hpe-carousel__indicator {
        margin-bottom: 1.875rem
    }
}

.hpe-carousel__image--active+.hpe-carousel__indicator {
    opacity: 1;
    background-color: #fff;
    border-color: #ccc
}

@media (min-width:768px) {
    .hpe-info-grid__item {
        margin-bottom: 1.5rem
    }
}

.hpe-info-grid__title {
    font-size: 1.125rem;
    font-weight: 600;
    margin: .5em 0
}

@media (min-width:768px) {
    .hpe-info-grid__title {
        font-size: 1.5rem;
        margin: 0 0 .5em
    }
}

.hpe-info-grid__description {
    font-size: 1rem;
    margin: 0
}

@media (min-width:768px) {
    .hpe-info-grid__description {
        font-size: 1.25rem
    }
}

.hpe-info-grid__img {
    width: 100%;
    height: 8rem
}

@media (min-width:992px) {
    .hpe-info-grid__img {
        height: 6rem
    }
}

.hpe-support {
    padding-bottom: 0
}

.hpe-support__message {
    margin: 0 0 1.75rem
}

.hpe-support__link {
    text-decoration: none;
    color: #000
}

.hpe-support__image {
    height: 12rem;
    margin-bottom: .625rem
}

.hpe-card--category-full .hpe-responsive-img img,
.hpe-support__image img {
    object-position: center
}

.hpe-support__image-container {
    padding: 0
}

@media (min-width:768px) {
    .hpe-support__image-container {
        padding: 0 .625rem;
        margin-left: -.625rem
    }

    .hpe-support__image {
        height: 15.625rem;
        max-height: 100%;
        padding-top: 0;
        margin: 0
    }
}

.hpe-support__tiles {
    height: 100%;
    padding-right: 0;
    margin-left: auto
}

.hpe-support__tile {
    background-color: #024a92;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .625rem;
    margin-bottom: .625rem
}

@media (min-width:768px) {
    .hpe-support__tile {
        height: 7.5rem;
        text-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:576px) {
    .hpe-support__tile--bottom {
        margin-bottom: 0
    }

    .hpe-support__tile--left {
        padding-left: 0
    }
}

.hpe-support__tile-icon {
    position: relative;
    line-height: .5;
    margin-right: .5rem;
    bottom: -.25em;
    font-size: 1.25rem
}

@media (min-width:768px) {
    .hpe-support__tile-icon {
        display: block;
        font-size: 2.5rem;
        margin-right: 0;
        margin-bottom: 1rem;
        bottom: 0
    }
}

.hpe-support__tile-link {
    color: #fff;
    background: 0 0;
    font-size: 18px;
    text-decoration: none
}

.hpe-support__tile-link:hover {
    color: #fff
}

.hpe-support__tile-label {
    font-size: 1rem
}

@media (min-width:768px) {
    .hpe-support__tile-label {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-family: 'Metric Regular';
        font-size: 1rem
    }
}

.hpe-cta-section {
    overflow-x: hidden;
    overflow-y: hidden
}

.hpe-cta-section .row {
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .hpe-cta-section .row {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.hpe-cta-section--bleed-top {
    padding-top: 0
}

@media (min-width:768px) {
    .hpe-cta-section--bleed-top {
        padding-top: 3rem
    }
}

.hpe-cta-section__item {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1.25rem
}

@media (min-width:768px) {
    .hpe-cta-section__item {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media (min-width:1200px) {
    .hpe-cta-section__item {
        min-height: 20rem;
        padding-right: 0;
        padding-bottom: .625rem
    }
}

.hpe-cta-section__item--tall {
    height: 100%
}

.hpe-cta-section--reorder .hpe-cta-section__item:first-child {
    -ms-flex-order: 1;
    order: 1
}

.hpe-cta-section--reorder .hpe-cta-section__item:nth-child(2) {
    -ms-flex-order: 3;
    order: 3
}

.hpe-cta-section--reorder .hpe-cta-section__item:nth-child(3) {
    -ms-flex-order: 2;
    order: 2
}

.hpe-cta-section--reorder .hpe-cta-section__item:nth-child(4) {
    -ms-flex-order: 5;
    order: 5
}

.hpe-cta-section--reorder .hpe-cta-section__item:nth-child(5) {
    -ms-flex-order: 4;
    order: 4
}

@media (min-width:768px) {
    .hpe-cta-section--reorder .hpe-cta-section__item[class*=col-] {
        -ms-flex-order: 0;
        order: 0
    }
}

.hpe-cta {
    position: relative;
    height: 100%
}

.hpe-cta:not(:last-child) {
    margin-bottom: .625rem
}

.hpe-cta__image {
    position: absolute;
    max-width: 45%;
    bottom: 0;
    left: 0
}

.hpe-cta--tall-image .hpe-cta__image {
    left: 0;
    width: inherit;
    height: calc(100% + 5rem);
    bottom: -2.25rem
}

.hpe-cta__content {
    z-index: 1;
    padding: .625rem
}

@media (min-width:768px) {
    .hpe-cta__content {
        padding: 1.25rem
    }
}

.hpe-cta__content--wide {
    width: 50%
}

@media (min-width:768px) {
    .hpe-cta__content--wide {
        width: 55%
    }
}

.hpe-cta__content--tall .hpe-cta__description {
    width: 60%
}

@media (min-width:768px) {
    .hpe-cta__content--tall .hpe-cta__description {
        width: auto
    }
}

.hpe-cta__title {
    font-size: 1.5rem
}

@media (min-width:768px) {
    .hpe-cta__title {
        font-size: 2rem
    }

    .hpe-cta__description {
        font-size: 1.125rem
    }
}

.hpe-cta--wide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hpe-cta--wide .hpe-cta__image {
    width: 50%
}

.hpe-cta--wide--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 1.25rem
}

.hpe-cta--wide--reverse .hpe-cta__image {
    right: 0;
    left: auto
}

.hpe-cta--wide--float .hpe-cta__image {
    width: 75%;
    max-width: 25rem;
    right: -4rem;
    bottom: -4.25rem
}

.hpe-cta--wide--fullbleed .hpe-cta__image {
    right: 0;
    top: 0;
    height: 100%;
    width: 50%
}

.hpe-cta--dark,
.hpe-cta--dark .hpe-cta__button,
.hpe-cta--dark .hpe-icon {
    color: #fff
}

.hpe-cta--light1 {
    background-color: #f6f6f6
}

.hpe-cta--light2 {
    background-color: #eee
}

.hpe-cta--dark1 {
    background-color: #ffb116;
    color: #000000;
}

.hpe-cta--dark2 {
    background-color: #425563;
    color: #fff;
}

.hpe-cta--dark3 {
    background-color: #5f7a76
}

.hpe-card-list {
    padding: 6rem 0;
    background: #f6f6f6
}

.hpe-card-list__content {
    margin-top: .625rem;
    margin-bottom: .625rem;
    padding: .625rem
}

.hpe-card-list__cards {
    display: block
}

@media (min-width:576px) {
    .hpe-card-list__cards {
        display: -ms-flexbox;
        display: flex
    }
}

.hpe-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin: 0 .625rem;
    text-align: center;
    height: 100%;
    min-height: 14rem;
    box-shadow: 0 .09375rem .25rem rgba(0, 0, 0, .24), 0 .09375rem .375rem rgba(0, 0, 0, .12);
    color: #000
}

@media (min-width:768px) {
    .hpe-card {
        box-shadow: none
    }
}

.hpe-card__image {
    padding: 0;
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem;
    max-height: 8rem;
    background-color: #f6f6f6;
    overflow: visible
}

@media (min-width:768px) {
    .hpe-card__image {
        background-color: transparent;
        margin: 1rem .625rem
    }
}

.hpe-card__link {
    text-decoration: none;
    display: block
}

.hpe-card__link--block {
    margin: 1em auto 0;
    display: inline-block;
    color: #024a92;
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: .0625rem solid #024a92
}

.hpe-card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 1.25rem .625rem;
    height: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:768px) {
    .hpe-card__body {
        background-color: #f6f6f6
    }
}

.hpe-card--invert .hpe-card__body,
.hpe-card--invert .hpe-card__meta,
.hpe-card--invert .hpe-card__wrapper,
.hpe-card__body--details {
    background-color: #fff
}

.hpe-card__heading {
    font-size: 1.125rem;
    margin-bottom: .5em
}

@media (min-width:768px) {
    .hpe-card__heading {
        font-size: 1.25rem
    }
}

.hpe-card__description {
    margin: 0 0 1em;
    flex: 1 1 50%;
    overflow: hidden;
    line-height: 1;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.hpe-card__description--light {
    color: #666
}

.hpe-card__features {
    text-align: left;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5
}

.hpe-card__meta {
    color: #555;
    margin: .5rem 0 1em
}

@media (min-width:768px) {
    .hpe-card__meta {
        font-size: 1.25rem
    }
}

.hpe-card__button {
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hpe-card__price {
    font-size: 1rem
}

@media (min-width:768px) {
    .hpe-card__price {
        font-size: 1.125rem
    }
}

.hpe-card--invert {
    background-color: #f6f6f6
}

.hpe-card--category {
    background: 0 0;
    padding: 0;
    margin: 0;
    min-height: 14rem
}

.owl-item.active .hpe-card--category {
    box-shadow: 0 .09375rem .25rem rgba(0, 0, 0, .24), 0 .09375rem .375rem rgba(0, 0, 0, .12)
}

.hpe-card--category .hpe-card__body {
    background-color: #fff;
    position: relative;
    padding-top: 3rem
}

.hpe-card--category .hpe-card__image {
    position: relative;
    z-index: 1;
    background-color: #fff;
    max-height: 6.25rem;
    background-image: url(./img/bg/6.jpg);
    background-size: cover;
   /*  background-image: linear-gradient(-180deg, #345873 2%, rgba(52, 88, 115, .75) 99%); */
    margin: 0;
    overflow: visible
}

.hpe-card--category .hpe-card__description {
    margin-bottom: 0
}

.hpe-card--category .hpe-responsive-img {
    height: 6rem;
    top: 2rem
}

.hpe-card--category .hpe-card__image--wide {
    top: 3rem
}

.hpe-card--category-full .hpe-card__image {
    background: 0 0;
    padding: 0
}

.hpe-card--category-full .hpe-responsive-img {
    height: 7.5rem;
    top: 0;
    width: 100%
}

.hpe-card--details {
    background: 0 0;
    padding-bottom: 3rem;
    min-height: 35rem
}

.hpe-card--details__link {
    min-height: 5.625rem
}

.hpe-card--active:after {
    position: absolute;
    content: "";
    display: block;
    bottom: -1rem;
    left: 50%;
    margin-left: -1.75rem;
    border-left: 1.75rem solid transparent;
    border-right: 1.75rem solid transparent;
    border-bottom: 1.75rem solid #fff
}

@media (min-width:768px) {
    .hpe-card--active:after {
        margin-left: -2.5rem;
        border-left: 2.5rem solid transparent;
        border-right: 2.5rem solid transparent;
        border-bottom: 2.5rem solid #fff
    }
}

.hpe-card--header {
    margin: 0 0 .625rem;
    min-height: 1rem;
    height: auto;
    padding: .625rem;
    text-align: left
}

.hpe-card--header .hpe-headline {
    margin-bottom: 1rem
}

.hpe-card__file-header {
    display: inline-block;
    position: relative;
    background: #fff;
    padding: .625rem .625rem 0 1.25rem;
    max-width: 85%;
    top: .75rem
}

.hpe-card__file-header:after {
    position: absolute;
    right: -2rem;
    top: 0;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 2rem 0 0 2rem
}

.hpe-card__file-title {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    width: 100%
}

.hpe-card__file-body {
    min-height: inherit;
    margin: 0;
    text-align: left;
    padding: 2rem 1.25rem 1.25rem;
    background: #fff;
    height: calc(100% - 2rem);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hpe-card__file-footer {
    margin: 1.25rem 0 .625rem;
    color: #666
}

.hpe-card--file {
    min-height: 12rem;
    height: 100%
}

.hpe-card--inverse .hpe-card__file-body,
.hpe-card--inverse .hpe-card__file-header {
    background-color: #f6f6f6
}

.hpe-card--inverse .hpe-card__file-header:after {
    border-color: transparent transparent transparent #f6f6f6
}

.hpe-card-service {
    padding: 1.25rem .625rem;
    background-color: hsla(0, 0%, 100%, .9);
    height: auto;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hpe-card-service__description {
    margin: 1rem 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.hpe-card-service__cost {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.5rem;
    margin: 1rem 0
}

.hpe-card-service__cost strong {
    font-weight: 600
}

.hpe-card-service__cost small {
    display: block;
    font-weight: 600;
    margin: .6rem 0
}

.hpe-card-service__button,
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.hpe-quote__content,
.hpe-quote__content p {
    margin: 0;
    padding: 0
}

.hpe-quote__quote {
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 200;
    color: #80746e;
    margin-top: 0;
    padding-top: 0
}

.hpe-quote__reference {
    font-style: normal;
    display: block;
    margin-top: 1.4rem
}

.hpe-quote__name {
    font-weight: 600
}

.hpe-featured-product {
    position: relative
}

@media (min-width:1200px) {
    .hpe-featured-product {
        background: linear-gradient(90deg, #f6f6f6 68%, #fff 0)
    }
}

.hpe-featured-product__row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center
}

@media (min-width:1200px) {
    .hpe-featured-product__row {
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

@media (min-width:768px) {
    .hpe-featured-product__details {
        font-size: 1.125rem
    }
}

.hpe-featured-product__description {
    overflow: hidden;
    line-height: 1.25;
    max-height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.hpe-featured-product__product {
    min-height: 10rem;
    position: relative
}

@media (min-width:768px) {
    .hpe-featured-product__product {
        min-height: 14rem
    }
}

.hpe-featured-product__feature {
    margin: 1.5em auto
}

.hpe-featured-product__feature .hpe-icon {
    color: #024a92
}

.hpe-featured-product__image {
    width: 100%;
    max-width: 40rem
}

@media (min-width:1200px) {
    .hpe-featured-product__image {
        position: absolute;
        width: 250%;
        left: -125%
    }
}

.hpe-featured-product__name {
    font-size: 1.25rem
}

@media (min-width:768px) {
    .hpe-featured-product__name {
        font-size: 1.5rem
    }
}

.hpe-featured-product__price {
    display: block;
    color: #333;
    width: 100%
}

@media (min-width:768px) {
    .hpe-featured-product__price {
        font-size: 1.875rem;
        display: inline
    }
}

.hpe-featured-product__badge {
    position: absolute;
    top: 9rem;
    right: 20%;
    text-align: center;
    font-size: 6rem
}

@media (min-width:768px) {
    .hpe-featured-product__badge {
        top: 13rem;
        font-size: 7rem
    }
}

@media (min-width:992px) {
    .hpe-featured-product__badge {
        right: 30%
    }
}

@media (min-width:1200px) {
    .hpe-featured-product__badge {
        font-size: 9rem;
        margin-right: -.75em;
        margin-top: 1rem
    }
}

.hpe-featured-product__meta {
    list-style: none;
    padding: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.hpe-featured-product__meta-item {
    display: inline
}

.hpe-featured-product__meta-item:not(:last-child):after {
    content: "\2022";
    padding: 0 .25em
}

.hpe-featured-product__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 1.25rem;
    padding-left: 0
}

.hpe-featured-product__button .hpe-button {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
    min-width: 10rem;
    width: 10rem
}

@media (min-width:1200px) {
    .hpe-featured-product__button .hpe-button {
        margin: 0
    }
}

.hpe-page-header {
    position: relative;
    padding: 7.1875rem 0 0
}

@media (min-width:768px) {
    .hpe-page-header {
        padding: 8.3125rem 0 0
    }
}

.hpe-page-header--image {
    color: #fff;
    background-color: #666;
    background-repeat: no-repeat;
    background-size: cover
}

.hpe-page-header__background {
    position: absolute;
    opacity: .2;
    background-size: cover;
    background: no-repeat 50%
}

.hpe-page-header__content {
    padding: .5rem;
    overflow: auto;
    background-color: rgba(51, 51, 51, .75);
    display: inline-block;
    width: 100%;
    margin-bottom: .625rem
}

@media (min-width:768px) {
    .hpe-page-header__content {
        padding: .75rem;
        margin-bottom: 1.5rem
    }
}

.hpe-page-header__content :last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.hpe-page-header__card {
    margin-bottom: .625rem
}

.hpe-page-header--elite {
    padding: 6.4375rem 0 .625rem
}

.hpe-filter-list {
    padding: .5rem 0
}

.hpe-filter-list>.hpe-divider {
    margin: .9rem 0
}

.hpe-filter__button--less {
    display: none
}

.hpe-filter {
    padding-bottom: 2em;
    padding-left: 1.25rem
}

.hpe-filter__list {
    list-style: none;
    padding: .0625rem 0 0;
    margin: 0 0 .5em;
    overflow: hidden;
    max-height: 8em
}

.hpe-filter--expanded,
.hpe-filter:first-of-type:last-of-type .hpe-filter__list {
    max-height: inherit
}

.hpe-filter--expanded~.hpe-filter__button--more,
.hpe-filter:first-of-type:last-of-type .hpe-filter__list~.hpe-filter__button--more {
    font-size: 1rem !important;
    font-weight: 300;
    display: none
}

.hpe-filter--expanded~.hpe-filter__button--less {
    display: block
}

.hpe-filter__item {
    margin-bottom: .5em
}

.hpe-disclosure__section {
    overflow: hidden
}

.hpe-disclosure__section[aria-hidden=false] {
    padding: 0;
    display: none
}

.hpe-disclosure__button {
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem !important;
    padding: 8px 20px 9px 20px !important
}

.hpe-disclosure__button:hover {
    color: #000
}

.hpe-disclosure__button .hpe-icon {
    color: #024a92;
    bottom: 0;
    margin-right: .5rem
}

.hpe-disclosure__button--active .hpe-icon,
.hpe-disclosure__button--active:hover .hpe-icon {
    transform: rotate(90deg)
}

.hpe-disclosure__button--secondary {
    font-weight: 400;
    font-size: 1rem
}

.hpe-disclosure__button--secondary .hpe-icon {
    font-size: 1rem;
    color: #666;
    bottom: -.125em
}

input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: 100%;
    min-height: 3rem
}

input[type=range]:focus {
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: .2s;
    border: 0;
    border-radius: .5rem;
    background: #ccc
}

input[type=range]::-webkit-slider-thumb {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: #024a92;
    cursor: pointer;
    border: .0625rem solid #ccc;
    -webkit-appearance: none;
    margin-top: -.3125rem
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d9d9d9
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: .2s;
    border: 0;
    border-radius: .5rem;
    background: #ccc
}

input[type=range]::-moz-range-thumb {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: #024a92;
    cursor: pointer;
    border: .0625rem solid #ccc
}

input[type=range]::-ms-track {
    border-width: 0;
    height: 1rem;
    background: #ccc;
    color: transparent
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper,
input[type=range]:focus::-ms-fill-lower,
input[type=range]:focus::-ms-fill-upper {
    background: 0 0
}

input[type=range]::-ms-thumb {
    border-radius: 50%;
    background: #024a92;
    cursor: pointer;
    border: .0625rem solid #ccc;
    height: 1rem;
    width: 1rem
}

.hpe-range {
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 1rem;
    min-height: 3rem
}

.hpe-range--dual {
    margin: 1rem 0
}

.hpe-range input {
    display: block
}

.hpe-range__label {
    font-size: .875rem;
    position: absolute
}

.hpe-range__label--min {
    left: 0
}

.hpe-range__label--max {
    right: 0
}

.hpe-range__main-label {
    font-size: 1em;
    display: block;
    font-weight: 600
}

.hpe-range--background input[type=range]::-webkit-slider-thumb,
.hpe-range--background2 input[type=range]::-webkit-slider-thumb {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: .0625rem solid #ccc
}

.hpe-range--background input[type=range]::-moz-range-thumb,
.hpe-range--background2 input[type=range]::-moz-range-thumb {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: .0625rem solid #ccc
}

.hpe-range--background input[type=range]::-ms-thumb,
.hpe-range--background2 input[type=range]::-ms-thumb {
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: .0625rem solid #ccc;
    height: 1rem;
    width: 1rem
}

.hpe-range--background .noUi-handle,
.hpe-range--background2 .noUi-handle {
    background: #fff
}

.hpe-range--background input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: .2s;
    border: 0;
    border-radius: .5rem;
    background: linear-gradient(90deg, #2a9400, #ffe75e 54%, #ca2b4e)
}

.hpe-range--background input[type=range]:focus::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #2a9400, #ffe75e 54%, #ca2b4e)
}

.hpe-range--background input[type=range]::-moz-range-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: .2s;
    border: 0;
    border-radius: .5rem;
    background: linear-gradient(90deg, #2a9400, #ffe75e 54%, #ca2b4e)
}

.hpe-range--background input[type=range]::-ms-track {
    background: linear-gradient(90deg, #2a9400, #ffe75e 54%, #ca2b4e)
}

.hpe-range--background .noUi-target {
    background: linear-gradient(90deg, #2a9400, #ffe75e 54%, #ca2b4e)
}

.hpe-range--background2 input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: .2s;
    border: 0;
    border-radius: .5rem;
    background: linear-gradient(90deg, #ffe75e, #2a9400)
}

.hpe-range--background2 input[type=range]:focus::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #ffe75e, #2a9400)
}

.hpe-range--background2 input[type=range]::-moz-range-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: .2s;
    border: 0;
    border-radius: .5rem;
    background: linear-gradient(90deg, #ffe75e, #2a9400)
}

.hpe-range--background2 input[type=range]::-ms-track {
    background: linear-gradient(90deg, #ffe75e, #2a9400)
}

.hpe-range--background2 .noUi-target {
    background: linear-gradient(90deg, #ffe75e, #2a9400)
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: #000;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: 0 0
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 1rem
}

.noUi-horizontal .noUi-handle {
    width: 1.5rem;
    height: 1.5rem;
    left: -1rem;
    top: -.25rem
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -1rem;
    left: auto
}

.noUi-target {
    background: #ccc;
    border-radius: .5rem
}

.noUi-connect {
    background: #425563
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: .2em solid #425563
}

.noUi-handle:after {
    left: 1rem
}

[disabled] .noUi-connect {
    background: #ccc
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips {
    position: absolute;
    color: #ddd
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ddd;
    font-size: .75rem
}

.noUi-marker {
    position: absolute;
    background: #eee
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #ddd
}

.noUi-pips-horizontal {
    padding: .625rem 0;
    height: 50rem;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -.0625rem;
    width: .125rem;
    height: .3125rem
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: .75rem
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 1rem
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: .0625rem solid #ccc;
    background: #fff;
    color: #000;
    padding: .3125rem;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: .5rem;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-carousel,
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots {
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel button.owl-dot {
    color: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.datepicker-rtl table tr td span,
.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .owl-carousel {
        padding: 0 3rem !important
    }

    .owl-carousel--nonav {
        padding: 0 !important
    }
}

@media (min-width:81rem) {
    .owl-carousel {
        padding: 0 !important
    }
}

.owl-carousel--no-margin {
    margin-bottom: 0
}

.owl-carousel .owl-stage-outer {
    padding: 1.5rem 0
}

@media (min-width:768px) {
    .owl-carousel .owl-stage-outer {
        padding: 0 0 1.5rem
    }
}

.owl-carousel .owl-nav {
    font-size: 1.5rem;
    display: none
}

@media (min-width:768px) {
    .owl-carousel .owl-nav {
        display: block
    }
}

@media (min-width:992px) {
    .owl-carousel .owl-nav {
        font-size: 2rem
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    margin: -.5em 0 0;
    display: block;
    color: #333
}

.owl-carousel--light .owl-nav button.owl-next,
.owl-carousel--light .owl-nav button.owl-prev {
    color: #fff !important
}

@media (min-width:1200px) {

    .owl-carousel--minimal .owl-nav button.owl-next,
    .owl-carousel--minimal .owl-nav button.owl-prev {
        margin-top: -1.5em;
        box-shadow: none
    }
}

.owl-prev {
    left: 0;
    text-align: left
}

@media (min-width:768px) {
    .owl-prev {
        margin-left: .625rem
    }
}

@media (min-width:81rem) {
    .owl-prev {
        left: -3rem;
        margin-left: 0
    }
}

.owl-next {
    right: 0;
    text-align: right
}

@media (min-width:768px) {
    .owl-next {
        margin-right: .625rem
    }
}

@media (min-width:81rem) {
    .owl-next {
        right: -3rem;
        margin-right: 0
    }
}

.owl-item,
.owl-stage {
    display: -ms-flexbox;
    display: flex
}

.owl-item>* {
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.hpe-category-carousel {
    background-color: #f6f6f6;
    background-image: linear-gradient(180deg, #f6f6f6 11rem, #fff);
    position: relative;
    min-height: 18rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.hpe-category-carousel--nobackground {
    background: 0 0
}

.hpe-category-carousel .hpe-carousel__rail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 7.5rem;
/*     background-image: linear-gradient(0deg, rgba(119, 142, 156, .9), rgba(66, 85, 99, .9)) */
}

.hpe-category-carousel .hpe-carousel__rail--header {
    height: 13.0625rem
}

.hpe-category-carousel .owl-carousel {
    margin-bottom: 0
}

.hpe-category-carousel .hpe-card__link {
    margin: 0 .125rem;
    border: 1px solid #ef7d00;
}

@media (min-width:768px) {
    .hpe-block-overflow .owl-carousel {
        margin-bottom: -1.5rem
    }
}

.hpe-block-overflow .hpe-details-carousel {
    margin-bottom: -1.5rem
}

@media (min-width:768px) {
    .hpe-block-overflow .hpe-details-carousel {
        margin-bottom: -3rem
    }
}

.hpe-details-carousel {
    color: #000;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0
}

.hpe-details-carousel .hpe-card {
    box-shadow: none
}

.hpe-details-carousel .owl-stage-outer {
    padding-bottom: .5rem
}

.hpe-solution__image {
    background-color: #f6f6f6;
    width: 100%;
    margin-bottom: 1rem
}

@media (min-width:1200px) {
    .hpe-solution__image {
        min-height: 8rem
    }
}

.hpe-solution__body {
    padding: 0 .625rem 2em
}

@media (min-width:992px) {
    .hpe-solution__body {
        font-size: 1.25rem;
        padding-bottom: 0
    }
}

.hpe-solution__item {
    margin-bottom: .75em
}

.hpe-solution__item a {
    text-decoration: none
}

.hpe-solution__title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1em
}

@media (min-width:768px) {
    .hpe-solution__title {
        font-size: 1.5rem
    }
}

.hpe-product-grid-2x2 {
    overflow: auto;
    width: 100%;
    padding-bottom: .625rem
}

@media (min-width:992px) {
    .hpe-product-grid-2x2 {
        width: auto;
        overflow: visible;
        padding-bottom: 0
    }
}

/* @media (min-width:768px) {
    .hpe-product-grid-2x2__item-col:nth-child(2n) {
        padding-left: 0
    }
}
 */
.hpe-product-grid-2x2__item {
    background: #fff;
    padding: .625rem;
    margin-bottom: .625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 14rem;
    height: calc(100% - .625rem);
    text-align: center
}

.hpe-product-grid-2x2__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width:992px) {
    .hpe-product-grid-2x2__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hpe-product-grid-2x2__image {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: .625rem 0;
    height: 10rem
}

.hpe-product-grid-2x2__image img {
    height: 100%;
    width: auto
}

@media (min-width:992px) {
    .hpe-product-grid-2x2__image {
        -ms-flex: 0 1 40%;
        flex: 0 1 40%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.hpe-product-grid-2x2__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media (min-width:992px) {
    .hpe-product-grid-2x2__body {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 1.25rem 1.25rem .625rem
    }
}

.hpe-product-grid-2x2__product-name {
    margin-bottom: 1rem;
    font-size: inherit
}

@media (min-width:768px) {
    .hpe-product-grid-2x2__product-name {
        font-size: 1.5rem
    }
}

.hpe-product-grid-2x2__product-name a {
    text-decoration: none;
    color: #024a92
}

.hpe-product-grid-2x2__header {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.hpe-product-grid-2x2__footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.hpe-product-grid-2x2__description {
    font-size: 1.125rem;
    margin: 0 0 1.5rem;
    overflow: hidden;
    line-height: 1.25;
    max-height: 3.75em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.hpe-product-grid-2x2__price {
    font-size: 1.25em;
    margin: 0 0 2rem
}

.hpe-product-grid-2x2__button {
    display: block
}

.hpe-product-grid-2x2__button+.hpe-product-grid-2x2__button {
    margin-top: 1rem
}

.hpe-product-grid-2x2__button {
    display: block
}

.hpe-modal {
    position: fixed;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 100;
    overflow: auto
}

.hpe-modal--active {
    display: -ms-flexbox;
    display: flex
}

.hpe-modal--size-small .hpe-modal__content {
    max-width: 26em
}

.hpe-modal--size-medium .hpe-modal__content {
    width: 48rem
}

.hpe-modal__content {
    box-shadow: 0 .9375rem 1.5rem rgba(0, 0, 0, .22), 0 1.1875rem 4.75rem rgba(0, 0, 0, .3);
    position: relative;
    background: #fff;
    padding: 3rem 1.25rem 1.5rem;
    margin: auto
}

.hpe-modal__content--even-padding {
    padding: 1.25rem
}

.hpe-modal__content--nobg {
    background: 0 0;
    box-shadow: none
}

.hpe-modal__content--nobg .hpe-modal__close {
    color: #fff;
    right: 1.875rem
}

.hpe-modal__content--nobg .hpe-modal__close:hover {
    color: #f6f6f6
}

.hpe-modal__content--nobg .container {
    background: #fff;
    padding: 1.25rem
}

.hpe-modal__close {
    position: absolute;
    top: .625rem;
    right: 1.25rem;
    color: #333;
    font-size: 1.25rem
}

.hpe-modal__close:hover {
    color: #000
}

.hpe-modal__close .hpe-icon {
    margin: 0;
    bottom: 0
}

.hpe-body-noscroll {
    overflow: hidden
}

.hpe-guided-filter {
    margin: 0 -.625rem 1rem;
    background: #024a92 url(/assets/toolkit/images/guided-background.png) no-repeat;
    background-size: cover
}

@media (min-width:576px) {
    .hpe-guided-filter {
        display: -ms-flexbox;
        display: flex;
        padding: .125rem
    }
}

@media (min-width:768px) {
    .hpe-guided-filter {
        margin: 1rem 0
    }
}

.hpe-guided-filter__question,
.hpe-guided-filter__title {
    padding: 1.25rem
}

.hpe-guided-filter__title {
    color: #fff;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    font-size: 1.25em
}

.hpe-guided-filter__heading {
    font-size: 2rem;
    margin-bottom: .5rem
}

.hpe-guided-filter__question {
    background-color: #f6f6f6;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.hpe-guided-filter__question-heading {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

.hpe-guided-filter__instructions {
    color: #666;
    margin: .5rem 0 1rem
}

.hpe-guided-filter__footer {
    padding-top: 1.5rem
}

.hpe-guided-filter__text--right {
    text-align: right;
    display: block
}

.hpe-guided-filter__button {
    color: #fff
}

.hpe-popover {
    display: none;
    position: absolute;
    width: 25rem;
    left: -11.8125rem;
    top: 3rem;
    background-color: #fff;
    padding: 1.25rem 0;
    z-index: 9999;
    box-shadow: 0 .625rem 1.25rem rgba(0, 0, 0, .22), 0 .875rem 3.5rem rgba(0, 0, 0, .25);
    border: .0625rem solid #ccc
}

.hpe-popover:after,
.hpe-popover:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -.375rem;
    width: 0;
    height: 0;
    border-left: .75rem solid transparent;
    border-right: .75rem solid transparent
}

.hpe-popover:before {
    top: -.75rem;
    border-bottom: .75rem solid #fff
}

.hpe-popover:after {
    top: -.8125rem;
    border-bottom: .75rem solid #ccc;
    z-index: -1
}

.hpe-popover__content {
    max-height: 19rem;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    padding: 0 1.25rem
}

.hpe-popover__title {
    margin-bottom: .75rem
}

.hpe-popover__header {
    padding: 0 1.25rem .75rem
}

.hpe-popover__footer {
    padding: 1.5rem 1.25rem 0
}

.hpe-badge {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: .5em .75rem;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #614767;
    border-right: .125rem solid;
    border-bottom: .125rem solid
}

.hpe-badge--new {
    background-color: #ff8d6d
}

.hpe-pagination {
    display: -ms-flexbox;
    display: flex;
    color: #666;
    -ms-flex-pack: center;
    justify-content: center
}

.hpe-pagination--align-left {
    -ms-flex-pack: normal;
    justify-content: normal
}

.hpe-pagination__link {
    text-decoration: none;
    color: #024a92;
    position: relative;
    bottom: -.125rem
}

.hpe-pagination__pages {
    margin: 0 1rem
}

.hpe-jump-page {
    display: inline-block;
    max-width: 4rem;
    vertical-align: middle;
    margin-left: 1.25rem;
    margin-bottom: 0
}

.hpe-jump-page input {
    padding: .5em;
    position: relative;
    top: -.0625rem
}

.hpe-more-information__content {
    line-height: 1.25;
    margin: 0 0 1em
}

.hpe-more-information__columns {
    margin-top: 1.5rem
}

.hpe-more-information__list {
    padding-bottom: 1.5rem;
    border-bottom: .0625rem solid #666
}

.hpe-more-information__list:first-child:last-child {
    border: 0
}

.hpe-more-information__list-item {
    max-width: 45rem;
    line-height: 1.25;
    padding-left: 40px
}

.hpe-more-information__list-item:not(:last-child) {
    margin-bottom: 1em
}

@media (min-width:768px) {
    .hpe-more-information__columns {
        column-count: 2
    }
}

@media (min-width:1200px) {
    .hpe-more-information__columns {
        column-count: 3
    }
}

.hpe-more-information__columns .hpe-more-information__list {
    border: 0
}

.hpe-more-information__links {
    margin-bottom: 1.5rem
}

.hpe-cart-leasing__contact li:last-of-type,
.hpe-more-information__links:last-of-type {
    margin-bottom: 0
}

.hpe-more-information__links .hpe-anchor {
    font-size: 1rem;
    font-weight: 400;
    max-width: 16em
}

.hpe-intel-footer {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.hpe-intel-footer__badge {
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem
}

.hpe-intel-footer__content {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 30rem
}

.hpe-intel-footer__text {
    margin: 0 0 .5em;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.hpe-intel-footer__text:last-child {
    margin: 0
}

.hpe-pdf-embed {
    width: 100%;
    min-height: 44rem;
    margin-bottom: 1.5rem
}

.hpe-tabs {
    width: 100%;
    height: 3.25rem;
    overflow: hidden
}

.hpe-tabs__content {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 4.5rem
}

.hpe-tabs__section {
    display: none
}

.hpe-tabs__section--active {
    display: block
}

.hpe-tabs__button {
    border-bottom: .3125rem solid transparent;
    padding: 0 0 .325em;
    color: #333;
    font-weight: 600;
    opacity: .5;
    font-size: 1rem
}

.hpe-tabs__button:hover {
    color: #333
}

.hpe-tabs__button:not(:last-child) {
    margin-right: 1.875rem
}

.hpe-tabs__button[aria-selected] {
    opacity: 1;
    border-bottom: 5px solid #024a92;
    border-radius: 0
}

.owl-carousel-nav__thumbnail-gallery {
    overflow: hidden
}

.owl-carousel-nav__thumbnail-gallery-inner {
    position: relative
}

.owl-carousel-nav__nav {
    margin: 0 auto;
    padding: 0;
    background: 0 0;
    border: 0;
    display: block;
    width: 100%;
    color: #024a92;
    font-size: 1rem;
    cursor: pointer
}

.owl-carousel-nav__nav:disabled {
    cursor: default;
    color: grey
}

.owl-carousel-nav__thumb {
    border: .0625rem solid transparent;
    display: block;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative
}

.owl-carousel-nav__thumb-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: .3rem;
    border: 0;
    background: 0 0
}

.owl-carousel-nav__thumb-video:active,
.owl-carousel-nav__thumb-video:focus {
    border: 0;
    outline: 0
}

.owl-carousel-nav__thumb-video .hpe-icon {
    cursor: pointer;
    width: 100%;
    height: 100%;
    stroke: hsla(0, 0%, 100%, .5);
    -webkit-filter: drop-shadow(0 0 .3333em #000);
    filter: drop-shadow(0 0 .3333em #000)
}

.owl-carousel-nav__item {
    overflow: auto;
    box-sizing: border-box;
    cursor: pointer
}

.owl-carousel-nav__item--active .owl-carousel-nav__thumb {
    border: .0625rem solid #024a92
}

.hpe-configuration {
    display: none;
    min-height: 4rem
}

.hpe-configuration--open {
    display: block
}

@media (min-width:768px) {
    .hpe-configuration__controls {
        text-align: right
    }
}

.hpe-configuration__button {
    color: #333;
    font-weight: 400
}

.hpe-configuration__button:not(:last-child) {
    margin-right: 1.5rem
}

@media (min-width:992px) {
    .hpe-configuration__button:not(:last-child) {
        margin-right: 3rem
    }
}

.hpe-config-option {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

.hpe-config-option--readonly {
    opacity: .5
}

.hpe-config-option__count {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-weight: 600;
    margin-right: .325em
}

.hpe-config-option__label {
    margin-left: .325em
}

.hpe-config-option__tag {
    display: block;
    text-align: right;
    font-style: italic;
    opacity: .5;
    margin-bottom: 1em
}

.hpe-config-option__group:not(:last-of-type) {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: .0625rem solid #ccc
}

.hpe-config-option__meta {
    text-align: right
}

.hpe-config-option__quantity {
    margin-bottom: 1em
}

@media (min-width:576px) {
    .hpe-config-option__quantity {
        text-align: right
    }
}

.hpe-config-option__meta {
    color: #666;
    font-size: 1.25rem
}

.hpe-config-option__price {
    color: #000;
    display: block;
    margin-bottom: .25rem
}

.hpe-config-option--remove {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.hpe-config-option--remove .hpe-button {
    margin: 0 1.25rem
}

.hpe-configuration-tab {
    position: relative;
    top: .1875rem;
    padding: .625rem;
    background-color: #f6f6f6;
    border: .1875rem solid transparent;
    transition: border .1s ease-in-out;
    height: 10rem;
    max-width: 100%
}

@media (min-width:768px) {
    .hpe-configuration-tab {
        padding: 1.25rem
    }
}

.hpe-configuration-tab:after {
    content: "";
    border-bottom: .1875rem solid #666;
    width: calc(100% + .375rem);
    position: absolute;
    bottom: 0;
    left: -.1875rem;
    transition: border .1s ease-in-out
}

.hpe-configuration-tab--active {
    background-color: #fff;
    border: .1875rem solid;
    border-color: #666 #666 transparent;
    z-index: 100
}

.hpe-configuration-tab--active:after {
    border: 0
}

.hpe-configuration-tab__header {
    display: -ms-flexbox;
    display: flex
}

.hpe-configuration-tab__name {
    margin-bottom: .25em
}

@media (min-width:768px) {
    .hpe-configuration-tab__name {
        margin-bottom: 1em
    }
}

.hpe-configuration-tab__icon {
    color: #614767;
    font-size: 2.5rem;
    display: none;
    margin-right: 1.25rem
}

@media (min-width:768px) {
    .hpe-configuration-tab__icon {
        display: inline-block
    }
}

.hpe-configuration-tab__label {
    display: block;
    color: #333;
    margin-bottom: .5em
}

.hpe-configuration-tab__value {
    display: block;
    margin: 0;
    color: #614767;
    background-color: #ddd;
    max-width: 100%
}

.hpe-configuration-tab__value[value] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: .5rem;
    border: 0
}

.hpe-configuration-tab__value:nth-of-type(2):last-of-type {
    margin-left: 2%
}

.hpe-configuration-tab__value:first-of-type:nth-last-of-type(2),
.hpe-configuration-tab__value:nth-of-type(2):last-of-type {
    display: inline-block;
    vertical-align: top;
    width: 47%
}

.hpe-configuration-tab__value::-webkit-progress-value {
    background-color: #614767
}

.hpe-configuration-tab__value::-webkit-progress-bar {
    background-color: #ddd
}

.hpe-configuration-tab__value::-moz-progress-bar {
    background-color: #614767
}

.hpe-configuration-carousel {
    padding-bottom: 0
}

@media (min-width:768px) {
    .hpe-configuration-carousel {
        padding-bottom: 3rem
    }
}

.hpe-configuration-carousel__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 0 .625rem
}

@media (min-width:768px) {
    .hpe-configuration-carousel__container {
        padding: 0
    }
}

.hpe-configuration-carousel__container:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: .1875rem solid #666
}

.hpe-configuration-carousel .owl-carousel,
.hpe-configuration-carousel .owl-stage-outer {
    margin-bottom: 0;
    padding-bottom: 0 !important
}

.hpe-configuration-section {
    position: relative;
    display: none;
    padding-top: .5rem;
    min-height: 8rem
}

@media (min-width:768px) {
    .hpe-configuration-section {
        padding-top: 0;
        min-height: 40rem
    }
}

.hpe-configuration-section .row {
    min-width: 100%
}

.hpe-configuration-section__preview {
    border-top: .0625rem solid #ccc;
    border-bottom: .0625rem solid #ccc
}

@media (min-width:768px) {
    .hpe-configuration-section__preview {
        border: 0;
        height: auto;
        padding: 2rem 2rem 0 0
    }
}

.hpe-configuration-section__image {
    width: 100%;
    height: 8rem
}

.hpe-configuration-section__image img {
    width: 100%
}

@media (min-width:768px) {
    .hpe-configuration-section__image {
        height: 100%;
        min-height: 40rem
    }
}

.hpe-configuration-section__description {
    margin: 0 0 1em
}

@media (min-width:768px) {
    .hpe-configuration-section__description {
        font-size: 1.125rem
    }
}

.hpe-configuration-section--active {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    border-bottom: .1875rem solid #666
}

@media (min-width:768px) {
    .hpe-configuration-section--active {
        margin-bottom: 3rem
    }
}

.hpe-configuration-section__spinner {
    font-size: 6rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.hpe-slot {
    display: -ms-flexbox;
    display: flex;
    height: .625rem;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.hpe-slot__item {
    height: 100%;
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #ddd
}

.hpe-slot__item:not(:first-child) {
    margin-right: .0625rem
}

.hpe-slot__item--active,
.hpe-slot__item--active~.hpe-slot__item {
    background-color: #614767
}

.hpe-slot--config {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.hpe-slot__label {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: .625rem
}

.hpe-config-block {
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex
}

.hpe-config-block__icon {
    font-size: 1.5rem;
    color: #614767;
    -ms-flex: 0 0 1em;
    flex: 0 0 1em
}

@media (min-width:768px) {
    .hpe-config-block__icon {
        font-size: 2rem
    }
}

.hpe-config-block__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.hpe-config-block__label {
    font-size: 1.25rem;
    margin-bottom: .5rem
}

.hpe-config-block__label-count {
    font-weight: 400;
    margin-left: .25em
}

.hpe-configuration-current {
    padding: 1.25rem;
    background-color: #f6f6f6
}

.hpe-config-list__item {
    margin-bottom: .5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.hpe-config-list .hpe-config-option {
    margin: 0
}

.hpe-config-list__title {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    font-weight: 600;
    margin: 0 .5rem 0 0;
    line-height: 1
}

.hpe-config-list__button {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .hpe-config-list__button {
        display: inline-block;
        width: auto
    }
}

.hpe-config-list--totals {
    font-size: 1.25rem;
    margin-bottom: 1.5em;
    width: 100%
}

.hpe-config-list--totals .hpe-config-list__item {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hpe-config-list--totals .hpe-config-list__title {
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
    margin-right: 1rem
}

.hpe-config-list--totals .hpe-config-list__value {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%
}

a.hpe-config-list__link {
    color: #614767
}

.hpe-config--totals {
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 1rem
}

@media (min-width:768px) {
    .hpe-config--totals {
        margin-top: 0
    }
}

.hpe-config__stock {
    font-size: 1.25rem;
    margin-bottom: 2rem
}

.hpe-number-input {
    border: 0;
    display: inline-block
}

.hpe-number-input input:focus,
.hpe-number-input:focus input {
    border-color: #024a92
}

.hpe-number-input input,
.hpe-number-input__control {
    border: .0625rem solid #666;
    vertical-align: middle;
    text-align: center
}

.hpe-number-input input {
    display: inline-block;
    width: 2.7rem;
    height: 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    padding: .8rem .3rem;
    line-height: 1
}

.hpe-number-input__control {
    background: #fff;
    border-color: #024a92;
    padding: .25rem;
    line-height: .5;
    font-size: .875rem
}

.hpe-number-input__control:disabled {
    opacity: .35;
    border-color: #666
}

.hpe-number-input__control .hpe-icon {
    font-size: 1em;
    margin: 0;
    bottom: 0
}

.hpe-number-input--disabled input {
    border-color: transparent;
    background-color: transparent;
    color: #000
}

.hpe-number-input--disabled input:focus {
    border-color: transparent
}

.hpe-number-input--disabled .hpe-number-input__control {
    display: none
}

.hpe-number-input__delete {
    margin-left: 1rem;
    color: #024a92
}

.hpe-number-input__delete--hidden {
    visibility: hidden
}

.hpe-number-input__delete .hpe-icon {
    margin-right: 0
}

.hpe-sidebar-card {
    outline: .0625rem solid #666;
    border-top: .25rem solid #2ad2c9;
    padding: 1.25rem;
    margin-bottom: .625rem;
    background-color: #fff
}

.hpe-sidebar-card--noborder {
    border: 0;
    outline: 0;
    background: 0 0
}

.hpe-sidebar-card--noborder .hpe-sidebar-card__title {
    text-transform: uppercase
}

@media (min-width:768px) {
    .hpe-sidebar-card {
        margin-right: .625rem;
        width: 18.5rem
    }
}

@media (min-width:992px) {
    .hpe-sidebar-card {
        margin-bottom: 1.25rem
    }
}

@media (min-width:1200px) {
    .hpe-sidebar-card {
        margin-right: 0
    }

    .hpe-sidebar-card:last-child {
        margin-bottom: 0
    }
}

.hpe-sidebar-card--auto {
    width: inherit;
    height: 100%;
    margin-bottom: 1.25rem
}

.hpe-sidebar-card__item,
.hpe-sidebar-card__title {
    margin-bottom: .5rem
}

.hpe-sidebar-card__date {
    margin: 0 0 1rem;
    color: #666
}

.hpe-sidebar-card__container [class^=col-] {
    padding-bottom: 1.25rem
}

@media (min-width:992px) {
    .hpe-sidebar-card__container [class^=col-] {
        padding-bottom: 0
    }
}

.hpe-sidebar-card__section {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .hpe-sidebar-card__bill {
        column-count: 2;
        column-gap: 2.5rem;
        column-fill: balance
    }
}

.hpe-sidebar-card__list {
    column-count: 2;
    column-gap: 1.25rem;
    font-size: .875rem
}

@media (min-width:768px) {
    .hpe-sidebar-card__list {
        font-size: 1.125rem;
        column-count: 1
    }
}

.hpe-cart-leasing__contact li,
.hpe-sidebar-card__list-item {
    margin-bottom: .5rem
}

.hpe-sidebar-card__list a {
    text-decoration: none;
    color: #024a92
}

.hpe-sidebar-card__footer {
    padding-top: .5rem
}

.hpe-cart-leasing__description {
    margin-top: 0
}

.hpe-cart-leasing__contact {
    font-weight: 600
}

@media (min-width:992px) {
    .hpe-cart-leasing__contact li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.hpe-cart-leasing__contact-name {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    padding-right: .625rem
}

.hpe-cart-list {
    padding: 1.25rem .625rem;
    background: #f6f6f6;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .hpe-cart-list {
        padding: 1.25rem
    }
}

.hpe-cart-list--mini {
    margin-bottom: .75rem
}

.hpe-cart-list__title {
    font-weight: 700;
    margin: 0 0 .75rem
}

.hpe-cart-list__image {
    width: 3rem;
    height: auto
}

@media (min-width:768px) {
    .hpe-cart-list__image {
        width: 5rem
    }

    .hpe-cart-list__image--large {
        width: 10rem
    }

    .hpe-cart-list__image--small {
        width: 3rem
    }
}

.hpe-cart-list__description {
    margin: 0 0 1.5rem
}

.hpe-cart-list__money--block {
    display: block;
    margin-bottom: .25rem
}

.hpe-cart-list__money--strike {
    text-decoration: line-through
}

.hpe-cart-list__money--heavy {
    font-weight: 600
}

.hpe-cart-list__footer {
    padding-bottom: .5rem
}

.hpe-cart-list__meta-block {
    display: inline-block;
    font-size: .875rem;
    margin: 0 .5rem 1rem 0
}

.hpe-cart-list__meta-block:first-child {
    margin-right: 1.5rem
}

.hpe-cart-list__text {
    margin-bottom: .75em;
    font-size: .875rem
}

.hpe-cart-list__text--heavy,
.hpe-order-summary__support strong {
    font-weight: 600
}

.hpe-cart-list__text--color-light {
    color: #666
}

@media (min-width:768px) {
    .hpe-cart-list__text--right {
        text-align: right;
        display: block
    }
}

.hpe-cart-list__text--center {
    text-align: center
}

.hpe-cart-list__section-body {
    padding: .625rem;
    background: #fff
}

.hpe-cart-list__section-body--no-padding {
    padding: 0 !important
}

.hpe-cart-list__section-body--nobg {
    background: 0 0;
    border-bottom: .0625rem solid #ccc
}

.hpe-cart-list__section-body--nobg:last-of-type {
    border-bottom: 0
}

@media (min-width:768px) {
    .hpe-cart-list__section-body {
        padding: 1.25rem
    }
}

.hpe-cart-list__section-body--invert {
    background: #f6f6f6
}

.hpe-cart-list__section-product {
    margin: 0 0 .75rem;
    font-weight: 600;
    font-size: 1rem
}

@media (min-width:768px) {
    .hpe-cart-list__section-product {
        font-size: 1.25rem
    }
}

.hpe-cart-list__section-product--small {
    margin: 0 0 .5rem
}

@media (min-width:768px) {
    .hpe-cart-list__section-product--small {
        font-size: 1.125rem
    }
}

.hpe-cart-list__stock {
    font-weight: 400
}

.hpe-cart-list__label {
    display: block;
    font-size: .9em
}

.hpe-cart-list__price-block {
    position: relative;
    margin-bottom: .5rem
}

.hpe-cart-list__config .hpe-divider {
    margin: .5rem 0 1rem
}

.hpe-cart-list__config .hpe-divider:last-of-type:not(:first-of-type) {
    margin: 1rem 0 0
}

.hpe-cart-list__config-item>* {
    margin-bottom: .325rem
}

@media (min-width:768px) {
    .hpe-cart-list__config-item>* {
        margin-bottom: 0
    }
}

.hpe-cart-list__delete {
    display: inline-block;
    margin-left: 1.25rem;
    vertical-align: middle
}

.hpe-cart-list__delete .hpe-icon {
    margin: 0;
    bottom: 0
}

.hpe-cart-list .hpe-divider {
    margin: 1.5rem 0
}

.hpe-cart-list__buttons {
    margin-top: .3em
}

.hpe-cart-list__buttons .hpe-button {
    width: 100%
}

@media (min-width:576px) {
    .hpe-cart-list__buttons {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:992px) {
    .hpe-cart-list__buttons {
        padding: 0
    }
}

.hpe-cart-list__number-input,
.hpe-cart-list__number-input+.hpe-number-input__delete {
    position: relative;
    bottom: .2rem
}

.hpe-cart-list__handle {
    font-size: 1.25rem;
    color: #333;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.hpe-cart-list__handle:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.hpe-cart-total__secure {
    color: #614767
}

@media (max-width:767.98px) {
    .hpe-cart-total__secure {
        margin-bottom: 1rem
    }
}

.hpe-cart-total__secure-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem
}

.hpe-cart-total__secure-text {
    display: inline-block
}

.hpe-cart-total__secure-text h3 {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0;
    line-height: 1;
    margin: 0
}

.hpe-cart-total__subtotal {
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .hpe-cart-total__subtotal {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.hpe-cart-total__subtotal>* {
    margin: 0 .5rem
}

.hpe-cart-total__subtotal>:last-of-type {
    margin-right: 0
}

.hpe-cart-total__subtotal>:first-of-type {
    margin-left: 0
}

.hpe-cart-total__subtotal-text {
    color: #666;
    text-align: right
}

.hpe-cart-total__subtotal-text h3 {
    line-height: 1rem;
    color: #666;
    font-size: 1.3125rem;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.hpe-cart-total__subtotal-price {
    font-size: 1.3rem;
    font-weight: 600
}

.hpe-cart-summary {
    position: relative;
    padding: 1.25rem .625rem;
    background: #f6f6f6;
    margin-bottom: .625rem
}

.hpe-cart-summary--full-height {
    min-height: calc(100% - .625rem)
}

@media (min-width:768px) {
    .hpe-cart-summary {
        padding: 1.25rem
    }
}

.hpe-cart-summary__title {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 1rem
}

.hpe-cart-summary__subtitle {
    font-weight: 500
}

.hpe-cart-summary__numbers {
    margin: 1.5rem 0 2.5rem
}

@media (min-width:992px) {
    .hpe-cart-summary__numbers {
        text-align: right
    }
}

.hpe-cart-summary__numbers-text {
    color: #666;
    font-weight: 600;
    display: block
}

.hpe-cart-summary__numbers-price {
    display: block
}

.hpe-cart-summary__numbers-price--light {
    color: #666
}

.hpe-cart-summary__numbers>.row {
    margin-bottom: .75rem
}

.hpe-cart-summary__returns {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0
}

.hpe-cart-summary__returns-text {
    display: inline-block;
    vertical-align: top
}

.hpe-cart-summary__returns li {
    margin: 0
}

.hpe-cart-summary__continue {
    margin-bottom: 1rem;
    padding: 13px 12px;
    font-weight: 600
}

.hpe-cart-summary .hpe-anchor {
    margin-bottom: 1rem;
    width: 100%
}

.hpe-cart-summary__edit {
    position: absolute;
    max-width: 2rem;
    display: block;
    top: 1.125rem;
    right: .625rem
}

.hpe-cart-summary__edit .hpe-icon {
    margin: 0
}

.hpe-cart-summary__item {
    max-width: 100%;
    margin-bottom: 2rem
}

.hpe-cart-summary .hpe-divider {
    margin: 1rem auto
}

.hpe-cart-summary__remove {
    display: block;
    margin: .5rem 0 0
}

.hpe-cart-summary__promotion {
    margin-bottom: 1.5rem
}

.hpe-cart-summary__promotion-title {
    margin-bottom: .5rem
}

.hpe-cart-summary__promotion-item {
    margin: 0 0 1rem
}

.hpe-cart-summary__text {
    font-size: .9375rem;
    color: #666
}

.hpe-cart-po {
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    .hpe-cart-po {
        column-count: 2;
        column-fill: balance
    }
}

.hpe-cart-po__item {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hpe-cart-po__item .hpe-label--inline {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-bottom: .25rem;
    margin-right: .625rem
}

.hpe-cart-po__item--wide .hpe-label--inline {
    -ms-flex-preferred-size: 15rem;
    flex-basis: 15rem
}

.hpe-cart-po__item .hpe-clearlist {
    display: block
}

.hpe-cart-po__item .hpe-divider {
    margin-top: 0
}

.hpe-cart-po__item--section-break {
    margin-top: 1.5rem
}

.hpe-cart-po__item--break {
    break-after: column;
    page-break-after: always
}

.hpe-cart-po__value {
    display: block;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.hpe-cart-po__note {
    display: block;
    color: #666;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    margin: .5rem 0
}

.hpe-cart-po+.hpe-divider {
    margin: 0 auto 1.5rem
}

.hpe-cart-po__attachments {
    margin-bottom: 1em;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.hpe-cart-po__attachments li {
    margin-bottom: .5em;
    width: 100%
}

.hpe-cart-po__notice {
    font-weight: 600;
    display: -ms-flexbox;
    display: flex
}

.hpe-cart-po__notice .hpe-icon {
    color: #024a92;
    margin-right: .625rem
}

.hpe-cart-po__button {
    margin: .5rem 0
}

.hpe-cart-po--edit {
    margin-bottom: 0;
    column-count: 1
}

@media (min-width:992px) {
    .hpe-cart-po--edit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hpe-cart-po--edit .hpe-cart-po__item {
    display: block
}

@media (min-width:992px) {
    .hpe-cart-po--edit .hpe-cart-po__item {
        -ms-flex: 1 0 48%;
        flex: 1 0 48%
    }
}

.hpe-cart-po--edit .hpe-cart-po__item--full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.hpe-cart-po--edit .hpe-divider {
    margin-bottom: 1.5rem
}

.hpe-cart-po--edit .hpe-input,
.hpe-cart-po--edit .hpe-select {
    max-width: 20rem;
    margin-bottom: 1.5rem
}

.hpe-cart-po--edit+.hpe-button {
    margin-top: 1.5rem
}

.hpe-cart-po--edit .hpe-input--textarea {
    max-width: 100%
}

.hpe-cart-po__attachments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.hpe-cart-po__attachments-item {
    display: inline-block;
    margin-right: 1em
}

.hpe-cart-po__attachments .hpe-anchor {
    margin: 0;
    font-size: 1rem
}

.hpe-cart-po__p {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.hpe-divider {
    display: block;
    width: 100%;
    height: 0;
    border: 0;
    border-bottom: .0625rem solid #ccc
}

.hpe-divider--gray {
    border-color: #333
}

.hpe-small-title {
    color: #666;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 2rem 0 1rem
}

.hpe-video {
    position: relative
}

.hpe-video__player {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.hpe-video__poster {
    height: 100%;
    overflow: hidden;
    cursor: pointer
}

.hpe-video__poster,
.hpe-video__poster img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.hpe-video__poster img {
    margin: auto;
    left: 0;
    bottom: 0
}

@supports (object-fit:cover) {
    .hpe-video__poster img {
        position: static;
        object-fit: cover;
        height: 100%;
        width: 100%
    }
}

.hpe-notification {
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ddd;
    padding: 1.25rem;
    margin-bottom: 1.25rem
}

.hpe-notification__content {
    margin-left: 1.25rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.hpe-notification__icon {
    font-size: 1.5rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.hpe-notification__title {
    margin: 0 0 .25rem;
    font-weight: 600
}

.hpe-notification__message {
    margin: 0
}

.hpe-notification--critical,
.hpe-notification--critical a:hover,
.hpe-notification--ok,
.hpe-notification--ok a:hover {
    color: #fff
}

.hpe-notification--warning {
    background-color: #ffe75e
}

.hpe-notification--ok {
    background-color: #024a92
}

.hpe-notification--critical {
    background-color: #ca2b4e
}

.hpe-search-message {
    text-align: center;
    font-size: 1.5rem
}

.hpe-subnav,
.hpe-subnav__list {
    display: -ms-flexbox;
    display: flex
}

.hpe-subnav {
    background-color: #333;
    text-transform: uppercase;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    top: 5.3125rem;
    width: 100%;
    overflow: hidden;
    z-index: 100;
    box-shadow: 0 .09375rem .25rem rgba(0, 0, 0, .24), 0 .09375rem .375rem rgba(0, 0, 0, .12);
    height: 3.25rem
}

.hpe-subnav .container {
    display: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.hpe-subnav__list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    height: 4.5rem
}

.hpe-subnav__item {
    display: inline-block;
    padding: 1rem 0 0 1.875rem
}

.hpe-subnav__item:first-child {
    padding-left: 0
}

.hpe-subnav__item a {
    color: #8c8c8c;
    max-height: 2em;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.hpe-subnav__item--active {
    border-bottom: .3125rem solid #2ad2c9
}

.hpe-subnav__item--active a {
    color: #fff
}

.hpe-subnav__item--unread a {
    position: relative;
    overflow: visible
}

.hpe-subnav__item--unread a:after {
    position: absolute;
    content: "";
    height: .3125rem;
    width: .3125rem;
    background-color: #024a92;
    border-radius: 100%;
    top: 0;
    right: -.5rem
}

.hpe-subnav__item--outside {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hpe-subnav__item--outside a {
    color: #fff
}

.hpe-subnav__item--icon {
    font-size: 1.625rem;
    padding: .75rem 1rem 0 0;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.hpe-subnav__item--icon .hpe-icon {
    opacity: .5
}

.hpe-subnav a {
    text-decoration: none
}

.hpe-account-header {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 0 .625rem
}

@media (min-width:768px) {
    .hpe-account-header {
        padding: 0
    }
}

.hpe-account-header .col-auto {
    max-width: 100%
}

.hpe-account-header .hpe-headline,
.hpe-account-header .hpe-input {
    margin-bottom: 0
}

.hpe-account-header .hpe-icon-heading {
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .hpe-account-header .hpe-icon-heading {
        margin-bottom: 0
    }
}

.hpe-account-header+.hpe-divider,
.hpe-account-header__tabs {
    margin-bottom: 1.5rem
}

@media (max-width:767.98px) {
    .hpe-order-summary {
        background: #f6f6f6
    }
}

@media (min-width:768px) {
    .hpe-order-summary__wrapper {
        padding: 1.7rem 1.25rem 1.25rem;
        background: #f6f6f6
    }
}

.hpe-order-summary__title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700
}

.hpe-order-summary__right-blocks {
    list-style: none;
    margin: .25rem 0 0;
    padding: 0
}

@media (min-width:768px) {
    .hpe-order-summary__right-blocks {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:992px) {
    .hpe-order-summary__right-blocks {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.hpe-order-summary__right-blocks li {
    font-size: 1.3125rem
}

@media (min-width:768px) {
    .hpe-order-summary__right-blocks li {
        padding: 0 1rem
    }

    .hpe-order-summary__right-blocks li:last-of-type {
        padding-right: 0
    }

    .hpe-order-summary__right-blocks li:first-of-type {
        padding-left: 0
    }
}

.hpe-order-summary__address {
    display: -ms-flexbox;
    display: flex
}

.hpe-order-summary__address ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.hpe-order-summary__order-meta {
    font-size: 1.125rem;
    margin-bottom: 1.5rem
}

.hpe-order-summary__order-meta>* {
    margin-bottom: .5rem
}

@media (min-width:992px) {
    .hpe-order-summary__pull-right {
        display: block;
        text-align: right
    }
}

.hpe-order-summary__contact {
    font-size: 1.3125rem
}

.hpe-order-summary__support {
    font-size: 1.125rem;
    margin: 2rem 0 0
}

.hpe-order-summary__support a {
    text-decoration: none;
    font-weight: 600
}

.hpe-order-summary__support a:hover {
    text-decoration: underline
}

.hpe-order-summary__support .hpe-icon {
    color: #024a92;
    margin: 0 .3rem;
    font-size: 1.375rem;
    vertical-align: middle
}

.hpe-order-summary__support-right {
    display: block;
    margin-top: .3rem
}

@media (min-width:768px) {
    .hpe-order-summary__support-right {
        margin-top: 0;
        float: right;
        display: inline
    }
}

.hpe-order-summary__payment-information {
    font-size: 1.3rem;
    background: 0 0;
    border: 0;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.hpe-order-summary__payment-information.active .hpe-icon {
    transform: rotate(90deg)
}

.hpe-order-summary__payment-information .hpe-icon {
    transition: all .3s ease;
    font-size: 1.5rem;
    color: #024a92;
    margin-right: .6rem;
    vertical-align: bottom
}

.hpe-order-summary__divider {
    margin: 1.5rem 0
}

.hpe-account-body {
    max-width: 100%;
    overflow: hidden
}

@media (min-width:768px) {
    .hpe-account-body {
        padding-right: 1.25rem
    }
}

@media (min-width:1200px) {
    .hpe-account-body {
        max-width: 72%
    }
}

.hpe-account {
    background: #f6f6f6;
    padding-top: .625rem;
    padding-bottom: .625rem;
    margin-bottom: .625rem
}

@media (min-width:1200px) {
    .hpe-account {
        margin-bottom: 1.25rem
    }
}

.hpe-account .hpe-disclosure__button,
.hpe-account:last-of-type {
    margin-bottom: 0
}

.hpe-account__sidebar {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width:768px) {
    .hpe-account__sidebar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .hpe-account__sidebar {
        display: block
    }
}

.hpe-account__header {
    -ms-flex-align: center;
    align-items: center
}

.hpe-account__header>:last-child {
    text-align: right
}

@media (min-width:768px) {
    .hpe-account__header {
        font-size: 1.125rem
    }
}

.hpe-account__body {
    padding: 1rem 0;
    font-size: .875rem
}

@media (min-width:768px) {
    .hpe-account__body {
        font-size: 1rem
    }
}

.hpe-account__body:last-of-type {
    padding-bottom: 0
}

.hpe-account__body--with-divider {
    padding: 0 0 2rem
}

.hpe-account__body--with-divider .hpe-divider {
    margin-bottom: 1rem
}

.hpe-account__items {
    margin-top: 1rem
}

.hpe-account__number {
    margin: 0
}

@media (min-width:768px) {
    .hpe-account__number {
        font-size: 1.25rem
    }
}

.hpe-account__link {
    font-size: 1rem;
    color: #000;
    text-align: left
}

.hpe-account__link .hpe-icon {
    color: #024a92
}

.hpe-account__shipment {
    padding: .5rem 0
}

.hpe-account__shipment .hpe-disclosure__button {
    margin-bottom: .5rem
}

.hpe-account__address {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

.hpe-account__address .hpe-label--inline {
    margin-right: .625rem
}

.hpe-account__meta {
    text-align: right;
    color: #333;
    margin-top: -2rem
}

@media (min-width:768px) {
    .hpe-account__meta {
        font-size: 1.125rem;
        margin-top: 0
    }
}

.hpe-account__price {
    font-size: 1rem;
    margin: .5em 0 0
}

.hpe-account__details {
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1rem
}

@media (min-width:768px) {
    .hpe-account__details {
        padding-left: 2.5rem
    }
}

@media (min-width:1200px) {
    .hpe-account__details {
        display: none
    }
}

.hpe-account__extra {
    display: none
}

@media (min-width:992px) {
    .hpe-account__extra {
        display: block
    }
}

.hpe-account__item {
    padding-left: 2rem
}

.c3-tooltip td.value,
.hpe-account__header-action {
    text-align: right
}

@media (min-width:992px) {
    .hpe-account__header-action {
        text-align: left
    }
}

.hpe-account__instructions {
    margin: 0 0 1.5rem
}

.hpe-account__footer-button {
    margin-top: 1.5rem
}

.hpe-elite-header .hpe-input--search {
    top: -.5rem;
    margin-bottom: 0
}

.hpe-content-gallery a,
.hpe-sitemap-list__items li a {
    text-decoration: none
}

.hpe-content-gallery__image {
    margin: 0;
    width: 100%;
    height: 5em;
    border-bottom: .0625rem solid #ccc
}

.hpe-content-gallery__image img {
    object-position: center
}

.hpe-content-gallery__item {
    position: relative;
    background: #fff;
    min-height: 17.1875rem;
    margin-bottom: 1.25rem
}

.hpe-content-gallery__content {
    padding: 1rem;
    text-align: center
}

.hpe-content-gallery__title {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    color: #024a92
}

.hpe-content-gallery__description {
    margin-bottom: 0;
    overflow: hidden;
    line-height: 1.25;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.hpe-compare {
    padding: 1.25rem;
    background-color: #f6f6f6;
    border: .0625rem solid #666;
    color: #666;
    margin-bottom: 1.25rem;
    position: relative
}

.hpe-compare:after {
    content: "";
    position: absolute;
    height: 6rem;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent 25%, #f6f6f6)
}

.hpe-compare__row {
    max-height: 14rem;
    overflow: auto;
    padding-top: 1.25rem
}

.hpe-card-compare {
    position: relative;
    background-color: #fff;
    padding: .625rem;
    margin: 0 0 1.25rem;
    height: calc(100% - 1.25rem)
}

@media (min-width:768px) {
    .hpe-card-compare {
        padding: 1.25rem 3rem 1.25rem 1.25rem
    }
}

.hpe-card-compare__name {
    margin: 0 0 .5rem
}

@media (min-width:768px) {
    .hpe-card-compare__name {
        font-size: 1.25rem
    }
}

.hpe-card-compare__name a,
.hpe-messages__item a {
    color: #024a92;
    text-decoration: none
}

.hpe-card-compare__close {
    position: absolute;
    right: .625rem;
    top: .625rem;
    bottom: auto
}

.hpe-card-compare__close .hpe-icon {
    margin: 0
}

.hpe-product-gallery {
    margin-bottom: 3rem
}

.hpe-product-gallery__slider {
    margin: 0 auto
}

.hpe-product-gallery__slider-video {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.hpe-product-gallery__slider-video:active,
.hpe-product-gallery__slider-video:focus {
    outline: 0;
    border: 0
}

.hpe-product-gallery__slider-video .hpe-icon {
    max-width: 15em;
    padding: 3em;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    stroke: hsla(0, 0%, 100%, .5);
    -webkit-filter: drop-shadow(0 0 .3333em #000);
    filter: drop-shadow(0 0 .3333em #000)
}

.hpe-product-gallery__new {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 5.2rem;
    line-height: 1rem;
    color: #fff;
    background: #ff8d6d;
    font-size: 1.2rem;
    font-weight: 800;
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    display: block;
    text-align: center;
    padding-top: 32px
}

.hpe-product-grid__row {
    background-color: #fff;
    border-top: .0625rem solid #ccc;
    border-bottom: .0625rem solid #ccc
}

@media (min-width:1200px) {
    .hpe-product-grid__row {
        border: .0625rem solid #ccc
    }
}

.hpe-product-grid__row:not(:last-child) {
    margin-bottom: .625rem
}

.hpe-product-grid__row:nth-child(odd) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.hpe-product-grid__products {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.hpe-product-grid__section-title {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

@media (min-width:768px) {
    .hpe-product-grid__section-title {
        font-size: 1.5rem
    }
}

.hpe-product-grid__item,
.input-daterange input {
    text-align: center
}

.hpe-product-grid__item:last-of-type {
    display: none
}

@media (min-width:768px) {
    .hpe-product-grid__item:last-of-type {
        display: block
    }
}

.hpe-product-grid__image {
    width: auto;
    margin-bottom: .75em;
    height: 4rem
}

@media (min-width:768px) {
    .hpe-product-grid__image {
        height: 5rem
    }
}

.hpe-product-grid__product-name {
    margin-bottom: .325rem
}

@media (min-width:768px) {
    .hpe-product-grid__product-name {
        font-size: 1.25rem
    }
}

.hpe-product-grid__description {
    margin: 0 0 1.25rem;
    line-height: 1.25
}

.hpe-product-grid__about {
    padding: 1.25rem;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0))
}

.hpe-product-grid__price {
    margin: 0 0 1.25em
}

.hpe-product-grid__button {
    font-size: 1.125rem !important;
    padding-right: .5em;
    padding-left: .5em;
    min-width: 13rem;
    width: 13rem;
    margin: 0 auto;
    padding: 6px 5px 8px 5px !important
}

@media (min-width:768px) {
    .hpe-product-grid__button {
        padding: .625rem 1.25rem
    }
}

.hpe-product-grid__link {
    margin-bottom: .5rem;
    margin-right: 2em;
    color: #fff;
    width: 100%;
    font-size: 1.1875rem
}

.hpe-product-grid__link:hover {
    color: #fff
}

@media (min-width:768px) {
    .hpe-product-grid__link {
        margin-right: 0
    }
}

.hpe-product-grid__link .hpe-icon {
    color: #fff;
    -ms-flex: 0 0 2em;
    flex: 0 0 2em
}

.hpe-product-list__sidebar {
    display: none;
    position: fixed;
    background: hsla(0, 0%, 100%, .96)
}

.hpe-product-list__sidebar--open {
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
    overflow: scroll;
    width: 100%;
    height: 100vh
}

@media (min-width:992px) {
    .hpe-product-list__sidebar {
        display: block;
        position: static;
        width: inherit;
        background: 0 0
    }
}

.hpe-product-list__close {
    width: 100%;
    text-align: right;
    padding: .5rem 0
}

@media (min-width:992px) {
    .hpe-product-list__close {
        display: none
    }
}

.hpe-product-list__close .hpe-icon {
    margin-right: 0
}

.hpe-product-list__filter {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    background: #f6f6f6
}

.hpe-product-list__filter .hpe-icon {
    color: #024a92
}

@media (min-width:992px) {
    .hpe-product-list__filter {
        display: none
    }
}

.hpe-product-list__row {
    margin-bottom: .625rem
}

@media (min-width:768px) {
    .hpe-product-list__row {
        margin-bottom: 1.25rem
    }
}

.hpe-product-list__row .hpe-bookmark {
    right: 0
}

.hpe-product-list__image {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem
}

@media (min-width:768px) {
    .hpe-product-list__image {
        margin-bottom: 0;
        height: 100%
    }
}

.hpe-product-list__image img {
    height: 12rem;
    width: auto
}

@media (min-width:768px) {
    .hpe-product-list__image img {
        width: 100%;
        height: auto
    }
}

.hpe-product-list__image .hpe-bookmark {
    top: 0
}

.hpe-product-list__description {
    margin: .5em 0
}

@media (min-width:768px) {
    .hpe-product-list__description {
        font-size: 1.25rem;
        margin: 1em 0
    }
}

.hpe-product-list__sku {
    margin: 0 0 .5rem
}

.hpe-product-list__tag {
    font-size: .875rem;
    margin-bottom: 1rem;
    display: inline-block
}

@media (min-width:768px) {
    .hpe-product-list__tag {
        font-size: 1.125rem
    }
}

.hpe-product-list__tag:not(:last-of-type) {
    margin-right: 1em
}

.hpe-product-list__tag .hpe-icon {
    opacity: .3
}

.hpe-product-list__name {
    font-size: 1rem;
    margin-bottom: .5em
}

@media (min-width:768px) {
    .hpe-product-list__name {
        font-size: 1.5rem
    }
}

.hpe-product-list__about {
    background-color: #f6f6f6;
    padding: 1.25rem
}

.hpe-product-list__meta {
    margin-top: 1.5rem;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hpe-product-list__meta--light {
    color: #666
}

.hpe-product-list__price {
    margin: 0 1.25rem .25rem 0;
    display: inline-block
}

@media (min-width:768px) {
    .hpe-product-list__price {
        font-size: 1.25rem;
        display: block
    }
}

.hpe-product-list__button {
    margin-top: 1rem
}

@media (min-width:768px) {
    .hpe-product-list__button {
        margin-top: 0;
        text-align: right
    }
}

.hpe-product-list__button .hpe-button {
    background-color: transparent !important;
    color: #333 !important;
    background: 0 0;
    border: 2px solid #024a92
}

@media (min-width:768px) {
    .hpe-product-list__button .hpe-button {
        width: auto
    }
}

.hpe-product-list__options {
    margin: 0;
    display: inline-block
}

@media (min-width:768px) {
    .hpe-product-list__options {
        display: block
    }
}

.hpe-product-list__footer,
.hpe-product-list__header {
    padding-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.hpe-product-list__header .hpe-select {
    font-weight: 600
}

.hpe-product-list__footer {
    padding-bottom: 1.5rem
}

@media (min-width:768px) {
    .hpe-product-list__footer {
        padding-bottom: 3rem
    }
}

.hpe-product-list__count {
    color: #666
}

.hpe-product-list--reverse .hpe-product-list__about {
    background-color: #fff
}

.hpe-product-description__title:after {
    margin-bottom: 0
}

.hpe-product-description__text {
    font-size: 1.188rem;
    padding-bottom: .5rem
}

.hpe-product-description__price {
    font-size: 1.5rem;
    margin-top: 1.5rem
}

.hpe-product-description__price-small {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    display: inline-block
}

.hpe-product-description__price-small small {
    font-size: 1rem;
    display: block
}

.hpe-product-description__features {
    margin: 0;
    padding: 0
}

.hpe-product-description__features li {
    list-style: none;
    font-size: 1.1rem;
    padding-right: 2rem
}

@media (min-width:768px) {
    .hpe-product-description__features li {
        display: inline-block
    }
}

.hpe-product-description__features .hpe-icon {
    color: #024a92
}

.hpe-product-compare {
    padding: 1.5rem 1.25rem;
    background-color: #f6f6f6
}

.hpe-product-compare__wrapper {
    overflow: auto;
    padding-bottom: 2rem;
    margin: 0 auto
}

.hpe-product-compare__wrapper .hpe-product-compare-card:last-of-type {
    margin-right: 0
}

.hpe-product-compare__wrapper .hpe-product-compare-card:first-of-type {
    margin-left: 0
}

.hpe-product-compare__table {
    table-layout: fixed;
    border-spacing: .625rem;
    margin: 0 auto
}

.hpe-product-compare-card {
    position: relative;
    background: #fff;
    white-space: normal;
    margin: 0 .625rem;
    vertical-align: top
}

.hpe-product-compare-card__close {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.hpe-product-compare-card__close .hpe-icon {
    margin: 0
}

.hpe-product-compare-card__header {
    white-space: normal;
    padding: 1.25rem;
    text-align: center;
    font-weight: 400;
    width: 18rem
}

@media (min-width:768px) {
    .hpe-product-compare-card__header {
        width: 20rem
    }
}

@media (min-width:992px) {
    .hpe-product-compare-card__header {
        width: 26rem
    }
}

.hpe-product-compare-card__img {
    height: 6.25rem
}

.hpe-product-compare-card--small .hpe-product-compare-card__header {
    width: 100%
}

.hpe-product-compare-card--small .hpe-product-compare-card__heading {
    overflow: hidden;
    line-height: 1.25;
    max-height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: .25rem
}

.hpe-product-compare-card--small .hpe-product-compare-card__img {
    height: 3rem
}

.hpe-list-table-row:nth-child(2n) {
    background: #fff
}

.hpe-list-table-item {
    padding: .75rem 1rem
}

.hpe-subscription-card {
    background: #fff;
    padding: 1.25rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 1.25rem;
    width: 15rem
}

.hpe-subscription-card__date,
.hpe-subscription-card__meta,
.hpe-subscription-card__text,
.hpe-subscription-card__title {
    margin: 0 0 .75rem
}

.hpe-subscription-card__price,
.hpe-subscription-card__status {
    margin: 0 0 1rem
}

.hpe-subscription-card__text {
    color: #614767;
    font-weight: 600
}

@media (min-width:768px) {
    .hpe-subscription-card__title {
        font-size: 1.25rem
    }
}

.hpe-subscription-card__status {
    color: #425563;
    text-transform: uppercase;
    font-weight: 600
}

.hpe-subscription-card__date,
.hpe-subscription-card__meta {
    color: #666
}

.hpe-subscription-card__footer {
    padding-top: 1rem;
    text-align: center;
    min-height: 6.25rem
}

.hpe-subscription-card .hpe-button {
    width: 100%;
    margin-bottom: 1rem
}

.hpe-subscription-card--expiring {
    border: .1875rem solid #ff8d6d
}

.hpe-subscription-card__link {
    color: #024a92;
    font-size: 1rem
}

.hpe-empty {
    text-align: center;
    padding: 1rem;
    background: #f6f6f6;
    margin: 0
}

@media (min-width:768px) {
    .hpe-empty {
        font-size: 1.5rem;
        margin: 1.25rem auto 0
    }
}

.hpe-block-overflow--dark .hpe-empty {
    background-color: hsla(0, 0%, 96.5%, .35)
}

.hpe-messages {
    margin-bottom: 1.5rem
}

.hpe-messages__item {
    padding-top: 1em;
    padding-bottom: 1em;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hpe-messages__item:nth-child(2n) {
    background-color: #f6f6f6
}

.hpe-messages__item:first-child {
    padding-top: 0
}

.hpe-account-table__row strong,
.hpe-messages__item--unread {
    font-weight: 600
}

.hpe-messages__title {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    max-height: 1.25em
}

.hpe-messages__title a {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%
}

@media (min-width:768px) {
    .hpe-messages__title a {
        white-space: nowrap;
        overflow: visible
    }
}

.hpe-messages__title .hpe-icon {
    margin-right: .5rem;
    font-size: 1.125em
}

.hpe-account-table {
    width: 100%;
    max-width: 100vw;
    border-collapse: collapse;
    font-size: .875rem
}

@media (min-width:768px) {
    .hpe-account-table {
        font-size: 1.125rem
    }
}

.hpe-account-table__header-row {
    border-bottom: .0625rem solid #ccc;
    text-align: left
}

.hpe-account-table__header {
    padding: 1rem .625rem;
    opacity: .5;
    color: #666;
    font-weight: 600;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.hpe-account-table__header .hpe-button {
    position: relative;
    bottom: -.125rem;
    visibility: hidden;
    font-size: .875rem;
    margin-left: .5rem
}

.hpe-account-table__header .hpe-button:hover {
    color: #024a92
}

.hpe-account-table__header--active {
    opacity: 1
}

.hpe-account-table__header--active .hpe-button {
    visibility: visible
}

.hpe-account-table__header .hpe-icon {
    margin: 0;
    bottom: 0
}

.hpe-account-table__tools {
    margin-bottom: 1.5rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #666
}

.hpe-account-table__tools:last-child {
    margin-top: 1.5rem;
    margin-bottom: 0
}

.hpe-account-table__tools .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hpe-account-table__tools .hpe-input {
    margin-bottom: 0
}

.hpe-account-table__tools .hpe-input--search {
    top: -.25rem
}

.hpe-account-table__status-foldout {
    font-size: .9em;
    max-width: 100%;
    overflow: scroll
}

.hpe-account-table__row {
    background-color: #fff
}

.hpe-account-table__row:nth-child(odd) {
    background-color: #f6f6f6
}

.hpe-account-table__row--double:nth-child(4n+2),
.hpe-account-table__row--double:nth-child(4n+3) {
    background: #fff
}

.hpe-account-table__row--double:nth-child(4n+4),
.hpe-account-table__row--double:nth-child(4n+5) {
    background: #f6f6f6
}

.hpe-account-table__row a {
    color: #024a92;
    text-decoration: none
}

.hpe-account-table__row td {
    padding: 1rem .625rem;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (min-width:992px) {
    .hpe-account-table__row td {
        white-space: normal
    }
}

.hpe-account-table__sort {
    color: #024a92
}

.hpe-account-table__sort--reverse,
.hpe-account-table__toggle.active .hpe-icon {
    transform: rotate(180deg)
}

.hpe-account-table__button {
    color: #024a92;
    padding: 0
}

.hpe-account-table__button:not(:last-of-type) {
    margin-right: .325rem
}

.hpe-account-table__button .hpe-icon {
    margin: 0
}

.hpe-account-table__button--full {
    width: 100%;
    font-size: .875rem;
    min-width: 0;
    padding: .325em .625em
}

.hpe-account-table__toggle {
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    background: 0 0;
    border: 0;
    padding: 0;
    margin: 0
}

.hpe-account-table__toggle-text {
    margin-right: .5em
}

.hpe-account-table__toggle-text--submit {
    color: #2ad2c9
}

.hpe-account-table__toggle-text--delay {
    color: #ff8d6d
}

.hpe-col {
    width: auto
}

.hpe-col:first-child {
    width: 6.5em
}

.hpe-col--auto:first-child {
    width: inherit
}

.hpe-col--fit {
    max-width: 10%
}

.hpe-col--actions {
    min-width: 12rem
}

.hpe-col--narrow {
    max-width: 5rem
}

@media (min-width:768px) {
    .hpe-col--narrow {
        max-width: inherit
    }
}

.hpe-col--secondary,
.hpe-show-more--active+.hpe-show-more__button {
    display: none
}

@media (min-width:1200px) {
    .hpe-col--secondary {
        display: table-cell
    }
}

.hpe-expires {
    color: #ca2b4e
}

.hpe-page-back {
    padding-top: 1.5rem
}

.hpe-show-more {
    margin: 0 0 .5em;
    overflow: hidden;
    line-height: 1.25;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.hpe-show-more--active {
    max-height: inherit;
    display: block;
    -webkit-line-clamp: auto
}

.hpe-show-more__button {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1.125em
}

.hpe-stock--in {
    color: #80746e
}

.hpe-stock--out {
    color: #ca2b4e
}

.hpe-stock--low {
    color: #ff8d6d
}

.hpe-create-user {
    background: #f6f6f6;
    padding: 1.25rem
}

.hpe-create-user__list {
    font-size: 1.25rem
}

.hpe-create-user__list--2col {
    font-size: 1rem;
    column-count: 2
}

.hpe-create-user__list--2col .hpe-create-user__item {
    margin-bottom: 1rem
}

.hpe-create-user__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5em;
    padding: .5em 0
}

.hpe-create-user__label {
    -ms-flex: 0 0 8rem;
    flex: 0 0 8rem
}

.hpe-faq__answer:nth-of-type(odd),
.hpe-faq__question:nth-of-type(odd) {
    background-color: #f6f6f6
}

.hpe-faq__question {
    position: relative;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 1.25em;
    cursor: pointer
}

.hpe-faq__answer {
    padding: 1rem 1rem 2rem;
    margin: 0
}

.hpe-faq__indicator {
    position: absolute;
    right: 1rem;
    top: 1rem;
    color: #024a92;
    transition: transform .3s linear
}

.active .hpe-faq__indicator {
    transform: rotate(180deg)
}

.hpe-date {
    position: relative
}

.datepicker {
    background: #fff;
    direction: ltr;
    width: 20rem
}

.datepicker-inline {
    width: 13.75rem
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    padding: .25rem;
    box-shadow: 0 .625rem 1.25rem rgba(0, 0, 0, .22), 0 .875rem 3.5rem rgba(0, 0, 0, .25)
}

.datepicker table {
    margin: 0;
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 1.875rem;
    height: 1.875rem;
    border: 0
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #6c757d
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover,
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #6c757d;
    cursor: default
}

.datepicker table tr td.highlighted.focused {
    background: #c4c4c4
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #ddd;
    color: #6c757d
}

.datepicker table tr td.today.focused {
    background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #6c757d
}

.datepicker table tr td.range.focused {
    background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eee;
    color: #6c757d
}

.datepicker table tr td.range.highlighted.focused {
    background: #cdcdcd
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e6e6e6;
    color: #6c757d
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: orange;
    color: #6c757d
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover,
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    text-shadow: 0 -.0625rem 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 3.375rem;
    line-height: 3.375rem;
    float: left;
    margin: 1%;
    cursor: pointer
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #6c757d
}

.datepicker .datepicker-switch {
    width: 9.0625rem;
    cursor: pointer
}

.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
    color: #024a92
}

.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled,
.datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: .625rem;
    width: .75rem;
    padding: 0 .125rem 0 .3125rem;
    vertical-align: middle
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 1rem;
    padding: .25rem .3125rem;
    line-height: 1.5;
    border-width: .0625rem 0;
    margin-left: -.3125rem;
    margin-right: -.3125rem
}

.hpe-settings {
    margin-bottom: 1.5rem
}

.hpe-settings__container {
    position: relative;
    margin-top: 1.5rem;
    padding: 1.5rem 0 0
}

.hpe-settings__setting {
    margin-bottom: 1rem
}

.hpe-settings__rule {
    margin: -1rem auto 1.5rem
}

.hpe-settings__close {
    position: absolute;
    right: 0;
    top: 1.5em
}

.hpe-settings__close .hpe-icon {
    color: #000
}

.hpe-settings__input {
    margin-bottom: .5rem
}

.hpe-settings__note {
    display: block;
    color: #614767;
    margin-bottom: 1.5rem
}

.hpe-toast {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    top: -5.3125rem;
    width: 100%;
    padding: 1rem;
    background: hsla(0, 0%, 100%, .95);
    height: 5.3125rem;
    transition: top .3s linear
}

.hpe-toast .hpe-notification__content,
.hpe-toast .hpe-notification__icon {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.hpe-toast .hpe-notification__icon {
    color: #024a92
}

.hpe-toast--active {
    top: 0
}

.hpe-toast__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .23), 0 .625rem 2.5rem rgba(0, 0, 0, .19)
}

.hpe-toast__close {
    font-size: 1.5rem;
    color: #333;
    padding: 0
}

.hpe-toast--warning .hpe-notification__icon {
    color: #ff8d6d
}

.hpe-toast--critical .hpe-notification__icon {
    color: #ca2b4e
}

.hpe-address-details__block {
    background: #f6f6f6;
    font-size: 1.1rem;
    padding: 1.1em
}

.hpe-address-details__block strong {
    margin-right: 1.8em
}

.hpe-checkout-billing-edit__save-address {
    padding: 1.5em 0;
    display: block
}

.hpe-checkout-billing-edit__submit {
    margin: 0
}

.hpe-checkout-billing-edit .hpe-form-checkout__new-address {
    padding-bottom: 0
}

.hpe-checkout-billing-edit .hpe-form-checkout__new-address .hpe-radio-button:first-of-type {
    padding: 1.5em 0;
    display: block
}

.hpe-spinner {
    color: #ccc;
    text-align: center
}

.hpe-spinner .hpe-icon {
    stroke-dasharray: 9.5rem 9.5rem;
    stroke-dashoffset: 0;
    transform: rotate(90deg);
    animation: drawAndReverse 4s ease-in-out infinite alternate;
    stroke-width: 6;
    margin: 0;
    bottom: 0
}

.hpe-status {
    text-transform: uppercase;
    font-weight: 600
}

.hpe-status--finished {
    color: #425563
}

.hpe-status--active,
.hpe-status--progress {
    color: #2ad2c9
}

.hpe-status--warning {
    color: #ff8d6d
}

.hpe-status--critical {
    color: #ca2b4e
}

.hpe-tile {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    height: 100%;
    transition: height 4s linear;
    overflow: hidden;
    min-height: 15rem
}

.hpe-tile .row {
    min-width: 100%
}

.hpe-tile:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    color: #fff;
    border-color: transparent currentcolor transparent transparent;
    border-style: solid;
    border-width: 0 1.5rem 1.5rem 0
}

.hpe-tile .hpe-button--toggle {
    margin: 0
}

.hpe-tile__group {
    margin: 1rem 0 0
}

@media (min-width:768px) {
    .hpe-tile__group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hpe-tile__item {
    margin-bottom: .625rem
}

@media (min-width:768px) {
    .hpe-tile__item {
        -ms-flex-item-align: start;
        align-self: flex-start;
        -ms-flex: 0 1 calc(50% - 1.25rem);
        flex: 0 1 calc(50% - 1.25rem);
        max-width: calc(50% - .625rem);
        margin-right: .625rem
    }
}

@media (min-width:1200px) {
    .hpe-tile__item {
        -ms-flex-preferred-size: calc(33% - 0.625rem);
        flex-basis: calc(33% - 0.625rem);
        max-width: 33%
    }
}

.hpe-tile__header {
    padding-right: .625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.hpe-tile__meta {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 6rem;
    margin-left: .625rem;
    text-align: right
}

.hpe-tile__meta a {
    margin-top: .325rem
}

.hpe-tile__title {
    margin: 0 0 1rem;
    font-weight: 500;
    font-size: 1.125rem
}

.hpe-tile__title a {
    color: #024a92;
    text-decoration: none;
    overflow: hidden;
    line-height: 1;
    max-height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.hpe-tile__date {
    display: block;
    margin: .25em 0 0;
    color: #666
}

.hpe-tile__date~.is-active {
    margin-top: .5rem
}

.hpe-tile__body {
    padding-top: 1rem;
    padding-bottom: .5rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.hpe-tile__body-item {
    font-size: 1.125rem;
    margin-bottom: .5rem
}

.hpe-tile__footer {
    margin-top: .5rem;
    margin-bottom: .5rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.hpe-tile__footer-item {
    color: #666
}

.hpe-tile__price {
    margin-bottom: 1rem
}

.hpe-tile__price strong {
    font-weight: 600
}

@media (min-width:992px) {
    .hpe-tile__price {
        font-size: 2rem
    }
}

.hpe-tile__button {
    font-size: 1rem;
    padding: .25em .5em;
    min-width: inherit
}

a~.hpe-tile__button {
    margin-left: 1.25rem
}

.hpe-tile .is-active {
    display: none
}

.hpe-tile-status--active:before,
.hpe-tile-status--shipped:before,
.hpe-tile-status--submitted:before {
    color: #2ad2c9
}

.hpe-tile-status--delayed:before,
.hpe-tile-status--expiring:before {
    color: #ff8d6d
}

.hpe-tile-status--delivered:before {
    color: #425563
}

.hpe-tile-status--cancelled:before {
    color: #f6f6f6
}

.hpe-tile-status--end:before {
    color: #ca2b4e
}

.hpe-tile--contrast {
    background-color: #f6f6f6;
    border: .0625rem solid #ccc
}

.hpe-tile--contrast:before {
    content: none
}

.hpe-tile__container {
    display: -ms-flexbox;
    display: flex
}

.hpe-tile__body {
    transition: all .4s linear;
    transition-delay: .3s;
    will-change: opacity
}

.hpe-tile__expansion {
    display: none;
    position: relative;
    max-height: 18rem;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 1rem -.625rem 0 0;
    padding-right: 1.25rem
}

.hpe-tile__expansion p {
    margin: 0 0 .325rem
}

.hpe-tile .hpe-button--toggle:first-child {
    margin-right: 0
}

.hpe-sitemap-list__header {
    font-size: 1.5rem;
    font-weight: 700
}

.hpe-sitemap-list__items {
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
    font-size: 1.3125rem
}

.hpe-sitemap-list__items li {
    margin-bottom: .5em
}

.hpe-order-status__item {
    margin-bottom: 1.5rem
}

.hpe-order-status__header,
.hpe-order-status__meta .hpe-label--inline {
    margin-bottom: .5rem
}

.hpe-order-status__meta {
    color: #666;
    font-size: .875rem
}

.hpe-order-status__date {
    color: #666
}

.hpe-order-status__meter {
    margin-bottom: 2.5rem;
    max-width: calc(100% - 1.25rem)
}

.hpe-order-status__meter-step {
    position: relative;
    text-align: center;
    padding-top: 1.25rem
}

.hpe-order-status__meter-step:before {
    content: "";
    position: absolute;
    border-top: .5rem solid #614767;
    width: 100%;
    top: 0;
    left: 0
}

.hpe-order-status__meter-step:after {
    position: absolute;
    content: "";
    border-left: .125rem solid #ccc;
    height: .5rem;
    top: .5rem;
    left: 50%
}

.hpe-order-status__meter-step:first-child {
    text-align: left
}

.hpe-order-status__meter-step:first-child:after {
    left: 0
}

.hpe-order-status__meter-step:last-child {
    text-align: right
}

.hpe-order-status__meter-step:last-child:after {
    left: auto;
    right: 0
}

.hpe-order-status__meter-step--active:before {
    width: 50%
}

.hpe-order-status__meter-step--active:after {
    top: 0;
    height: 1rem;
    border-top: .5rem solid #ccc;
    width: 50%;
    opacity: .35
}

.hpe-order-status__meter-step--active:first-of-type:before {
    opacity: 1;
    border-top-color: #614767;
    z-index: 1
}

.hpe-order-status__meter-step--active:first-of-type:after {
    left: 0;
    width: 100%
}

.hpe-order-status__meter-step--active:last-of-type:before {
    width: 100%;
    opacity: 1;
    border-top-color: #614767
}

.hpe-order-status__meter-step--active:last-of-type:after {
    width: 0;
    opacity: 1;
    border-top: 0
}

.hpe-order-status__meter-step--active~.hpe-order-status__meter-step {
    opacity: .35
}

.hpe-order-status__meter-step--active~.hpe-order-status__meter-step:before {
    border-color: #ccc
}

.hpe-order-status__meter-step--active~.hpe-order-status__meter-step .hpe-order-status__date {
    font-style: italic;
    color: #000
}

.hpe-order-status__meter .hpe-headline {
    margin-bottom: .5rem
}

.hpe-order-status__step {
    font-style: italic;
    color: #666
}

.hpe-order-status__step .hpe-label--inline {
    font-style: normal
}

.hpe-order-status__step--active {
    font-style: normal;
    color: #000
}

.hpe-order-status__status {
    display: -ms-flexbox;
    display: flex;
    color: #333;
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .hpe-order-status__status {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.hpe-order-status__status-item {
    text-transform: uppercase;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 8rem;
    padding: 0 .5rem;
    margin: 0 .5rem
}

@media (min-width:768px) {
    .hpe-order-status__status-item {
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-width: inherit
    }
}

.hpe-order-status__status-item:not(:last-of-type):after {
    position: absolute;
    right: -.5rem;
    content: "\2022";
    margin: -.625em 0 0;
    top: 50%;
    color: #333;
    font-size: .5em
}

.hpe-order-status__status-item:first-child {
    margin-left: 0;
    padding-left: 0
}

.hpe-order-status__status-item:last-child {
    margin-right: 0;
    padding-right: 0
}

.hpe-order-status__status-item--active {
    color: #2ad2c9
}

.hpe-order-status__status--block {
    display: block;
    margin-bottom: .5rem
}

.hpe-order-status__status--block .hpe-order-status__status-item,
.hpe-order-status__status--block .hpe-order-status__step {
    text-align: left;
    padding: 0;
    margin-bottom: .5rem
}

.hpe-order-status__status--block .hpe-order-status__status-item:after,
.hpe-order-status__status--block .hpe-order-status__step:after {
    content: none
}

.hpe-order-status--light {
    color: #333
}

.hpe-count {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    color: #333;
    text-decoration: none;
    margin-bottom: 1rem
}

.hpe-count__icon {
    font-size: 1.375rem;
    margin-right: .75rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.hpe-count__number {
    position: relative;
    font-size: 2.75rem;
    font-weight: 100;
    margin-right: .5rem;
    bottom: .125em
}

.hpe-count__label {
    max-width: 9rem;
    cursor: pointer
}

.hpe-count__title {
    display: block;
    font-size: 1.25rem;
    margin-bottom: .125rem
}

.hpe-count__message {
    color: #666
}

.hpe-count--ok {
    color: #024a92
}

.hpe-count--active {
    color: #2ad2c9
}

.hpe-count--warning {
    color: #ff8d6d
}

.hpe-count--critical {
    color: #ca2b4e
}

.hpe-count--block,
.hpe-support-services__list li {
    margin-bottom: 1.5rem
}

.hpe-message-bar {
    background: #425563;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    padding: .625rem 0
}

@media (min-width:768px) {
    .hpe-message-bar {
        padding: 0
    }
}

.hpe-message-bar__title {
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: .5rem
}

@media (min-width:768px) {
    .hpe-message-bar__title {
        margin-bottom: 0;
        padding: 1rem 1rem 1rem 0
    }
}

.hpe-message-bar .container {
    display: block
}

@media (min-width:768px) {
    .hpe-message-bar .container {
        display: inherit
    }

    .hpe-message-bar__messages {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 100%;
        padding: 1rem;
        margin-right: -.625rem;
        background: hsla(0, 0%, 100%, .22)
    }
}

@media (min-width:1200px) {
    .hpe-message-bar__messages {
        margin-right: calc(-50vw + 36.875rem)
    }
}

.hpe-message-bar__messages-container {
    position: relative;
    max-width: 64rem;
    width: 100%;
    min-height: 2rem
}

@media (min-width:768px) {
    .hpe-message-bar__messages-container {
        margin-left: 1rem;
        min-height: inherit
    }
}

.hpe-message-bar__button {
    display: none;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0
}

.hpe-message-bar__button .hpe-icon {
    bottom: -.125em
}

.hpe-message-bar__button:hover {
    color: #fff
}

@media (min-width:768px) {
    .hpe-message-bar__button {
        display: block
    }
}

.hpe-message-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear, visibility .3s linear;
    top: 0;
    width: 100%
}

@media (min-width:768px) {
    .hpe-message-item {
        font-size: 1.125rem
    }
}

.hpe-message-item__icon {
    margin-right: .5rem;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.hpe-message-item__icon .hpe-icon {
    bottom: -.125em
}

.hpe-message-item__text {
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden
}

.hpe-message-item__link {
    color: #fff;
    margin-left: 1rem;
    font-size: 1em
}

.hpe-message-item__link:hover {
    color: #fff
}

.hpe-message-item--active {
    visibility: visible;
    opacity: 1
}

.hpe-header-tab {
    color: #024a92;
    opacity: .5;
    font-size: 1.75rem;
    border: 0
}

.hpe-header-tab:hover {
    color: #024a92
}

.hpe-header-tab.hpe-tabs__button:not(:last-child) {
    margin: 0 .625rem 0 0
}

.hpe-header-tab[aria-selected] {
    opacity: 1;
    border: 0
}

.hpe-status-tile {
    display: block;
    padding: 1.25rem;
    background-color: #666;
    color: #fff;
    margin-bottom: .625rem
}

.hpe-status-tile:hover {
    color: #fff
}

.hpe-status-tile__status {
    text-transform: uppercase;
    font-weight: 600
}

.hpe-status-tile--shipped {
    background-color: #2ad2c9
}

.hpe-status-tile--delayed {
    background-color: #ff8d6d
}

.hpe-donut {
    height: 10rem;
    width: 10rem;
    margin: 0 auto;
    z-index: -1
}

.hpe-donut .c3-target {
    animation: rotate 1s linear 1
}

.hpe-donut .c3-chart-arcs-title {
    font-size: 1.75rem;
    font-weight: 200;
    margin-bottom: .5rem;
    position: relative;
    transform: translateY(-.25rem)
}

.hpe-donut__label {
    font-size: 1rem
}

.hpe-donut__item {
    text-align: center;
    opacity: 1;
    border: 0;
    cursor: pointer
}

.hpe-donut__item:not(:last-child) {
    margin-right: 0
}

.hpe-donut__section {
    border-top: .0625rem solid #ccc
}

.hpe-donut__title {
    display: inline-block;
    margin: 0 auto .5rem;
    padding-bottom: .5rem;
    border-bottom: .25rem solid transparent;
    font-weight: 600;
    color: #ccc;
    font-size: 1rem
}

.hpe-donut--tabs .hpe-donut__item--active .hpe-donut__title {
    color: #000;
    border-color: #2ad2c9
}

.hpe-donut--tabs .hpe-donut__item--active:after,
.hpe-donut--tabs .hpe-donut__item--active:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -1.5rem;
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent
}

.hpe-donut--tabs .hpe-donut__item--active:after {
    bottom: -.0625rem;
    border-bottom: 1.5rem solid #f6f6f6
}

.hpe-donut--tabs .hpe-donut__item--active:before {
    bottom: 0;
    border-bottom: 1.5rem solid #ccc
}

.c3 svg {
    font-size: .625rem;
    -webkit-tap-highlight-color: #000
}

.c3 line,
.c3 path {
    fill: none;
    stroke: #000
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
    shape-rendering: crispEdges
}

.c3-chart-arc path {
    stroke: none
}

.c3-chart-arc rect {
    stroke: #fff;
    stroke-width: 1
}

.c3-chart-arc text {
    fill: #fff;
    font-size: .75rem
}

.c3-grid line {
    stroke: #f6f6f6
}

.c3-grid text {
    fill: #f6f6f6
}

.c3-xgrid,
.c3-ygrid {
    stroke-dasharray: 3 3
}

.c3-text.c3-empty {
    fill: #333;
    font-size: 2em
}

.c3-line {
    stroke-width: .0625rem
}

.c3-circle._expanded_ {
    stroke-width: .0625rem;
    stroke: #fff
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: .125rem
}

.c3-bar {
    stroke-width: 0
}

.c3-bar._expanded_ {
    fill-opacity: .75
}

.c3-chart-arc.c3-target g path,
.c3-chart-arc.c3-target.c3-focused g path,
.c3-target.c3-focused {
    opacity: 1
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
    stroke-width: .125rem
}

.c3-target.c3-defocused {
    opacity: .3 !important
}

.c3-region {
    fill: #4682b4
}

.c3-brush .extent,
.c3-region {
    fill-opacity: .1
}

.c3-legend-item {
    font-size: .75rem
}

.c3-legend-background {
    opacity: .95;
    fill: #fff;
    stroke: #f6f6f6;
    stroke-width: 1
}

.c3-title {
    font-size: .875rem
}

.c3-tooltip-container {
    z-index: 100
}

.c3-tooltip {
    position: absolute;
    top: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    min-width: 10rem;
    box-shadow: 0 .375rem .75rem rgba(0, 0, 0, .23), 0 .625rem 2.5rem rgba(0, 0, 0, .19)
}

.c3-tooltip tr {
    border: .0625rem solid #ccc
}

.c3-tooltip td,
.c3-tooltip th {
    font-size: .875rem;
    padding: .25rem
}

.c3-tooltip th {
    text-align: left;
    color: #fff;
    background-color: #f6f6f6
}

.c3-tooltip td {
    background-color: #fff;
    border-left: .0625rem dotted #ccc
}

.c3-tooltip td>span {
    display: inline-block;
    width: .625rem;
    height: .625rem;
    margin-right: .375rem
}

.c3-area {
    stroke-width: 0;
    opacity: .2
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #f6f6f6;
    stroke: #fff
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 1rem
}

.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #333
}

.c3-chart-arc .c3-gauge-value {
    fill: #000
}

.c3-drag-zoom.enabled {
    pointer-events: all !important;
    visibility: visible
}

.c3-drag-zoom.disabled {
    pointer-events: none !important;
    visibility: hidden
}

.c3-drag-zoom .extent {
    fill-opacity: .1
}

.hpe-button--toggle {
    display: inline-block;
    background: 0 0;
    border: 0;
    font-size: 1em;
    padding: 0;
    white-space: nowrap
}

.hpe-button--toggle:first-child {
    margin-right: 1.5rem
}

.hpe-button--toggle.active .hpe-button--toggle__icon {
    transform: rotate(180deg)
}

.hpe-button--toggle__icon {
    width: 1.5rem;
    color: #024a92;
    vertical-align: text-bottom;
    transition: transform .3s linear
}

.hpe-button--toggle--small {
    font-size: .875rem
}

.hpe-catalog-grid__item {
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 15rem;
    margin-bottom: .625rem;
    padding-right: 0
}

.hpe-catalog-grid__item .hpe-card {
    border: .0625rem solid #ccc;
    box-shadow: none
}

.hpe-catalog-grid__item--wide {
    -ms-flex: 0 1 30rem;
    flex: 0 1 30rem;
    max-width: 100%
}

@media (min-width:768px) {
    .hpe-catalog-grid__item--wide {
        max-width: 30rem
    }
}

.hpe-catalog-cta {
    border: .0625rem solid #ccc;
    height: 100%;
    background-color: #f6f6f6;
    position: relative;
    padding: 1.25rem 2rem
}

.hpe-catalog-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6.25rem;
    background-color: #fff
}

.hpe-catalog-cta__header {
    padding-top: 2rem
}

.hpe-catalog-cta__recommended {
    font-size: 1.25rem;
    margin-bottom: 1.75rem
}

.hpe-catalog-cta__name {
    padding-top: 1.75rem
}

.hpe-catalog-cta__body {
    text-align: center
}

.hpe-catalog-cta__img {
    width: 100%;
    height: auto;
    margin-bottom: .5rem
}

.hpe-catalog-cta__title {
    font-size: 1.25rem;
    margin-bottom: .75rem
}

.hpe-catalog-cta__price {
    margin: 0 0 1rem
}

.hpe-catalog-cta__description {
    margin: 0;
    text-align: left;
    overflow: hidden;
    line-height: 1.25;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.hpe-input-file {
    border: .0625rem solid #666;
    padding: 1rem .625rem 0
}

.hpe-input-file__input {
    width: .1rem;
    height: .1rem;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.hpe-input-file__file {
    display: none;
    font-size: .875rem;
    margin: 0 0 1rem
}

.hpe-input-file__button {
    display: none;
    margin-right: .625rem;
    margin-bottom: 1rem
}

.hpe-input-file__label {
    display: inline-block;
    height: 2.75rem;
    margin-bottom: 1rem
}

.hpe-input-file--has-file .hpe-input-file__button {
    display: inline-block
}

.hpe-input-file--has-file .hpe-input-file__file {
    display: block
}

@media (min-width:768px) {
    .hpe-category-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hpe-category-grid .hpe-card__link {
    padding-bottom: .625rem
}

@media (min-width:768px) {
    .hpe-category-grid .hpe-card__link {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }
}

@media (min-width:992px) {
    .hpe-category-grid .hpe-card__link {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%
    }
}

@media (min-width:1200px) {
    .hpe-category-grid .hpe-card__link {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%
    }
}

.hpe-category-grid .hpe-card--category-full {
    box-shadow: 0 .09375rem .25rem rgba(0, 0, 0, .24), 0 .09375rem .375rem rgba(0, 0, 0, .12)
}

@media (min-width:768px) {
    .hpe-category-grid .hpe-card--category-full {
        margin-right: .625rem
    }
}

.hpe-tooltip {
    position: relative;
    display: inline-block
}

.hpe-tooltip__button {
    border: 0;
    background: 0;
    margin: 0;
    padding: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.125rem;
    color: #024a92
}

.hpe-tooltip:active,
.hpe-tooltip:focus,
.hpe-tooltip:hover,
.hpe-tooltip__button:active,
.hpe-tooltip__button:focus,
.hpe-tooltip__button:hover {
    outline: 0
}

.hpe-tooltip:active .hpe-popover,
.hpe-tooltip:focus .hpe-popover,
.hpe-tooltip:hover .hpe-popover,
.hpe-tooltip__button:active~.hpe-popover,
.hpe-tooltip__button:focus~.hpe-popover,
.hpe-tooltip__button:hover~.hpe-popover {
    display: block
}

.hpe-tooltip .hpe-popover {
    top: 2.5rem;
    margin-left: -.5rem;
    padding: 1.25rem .625rem
}

.hpe-tooltip--float {
    position: absolute;
    right: 0;
    top: 0
}

.hpe-spec {
    color: #000
}

.hpe-spec__list {
    margin-top: .25rem;
    margin-bottom: .5rem
}

.hpe-spec--low {
    color: #024a92
}

.hpe-spec--moderate {
    color: #ff8d6d
}

.hpe-spec--high {
    color: #ca2b4e
}

.hpe-banner {
    position: relative;
    padding: .625rem;
    color: #fff;
    background-color: #333;
    overflow: hidden
}

.hpe-banner .hpe-responsive-img {
    position: absolute;
    opacity: .5;
    bottom: -2rem;
    left: 0
}

.hpe-banner__text {
    font-size: 1.25em;
    margin-right: 1.25rem
}

.hpe-banner__link,
.hpe-banner__link .hpe-icon {
    color: #fff
}

.hpe-banner__button {
    padding: .25em
}

.hpe-banner__content {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hpe-support-services__table {
    margin-bottom: 1rem
}

.hpe-support-services__table th {
    text-align: left;
    vertical-align: top
}

.hpe-support-services__table td:last-child,
.hpe-support-services__table th:last-child {
    background: #ffb5a0;
    color: #666
}

.hpe-support-services__table tbody tr:nth-child(odd) td:last-child {
    background: #ff8d6d;
    color: #000
}

.hpe-support-services__table-subhead {
    font-weight: 400
}

.hpe-support-services__list {
    list-style: none;
    position: relative
}

.hpe-support-services__list li:before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    font-size: 1.25rem
}

.hpe-support-services__list .hpe-headline {
    margin-bottom: .25rem
}

.hpe-support-services__model {
    color: #666
}

.hpe-compare-drawer {
    background: #f6f6f6;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    height: 12rem;
    z-index: 1000;
    box-shadow: 0 .1875rem .75rem rgba(0, 0, 0, .23), 0 .1875rem .75rem rgba(0, 0, 0, .16)
}

.hpe-compare-drawer__content,
.hpe-compare-drawer__list {
    display: -ms-flexbox;
    display: flex
}

.hpe-compare-drawer__list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 1.5rem
}

.hpe-compare-drawer__product {
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem;
    display: block;
    height: 10rem
}

.hpe-compare-drawer__product--empty {
    background-color: #eee;
    -ms-flex-preferred-size: 12rem;
    flex-basis: 12rem;
    margin: 0 .625rem
}

.hpe-compare-drawer__tools {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    padding: 1rem 3rem
}

.hpe-compare-drawer__tools .hpe-button {
    margin: 0 auto 1rem;
    display: block
}

.hpe-config-sidebar {
    background: #f6f6f6;
    padding: 1.25rem 0 0;
    overflow: hidden;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.hpe-config-sidebar .hpe-headline,
.hpe-config-sidebar__disclosure {
    padding-left: .625rem
}

@media (min-width:992px) {
    .hpe-config-sidebar {
        padding: 1.25rem 0;
        margin-top: 0;
        margin-bottom: 0
    }
}

.hpe-config-sidebar__list {
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem
}

@media (min-width:992px) {
    .hpe-config-sidebar__list {
        display: block;
        padding-bottom: 0
    }
}

.hpe-config-sidebar__item {
    padding: .625rem;
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
    margin: 0 .625rem;
    border-top: .25rem solid transparent;
    cursor: pointer
}

@media (min-width:992px) {
    .hpe-config-sidebar__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-left: .25rem solid transparent;
        border-top: 0;
        margin: 0 0 .625rem
    }
}

.hpe-config-sidebar__item--error {
    border-color: #ca2b4e
}

.hpe-config-sidebar__item[aria-selected=true] {
    background-color: #ddd
}

.hpe-config-sidebar__title {
    font-weight: 600;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    padding-right: .625rem
}

.hpe-config-sidebar__price {
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    font-weight: 600
}

@media (min-width:992px) {
    .hpe-config-sidebar__price {
        text-align: right
    }
}

.hpe-config-sidebar__none {
    opacity: .35;
    font-weight: 400
}

.hpe-config-sidebar__selected-items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: .5rem
}

.hpe-config-sidebar__error {
    display: -ms-flexbox;
    display: flex;
    padding: 0 .625rem 1.5rem
}

.hpe-config-sidebar__error .hpe-icon {
    font-size: 1.5rem;
    color: #ca2b4e;
    margin-right: .75rem
}

.hpe-config__container {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:992px) {
    .hpe-config__container {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.hpe-config__container .hpe-tabs__section {
    padding-right: .625rem
}

.hpe-page-tab-nav {
    margin-bottom: 3rem
}

.hpe-page-tab-nav .hpe-headline {
    margin-bottom: 0
}

.hpe-settings-reorder__item {
    display: -ms-flexbox;
    display: flex;
    padding: .625rem;
    background: #f6f6f6;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .625rem
}

.hpe-settings-reorder__item .hpe-headline {
    margin: 0
}

.hpe-settings-reorder__handle {
    color: #666;
    margin-right: .5rem;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.hpe-settings-reorder__handle:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.hpe-settings-reorder__plus {
    margin: 0 1rem
}

.hpe-insights__note {
    color: #614767;
    margin: 0 0 1.5rem
}

.hpe-insights__section {
    margin-top: 2rem
}

.hpe-insights__section .hpe-tile__expansion {
    max-height: inherit
}

.hpe-insights__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hpe-insights__count {
    font-weight: 200;
    font-size: 2rem;
    padding-right: .625rem
}

.hpe-insights__count .hpe-icon {
    font-size: 1rem;
    margin-right: .25rem
}

.hpe-insights__count--emphasis {
    font-weight: 600;
    color: #614767
}

.hpe-insights__count--emphasis+.hpe-insights__count-label {
    color: #614767;
    line-height: 1
}

.hpe-insights__item {
    margin: 1.5rem 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    padding: 0 3rem
}

.hpe-insights__item-content {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem
}

.hpe-insights__item:nth-child(3n+1) {
    padding-left: .625rem
}

.hpe-insights__item:not(:last-child) {
    border-right: .0625rem solid #666
}

.hpe-insights__item:nth-child(3n) {
    border-right: 0
}

.hpe-insights__product {
    font-weight: 600;
    margin-bottom: .5rem
}

.hpe-insights__product-img {
    width: 5rem;
    height: auto;
    margin-right: .625rem;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.hpe-insights__product-details {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media (min-width:992px) {
    .hpe-insights__divider {
        padding-left: 3rem;
        border-left: .0625rem solid #666
    }
}

.padding-add-address-button {
    padding-top: 20px !important;
    z-index: 1 !important
}

.padding-add-edit-address-form {
    margin-left: -30px;
    z-index: 1 !important
}

.remove-address-btn {
    padding-left: 50px;
    padding-top: 15px
}

.hpe-edit-address-text-padding {
    padding-bottom: 20px !important
}

.hpe-address-carousel-body {
    min-height: 15rem !important;
    max-height: 20rem !important;
    text-align: left !important;
    padding-left: 25px !important
}

.hpe-address-carousel-section {
    min-height: 25rem !important;
    max-height: 25rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.hpe-address-carousel-section .owl-next,
.hpe-address-carousel-section .owl-prev {
    top: 10rem !important
}

.hpe-addressbook-delete-text-padding {
    padding-bottom: 15px
}

.hpe-addressbook-text-margin {
    margin-left: -5px
}

.hpe-addressbook-popup-dimensions.account-address-removal-popup {
    width: 20px !important;
    height: 20px !important
}

.hpe-contact-info-header-padding {
    padding-top: 110px !important;
    padding-left: 70px !important
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.billing-info-icon {
    height: 18px;
    border: .125rem solid #333;
    stroke: #024a92
}

.billing-info-radio-btn {
    display: grid
}

.billing-info-text {
    display: flex
}

.billing-info-message {
    margin-right: 16px
}

.checkout-billing-next {
    display: inline-flex
}

.hpe-product-compare-card__header {
    padding-left: 30px;
    padding-right: 10px
}

.hpe-product-compare-carddiv {
    padding-left: 5px
}

.hpe-product-compare-card__header {
    width: auto !important
}

.hpe-product-compare-card__header {
    white-space: normal;
    padding: 1.25rem;
    text-align: center;
    font-weight: 400;
    width: 18rem
}

#headerCompare {
    display: block
}

.tooltip.localization-tooltip {
    width: 95%
}

.slick-slide {
    left: 7;
    padding-left: 11.5px;
    margin-left: 3px
}

.slick-prev {
    z-index: 1;
    left: 1px;
    padding-left: 5px;
    margin-left: 5px;
    margin-right: 3px;
    width: 15px
}

.slick-prev:after {
    margin-left: 5px;
    width: 15px
}

.slick-next:before {
    margin-right: 10px;
    width: 15px
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #666 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.guidedselling-caoursel-container .hpe-headline {
    margin: .325rem 10px 1rem;
    line-height: 1
}

.guided-selling {
    height: 700px
}

#guided-selling-products .hpe-button {
    width: 100%;
    cursor: pointer
}

.slick-slide img {
    display: block;
    width: 38px;
    height: 50px;
    margin: 0 auto
}

.first-slide p {
    margin-bottom: 10px;
    font-size: 14px
}

.content-wrapper.first-slide .answer-item {
    display: inline-block;
    width: 200px;
    margin: 10px;
    margin-bottom: 10px;
    margin-top: 0
}

.hpe-content-gallery__content {
    text-align: left;
    min-height: calc(675px - 287px)
}

#guided-selling-products form {
    margin-top: auto;
    width: 100%
}

#guided-selling-products .hpe-content-gallery__title {
    height: 66px
}

#guided-selling-products .hpe-block-overflow {
    padding-top: 0
}

#guided-selling-products .hpe-brand-rule:after {
    margin: 1rem auto
}

.hpe-content-gallery__item .hpe-responsive-img img {
    margin-top: 40px
}

.promotion-tag {
    position: absolute;
    width: auto;
    height: 32px;
    background: #fec901;
    font-weight: 600;
    padding: 6px 8px;
    z-index: 10
}

.slick-disabled.slick-prev,
.slick-next.slick-disabled {
    color: #c7c7c7 !important;
    pointer-events: none
}

.hpe-content-gallery__content .hpe-product-description__features {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    float: none;
    height: 25px
}

html body .hpe-content-gallery__content .fe-quickspecs-container.fe-no-margin {
    margin: 0
}

html body .hpe-content-gallery__content .fe-quickspecs-container {
    background-color: transparent;
    min-width: 180px;
    margin-top: 24px
}

html body .hpe-content-gallery__content .fe-quickspecs-default {
    cursor: pointer;
    padding: 0;
    position: relative;
    color: #024a92;
    font-size: 20px;
    font-weight: 600
}

html body .hpe-content-gallery__content .fe-quickspecs-container svg.hpe-icon {
    position: relative;
    top: 2px;
    left: 0
}

.hpe-content-gallery__content .hpe-product-description__features .hpe-icon {
    color: #024a92
}

.hpe-icon {
    position: relative;
    height: 1em;
    width: 1em;
    fill: transparent;
    stroke: currentColor;
    stroke-width: 2;
    vertical-align: baseline
}

.hpe-content-gallery__content .hpe-product-description__features .hpe-icon {
    color: #024a92
}

html body .hpe-content-gallery__content .fe-quickspecs-container.fe-active .fe-quickspecs-dropdown {
    visibility: visible;
    opacity: 1;
    width: 180px
}

html body .hpe-content-gallery__content .fe-quickspecs-dropdown {
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    right: 0;
    z-index: 1;
    transition: all .15s ease-in-out 0s;
    overflow: hidden
}

html body .fe-quickspecs-dropdown>div:hover,
html body .hpe-content-gallery__content .fe-quickspecs-dropdown>div:first-child {
    background-color: #f1f1f1
}

html body .hpe-content-gallery__content .fe-quickspecs-dropdown>div {
    cursor: pointer;
    padding: 12px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.promotion-product-status.hpe-product-gallery__new {
    bottom: 20px;
    left: unset;
    right: 15px;
    position: absolute;
    background: #ff8300;
    font-weight: 600;
    text-transform: uppercase
}

.hpe-modal.hpe-modal--active .hpe-configuration {
    display: block !important
}

#guided-selling-products .hpe-content-gallery .hpe-content-gallery__item {
    min-height: 821px
}

#guided-selling-products .leasecontainer {
    height: 17px
}

#guided-selling-products .formatedPriceValue,
#guided-selling-products .price-container .startingtext {
    margin: 0
}

#guided-selling-products .hpe-content-gallery .price-container {
    height: 62px;
    margin-bottom: 15px
}

.guided-selling .fe_hpe-button {
    margin-top: 50px;
    display: inline-block
}

.guidedselling-caoursel-container {
    margin-bottom: 50px
}

.guidedselling-caoursel-container .answer-item {
    margin: 0 auto;
    width: 600px;
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    border: .1rem solid #d4d4d4;
    cursor: pointer
}

.slick-next,
.slick-prev {
    width: 32px !important;
    height: 32px !important;
    color: #333 !important;
    position: absolute !important
}

.guidedselling-caoursel-container .hpe-configuration-tab__value::-webkit-progress-value {
    background-color: #024a92 !important
}

.hpe-configuration-tab__value::-webkit-progress-bar {
    background-color: #ddd !important
}

.hpe-configuration-tab__value::-moz-progress-bar {
    background-color: #024a92 !important
}

.guidedselling-caoursel-container .hpe-configuration-tab__value {
    color: #024a92;
    display: inline-block;
    margin-bottom: 20px;
    width: 300px
}

.guidedselling-caoursel-container .answer-item.active {
    background: #024a92;
    border: .1rem solid #024a92;
    color: #fff;
    font-weight: 400
}

.guidedselling-caoursel-container .first-slide.slick-current .answer-item.active {
    background: #fff;
    border: .2rem solid #024a92;
    color: #024a92;
    font-weight: 400
}

.page-guidedSellingQuestionairePage {
    background: #f7f7f7
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

.fe_bool_pref_partner {
    margin-bottom: 20px !important
}

.feFindServicesContainer {
    min-height: 300px;
    border-top-color: #614767
}

.feFindServicesContainer h1 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px
}

.feFindServicesContainer h2 {
    margin-top: 20px
}

.feFindServicesContainer .borders {
    border-style: solid
}

.feFindServicesContainer .steps {
    min-height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0;
    background-color: transparent
}

.feFindServicesContainer .steps select {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 12px;
    background-color: transparent;
    border-style: none;
    width: 85%;
    outline: 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px;
    height: 80%;
    padding: 5px;
    color: #333;
    font-weight: 100
}

.feFindServicesContainer .steps select:disabled {
    background-color: #f6f6f6;
    color: #737373
}

.feFindServicesContainer option {
    background-color: #f6f6f6;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    outline: 0
}

.feFindServicesContainer .arrow {
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ccc;
    z-index: 1
}

.feNoLeftPadding.col-sm-3 {
    padding-left: 0
}

.feFindServicesContainer .purple {
    color: #fff
}

.feFindServicesContainer .form-group {
    margin-bottom: 0
}

.feFindServicesContainer .transparentBG {
    background-color: transparent
}

.feFindServicesContainer ::-webkit-input-placeholder {
    text-align: center
}

.feFindServicesContainer :-moz-placeholder {
    text-align: center
}

.feFindServicesContainer ::-moz-placeholder {
    text-align: center
}

.feFindServicesContainer :-ms-input-placeholder {
    text-align: center
}

.feFindServicesContainer .searchByHardwareContainer {
    margin-top: 4px;
    margin-left: 0
}

.searchByHardwareContainer>div:nth-child(2)>div:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 40px
}

.feFindServicesContainer .searchByHardwareContainer .col-4 {
    padding-left: 0
}

.feFindServicesContainer .searchByHardwareContainer input {
    border-radius: 0;
    min-width: 185px;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px;
    min-height: 35px;
    padding-left: 10px
}

.findServicesBTN:enabled {
    background-color: #024a92
}

.findServicesBTN:disabled {
    background-color: #80d4c0
}

.feFindServicesContainer .extraMargin {
    margin-left: 25px;
    width: 85%
}

body>main>div-fluid.feFindServicesContainer>div.container-fluid.searchByHardwareContainer>div:nth-child(2)>div:nth-child(2) {
    margin-bottom: 20px
}

#fe-products-dialog-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .404);
    z-index: 1000;
    display: none
}

#fe-products-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90%;
    background-color: #fff;
    border-style: solid;
    border-color: #c6c9ca;
    border-radius: 5px;
    overflow: auto;
    padding: 10px;
    transition: all, .2s
}

#fe-products-dialog svg {
    position: fixed;
    right: 0;
    margin-right: 10px;
    margin-top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
    color: #fff
}

#findeServicesInput::placeholder {
    text-align: left
}

#findeServicesInput {
    width: 100%
}

@media only screen and (max-width:575px) {
    #findServicesByOid {
        margin-left: 10px
    }

    .feFindServicesContainer h1 {
        text-align: center
    }

    .feFindServicesContainer h2 {
        text-align: left
    }

    .feFindServicesContainer .steps select {
        text-align: left
    }

    .feFindServicesContainer .extraMargin {
        margin-left: 10px;
        width: 95%
    }

    .feFindServicesContainer .steps {
        padding: 0
    }

    .feFindServicesContainer .arrow {
        display: none
    }

    .feFindServicesContainer .findServicesBTN {
        width: 100%;
        margin-left: 0
    }

    body>main>div.container-fluid.feFindServicesContainer>div.container-fluid.searchByHardwareContainer>div:nth-child(2)>div:nth-child(2),
    body>main>div.container-fluid.feFindServicesContainer>div:nth-child(2)>div>div.col-sm-3.steps.transparentBG {
        margin-top: 20px
    }

    .feFindServicesContainer .searchByHardwareContainer h2 {
        text-align: left;
        width: 100%
    }

    .feFindServicesContainer .searchByHardwareContainer input {
        max-width: none;
        width: 100%
    }

    #fe-products-dialog {
        width: 100%;
        height: 100%;
        border-style: none
    }

    #fe-products-dialog svg {
        color: #000
    }
}

.hpe-modal__close_btn {
    position: absolute;
    top: .625rem;
    right: 1.25rem;
    color: #333;
    font-size: 1.25rem
}

.getQuoteClosealign {
    top: 5px;
    right: 0
}

.block-click-event {
    pointer-events: none
}

#exitModal.hpe-modal {
    z-index: 9999
}

#getquotemodal.hpe-modal {
    z-index: 9990
}

#CCSkuModal.hpe-modal {
    z-index: 9980
}

@media only screen and (min-width:768px) {
    #CCSkuModal .hpe-modal__content {
        height: 90vh;
        max-width: 90vw !important;
        overflow-y: scroll
    }
}

html body span.fe_optional {
    display: inline-block;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin: 0 1.5rem 0 1rem
}

html body span.fe_arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDE1Ij4gIDxwb2x5Z29uIGZpbGw9IiM1ODU4NUEiIHBvaW50cz0iMTQuNjQ2IDExLjc2OCA1IDIuMTIxIDcuMTIxIDAgMTguODg5IDExLjc2OCA3LjEyMSAyMy41MzYgNSAyMS40MTQiIHRyYW5zZm9ybT0icm90YXRlKDkwIDEzLjk0NSA5Ljc2OCkiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 16px;
    width: 24px
}

span.clicked.fe_arrow {
    transform: rotate(180deg)
}

.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDE1Ij4gIDxwb2x5Z29uIGZpbGw9IiM1ODU4NUEiIHBvaW50cz0iMTQuNjQ2IDExLjc2OCA1IDIuMTIxIDcuMTIxIDAgMTguODg5IDExLjc2OCA3LjEyMSAyMy41MzYgNSAyMS40MTQiIHRyYW5zZm9ybT0icm90YXRlKDkwIDEzLjk0NSA5Ljc2OCkiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    top: 6px;
    right: 5px
}

.select2-container--default .select2-selection--single {
    border: 0;
    background-color: #fff;
    border-bottom: 1px solid #666;
    border-radius: 0
}

.select2-container {
    outline: 0
}

.hpe-input .select2-container {
    width: 100% !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #024a92;
    color: #fff
}

.select2-selection.select2-selection--single:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: auto;
    outline-width: 1px
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-bottom: 1px solid #000
}

.promo-modal {
    position: fixed;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 100;
    overflow: auto;
    z-index: 99999
}

.fe-promotionContainer {
    background-color: #ffe6cc;
    float: right;
    height: auto;
    margin-top: 2em;
    max-height: 200px;
    max-width: 225px;
    padding: 25px 25px 35px;
    position: absolute;
    width: 200px;
    bottom: 0;
    right: 0
}

.fe-promotionContainer p {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    line-height: 23px
}

.fe-promotionContainer span {
    font-weight: 900;
    position: relative;
    cursor: pointer;
    top: 10px
}

.fe-promotionContainer svg {
    position: absolute;
    top: 5px;
    bottom: 0;
    margin: auto;
    color: #024a92;
    margin-left: 10px
}

.fe-promotionBox {
    background-color: #ff8300;
    border-radius: 27px;
    color: #fff;
    height: auto;
    left: 25px;
    margin: 0;
    padding: 5px 15px 5px;
    position: absolute;
    top: -12px
}

.fe-promotionBox p {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3px;
    text-align: center;
    color: #fff
}

.play-video-icon {
    top: 50%;
    left: 50%;
    width: 20%;
    max-width: 120px;
    transform: translate(-50%, -50%)
}

.editConfigBtn.hpe-button:hover {
    box-shadow: none;
    font-weight: 400
}

.editConfigBtn.hpe-button {
    font-weight: 400
}

.hpe-carousel {
    background-color: #fff
}

.hpe-carousel .marquee.hpe-carousel__image {
    background-size: contain
}

.category-container img,
.hpe-carousel .radio-container img {
    height: auto;
    width: 100%
}

#bannerVideo {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.play-video-icon,
.play-video-icon::after {
    position: absolute;
    height: auto;
    line-height: 0;
    z-index: 10
}

.play-video-icon::after {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg focusable='false' viewBox='0 0 88 88' style='enable-background:new 0 0 88 88;max-width:120px;max-height:120px;display:block' xmlns='http://www.w3.org/2000/svg' xml:space='preserve'%3e%3ccircle fill='none' stroke='white' stroke-width='8px' cx='44' cy='44' r='40'%3e%3c/circle%3e%3cpolygon fill='white' points='35,28.3 35,59.7 62,44'%3e%3c/polygon%3e%3c/svg%3e");
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .2s
}

.play-video-icon::before {
    content: url("data:image/svg+xml;charset=UTF-8,%3csvg focusable='false' viewBox='0 0 88 88' style='enable-background:new 0 0 88 88;max-width:120px;max-height:120px;display:block' xmlns='http://www.w3.org/2000/svg' xml:space='preserve'%3e%3ccircle fill='rgba(0, 0, 0, 0.6)' stroke='white' stroke-width='6px' cx='44' cy='44' r='40'%3e%3c/circle%3e%3cpolygon fill='white' points='36,58 60,44 36,30 '%3e%3c/polygon%3e%3c/svg%3e");
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 0
}

.rotatingcomponent.hpe-carousel .hpe-carousel__button,
.rotatingcomponent.hpe-carousel .hpe-carousel__button:hover {
    color: #e1e1e1
}

.radio-container {
    position: relative;
    height: auto;
    width: 100%;
    cursor: pointer
}

.radio-container .shoppable-icons {
    position: absolute;
    display: block;
    cursor: pointer
}

.shoppable-icons .hpe-radio-button__control {
    border: .27rem solid #fff;
    width: 1.7em;
    height: 1.7em;
    margin: 0
}

.shoppable-icons .hpe-radio-button__input:checked+.hpe-radio-button__control:after,
.shoppable-icons .hpe-radio-button__input:hover+.hpe-radio-button__control:after {
    content: "";
    display: block;
    position: absolute;
    top: .28em;
    left: .28em;
    width: .625em;
    height: .625em;
    background-color: #fff;
    border-radius: 100%
}

.shoppable-icons .popupcontent {
    background: #fff;
    position: absolute;
    width: 248px;
    border-top: 3px solid #024a92;
    max-height: 202px;
    padding: 15px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    z-index: 11
}

.shoppable-icons .popupcontent.pos-left {
    transform: translate(-263px, -60px)
}

.shoppable-icons .popupcontent.pos-right {
    transform: translate(45px, -60px)
}

.shoppable-icons .popupcontent.pos-bottom {
    transform: translate(-113px, 15px)
}

.shoppable-icons .popupcontent.pos-top {
    transform: translate(-108px, -233px)
}

.shoppable-icons .pos-right.popupcontent:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    left: -17px;
    top: 30px;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-right: 1rem solid #fff
}

.shoppable-icons .pos-top.popupcontent:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    bottom: -30px;
    left: 105px;
    border-top: 1rem solid #fff;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent
}

.shoppable-icons .pos-left.popupcontent:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    right: -15px;
    top: 30px;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #fff
}

.shoppable-icons .pos-bottom.popupcontent:after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    top: -30px;
    left: 110px;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent
}

.shoppable-icons .popupcontent h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px
}

.shoppable-icons .popupcontent p {
    margin: 0;
    display: block
}

.shoppable-icons .popupcontent p:nth-of-type(2) {
    margin-bottom: 10px
}

.shoppable-icons .popupcontent .border {
    height: .125rem;
    width: 5rem;
    border: 0;
    display: block;
    background-color: #ccc;
    margin: 0 auto;
    position: absolute;
    right: 50%;
    top: 35%;
    margin-right: -2.5rem
}

.display-none,
.hidden-md,
.hpe-input--error .hpe-input__error-message {
    display: none
}

a,
a:focus {
    text-decoration: none;
    outline: 0
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    background-color: transparent
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.flex {
    display: flex
}

.banner-background-image {
    height: 100%;
    padding-top: 45%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.hpe-solution__item a {
    font-size: 1rem
}

.hpe-support__image-container {
    margin-bottom: .625rem
}

.hpe-checkout-link {
    margin-left: 35px
}

@media (min-width:48rem) {
    .hpe-support__image-container {
        margin: 0 0 10px 0;
        max-width: 261px !important;
        float: right;
        padding-right: 0
    }
}

@media (min-width:36rem) {
    .custom-support-tiles:nth-child(2n) {
        padding-left: 0
    }

    .hpe-checkout-link {
        margin-left: 85px
    }
}

@media (min-width:36rem) {

    .custom-support-tiles:nth-child(3) .hpe-support__tile,
    .custom-support-tiles:nth-child(4) .hpe-support__tile {
        margin-bottom: 0
    }
}

.footer-bottom-section .content {
    width: 100%
}

.overflow-none {
    overflow: hidden
}

.hpe-page-header--image .banner-background-image,
.hpe-signin__wrapper .banner-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.hpe-page-header--image .banner-background-image {
    padding: 0
}

#cboxOverlay {
    position: fixed;
    display: none;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .65);
    opacity: 1 !important;
    z-index: 100
}

#colorbox {
    z-index: 106;
    left: 50% !important;
    transform: translateX(-50%)
}

#cboxContent,
#cboxLoadedContent,
#cboxWrapper,
#colorbox {
    width: max-content !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%
}

#colorbox.top0 {
    top: 60px !important;
    bottom: 60px !important;
    overflow: auto
}

#cboxWrapper {
    position: relative
}

#cboxContent {
    float: none !important
}

div#cboxLoadedContent .hpe-signin__form {
    max-width: 400px
}

#cboxLoadedContent {
    margin-top: 0 !important
}

#cboxLoadedContent {
    padding: 0 !important
}

#forgottenPwdForm .hpe-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

#cboxLoadedContent .hpe-signin__section--button {
    box-shadow: none
}

#cboxClose {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
    text-align: inherit;
    font-weight: inherit;
    color: #333;
    padding: 0;
    border: 0;
    background: 0 0
}

.hpe-icon.hpe-signin__close {
    cursor: pointer
}

div#cboxWrapper:focus,
div#colorbox:focus {
    outline: 0
}

hr.seperator {
    border: 0;
    border-bottom: .0625rem solid #ccc
}

.yCmsComponent.col-md-6.best-in-class-service {
    padding-right: 0
}

.hpe-featured-product__image {
    max-height: 100%
}

.hpe-featured-product__button {
    z-index: 1
}

.searchForm {
    display: inline-block
}

.hpe-header__search-input {
    min-width: 300px
}

.hpe-carousel__card br {
    display: none
}

.hpe-header {
    position: relative
}

.hpe-info-grid__img-custom .banner-background-image {
    padding-top: 45%
}

@media (min-width:48rem) {
    .hpe-info-grid__img-custom .banner-background-image {
        padding-top: 56%
    }
}

ul.tabs-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 2.5rem;
    margin: 0 0 20px 0;
    padding: 0
}

ul.tabs-list li {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 0;
    max-width: none;
    text-align: inherit;
    border: 0;
    background: 0 0;
    border-bottom: .3125rem solid transparent;
    padding: 0 0 .825em;
    color: #333;
    font-weight: 600;
    opacity: .5;
    font-size: 1rem
}

ul.tabs-list li.active {
    opacity: 1;
    border-bottom: 3px solid #024a92
}

ul.tabs-list li:not(:last-child) {
    margin-right: 1.875rem
}

ul.tabs-list li span.current-info {
    display: none
}

.tabhead {
    display: none
}

.hpe-intel-footer__badge .banner-background-image {
    padding-top: 100%
}

.tab-review .write-review {
    display: none
}

.right {
    float: right
}

#reviewForm label {
    color: #929292;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 5px
}

.hpe-card__body .js-reference-item.cboxElement {
    display: flex;
    flex-direction: column
}

#cboxContent {
    background: #fff;
    overflow: visible
}

.pad-lr {
    padding-left: 2rem;
    padding-right: 2rem
}

.product-image img {
    width: 100%
}

.owl-carousel.vertical-center-image.flex {
    display: flex !important
}

.hpe-product-gallery__slider {
    margin: auto;
    width: 100%
}

.m-b-0 {
    margin-bottom: 0
}

.m-t-85 {
    margin-top: 85px
}

#cboxClose {
    font-size: 1.25rem;
    cursor: pointer
}

.hpe-notification.top-notification {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 0;
    top: 85px
}

.tabbody.hpe-tabs__section.hpe-block-overflow {
    padding-bottom: 0
}

hr.registration-border-line {
    border: 0;
    border-bottom: .0625rem solid #ccc;
    margin: 3rem 0
}

select.hpe-input--error {
    border-color: #ca2b4e
}

.header__links a {
    background: 0 0;
    color: #333;
    font-weight: 200;
    font-size: 1.25em;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    padding: .325rem .5rem;
    margin-right: .5rem;
    border: .0625rem transparent solid
}

.item__image .img-fluid,
.item__image .img-thumbnail,
.item__image a img {
    max-width: 100%;
    height: auto
}

.hpe-cart-list__section-lines .item__price {
    padding-left: 0;
    padding-right: 0
}

.hpe-cart-list__section-product a span {
    margin: 0;
    padding: 0;
    color: #024a92;
    font-weight: 600
}

.item__list--comment {
    list-style: none
}

.item__list--comment {
    list-style: none
}

.hpe-page-back a {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: flex-start
}

.facet-custom.hpe-filter__list li.hpe-filter__item:nth-child(n+5) {
    display: none
}

.facet-custom.hpe-filter__list.hpe-filter--expanded li.hpe-filter__item:nth-child(n+5) {
    display: block
}

.facet-custom.hpe-filter__list.hpe-filter--expanded+.hpe-button.hpe-filter__button.hpe-filter__button--more {
    display: none !important
}

.hpe-disclosure__button--active .hpe-icon,
.hpe-disclosure__button--active:hover .hpe-icon,
.hpe-disclosure__button.active .hpe-icon.active {
    transform: none
}

.hpe-button--noborder:hover .hpe-icon.active {
    transform: none
}

.add-to-cart {
    padding: 20px;
    text-transform: capitalize;
    width: 470px
}

.name {
    color: #000;
    font-weight: 700
}

.price {
    font-weight: 700
}

.carousel__component--headline {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin: 0 0 1.5rem;
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0
}

.a2a_dd {
    margin-top: 5px !important
}

.ui-front {
    z-index: auto !important;
    background-color: #f7f7f7 !important
}

#ui-id-1 {
    width: 70% !important
}

.hpe-cart-list__section-lines ul {
    padding: 0
}

.form-control.js-update-entry-quantity-input {
    margin-right: 5px
}

.hpe-filter--expanded,
.hpe-filter:first-of-type:last-of-type .hpe-filter__list {
    max-height: 8em
}

.logged_in.js-logged_in {
    margin: 0;
    margin-left: 10px;
    position: absolute;
    top: 5px
}

.compareButton a {
    color: #fff
}

.hpe-check-box {
    cursor: pointer
}

.hpe-notification.notificationMaxProduct {
    position: fixed;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%
}

.pointer {
    cursor: pointer
}

* {
    box-sizing: border-box
}

.img-zoom-container {
    position: relative;
    justify-content: center
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 139.3px;
    height: 84px
}

#myimage {
    width: auto;
    max-width: 100%
}

.img-zoom-result {
    position: absolute;
    border-radius: 5px;
    border: 1px solid #d4d4d4;
    display: none;
    width: 560px;
    height: 420px;
    left: 100%;
    margin-bottom: 40px;
    z-index: 100;
    box-shadow: 0 0 20px #d4d4d4;
    background-color: #fff
}

.column {
    float: left;
    padding: 1px
}

.row::after {
    content: "";
    clear: both;
    display: table
}

.banner__component--responsive img {
    width: 100%;
    height: 125px
}

.js-reference-item.cboxElement {
    margin-bottom: 2rem
}

@media all and (-ms-high-contrast:none) {

    .owl-item,
    .owl-stage {
        display: block
    }

    .hpe-card__body {
        min-height: 16rem
    }

    .hpe-carousel__indicator {
        bottom: -39.5rem;
        z-index: 99
    }

    ul.item__list.item__list__cart table {
        width: 100%
    }

    .loader {
        position: absolute !important
    }
}

.hpe-solution__wrapper.row {
    flex-wrap: wrap
}

div ul.hpe-clearlist header .hpe-brand-rule {
    font-size: 1.5rem;
    font-weight: 700
}

div ul.hpe-clearlist header .hpe-brand-rule::after {
    display: none;
    font-size: 1.5rem
}

.hpe-signin__wrapper .banner-background-image {
    padding: 7.3125rem 0 2rem
}

div div.hpe-product-grid-2x2__item header .hpe-brand-rule::after {
    display: none
}

div.hpe-cta--wide--fullbleed .hpe-cta__image {
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat
}

.spinner-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fffffff0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: .9
}

.loader,
.loader:after,
.loader:before {
    background: #024a92;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 2em
}

.loader {
    color: #024a92;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.loader:after,
.loader:before {
    position: absolute;
    top: 0;
    content: ''
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loader:after {
    left: 1.5em
}

@-webkit-keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 1em
    }

    40% {
        box-shadow: 0 -2em;
        height: 2em
    }
}

@keyframes load1 {

    0%,
    100%,
    80% {
        box-shadow: 0 0;
        height: 1em
    }

    40% {
        box-shadow: 0 -2em;
        height: 2em
    }
}

div.hpe-page-back.container a {
    vertical-align: middle
}

.videoMedia>.video-js,
.videoMedia>.video-js>video {
    width: 100% !important
}

.center {
    text-align: center
}

#payment_checkout {
    border: none;
    width: 100%;
    height: 300px;
    padding-top: 3px
}

div .hpe-product-list__meta.row::after {
    display: none
}

div .hpe-input--required .hpe-input__label:after {
    display: none
}

div.simple-banner.banner__component--responsive img.js-responsive-image {
    margin-bottom: 1rem;
    height: 100%
}

.noCompare .hpe-check-box,
section.hpe-compare div.row.align-items-center.justify-content-between::after {
    display: none
}

.hpe-support__link {
    font-weight: 600
}

.hpe-page-back a:hover {
    color: #024a92
}

div.hpe-cart-list__number-input .hpe-button:disabled {
    background-color: #ccc
}

.hpe-carousel__content>p {
    margin: 0
}

div.row div.hpe-cart-list {
    width: 100%
}

div.content h3.hpe-headline--black.hpe-headline--caps {
    text-transform: capitalize
}

div.hpe-cta__content h2.hpe-headline--black.hpe-headline--caps {
    text-transform: capitalize
}

div.hpe-carousel__action-button a.hpe-anchor--reverse.hpe-carousel__image--active {
    text-transform: none
}

div.hpe-cta__content a.hpe-anchor--reverse.hpe-cta__button {
    text-transform: none
}

ul li.yCmsComponent.hpe-solution__item header {
    padding: 0 .625rem 0
}

ul li.yCmsComponent.hpe-solution__item:not(:first-child) {
    padding: 0 .625rem 0
}

td div.compare-cell {
    white-space: initial
}

.addtocartbtn {
    padding-left: 0
}

div.text_left {
    text-align: left;
    margin-left: 5px
}

.title_ship {
    font-weight: 600 !important;
    margin-bottom: 4px !important
}

.address {
    line-height: 1.5 !important
}

.checkbox {
    padding-left: 5px !important
}

.component-footnotes {
    color: #707070;
    text-align: left;
    font-size: 13px;
    margin-top: 45px
}

.underline {
    text-decoration: underline
}

div.hpe-cta-section__item.col-md-6 div.hpe-cta--wide--reverse {
    padding-bottom: 0
}

section .container .row div.yCmsComponent.hpe-cta-section__item.col-md-3:nth-child(2) {
    background-color: #eee;
    background-clip: content-box
}

.global-alerts {
    padding: 0;
    z-index: 98;
    width: 100%;
    top: 85px
}

.col-auto img {
    width: 5rem;
    height: auto;
    max-width: 5rem
}

.cartitem_delete {
    position: relative;
    top: 13px
}

.hpe-input__label.hidden {
    display: none
}

div.hpe-product-list__meta div.hpe-product-list__button a {
    color: #00f;
    text-decoration: underline
}

div.hpe-product-list__meta div.hpe-product-list__button a:hover {
    color: #ca2b4e
}

div.hpe-product-list__meta div.hpe-product-list__button a:visited {
    color: #614767
}

div.input-group input[type=search] {
    outline-color: #024a92
}

.delete-grp {
    position: absolute;
    top: -10px;
    right: -25px
}

.hidden {
    display: none
}

a.disabled {
    pointer-events: none
}

#textSearch {
    padding-left: 20px
}

span.search-icon {
    position: absolute;
    top: 14px
}

.pl-6 {
    padding-left: .625rem
}

.pr-6 {
    padding-right: .625rem
}

@media (min-width:768px) {
    .hpe-block-overflow-shipping-fixed {
        padding-top: 1rem !important
    }

    .flex-adapt-width {
        flex: 1 1
    }
}

.hpe-headline-shipping-fixed {
    margin: 0 !important
}

.hpe-headline-shipping-fixed+p {
    margin-top: 0 !important
}

.hpe-cart-summary-shipping-fixed .hpe-cart-summary__numbers-text {
    text-align: left
}

.hpe-cart-summary-shipping-fixed .hpe-cart-summary__numbers {
    margin-top: 0
}

.hpe-block-overflow-shipping-fixed .hpe-form-checkout__submit {
    margin: 0;
    width: 175px
}

.hpe-block-overflow-shipping-fixed .hpe-divider+form.hpe-block-overflow {
    padding: 0
}

.delete_promo:hover {
    curosor: pointer;
    height: .5em
}

.checkout__confirmation__content {
    width: 100%
}

.final-order {
    margin-top: 1.5rem
}

.hpe-cart-list__section-lines>.row:not(:first-child) {
    margin-top: 40px
}

.base-model-price,
.shopSelectItems {
    margin-top: 0;
    margin-bottom: 0
}

.base-model-price {
    min-height: 50px
}

.less-indent {
    padding-left: 1.5rem !important
}

@media (max-width:426px) {
    #payment_checkout {
        border: none;
        width: 100%;
        height: 380px
    }
}

.link-label {
    pointer-events: none
}

.deal-of-the-week {
    overflow: hidden;
    max-height: 3.4em
}

.deal-of-the-week-show-content a {
    color: #024a92 !important;
    cursor: pointer;
    font-weight: 700
}

.hpe-product-gallery__new {
    font-size: 1rem !important;
    z-index: 99;
    left: 15px;
    display: inline;
    bottom: auto
}

.saved_checkbox {
    margin-left: 1px
}

#cboxContent,
#cboxLoadedContent>#saveCart,
#cboxWrapper,
#colorbox {
    width: auto !important
}

.hpe-input__label {
    z-index: 999
}

@-moz-document url-prefix() {
    .btn_svcrd {
        color: #fff !important
    }

    #cboxLoadedContent {
        width: auto !important;
        overflow: hidden !important
    }
}

#cboxTitle {
    display: none !important
}

.btn_svcrd {
    color: #fff !important
}

#cboxLoadedContent {
    width: auto !important;
    overflow: hidden !important
}

#cboxContent {
    padding: 25px !important
}

.hpe-bookmark .hpe-icon {
    fill: #fff;
    stroke: #024a92
}

.hpe-bookmark input:checked+.hpe-icon {
    fill: #024a92;
    stroke: transparent
}

.hpe-card--invert .hpe-card__body,
.hpe-card--invert .hpe-card__meta,
.hpe-card--invert .hpe-card__wrapper,
.hpe-card__body--details {
    min-height: 28rem
}

.error {
    color: red;
    font-weight: 700
}

.item__remove {
    position: absolute;
    top: -5px;
    right: -30px
}

.fe-warn-missingparts-on-cart {
    border-bottom: 1px solid grey;
    font-weight: 700;
    padding-bottom: .25em
}

.fe-warn-missingparts-on-cart .hpe-icon--inline {
    background-color: #ff0;
    border-radius: 800px 800px 0 0
}

body.page-getQuotePage main>#globalMessages {
    margin-bottom: 50px
}

body.page-getQuotePage main>div.rm-margin.m-b-0.relative.global-alerts {
    display: none
}

#contactSupport {
    position: absolute;
    bottom: 0;
    right: -310px;
    width: 310px;
    padding: 10px;
    background: #f1f1f1
}

#contactSupport p {
    margin: 0;
    margin-bottom: 5px
}

#contactSupport p:last-child {
    margin: 0
}

#contactSupport p:last-child:hover,
.contact-support:hover {
    cursor: pointer
}

.js-delete-all-saved-cart {
    margin-left: 1px
}

.saved-cart-name {
    width: 100px;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    table-layout: fixed;
    display: block
}

.contactSupportLoc {
    position: static !important
}

.btnAddressEdit {
    width: 35px;
    height: 25px
}

.hpe-modal {
    z-index: 99999
}

.hpe-button.disabled {
    border-color: #ccc;
    background-color: #ccc
}

.hpe-button.disabled:active,
.hpe-button.disabled:hover,
.hpe-button.disabled:visited {
    color: #fff;
    box-shadow: none
}

.hpe-account-table__header {
    text-align: left
}

.prod_name {
    margin-bottom: 10px
}

.model-price-loc {
    position: absolute;
    bottom: 100px;
    left: 40px
}

.gtsIPCheck,
.successNotification {
    z-index: 98;
    position: absolute;
    width: 100%
}

.gtsLoginCheck {
    position: relative;
    top: 85px;
    z-index: 99
}

.h2fontsizeforh1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0;
    font-weight: 700
}

.m-l-20 {
    margin-left: 20px
}

.product_name_width {
    width: 10%
}

.category-fallback-height {
    height: 5rem;
    margin-bottom: .75em
}

.block-with-text {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 40px;
    line-height: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.hpe-cart-po__notice {
    padding-top: 10px
}

.owl-item img {
    display: block;
    Width: auto !important
}

.hpe-product-grid__item img {
    width: auto !important;
    margin-bottom: .75em !important;
    height: 5rem !important
}

.hpe-card__body p {
    margin-bottom: 0;
    margin: 1em 0;
    line-height: 1.25;
    max-height: 7.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -ms-box;
    -ms-box-orient: vertical;
    text-align: center;
    color: #000;
    overflow: hidden;
    -webkit-line-clamp: 6
}

.hpe-breadcrumbs--page-top.breadcrumb-top-padding {
    padding-top: 8.3125rem
}

table#productCompareContainer.hpe-product-compare__table {
    width: 100%
}

.hpeProduct-details {
    margin: 0 0 .5em;
    overflow: hidden;
    line-height: 1.25;
    max-height: 88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-align: justify
}

.hpeProduct-details p,
hpe-featured-product__feature div p {
    font-size: 1.125rem;
    padding-bottom: .5rem
}

.toggleDes a {
    color: #024a92 !important;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px
}

.deal-of-the-week {
    max-height: 5.5rem !important;
    -webkit-line-clamp: 3 !important
}

.hpe-featured-product__image {
    width: 100%;
    left: -60%
}

img.bannerImage {
    width: 100% !important
}

.hpe-button {
    font-size: 18px !important;
    padding: 7px 20px 9px 20px;
    font-weight: 600;
    cursor: pointer;
    line-height: 25px
}

.hpe-featured-product__button a.hpe-button {
    width: 13em;
    margin: 0
}

a.hpe-button {
    position: relative;
    text-align: start;
    text-align: center;
    font-size: 1.125rem !important;
    padding: 6px 20px 8px 20px;
    font-weight: 600;
    cursor: pointer;
    line-height: 25px
}

a.hpe-button::before {
    top: 57%;
    right: 1.2em;
    width: .7em;
    height: .7em;
    transform-origin: 50% 50%;
    transform: translate(0, -.5em) rotate(45deg);
    box-shadow: inset -.2em .2em 0 0 #fff;
    border-radius: 0 .15em 0 0
}

a.hpe-button::after {
    top: 53%;
    right: 1.2em;
    width: 1.2em;
    height: .12em;
    transform: translate(0, -.1em);
    background-color: #fff
}

a.hpe-button:before {
    top: 57%;
    right: 1.2em;
    width: .7em;
    height: .7em;
    transform-origin: 50% 50%;
    transform: translate(0, -.5em) rotate(45deg);
    box-shadow: inset -.2em .2em 0 0 #fff;
    border-radius: 0 .15em 0 0
}

a.hpe-button:after {
    top: 53%;
    right: 1.2em;
    width: 1.2em;
    height: .12em;
    transform: translate(0, -.1em);
    background-color: #fff
}

.hpe-cta__content a.hpe-anchor.hpe-anchor--primary.hpe-anchor--dark.hpe-anchor--reverse.hpe-cta__button {
    border-radius: 35px;
    border: 2px solid #024a92;
    padding: 10px 25px
}

.promo__text-wrap.a.hpe-anchor.hpe-anchor--primary.hpe-anchor--dark.hpe-anchor--reverse.hpe-cta__button {
    border-radius: 35px
}

.hpeProduct-details+p {
    margin-top: 0
}

.label-span label {
    -ms-flex: 0 0 32%;
    flex: 0 0 45% !important
}

.invisible-edit-btn {
    visibility: hidden
}

.hpe-bundle__features {
    text-align: left;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    font-size: 1rem
}

.hpe-bundle__features ul li {
    min-height: 2em
}

.hpe-bundle__description {
    margin: 0 0 1em;
    flex: 1 1 50%;
    overflow: hidden;
    line-height: 1;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.form-position {
    float: right
}

.options-btn-position {
    margin-right: 10px
}

.variant-item-cr .hpe-headline {
    overflow: hidden;
    height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.Formatedv code {
    font-family: Metric, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Segoe UI, Helvetica Neue, Lucida Grande, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.125rem
}

.hpe-list-details {
    overflow: hidden;
    min-height: 12.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8
}

.hpe-list-details ul {
    overflow: hidden;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 2em;
    font-size: 1rem;
    min-height: 2em;
    margin-bottom: 1em;
    line-height: 1
}

.base-model-price p {
    padding-top: 20px
}

.hpe-card--category .hpe-card__body {
    display: block !important
}

.hpe-data-hidden {
    display: none !important
}

.hpe-productDetails_data {
    overflow: hidden;
    line-height: 1.25;
    max-height: 5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.hpe-show-more__button {
    color: #024a92
}

.hpe-saved-cart-nav {
    margin-bottom: 0 !important
}

.hpe-saved-cart-link {
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: flex-start
}

.catgelips {
    overflow: hidden;
    line-height: 1.25;
    max-height: 2.5em;
    min-height: 2.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.saved-cart-footer .hpe-product-list__footer {
    padding: 0
}

.margin0 {
    margin: 0 !important
}

.line-break-fix {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.hpe-product-list--reverse .hpe-product-list__about {
    word-wrap: break-word
}

.hpe-show-more__button_modelsTab {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #024a92
}

.plp-description.hpe-product-list__description {
    text-align: justify;
    line-height: normal
}

.plp-description.hpe-product-list__description {
    text-align: inherit;
    line-height: 1.1
}

.hpe-product-gallery div.col-md-5.flex.relative {
    height: 300px
}

.confirmBtn {
    float: left !important;
    padding-left: 16px
}

.hpe-padding-password {
    padding-left: 50px !important;
    padding-top: 30px !important
}

.content-with-product-page {
    height: 0
}

.hpe-product-specification-alignment {
    padding-left: 35px
}

.hpe-show-specification__button {
    font-weight: 600;
    margin-bottom: 0 !important;
    font-size: 1rem !important
}

.getAccAlert.alert,
.rm-margin.m-b-0 {
    padding: 10px 85px
}

.rm-margin.m-b-0.global-alerts {
    padding: 0
}

.hpe-list-details-bundle {
    overflow: hidden;
    min-height: 12.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8
}

.hpe-list-details-bundle ul {
    overflow: hidden;
    height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 2em;
    font-size: 1rem;
    margin-bottom: 2px;
    line-height: 1
}

.hpe-card--details__link {
    min-height: 2.625rem
}

.category_product_price {
    height: 21px
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important
}

.hpe-product-specification-text {
    padding-left: 5px
}

.hpe-product-breaks {
    margin-bottom: 1em
}

@media screen and (min-width:640px),
screen\9 {
    .hpe-card--details__link {
        min-height: 4.1rem
    }
}

.hpe-product-compare-card__header {
    width: auto !important
}

.hpe-list-table-item {
    vertical-align: top !important;
    word-wrap: break-word
}

.cart-total-taxes.text-right {
    padding: 0;
    margin: -35px 10px 0 0;
    text-align: right;
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 10px
}

.hpe-subnav {
    z-index: 10 !important;
    position: initial
}

.boyi-carousel img {
    width: 100% !important
}

.boyi-carousel .Fe_leaseAmount {
    height: 15px
}

.carousel-body h2.hpe-headline--strong {
    max-height: 40px;
    min-height: 40px;
    overflow: hidden
}

.carousel-body p.hpe-card__description {
    min-height: 7.5em;
    overflow: hidden
}

.carousel-body p.hpe-card__meta {
    min-height: 30px;
    overflow: hidden;
    margin-bottom: 0
}

.hpe-order-header-small-title {
    color: #666;
    font-size: 1.125rem;
    font-weight: 400
}

.hpehf-cart-take-action {
    background: #fff
}

.hpe-channel-central-order-details-margin {
    margin-top: -15px !important
}

.hpe-cart-summary__numbers-text {
    white-space: nowrap
}

.hpe-general-item-order-details-margin {
    margin-top: -15px !important;
    margin-bottom: 1.5rem
}

.hpe-specification-section {
    overflow-wrap: break-word;
    text-align: justify
}

.hpe-label--inline span.hplstatus {
    font-size: 20px
}

main {
    position: relative;
    top: -85px
}

.hpe-product-list__Option_tab_title {
    text-align: left;
    margin-bottom: 20px
}

.hpe-product-list__Option_tab_headline {
    font-size: 1.5rem
}

.hpe-act-sts {
    font-weight: 500
}

.bkf {
    text-align: left;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5
}

.hpe-cart-summary__numbers-text-tax {
    padding: 0;
    margin: 2px 10px 0 130px;
    text-align: right;
    display: block;
    width: 100%;
    font-style: italic;
    font-size: 10px
}

.hpe-carousel__description p {
    margin-top: 0;
    margin-bottom: 15px
}

.modal-details.popup .popup-action {
    margin: auto
}

.item__quantity__total div.qty {
    margin-top: 3px
}

.hpe-product-availability-status-color {
    color: red;
    padding-left: .625rem
}

.hpe-cta__content.hpe-cta__content--wide.hpe-cta--dark.hpe-cta--dark2 .hpe-cta__content {
    padding: 0
}

.hpe-block-overflow.hpe-block-overflow--dark {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.hpe-custom-search-order-icon {
    margin-left: -18px;
    margin-top: 18px;
    height: 15px;
    width: 15px
}

.hpe-headline-reduced {
    margin-bottom: -.5em
}

.hpe-product-compare__table.table-flex {
    width: 100%
}

.noLeftPad {
    padding-left: 0;
    padding-right: 0
}

#productCompareContainer html {
    width: 50% !important;
    min-width: 50% !important;
    position: relative;
    margin: 0 0 1.25rem;
    height: calc(100% - 1.25rem);
    padding: 1.25rem 3rem 1.25rem 1.25rem
}

.newRowCb {
    float: right;
    display: contents
}

.newRowPdpCb {
    padding-right: 5px
}

.pdpCbLayout {
    float: right;
    padding-right: 42px
}

.fullWidth {
    width: 100%
}

.left {
    float: left
}

.hpe-img-iePos {
    position: absolute !important
}

.hpe-price-min {
    display: block
}

.strongCls {
    font-weight: 700
}

@media all and (-ms-high-contrast:none) {
    .hpe-configuration-section__preview .hpe-responsive-img {
        position: static
    }

    .hpe-configuration-section__preview .hpe-responsive-img img {
        width: 100%;
        margin: 0
    }
}

.hpe-order-shipment-padding {
    margin-left: 0;
    color: #333;
    padding-bottom: 15px
}

.hpe-order-label--inline {
    font-weight: 500;
    display: inline-block
}

.hpe_place {
    background: #fff;
    margin: -10px;
    padding: 1px
}

.hpe_list_configPrice {
    max-width: 75%
}

.account-password-padding-top {
    padding-top: 100px
}

.hpe-contact-info-form-padding {
    padding-top: 10px
}

.hpe-page-back-contact-info {
    padding-top: 1.5rem;
    padding-left: 2.625rem
}

.hpe-page-back-contact-info a {
    padding-bottom: 3rem !important
}

.my-address-edit-btn-icon-padding {
    padding-left: 10px
}

.greyBackground {
    background: #f6f6f6;
    width: 100%
}

.hpe-my-order-config-bg {
    background: #fff !important;
    padding: 3px !important
}

.hpe-cta__content.hpe-cta__content--wide.hpe-cta--dark.hpe-cta--dark2 .hpe-cta__content {
    padding: 0
}

.priceTotal {
    font-weight: 700
}

.hpe-select.hpe-input--error {
    margin-bottom: 0
}

.product-classifications {
    display: block;
    text-align: justify
}

.product-classifications a {
    border-bottom: 1px solid #006a51
}

.hpe-address-carousel-body {
    min-height: 20rem !important;
    max-height: 20rem !important;
    text-align: left !important;
    padding-left: 25px !important
}

.hpe-card__body.category-carousel-body p {
    min-height: 7.5em
}

.formatedPriceValue code {
    font-family: Metric
}

#checkNewPassword\.errors,
#currentPassword\.errors,
#newPassword\.errors {
    color: #ca2b4e
}

.hpe-font-weight {
    font-weight: 700;
    white-space: nowrap
}

.addresItemContent {
    margin-bottom: 25px
}

.product-details p a {
    border-bottom: 1px solid #006a51
}

.product-details p a:active,
.product-details p a:focus,
.product-details p a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #707070
}

@media only screen and (max-width:750px) and (min-width:570px) {
    .hpe-product-list__button .hpe-button {
        min-width: auto
    }
}

@media only screen and (max-width:1026px) and (min-width:990px) {
    .hpe-product-list__button .hpe-button {
        min-width: auto
    }
}

.hpe-font-size-vat-message {
    font-size: 1rem !important
}

.bg-height.hpe-product-list__about {
    height: 100%
}

.name-height {
    height: 19px
}

.address-delete-popup-width-height {
    max-width: 500px !important
}

.compare-container {
    width: 100%;
    overflow: auto
}

.compare-container .hpe-compare__row.row {
    width: 100%;
    overflow: visible
}

.m-b-10 {
    margin-bottom: 10px
}

.m-tb-10 {
    margin: 10px 0
}

.hpe-more-information__columns .hpe-more-information__links .hpe-more-information__list-item .hpe-anchor {
    min-width: 100%;
    word-wrap: break-word;
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    border-bottom: none
}

.price_disclaimer_text {
    font-size: 16px;
    margin-top: 0;
    width: auto;
    height: 0;
    position: relative;
    top: 0;
    padding-left: 0
}

div.hpe-modal__content {
    box-shadow: none !important
}

.hpe-col-no-break.hpe-cart-po__item .hpe-label--inline {
    word-wrap: break-word;
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal
}

@media only screen and (min-device-width :320px) and (max-device-width :480px) {
    .buttonHolder {
        width: 100%;
        margin-right: 20px;
        margin-top: 10px;
        margin-left: 10px
    }
}

.hpe-empty-saved-item {
    text-align: left !important;
    margin-left: 225px !important
}

.hpe-cta--dark2.hpe-cta--tall-image a.hpe-anchor--dark,
.hpe-cta--wide--reverse.hpe-cta--wide--fullbleed a.hpe-anchor--reverse,
.hpe-cta__content.hpe-cta__content--wide .hpe-anchor--reverse.hpe-cta__button {
    margin-top: 1rem
}

.hpe-cta__content.hpe-cta__content--wide span {
    display: inline-block
}

.h2fontsizeforh1.hpe-headline {
    margin-top: 1.2rem !important
}

.img-zoom-container img.videoImage {
    width: 100% !important
}

.anchor_underline {
    border-bottom: 1px solid #024a92
}

.img-container {
    display: inline-block;
    position: relative
}

@media (max-width:1199px) {
    .hpe-featured-product__badge {
        bottom: 0;
        top: auto;
        top: unset;
        right: 0
    }
}

@media (min-width:1200px) {
    .hpe-featured-product__badge {
        top: 6rem;
        margin: 0;
        right: auto;
        right: unset
    }

    .img-container {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media (min-width:1200px) {
    .hpe-featured-product {
        background: linear-gradient(to right, #f6f6f6 100%, #fff 32%)
    }
}

section.hpe-create-account__value ul {
    margin: 0
}

span.hpe-carousel__description {
    max-height: none
}

.hpe-carousel {
    margin-top: 85px
}

span.hpe-carousel__description p {
    margin-bottom: 1px
}

.quoteDetails {
    position: relative
}

#contactSupport.quotecontactSupport {
    right: 12%;
    top: 10px
}

.availability_text {
    font-size: 16px;
    font-style: italic
}

.getQuoteEmail.readOnlyApplied {
    pointer-events: none;
    opacity: .45
}

.hpe-breadcrumbs__item:last-child {
    max-width: none;
    white-space: unset;
    text-overflow: unset
}

.add_to_cart_form p {
    transform: none;
    left: 0;
    margin-left: 0
}

.fe-quickspecs {
    float: right;
    display: inline-block;
    bottom: 7px
}

a.language {
    display: block
}

.zone p {
    position: relative
}

a.language.active {
    color: #024a92;
    cursor: pointer
}

a.displayLanguage {
    cursor: pointer
}

.country.active p a,
.zone.active p {
    color: #024a92
}

.zone-container .zone span {
    cursor: pointer
}

.country.active p a:before,
.zone.active span:before,
a.language.active:before {
    content: '>';
    position: absolute;
    top: -1px;
    left: -10px;
    font-size: 16px;
    font-family: monospace
}

.hpe-account__extra .hpe-label--block {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.hpe-card-compare__name {
    overflow: hidden;
    word-wrap: break-word
}

.hpe-modal__content.frgtpswd {
    max-width: 30rem
}

.hpe-select.getQuoteState,
.hpe-select.registerState {
    background-position: right 0 center !important;
    padding: .5em .5em .5em 0 !important
}

.hpe-config-list--totals .hpe-config-list__value {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.hpe-config-list--totals .hpe-config-list__value .price_value span {
    font-size: 16px
}

.hpe-config-option--remove .hpe-button {
    margin: 0 -2px
}

.hpe-config-list--totals .hpe-config-list__title {
    -ms-flex: 1 1 75%;
    flex: 1 1 75%
}

span.hpe-featured-product__badge.hpe-image-alt {
    font-size: 1rem
}

span.facet__list__text.hpe-check-box__label {
    word-break: normal
}

.hpe-account__header>:last-child {
    text-align: left
}

.hpe-more-custom {
    padding-bottom: 1.5rem;
    border-bottom: .0625rem solid #666
}

.hpe-product-compare-card {
    vertical-align: top !important;
    height: auto;
    margin: 0 !important
}

.hpe-more-information__links,
.hpe-more-information__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.hpe-more-information__links ul.hpe-more-information__list li:last-child.hpe-more-information__list-item {
    display: inline-flex;
    margin-bottom: 1em
}

#tax_disclaimer {
    display: none
}

form#addressForm {
    margin-bottom: 25px
}

label.hpe-label--inline.hpe-sku-overlaps {
    word-break: break-all;
    display: block;
    margin-bottom: .5rem
}

#savedItems>.container {
    padding-left: 10px;
    padding-right: 10px
}

p.hpe-empty.hpe-empty-saved-item {
    margin-left: 0 !important;
    margin-bottom: 1em;
    text-align: center !important
}

html body .hpe-product-description__features {
    position: relative;
    top: -10px
}

.hpe-product-description__features {
    margin: 0;
    padding: 0
}

html body .fe-quickspecs-container.fe-no-margin {
    margin: 0
}

html body .fe-quickspecs-container {
    background-color: transparent;
    min-width: 180px;
    margin-top: 24px
}

html body .fe-quickspecs-default {
    cursor: pointer;
    padding: 12px;
    position: relative
}

html body .fe-quickspecs-container svg.hpe-icon {
    position: relative;
    top: 2px;
    left: 5px
}

.hpe-product-description__features .hpe-icon {
    color: #024a92
}

.hpe-icon {
    position: relative;
    height: 1em;
    width: 1em;
    fill: transparent;
    stroke: currentColor;
    stroke-width: 2;
    vertical-align: baseline
}

.hpe-product-description__features .hpe-icon {
    color: #024a92
}

html body .fe-quickspecs-container.fe-active .fe-quickspecs-dropdown {
    visibility: visible;
    opacity: 1;
    width: 180px
}

html body .fe-quickspecs-dropdown {
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    right: 0;
    z-index: 1;
    transition: all .15s ease-in-out 0s;
    overflow: hidden
}

html body .fe-quickspecs-dropdown>div:first-child,
html body .fe-quickspecs-dropdown>div:hover {
    background-color: #f1f1f1
}

html body .fe-quickspecs-dropdown>div {
    cursor: pointer;
    padding: 12px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

form#command {
    text-align: right;
    position: relative
}

.hpe-block-overflow--dark .owl-carousel .owl-item,
.hpe-block-overflow--dark .owl-carousel .owl-stage {
    display: inherit
}

.pdp-quote-btn-top {
    position: absolute;
    right: 0
}

.hpe-headline.hpe-headline--strong.hpe-configuration-tab__name {
    word-break: break-word
}

.hpe-product-compare-card form#command {
    text-align: center;
    position: relative
}

.price_disclaimer_text.container.cart-page-disclaimer {
    top: -22px
}

.approvereject.padding-left-purchase-request {
    display: flex;
    margin-left: -.625rem
}

.hpe-cart-summary__subtitle.hpe-cart-summary__subtitle_style {
    margin-bottom: 10px
}

.hpe-input.hpe-input-content-style {
    margin-bottom: 40px
}

.hpe-input .hpe-promo-apply-button {
    text-align: center;
    font-size: 1.15rem !important;
    margin-top: -16px;
    cursor: pointer;
    padding: 4px 20px 7px 20px;
    line-height: 25px
}

.hpe-input .hpe-no-padding-right {
    padding-right: 0
}

.hpe-input .hpe-promo-container {
    top: 15px;
    padding-left: 7px
}

.hpe-input .hpe-apply-promo-button-disabled {
    border-color: #ccc;
    background-color: #ccc;
    pointer-events: none;
    height: 25px;
    text-align: center;
    cursor: pointer
}

.hpe-cart-summary__continue.hpe-cart-summary_continue_style_enable {
    margin-top: 10px
}

.hpe-cart-summary__continue.hpe-cart-summary_continue_style_disable {
    margin-top: 20px
}

form#command.emailcart {
    text-align: left !important;
    position: relative
}

#exitModal .hpe-modal__content {
    padding: 0;
    width: 100%;
    max-width: 650px
}

#exitModal .hpe-modal__close {
    color: #fff
}

#exitModal .image-container .hpe-headline.hpe-headline--strong {
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

#exitModal .center-image {
    position: relative;
    left: 30%;
    padding: 25px 0
}

#exitModal .text-container {
    padding: 85px 28px 28px 28px;
    padding-top: 24px
}

#exitModal #moxieChatPopUp.hpe-button {
    margin-right: 25px
}

#exitModal .text-container h2 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700 !important
}

#exitModal .image-container {
    max-width: 100%;
    height: auto;
    padding: 38px 28px 0 28px
}

.pdp-thumbnail-gallery .owl-item img {
    display: block;
    Width: auto !important
}

.pdp-thumbnail-gallery .owl-carousel-nav__item {
    display: inline-block;
    overflow: hidden
}

.pdp-thumbnail-gallery .owl-carousel-nav__thumb {
    display: inline-block;
    height: 64px
}

.pdp-thumbnail-gallery .owl-carousel-nav__nav.owl-carousel-nav__nav--next,
.pdp-thumbnail-gallery .owl-carousel-nav__nav.owl-carousel-nav__nav--previous {
    display: none
}

.owl-carousel .owl-item img,
.pdp-image-gallery .hpe-card-service__button {
    height: 250px !important
}

.pdp-thumbnail-gallery img.img-fluid {
    height: 64px
}

article.hpe-card.hpe-card--details.variant-item-cr {
    min-height: 32rem
}

.variant-item-cr div.hpe-card__body.hpe-card__body--details {
    min-height: 0;
    position: relative
}

.variant-item-cr h3.hpe-headline {
    height: 2em;
    -webkit-line-clamp: 2;
    font-size: 1.25rem
}

.variant-item-cr .hpe-card__body.hpe-card__body--details h3:not(.varient-code-head) {
    height: 4em;
    -webkit-line-clamp: 4
}

.variant-item-cr header {
    position: relative
}

.variant-item-cr .hpe-subtitle {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 55px;
    margin-bottom: 1em;
    position: relative
}

.variant-item-cr .hpe-subtitle>span {
    overflow: hidden;
    display: inline-block;
    max-height: 48px
}

.variant-item-cr .hpe-subtitle a {
    top: 55px;
    left: 0;
    position: absolute;
    text-align: center;
    text-decoration: underline;
    width: 100%
}

.variant-item-cr .hpe-list-details {
    min-height: 7em !important
}

.variant-item-cr .hpe-list-details ul {
    height: 1.5em;
    line-height: 1.5em;
    min-height: 1em;
    -webkit-line-clamp: 1;
    overflow: hidden !important;
    margin-bottom: 0
}

.variant-item-cr footer.hpe-card--details__link {
    min-height: 220px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.variant-item-cr .hpe-card__body p.hpe-card__price {
    left: 0;
    right: 0;
    min-height: auto;
    padding-top: 18px
}

.variant-item-cr .add_to_cart_form p {
    margin-bottom: 10px !important
}

.variant-item-cr .hpe-subtitle.hpe-subtitle-presentation {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: 20px;
    margin-bottom: 1em;
    position: relative
}

.variant-item-cr .hpe-subtitle.hpe-subtitle-presentation span {
    overflow: hidden;
    display: inline-block;
    max-height: 48px
}

.variant-item-cr .hpe-subtitle.hpe-subtitle-presentation button {
    text-align: center;
    text-decoration: underline;
    width: 100%;
    background: 0 0;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    outline: 0
}

.variant-item-cr .reseller-product-details {
    background-color: rgba(255, 255, 255, .95);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 1.25rem .625rem
}

.variant-item-cr .reseller-product-details .close-overlay {
    display: block;
    font-size: 32px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 60;
    cursor: pointer
}

.variant-item-cr .overlay-list {
    padding: 0;
    list-style: none
}

.variant-item-cr .overlay-list li {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-bottom: .5em
}

.variant-item-cr .overlay-list li span {
    font-weight: 700;
    padding-right: 8px
}

.variant-item-cr .missing-parts {
    color: #425563;
    font-style: italic;
    box-sizing: border-box;
    display: block;
    max-height: 80px;
    min-height: 80px;
    overflow: hidden;
    padding: .5em;
    cursor: pointer;
    z-index: 9
}

.variant-item-cr .missing-parts-popup-close {
    color: #000;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9999;
    cursor: pointer
}

.missing-parts-popup div {
    margin: 1em auto
}

.missing-parts-popup ul {
    margin: 1em auto
}

.missing-parts-popup ul li {
    text-align: left
}

.variant-item-cr .missing-parts-popup span.warn {
    color: red
}

.variant-item-cr .missing-parts-popup {
    background-color: rgba(255, 255, 255, .9);
    border-radius: .5em;
    box-sizing: border-box;
    color: #425563;
    display: block;
    font-weight: 400;
    height: 100%;
    left: 0;
    padding: 3em .5em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.variant-item-cr .missing-parts {
    color: #425563;
    display: block
}

.promo__text-wrap .hpe-brand-rule--minimal-gutter::after {
    margin: 1rem auto
}

.MoxieFlyoutBottom #MoxieFlyoutTab {
    display: none
}

.promo__text-wrap .hpe-icon {
    margin-left: 10px
}

.landing__promo-page .hpe-responsive-img {
    height: 100%
}

.landing__promo-page .banner-background-image {
    height: 100%;
    background-size: 100%;
    padding-top: 65%
}

.promo__text-wrap .hpe-anchor--primary {
    margin-right: 20px
}

.promo__text-wrap .hpe-anchor--primary a {
    color: #024a92;
    text-decoration: none
}

.landing__promo-page .hpe-brand-rule--minimal-gutter::after {
    margin: 1rem auto
}

.promo__text-wrap .hpe-icon {
    margin-left: 10px;
    padding: 0;
    font-size: 18px;
    margin-top: 4px
}

.promo__text-wrap .hpe-anchor--primary {
    margin-right: 20px
}

.landing__promo-page .hpe-brand-rule--minimal-gutter::after {
    margin: 1rem auto
}

@media only screen and (max-width:767px) {
    .landing__promo-page #text_main {
        order: 2
    }

    .landing__promo-page #image_main {
        order: 1
    }

    .landing__promo-page .hpe-headline--medium-small {
        font-size: 24px;
        margin: 0
    }

    .landing__promo-page .hpe-card__heading,
    .landing__promo-page h2 {
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap .hpe-headline--caps {
        font-size: 12px;
        line-height: 12px;
        color: #666;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap p {
        font-size: 14px;
        line-height: 20px;
        color: #333;
        margin: 0 0 10px;
        width: 100%;
        text-align: justify
    }

    .promo__text-wrap .hpe-anchor--primary {
        font-size: 16px;
        color: #024a92;
        line-height: 1.26
    }

    .promo_disclaimer_text p {
        font-size: 10px;
        line-height: 12px;
        color: #666;
        width: 100%;
        text-align: justify
    }
}

@media (min-width:768px) {
    .landing__promo-page .hpe-headline--medium-small {
        font-size: 36px;
        line-height: 42px;
        margin: 0
    }

    .landing__promo-page .hpe-card__heading,
    .landing__promo-page h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap .hpe-headline--caps {
        font-size: 13px;
        line-height: 19px;
        color: #666;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap p {
        font-size: 15px;
        line-height: 19px;
        color: #333;
        margin: 0 0 10px;
        width: 100%;
        text-align: justify
    }

    .promo__text-wrap .hpe-anchor--primary {
        font-size: 16px;
        color: #024a92;
        line-height: 1.26
    }

    .promo_disclaimer_text p {
        font-size: 12px;
        line-height: 15px;
        color: #666;
        width: 100%;
        text-align: justify
    }
}

@media (min-width:992px) {
    .landing__promo-page .hpe-headline--medium-small {
        font-size: 48px;
        line-height: 54px;
        margin: 0
    }

    .landing__promo-page .hpe-card__heading,
    .landing__promo-page h2 {
        font-size: 20px;
        line-height: 26px;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap .hpe-headline--caps {
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap p {
        font-size: 16px;
        line-height: 20px;
        color: #333;
        margin: 0 0 10px
    }

    .promo__text-wrap .hpe-anchor--primary {
        font-size: 16px;
        color: #024a92;
        line-height: 1.5
    }
}

@media (min-width:1440px) {
    .landing__promo-page .hpe-headline--medium-small {
        font-size: 52px;
        line-height: 54px;
        margin: 0
    }

    .landing__promo-page .hpe-card__heading,
    .landing__promo-page h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap .hpe-headline--caps {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin: 0
    }

    .landing__promo-page .promo__text-wrap p {
        font-size: 18px;
        line-height: 24px;
        color: #333;
        margin: 0 0 10px
    }

    .promo__text-wrap .hpe-anchor--primary {
        font-size: 19px;
        color: #024a92;
        line-height: 1.26
    }
}

.img-zoom-container img.previewImage {
    width: auto !important;
    display: inline-block
}

.preview_container,
.preview_image_container {
    position: relative
}

.preview_container {
    text-align: center
}

.preview_image_container {
    text-align: center;
    display: inline-block
}

.video_length {
    position: absolute;
    bottom: 4px;
    right: 1px;
    padding: 2px;
    background: #fff;
    color: #000;
    font-weight: 700
}

.video_3d {
    width: 100%;
    height: 70vh
}

#emailCartModal .hpe-modal__content,
#emailCartSuccessModal .hpe-modal__content {
    padding: 1.25rem
}

#emailCartSuccessModal .hpe-icon {
    margin-left: 10px
}

#emailCartModal .hpe-modal__close,
#emailCartSuccessModal .hpe-modal__close {
    position: absolute;
    top: .8rem;
    padding: 0
}

.emailcartModal {
    position: relative;
    outline: 0
}

.hpe-modal--size-small .hpe-modal__content.loggedIn {
    width: 26em
}

section.hpe-block-overflow.hpe-create-account__form.hpe-register-ui {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.hpe-register-ui label.hpe-radio-button.hpe-input--active {
    font-size: 1rem;
    line-height: 1.5;
    margin: -.1em 0 0;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.hpe-register-ui span.hpe-check-box__label {
    display: inline-block;
    vertical-align: top;
    color: #000;
    white-space: normal;
    word-break: break-word;
    width: 100%;
    text-align: justify
}

.hpe-register-ui .hpe-input.registerOptin.hpe-input--required {
    position: relative;
    margin-bottom: .5rem;
    z-index: 1
}

.hpe-register-ui label.hpe-radio-button {
    font-size: 1rem;
    line-height: 1.5;
    margin: -.2em 0 0;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.hpe-register-ui .hpe-input.getquoteOptin.hpe-input--required {
    position: relative;
    margin-bottom: .5rem;
    z-index: 1
}

.getquoteOptin .hpe-check-box__label,
.registerOptin .hpe-check-box__label {
    margin-right: 20px
}

.hpe-register-ui p.footnotes {
    width: 100%;
    text-align: justify
}

.recommended_products form#command {
    text-align: center;
    position: relative
}

.recommended_products .fe-quickspecs-container.fe-active .fe-quickspecs-dropdown {
    position: absolute;
    top: 5px;
    left: 83px
}

.recommended_products .owl-carousel .owl-item img {
    max-width: 100%;
    height: 100px !important;
    margin: auto !important;
    width: auto !important
}

.recommended_products .hpe-product-grid__product-name {
    height: 35px;
    min-height: 35px;
    max-height: 35px;
    overflow: hidden
}

.recommended_products .recommended_dropdown {
    position: relative;
    display: inline-block;
    float: unset;
    height: 45px
}

.recommended_products .base-model-price.hpe-product-list__price {
    margin: 0;
    min-height: 35px
}

.recommended_products .hpe-product-description__features {
    height: 45px
}

.recommended_products .hpe-product-grid__item {
    padding: 0 20px;
    margin: 5px 0
}

.deleteAssemblyFee {
    cursor: pointer;
    display: inline-block;
    z-index: 2;
    float: right
}

.quote_chat_link {
    position: absolute;
    right: 0;
    bottom: -35px
}

.recommended_dropdown .fe-quickspecs-link.fe-active {
    background-color: #f1f1f1
}

.assemblyfeeCheck .hpe-radio-button__label,
.hpe-radio-button__label {
    font-size: 16px;
    font-weight: 300;
    color: #333
}

.highlight-variant {
    border: 3px solid #ff8d6d
}

.hpe-product-sku {
    display: inline-block
}

.emailcartModal {
    color: #000
}

.emailcartModal:hover {
    color: #024a92
}

article.hpe-card.hpe-card--details.variant-item-cr {
    min-height: 32rem
}

.variant-carousel .fe-config h3,
.variant-carousel .fe-recommend h3 {
    font-size: 25px;
    font-weight: 600;
    width: 100%
}

.variant-carousel .fe-config,
.variant-carousel .fe-recommend {
    -ms-flex-pack: justify;
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 34.5rem;
    padding: 1.25rem 1.625rem;
    position: relative
}

.variant-carousel.hpe-block-overflow {
    background: #f6f6f6;
    padding-bottom: 1.5rem
}

.variant-carousel .fe-config a,
.variant-carousel .fe-recommend a {
    font-size: 18px;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid #024a92;
    padding: 12px 12px 12px 12px;
    text-decoration: none !important;
    font-weight: 600
}

.deleteFeeModal.hpe-modal {
    z-index: 999 !important
}

.serviceProducts,
.softwareProduct {
    margin: 20px 0
}

.assemblyfeeCheck>div:first-of-type {
    width: 100%
}

.owl-carousel .boyi-carousel img {
    height: 100% !important;
    max-width: 100% !important;
    width: auto !important
}

.contactusOptin,
getquoteOptin,
registerOptin {
    font-size: 15px
}

.contactusOptin input[type=radio],
.getquoteOptin input[type=radio],
.hpe-register-ui input[type=radio] {
    width: auto
}

.contactusOptin .hpe-radio-button:last-of-type .hpe-radio-button__label,
.getquoteOptin .hpe-radio-button:last-of-type .hpe-radio-button__label,
.registerOptin .hpe-radio-button:last-of-type .hpe-radio-button__label {
    margin: 0
}

.contactusOptin .hpe-check-box__label,
.getquoteOptin .hpe-check-box__label,
.registerOptin .hpe-check-box__label {
    vertical-align: super
}

.hpe-product-gallery .first_quote-btn {
    text-align: right;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 100%
}

.pdp-image-thumbnails {
    font-size: 13px;
    text-align: center;
    margin-left: -45px;
    font-weight: 300
}

.displaynone {
    display: none
}

.pdp-image-thumbnails .hpe-icon.hpe-icon--inline {
    color: #024a92;
    font-size: 10px
}

.pdp-image-thumbnails>a {
    cursor: pointer
}

.pdp-image-thumbnails .box {
    width: 18%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .7
}

.pdp-image-thumbnails .thumbnailOverlay {
    z-index: 9;
    margin-right: 8px;
    cursor: pointer
}

.pdp-image-thumbnails #imagesLeft {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.hpe-create-account__disclaimer .contactusOptin p,
.hpe-create-account__disclaimer .getquoteOptin p,
.hpe-create-account__disclaimer .registerOptin p {
    padding-top: 10px
}

.configure-quote,
.find-a-partner {
    text-align: right;
    position: relative;
    display: block;
    flex-direction: row-reverse;
    float: right;
    margin-bottom: 10px
}

.pdp-thumbnail-gallery .owl-carousel-nav__thumb {
    width: 90px;
    padding: 1.7px
}

.pdp-thumbnail-gallery .owl-carousel-nav__thumb-video {
    cursor: pointer
}

.checkout-item-name {
    color: #000;
    font-weight: 600;
    font-size: 1.2em
}

.checkout-item-qty,
.error-msg-label {
    font-size: 1.1em
}

.error-msg,
.error-msg-label {
    color: #ff8080
}

.discounted-price {
    color: #e42626
}

.Fe_leaseAmountPopup-wrapper {
    display: none
}

.Fe_leaseAmountPopup-wrapper .feBtnChat {
    cursor: pointer;
    display: inline;
    text-decoration: underline
}

.Fe_leaseAmount {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px
}

.recommended_products .Fe_leaseAmount {
    display: block;
    height: 20px
}

.page-cartPage .Fe_leaseAmount {
    position: relative;
    z-index: 2
}

.Fe_leaseAmountPopup-wrapper.show {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
    overflow: auto;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, .5)
}

html body .Fe_leaseAmountPopup {
    background-color: #fff;
    max-width: 500px;
    min-height: 250px;
    margin: auto;
    border: 2px solid #d7cdcd;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%
}

html body .Fe_leaseAmountPopup .Fe_popupClose {
    right: 10px;
    font-size: 24px;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-weight: 600
}

html body .Fe_leaseAmountPopup h3 {
    color: #000;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px
}

html body .Fe_leaseAmountPopup .Fe_line {
    width: 75px;
    height: 6px
}

html body .Fe_leaseAmountPopup .Fe_popupProcessText ul {
    padding-left: 13px;
    list-style-type: none;
    margin: 10px 0
}

html body .Fe_leaseAmountPopup .Fe_popupProcessText ul>li {
    font-size: 1.188rem;
    margin: 8px 0
}

html body .Fe_leaseAmountPopup .Fe_popupProcessText ul li::before {
    content: " ";
    background: #000;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    left: 15px;
    margin: 6px 0;
    transform: rotate(45deg)
}

html body .Fe_leaseAmountPopup .Fe_popupFooterText {
    border-top: 1px solid #d7cdcd;
    margin: 0 -15px
}

html body .Fe_leaseAmountPopup .Fe_popupFooterText .content,
html body .Fe_leaseAmountPopup .Fe_popupFooterText p {
    margin: 5px 15px 5px 15px;
    font-size: 12px
}

.fe-smb-missing-parts .Fe_leaseAmount {
    display: none !important
}

.page-multiStepCheckoutSummaryPage .Fe_leaseAmount {
    margin-right: 35px;
    margin-top: 10px
}

.page-productDetails .Fe_leaseAmount+.hpe-stock {
    display: block
}

.page-productDetails .hpe-card--details__link .Fe_leaseAmount {
    margin: auto
}

span.expand-icon-wrapper {
    position: absolute;
    display: inline-block;
    height: 24px
}

span.expand-icon {
    display: block;
    overflow: visible;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0
}

.expand-arrow-down,
span.expand-arrow-up {
    display: block;
    overflow: visible;
    position: relative;
    width: 36px;
    height: 36px;
    transition: transform 150ms 30ms ease-in-out
}

span.expand-arrow-down {
    top: -36px
}

.Fe_leaseAmount:hover span.expand-icon-wrapper .expand-arrow-down {
    transform: translate3d(-4px, 4px, 0)
}

.Fe_leaseAmount:hover span.expand-icon-wrapper .expand-arrow-up {
    transform: translate3d(4px, -4px, 0)
}

.expand-icon-wrapper .exi1 {
    fill: #19A882
}

.expand-icon-wrapper .exi0 {
    fill: #d7d2d2
}

.productModels .Fe_leaseAmount {
    margin-bottom: 1em;
    white-space: nowrap
}

.Fe_leaseAmount svg {
    width: 30px;
    height: 24px
}

.reviewPrice {
    padding: 0
}

.hpe-cart-summary__numbers .hpe-cart-summary__numbers-text {
    text-align: left;
    white-space: inherit
}

.hpe_place {
    padding: 1px 15px
}

.orderSummary {
    margin-top: 10px
}

.hpe_place .hpe_list_configPrice {
    max-width: 90%
}

.checkout-order-summary .bundleBG {
    padding: 0 0 20px
}

.qtyValue {
    font-weight: 400
}

.strikethrough {
    font-size: .9rem;
    text-decoration: line-through;
    font-weight: 500;
    color: #666
}

.discounted-price {
    margin: 2px 1px
}

.contactusOptin,
.getquoteOptin,
.registerOptin {
    font-size: 16px
}

.hpe-cart-total__subtotal-price h3 {
    line-height: 1rem;
    color: #000;
    font-size: 1.3125rem;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.lead-time {
    margin: .5rem 0
}

.col-auto img.hpe-cart-list__image--large {
    width: 10rem;
    max-width: 10rem
}

.subtotals .row {
    margin-bottom: .75rem
}

.hpe-cart-summary__numbers .hpe-cart-summary__promotion {
    text-align: left;
    margin-top: 1.5rem
}

.btn-disabled,
.btn-disabled:hover {
    color: #ccc
}

.delete_promo {
    color: #024a92;
    line-height: 1.8rem
}

.voucher {
    color: #888;
    line-height: 1.8rem
}

.carousel__component .owl-carousel .owl-item img {
    height: 6rem !important
}

.carousel__component .hpe-card--category .hpe-responsive-img {
    top: 3rem
}

.hpe-account__body .qtyValue {
    font-weight: 400
}

.page-productDetails .hpe-card--details__link .Fe_leaseAmount {
    margin: 5px 0
}

.Fe_leaseAmount.displaynone {
    display: none
}

.Fe_leaseAmount.displaylease {
    display: block
}

.owl-carousel .owl-item img {
    height: 280px !important
}

i.hpe-rightarrow {
    border: solid #024a92;
    border-width: 0 1.4px 1.4px 0;
    display: inline-block;
    padding: 5px;
    position: relative;
    transform: rotate(-45deg);
    transition: margin .2s ease-in;
    margin-left: .8rem;
    margin-top: 5px
}

i.hpe-rightarrow::after {
    content: '';
    border: solid #024a92;
    position: absolute;
    border-width: 0 1px 17px 0;
    transform: rotate(-45deg);
    top: -4px;
    right: 5px
}

.hpe-anchor--primary:hover .hpe-rightarrow {
    margin-left: 1rem
}

.hpe-no-wrap {
    flex-wrap: inherit
}

.hpe-card__price.base-model-price.margin0 {
    padding-top: 0
}

.order-number {
    margin-left: 29px
}

.order-total {
    margin-left: -2px;
    color: #948c8c;
    font-size: 1rem
}

.Fe_leaseAmount,
.hpe-product-list__options {
    width: 100%
}

.hpe-product-grid__item button.hpe-button.hpe-button--secondary.add-cart-btn {
    margin-top: 20px
}

.resellerrow {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    margin-left: .2rem
}

.reseller {
    color: #666;
    font-size: 1.125rem;
    font-weight: 400
}

.hpe-card--details__link .bundleErrorMessage {
    color: red;
    margin: 7px 0 0
}

.myaccount_orders {
    padding-left: 50px
}

.order-total.hpe-order-summary__pull-left.myaccount_orders {
    margin-top: 5px
}

.hpe-card--details__link {
    margin-top: 1rem
}

.Formatedv {
    margin-left: 5px
}

.pdp-thumbnail-gallery .hpe-modal.hpe-modal--active .hpe-modal__content {
    width: 800px;
    height: 500px
}

@media (max-width:767px) {
    .pdp-thumbnail-gallery .hpe-modal.hpe-modal--active .hpe-modal__content {
        width: 100%;
        height: auto
    }
}

.hpe-page-header,
.landing__promo-page section {
    padding: 4.5rem 0 0
}

.hpe-configuration .Fe_leaseAmount {
    width: auto;
    margin-right: 30px;
    white-space: break-spaces;
    font-size: 14px
}

.hpe-card--active:after {
    bottom: .5rem !important
}

@media only screen and (min-width:1200px) {
    .footer-container {
        width: 100%;
        height: auto;
        min-height: 370px
    }
}

@media only screen and (max-width:1200px) {
    .footer-container {
        width: 100%;
        height: auto;
        min-height: 20px
    }
}

@media (min-width:320px) {
    .col-6.col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    section.hpe-page-header.hpe-page-header--image.overflow-none {
        padding: 6rem 0 0
    }
}

@media (min-width:768px) {
    .col-6.col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    section.hpe-page-header.hpe-page-header--image.overflow-none {
        padding: 7rem 0 0
    }
}

.hpe-create-account__disclaimer {
    width: 100%;
    text-align: justify
}

section.hpe-block-overflow.quote-ui {
    width: 100%;
    text-align: justify
}

.hpe_privacy_banner_main_text {
    width: 100%;
    text-align: justify
}

.hpe-cart-po__notice {
    width: 100%;
    text-align: justify
}

.container.qs-ui {
    text-align: justify
}

.originalprice {
    font-size: .9rem;
    font-weight: 500;
    color: #999;
    position: relative;
    top: -3px
}

.originalprice {
    text-decoration: line-through
}

.fe-CanHavePopup {
    margin-left: 5px
}

.col-md-3.pr-4.hpe-cart-list__price-block {
    bottom: 10px
}

.item__quantity__total.hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
    bottom: .6rem;
    margin: 0
}

.sa-ui {
    bottom: 14px;
    margin-left: 10px
}

.hpe-input.cartEmailValidation {
    width: 100%;
    text-align: justify
}

#submitemail {
    margin-top: 10px;
    padding: 7px 20px 10px 20px;
    font-weight: 600;
    color: #fff
}

.hpe-breadcrumbs.hpe-centered-section {
    padding: .45rem 0 .5rem 5rem
}

.hpe-breadcrumbs--page-top.breadcrumb-top-padding {
    padding: 5.8rem 0 .35rem 5rem
}

.hpe-breadcrumbs {
    background-color: #efefef;
    line-height: 1.5em;
    margin-bottom: 25px
}

.hpe-breadcrumbs__item {
    color: #8a8a8a;
    font-family: Metric
}

.hpe-breadcrumbs__item:last-child {
    color: #545454;
    font-family: Metric
}

.footnote {
    margin: 30px 0
}

.hpe-check-box {
    font-size: 18px
}

.hpe-check-box__label {
    color: #000
}

.hpe-product-list__results {
    padding-right: 0
}

.hpe-product-list__sort {
    padding-left: 0
}

.hpe-show-more__button,
.toggleDes a {
    font-weight: 600
}

.fe_free-shipping-plp a {
    border-bottom: .1rem solid #024a92;
    text-decoration: none
}

.fe_free-shipping-plp span {
    font-size: 23px;
    text-transform: uppercase
}

.fe-additpaymethods .hpe-headline--black,
.fe-additpaymethods a {
    font-weight: 600
}

.hpe-carousel__action-button,
.hpe-carousel__card {
    background-color: rgba(0, 0, 0, 0)
}

.hpe-check-box__control {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 2px;
    border: solid 2px #024a92
}

.hpe-check-box__input:checked+.hpe-check-box__control {
    background-color: #024a92
}

.hpe-check-box__input:checked+.hpe-check-box__control:after {
    content: '\2713';
    line-height: .9;
    color: #fff;
    transition: all .2s;
    display: block;
    margin-left: 2px
}

#clearFacet,
#clearFacetModels,
#clearFacetServices,
.selected-filter {
    font-weight: 300;
    color: #000;
    font-size: 1.125rem
}

.clear-filter {
    border-bottom: .1rem solid #024a92;
    text-align: end;
    display: block;
    cursor: pointer;
    float: right
}

.hpe-button-cancel.clear-filter {
    display: block;
    float: right;
    width: auto
}

.hpe-form-checkout__note {
    width: 100%;
    text-align: justify
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .hpe-cta-section .hpe-responsive-img img {
        position: static;
        width: 100%;
        height: 100%;
        margin: auto
    }
}

.hpe-button--toggle {
    display: inline-flex
}

@media only screen and (max-width:767px) {
    .hpe-button--toggle {
        white-space: inherit
    }
}

@media only screen and (max-width:767px) {
    .col-auto img.hpe-cart-list__image--large {
        width: 3rem
    }
}

@media only screen and (min-width:768px) {
    .col-auto img.hpe-cart-list__image--large {
        width: 10rem
    }
}

@media only screen and (max-width:767px) {
    .update-profile {
        margin-top: 1.5rem
    }
}

.hpe-carousel__button {
    color: #e1e1e1;
    opacity: 60%
}

.hpe-carousel__button:hover {
    opacity: 100%
}

@media (max-width:767px) {
    .hpe-carousel__button {
        font-size: 1rem !important;
        display: block
    }
}

@media (min-width:768px) {
    .hpe-carousel__button {
        font-size: 1.875rem !important;
        margin-top: 12px
    }
}

@media (min-width:992px) {
    .hpe-carousel__button {
        font-size: 2.5rem !important;
        margin-top: -20px
    }
}

.hpe-carousel__content>.hpe-carousel__content {
    padding: 0
}

.hpe-product-grid__row:nth-child(odd) {
    -ms-flex-direction: row;
    flex-direction: row
}

.hpe-bg--dark-1,
.hpe-bg--dark-2,
.hpe-bg--dark-3,
.hpe-bg--dark-4,
section.hpe-product-grid__row.row .col-lg-9,
ul.yCmsContentSlot.hpe-product-grid__products.row {
    background-color: #f6f6f6
}

.hpe-bg {
    color: #000
}

.hpe-product-grid__row {
    border: none
}

.hpe-brand-rule--light:after {
    background-color: #024a92
}

.hpe-product-grid__section-title {
    margin-top: 4rem
}

.hpe-product-grid__about {
    padding: 1.25rem 1.25rem 1.25rem .65rem;
    background-image: none
}

.hpe-cta--dark2 {
    background-color: #0d5265
}

section .container .row div.yCmsComponent.hpe-cta-section__item.col-md-3:nth-child(2) {
    background-color: #7ff9e2;
    background-clip: content-box
}

section .container .row div.yCmsComponent.hpe-cta-section__item.col-md-3:first-child {
    background-color: #f6f6f6;
    background-clip: content-box
}

.Fe_leaseAmount {
    margin-bottom: 15px
}

li.yCmsComponent.hpe-product-grid__item.col-6.col-md-4 {
    border: 3px solid #f6f6f6;
    background-color: #fff
}

.category-fallback-height {
    margin-top: 10px
}

.yCmsComponent .hpe-button {
    margin-bottom: 15px
}

.hpe-product-grid__products {
    margin-top: 0;
    margin-bottom: 0
}

.hpe-cta--dark2.hpe-cta--tall-image a.hpe-anchor--dark,
.hpe-cta__content.hpe-cta__content--wide .hpe-anchor--reverse.hpe-cta__button {
    margin-top: 0
}

.hpe-headline {
    margin: 0
}

@media (min-width:768px) {
    .hpe-section-headline {
        font-size: 38px
    }
}

.hpe-section-headline {
    font-size: 38px
}

@media (min-width:768px) {
    .hpe-featured-product__name {
        font-size: 26px
    }
}

.hpe-featured-product__name {
    font-size: 26px
}

@media (min-width:768px) {
    .hpe-featured-product__price {
        font-size: 22px
    }
}

.hpe-product-list__options {
    font-size: 14px
}

.hpe-product-grid-2x2__item {
    padding: 30px;
    margin-bottom: .3rem;
    border-radius: 12px
}

.price_disclaimer {
    padding: 0 0 30px 0
}

.hpe-card__meta {
    margin: .5rem 0 .5rem
}

.hpe-card__meta .hpe-font-weight {
    font-weight: 600;
    font-size: 20px
}

.hpe-card__meta span {
    font-size: 18px
}

.hpe-product-grid-2x2__body {
    padding: 0 0 1.25rem 0
}

.hpe-headline+p {
    margin: 1rem 0
}

.iframeCon,
iframe#configure_cart {
    height: 825px;
    width: 100%;
    overflow: auto;
    max-height: 825px;
    display: block
}

.hpe-font-weight-discount {
    font-weight: 600;
    font-size: 15px;
    word-break: break-word
}

.last-tile {
    background-color: #f6f6f6 !important;
    padding: 0 !important
}

.tile1 {
    height: 50%;
    background-color: #fff
}

.col-lg-6.shipping,
.hpe-cart-summary__subtitle,
.hpe-input input,
.hpe-input textarea,
.hpe-small-title,
.toggleBtnClass,
select {
    font-weight: 300
}

.hpe-form-checkout .hpe-select {
    margin-bottom: 0
}

#countrySelector .hpe-input.hpe-input--active {
    margin-bottom: 1rem
}

.hpe-input__error-message {
    margin: .4rem 0 .5em
}

.checkout-shipping .hpe-block-overflow {
    padding-bottom: 0
}

.checkout-shipping-next {
    margin-left: 22px
}

.btnAddressEdit {
    font-weight: 600
}

.hpe-form-checkout__shipping,
.hpe-form-checkout__shipping .col-md-12.col-md-offset-12 {
    padding-left: 0
}

.recommended_products .owl-carousel .owl-nav button.owl-next,
.recommended_products .owl-carousel .owl-nav button.owl-prev {
    margin: -.5em 30px 0
}

.hpe-cart-summary.js-cart-totals button.hpe-anchor.hpe-anchor--primary.emailcartModal {
    margin-bottom: 0
}

.hpe-cart-summary__continue.hpe-cart-summary_continue_style_enable {
    margin-bottom: 20px;
    padding: 7px 25px 10px 25px;
    font-weight: 600;
    font-size: 1.2rem !important
}

.hpe-cart-summary__numbers {
    margin: 1.5rem 0 1.5rem
}

.hpe-cart-summary .hpe-divider {
    margin: 1.25rem auto
}

#getQuoteForm .hpe-create-account__disclaimer,
#getQuoteForm .hpe-create-account__disclaimer p {
    margin-bottom: 0
}

#getQuoteForm .hpe-create-account__disclaimer {
    margin-top: 1rem
}

#getQuoteForm .quote-ui {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.hpe-cart-po__notice {
    padding-top: 20px
}

#getQuoteForm .col-md-4 .hpe-input:last-child {
    margin-bottom: 0
}

.register-submit-btn {
    margin-bottom: 40px
}

.page-quoteSummaryPage .col .col-sm-6 {
    padding-left: 0
}

.hpe-sidebar-card__list {
    font-weight: 600
}

.hpe-account__sidebar .hpe-sidebar-card {
    border-top: none;
    outline: 4px solid #f1f1f1
}

.page-address-book .price_disclaimer,
.page-close-account .price_disclaimer {
    display: none
}

.hpe-icon-heading__icon {
    background-color: #fff;
    color: #000
}

@media only screen and (min-width:320px) {
    .hpe-carousel__content {
        padding: 0 30px
    }
}

@media only screen and (min-width:768px) {
    .hpe-carousel__content {
        padding: 0 50px
    }
}

@media only screen and (min-width:1024px) {
    .hpe-carousel__content {
        padding: 0 80px
    }
}

@media only screen and (max-width:767px) {
    .hpe-headline {
        margin: .325rem 0 1rem;
        line-height: 1
    }
}

@media only screen and (min-width:1024px) {
    .hpe-block-overflow {
        padding-right: 70px;
        padding-left: 70px
    }
}

.hpe-cta__description {
    width: 100%
}

.hpe-carousel__description {
    width: 100%;
    text-align: justify
}

@media only screen and (min-width:768px) {
    .hpe-product-grid-2x2__item {
        padding: 30px
    }
}

@media only screen and (min-width:320px) {
    .hpe-page-back {
        padding-right: 20px;
        padding-left: 20px
    }

    .hpe-page-header__content {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .hpe-page-back {
        padding-right: 40px;
        padding-left: 40px
    }

    .hpe-page-header__content {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1024px) {
    .hpe-page-back {
        padding-right: 70px;
        padding-left: 70px
    }

    .hpe-page-header__content {
        padding-right: 70px;
        padding-left: 70px
    }
}

@media only screen and (min-width:320px) {
    .hpe-product-grid__item:last-of-type {
        display: block
    }
}

@media only screen and (min-width:320px) {
    .price_disclaimer {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .price_disclaimer {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1024px) {
    .price_disclaimer {
        padding-right: 70px;
        padding-left: 70px
    }
}

@media only screen and (min-width:320px) {
    .hpe-product-gallery {
        padding-right: 20px;
        padding-left: 20px
    }

    .owl-carousel .owl-item img {
        height: 210px !important
    }
}

@media only screen and (min-width:768px) {
    .hpe-product-gallery {
        padding-right: 40px;
        padding-left: 40px
    }

    .owl-carousel .owl-item img {
        height: 190px !important
    }
}

@media only screen and (min-width:1024px) {
    .hpe-product-gallery {
        padding-right: 40px;
        padding-left: 40px
    }

    .owl-carousel .owl-item img {
        height: 270px !important
    }
}

@media only screen and (min-width:768px) {
    .owl-carousel-nav__thumbnail-gallery-inner {
        display: flex;
        flex-wrap: wrap
    }
}

.page-productDetails .hpe-card--details__link .Fe_leaseAmount {
    padding-right: 25px
}

@media only screen and (min-width:320px) {
    .hpe-breadcrumbs.hpe-centered-section {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media only screen and (min-width:768px) {
    .hpe-breadcrumbs.hpe-centered-section {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (min-width:1024px) {
    .hpe-breadcrumbs.hpe-centered-section {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media only screen and (min-width:1200px) {
    .hpe-breadcrumbs.hpe-centered-section {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media only screen and (min-width:320px) {
    .hpe-details-carousel .owl-nav {
        display: block !important
    }
}

@media only screen and (max-width:767px) {

    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        color: #333;
        margin: -.5em -.5625em 0
    }
}

@media only screen and (max-width:767px) {
    .hpe-signin__subheader {
        width: 100%
    }

    .hpe-signin__description {
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .hpe-signin__subheader {
        width: 100%
    }

    .hpe-signin__description {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .hpe-product-list__header {
        padding-left: 20px;
        display: block
    }
}

@media only screen and (max-width:991px) {
    header.hpe-product-list__header {
        padding-left: 10px
    }
}

@media only screen and (min-width:320px) {
    .hpe-account__header-action {
        text-align: left
    }
}

@media only screen and (min-width:320px) {
    .hpe-account__extra {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .myaccount_orders {
        box-sizing: content-box
    }
}

@media only screen and (max-width:767px) {
    .hpe-label--inline {
        width: max-content;
        font-weight: 600
    }

    .hpe-disclosure__button.hpe-account__number {
        width: max-content
    }

    .order-number {
        margin-bottom: 10px
    }

    .myaccount_orders.order-place {
        padding-left: 100px
    }

    .myaccount_orders.total {
        padding-left: 30px;
        padding-right: 20px
    }
}

.fe_tab {
    display: flex
}

.fe_tab li {
    list-style: none;
    cursor: pointer;
    padding: 20px 14px 0 13px;
    text-transform: none;
    font-size: 18px;
    color: #000;
    font-weight: 600
}

li.fe_active {
    color: #000;
    border-bottom: 3px solid #0fae89;
    display: inline-block;
    padding: 0;
    margin: 20px 18px 0 13px;
    padding-bottom: 6px
}

.fe_additional_method {
    padding-left: 13px
}

.fe_purchase {
    font-size: 29px;
    text-transform: none;
    margin-bottom: 15px;
    color: #666;
    font-weight: 100
}

.fe_additional_method .fe_option-text {
    margin: 2em 0
}

.fe_additional_method .fe_hpe-button {
    min-width: 15rem;
    float: right
}

.fe-add-payment-text.fe-option {
    display: block
}

.fe_additional_method input {
    border-color: #666
}

.fe_additional_method input {
    background: 0 0;
    border: 1px solid #cecece;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    font-size: 14px;
    width: 290px;
    border: none;
    outline: 0;
    display: block;
    text-transform: none
}

.fe_additional_method input {
    margin-bottom: 20px;
    padding: 0;
    height: 36px;
    border-bottom: 1px solid #00b388;
    z-index: 9;
    position: relative;
    border-color: #666
}

.fe-add-payment-text.fe-option label {
    position: relative;
    display: block
}

.fe-selected-option-container {
    position: relative;
    margin-bottom: 40px
}

.fe_additional_method .fe-selected-option {
    max-width: 50%
}

.fe-step3-lease-est {
    margin-bottom: 1.5em
}

.page-multiStepCheckoutSummaryPage .Fe_leaseAmount {
    margin-right: 35px;
    margin-top: 10px
}

.fe_additional_method input.fe_focus,
.fe_additional_method input:focus {
    border-color: #00b388
}

.fe-add-payment-text.fe-option input:focus~span,
.fe_focus+span {
    transform: scale(1) !important;
    color: #ccc !important;
    bottom: 30px !important;
    font-size: 12px !important
}

.fe-add-payment-text.fe-option label span {
    position: absolute;
    bottom: 27px;
    width: 192px;
    display: inline-block;
    z-index: 0
}

.fe-add-payment-text.fe-option label span {
    bottom: 10px;
    color: #000;
    font-size: 16px
}

.fe_additional_method span.fe_error-message {
    position: absolute;
    bottom: -20px;
    font-size: 16px;
    color: #ca2b4e
}

.fe_tab_show .fe_additional_method {
    display: none
}

.fe_tab_hide #payment_checkout {
    display: none
}

.fe_tab_show #payment_checkout {
    display: block !important
}

.fe-add-payment-text {
    display: none
}

.checkout-paymentmethod .Fe_leaseAmount span {
    display: inherit
}

.fe_error-message-custom {
    background: #ca2b4e;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    margin-top: 10px;
    border: 1px solid #ccc
}

.hpe-cart-summary__numbers-text-custom {
    color: #000;
    font-weight: 600;
    display: inline
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .hpe-cta-section .hpe-responsive-img img {
        position: static;
        width: 100%;
        height: 100%;
        margin: auto
    }
}

@media only screen and (min-width:320px) {
    .hpe-create-account__form {
        margin-right: 20px;
        margin-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .hpe-create-account__form {
        margin-right: 40px;
        margin-left: 40px
    }
}

@media only screen and (min-width:1024px) {
    .hpe-create-account__form {
        margin-right: 70px;
        margin-left: 70px
    }
}

.occLinkstart {
    font-weight: 600;
    opacity: 1;
    border: 0 !important;
    padding: 7px 0 10px 20px
}

.hpe-check-box {
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .hpe-product-list__results {
        padding-left: 0
    }
}

header.hpe-product-list__header.pdp-pagination-responsive {
    padding: 0
}

.hpe-product-list__footer.hpe-input--active.pdp-pagination-responsive {
    padding: 0
}

@media only screen and (max-width:767px) {
    .hpe-product-list__footer.hpe-input--active {
        display: block
    }
}

.newdeletegrp {
    top: -14px !important;
    right: -6px !important
}

.accountActions {
    margin-bottom: 10px
}

button.btn.btn-primary.pull-right.js-close-account-popup-button.hpe-button.hpe-button--primary.hpe-card__button {
    margin-bottom: 10px
}

.fe-promotionContainer {
    position: relative
}

@media only screen and (min-width:768px) {
    .owl-carousel.owl-carousel--default.owl-carousel--light.hpe-details-carousel.owl-loaded.owl-drag.variant-items {
        padding: 0 !important
    }
}

.recommended_products .owl-carousel .owl-nav button.owl-next,
.recommended_products .owl-carousel .owl-nav button.owl-prev {
    margin: 0
}

@media only screen and (min-width:768px) {
    .deleteAssemblyFee {
        left: 20px;
        bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .hpe-icon.deleteAssemblyFee {
        position: absolute
    }
}

.quote-leasing {
    font-weight: 600
}

.hpe-number-input__delete {
    margin-left: 3px;
    padding: 0;
    margin-top: 0
}

button.hpe-button.hpe-button--noborder.hpe-number-input__delete.item__remove.newdeletegrp.pd-tr39 .hpe-icon {
    margin-right: 15px
}

@media only screen and (min-width:1200px) {
    .hpe-page-header__content {
        padding-right: 0;
        padding-left: 0
    }

    .hpe-page-back {
        padding-right: 0;
        padding-left: 25px !important
    }
}

.hpe-headline--strong {
    margin: 0
}

@media only screen and (min-width:1200px) {
    .hpe-block-overflow {
        padding-right: 0;
        padding-left: 0
    }

    .hpe-create-account__form {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:575px) {
    .searchByHardwareContainer>div:nth-child(2)>div:nth-child(2) {
        margin-top: 40px;
        padding-left: 0
    }
}

@media only screen and (max-width:767px) {
    .hpe-product-specification-alignment {
        padding-left: 0
    }
}

@media only screen and (max-width:480px) {
    .options-btn-position {
        margin-bottom: 10px
    }
}

.hpe-headline-border--colored {
    border: 1px solid #024a92;
    padding: .5em
}

.hpe-card__heading--spacing {
    margin: 1em
}

.hpe-card__heading--inline {
    display: inline
}

.page-featureSnippetpage .row-product .hpe-product-grid-2x2__item {
    border: 1px solid #024a92;
    margin: 1em
}
.page-featureSnippetpage .row-product .hpe-product-grid-2x2__item .orange {
    border: 1px solid #ef7d00;
    margin: 1em
}

@media only screen and (min-device-width :481px) and (max-device-width :767px) {
    button.hpe-button.hpe-button--secondary.options-btn-position.PDPbuttonAlignment {
        width: auto
    }
}

.hpe-list-table-row.plp {
    background: #fff
}

.hpe-list-table-row.plp {
    background: #fff
}

.hpe-list-table-row {
    background: #fff;
    width: 96.5%
}

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

    .getAccAlert.alert,
    .rm-margin.m-b-0 {
        padding-left: 30px
    }
}

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

    .getAccAlert.alert,
    .rm-margin.m-b-0 {
        padding-left: 50px
    }
}

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

    .getAccAlert.alert,
    .rm-margin.m-b-0 {
        padding-left: 80px
    }
}

.Fe_leaseAmountPopup .Fe_popupProcessText {
    text-align: justify
}

.Fe_leaseAmountPopup .Fe_popupFooterText {
    text-align: justify
}

@media only screen and (min-width:768px) {
    .hpe-col-no-break.hpe-cart-po__item {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .hpe-col-no-break.hpe-cart-po__item {
        flex-wrap: nowrap;
        word-break: break-word
    }
}

@media only screen and (min-width:1200px) {
    .quote-summary-responsive {
        padding-left: 0
    }
}

.hpe-config-list__title {
    text-align: left
}

.hpe-config-list__value {
    text-align: justify
}

.carousel__component--carousel.owl-carousel.owl-carousel--default {
    display: flex !important
}

.hpe-filter.hpe-disclosure__section.js-facet-values.js-facet-form {
    padding-bottom: 0 !important;
    padding-left: 1.5rem !important
}

.hpe-more-information__columns .hpe-more-information__content {
    text-align: justify
}

#filterOrders {
    max-width: fit-content
}

#cancelChannelCentral {
    padding-right: 30px
}

.hpe-headline.hpe-headline--strong.hpe-configuration-tab__name {
    word-break: inherit
}

.owl-carousel--light .owl-nav button.owl-next,
.owl-carousel--light .owl-nav button.owl-prev {
    color: #666 !important
}

@media only screen and (max-width:870px) {
    .hpe-create-account__disclaimer .hpe-check-box {
        margin-top: 5px
    }
}

@media only screen and (max-width:658px) {
    .hpe-create-account__disclaimer .hpe-check-box {
        margin-left: -5px
    }
}

@media only screen and (max-width:767px) {
    #cboxContent {
        padding: 0
    }
}

.hpe-headline.hpe-headline--strong {
    margin: .325rem 0 0
}

@media only screen and (max-width:767px) {
    .myaccount_orders.total {
        margin-left: 10px
    }
}

.hpe-account .hpe-disclosure__button,
.hpe-account:last-of-type {
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .col-auto img.hpe-cart-list__image--large {
        width: 5rem
    }
}

button.owl-prev.disabled {
    display: none !important
}

button.owl-next.disabled {
    display: none !important
}

.saved-item-responsive {
    padding-top: 0;
    padding-bottom: 0
}

.product-classifications .col-md-12 {
    padding-left: 0;
    padding-right: 0
}

.product-classifications .hpe-headline.hpe-headline--strong {
    margin: 10px 0
}

@media only screen and (min-width:1200px) {
    .quote-form.hpe-register-ui {
        padding-top: 0;
        padding-bottom: 0
    }

    .solution-info {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .hpe-carousel__indicator {
        margin-bottom: .875rem
    }
}

.hpe-config-option__quantity {
    margin-left: 0
}

.account-section.hpe-disclosure__button.active .hpe-icon.active,
.hpe-disclosure__button--active .hpe-icon,
.hpe-disclosure__button--active:hover .hpe-icon {
    transform: rotate(90deg)
}

.saved-item-responsive .carousel__component--headline {
    margin: 0
}

@media only screen and (max-width:767px) {
    #cboxContent {
        padding: 0 !important;
        margin: 20px
    }
}

.hpe-toggle-facet-section.hpe-disclosure__button--active .hpe-icon {
    transform: none
}

.hpe-account__header.row .hpe-my-order-font-size.hpe-button.hpe-button--noborder.hpe-account__number {
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .hpe-account__extra.total {
        text-align: center
    }
}

@media only screen and (min-width:805px) {
    .fe_decision {
        margin-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .fe_fields {
        margin-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .hpe-modal__content.frgtpswd .hpe-headline.hpe-headline--black.hpe-headline--caps.hpe-signin__title.hpe-brand-rule {
        line-height: .9
    }

    #cboxClose .hpe-icon {
        bottom: 15px
    }
}

.hpe-modal__content.frgtpswd {
    padding-top: 1rem !important
}

.hpe-modal__content.frgtpswd .hpe-signin__title {
    font-size: 2.625rem !important
}

@media only screen and (max-width:767px) {
    .compare-img-container {
        margin-top: 20px
    }
}

@media only screen and (max-width:1024px) {
    .shoppable-icons .popupcontent h3 {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width:525px) {
    .shoppable-icons .popupcontent {
        width: auto
    }
}

/* .card {
    height: 398px;
    position: relative;
    box-shadow: none;
    background-size: cover;
    background-position: center;
    border-top: 4px solid #024a92
}

.card:hover {
    transform: translateY(0)
}

.card:hover:before {
    opacity: 1
}

.card:hover .info {
    opacity: 1;
    transform: translateY(0)
}

.card .info {
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(30px)
}
 */
.Find-your-solution-info {
    overflow: auto;
    height: 260px;
    padding-bottom: 60px
}

.card .info li {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
    text-align: center
}

.black-overlay {
    height: 398px;
    padding: 1px 0 349px;
    background-image: linear-gradient(to bottom, var(--black), rgba(0, 0, 0, .1) 23%, rgba(0, 0, 0, .1))
}

.card:hover .black-overlay {
    height: 394px;
    opacity: .75;
    background-color: #000
}

.hpe-solution__item a {
    color: #fff !important;
    font-weight: 600
}

.underline-on-hover:hover {
    text-decoration: underline
}

ul.yCmsContentSlot.hpe-clearlist.hpe-solution__list {
    margin-right: -10px
}

.hpe-solution__wrapper h3.hpe-headline.hpe-headline--strong.hpe-solution__title {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    text-transform: capitalize;
    font-weight: 800
}

.hpe-solution .hpe-headline.hpe-headline--caps.hpe-headline--black.hpe-section-headline {
    text-align: center
}

.find-your-solution-component {
    text-align: center;
    word-break: break-word;
    margin: 0 0 5px 10px
}

.info.find-your-solution-component {
    margin: 20px 0
}

.info.find-your-solution-component img {
    width: 8rem
}

.hpe-solution__wrapper ::-webkit-scrollbar {
    width: 10px
}

.discountdesc {
    font-size: 18px;
    font-weight: 700;
    color: #fd0505;
    position: relative;
    top: -3px
}

.occpunchoutform {
    text-align: end;
    margin-top: 10px
}

.occLinkstartcar {
    border: 4px solid #024a92;
    font-weight: 400 !important;
    opacity: 1.5 !important;
    font-size: 18px !important;
    font-weight: 600 !important
}

@media only screen and (max-width:1024px) {
    .hpe-block-overflow.hpe-text--center {
        width: auto !important
    }
}

@media only screen and (max-width:475px) {
    .guidedselling-caoursel-container .answer-item {
        width: auto
    }
}

.guided-selling .fe_hpe-button {
    margin-top: 50px
}

.guided-selling {
    height: 700px
}

.hpe-content-gallery__item .hpe-responsive-img img {
    margin-top: 0
}

@media only screen and (min-width:1200px) {
    .hpe-block-overflow.hpe-text--center {
        padding: 3rem 70px
    }
}

.hpe-modal__content .hpe-config-option__group .hpe-number-input {
    height: 1.5rem
}

.hpe-modal__content .offset-sm-2.hpe-config-option__quantity {
    display: flex
}

.hpe-modal__content .hpe-configuration-carousel.hpe-block-overflow {
    padding: 0
}

.hpe-product-compare__wrapper {
    overflow: visible
}

@media only screen and (max-width:1023px) {
    #colorbox {
        top: 15px !important
    }

    .hpe-modal__content.frgtpswd .hpe-signin__title {
        font-size: 1.4rem !important
    }
}

@media only screen and (min-width:1200px) {
    .account-section .hpe-account {
        margin-bottom: .625rem
    }
}

@media only screen and (min-width:1024px) {
    .hpe-homepage-horizontal-line {
        margin: 10px 70px
    }
}

@media only screen and (max-width:1023px) {
    .hpe-homepage-horizontal-line {
        margin: 10px 40px
    }
}

@media only screen and (max-width:767px) {
    .hpe-homepage-horizontal-line {
        margin: 10px 20px
    }
}

.hpe-anchor.hpe-anchor--primary.hpe-anchor--dark.hpe-anchor--reverse.hpe-product-grid__link {
    color: #024a92
}

.hpe-product-grid__link .hpe-icon {
    color: #024a92
}

.hpe-block-overflow.landing__promo-page.guided-selling.hpe-text--center.container-fluid {
    background-size: 100%;
    background-position-y: 85px;
    background-repeat: no-repeat
}

@media (min-width:426px) and (max-width:768px) {
    .guided-selling {
        height: 588px
    }
}

@media (max-width:426px) {
    .guided-selling {
        height: 365px
    }
}

@media (max-width:376px) {
    .guided-selling {
        height: 295px
    }

    .hpe-page-header,
    .landing__promo-page section {
        padding: 5.5rem 0 0
    }
}

@media (max-width:425px) {

    .hpe-page-header,
    .landing__promo-page section {
        padding: 4.1rem 0 0
    }
}

.hpe-pagination__link.page-previous-my-order-button {
    color: #333 !important
}

.hpe-pagination__link.page-next-my-order-button {
    color: #333 !important
}

.hpe-pagination__link.page-previous-quoterequest-button {
    color: #333 !important
}

.hpe-pagination__link.page-next-quoterequest-button {
    color: #333 !important
}

.hpe-pagination__link.page-previous-quote-button {
    color: #333 !important
}

.hpe-pagination__link.page-next-quote-button {
    color: #333 !important
}

.address.hpe-clearlist {
    word-break: break-word
}

.hpe-configuration--open .hpe-headline--caps.hpe-headline--black.hpe-headline--small {
    margin-bottom: 20px;
    font-size: 28px;
    margin-left: 21px;
    margin-top: 10px
}

.col-4.hpe-product-specification-alignment {
    padding-left: 10px;
    text-align: initial
}

h2.hpe-headline.hpe-headline--black.hpe-cta__title {
    margin-bottom: 20px
}

.hpe-cta__content.hpe-cta__content--wide span {
    margin-bottom: 20px
}

#savedItems .hpe-headline.hpe-headline--black.hpe-headline--caps.hpe-section-headline {
    margin-bottom: 16px
}

.hpe-breadcrumbs.hpe-centered-section {
    max-width: 1800px
}

.hpe-product-gallery .find-a-partner {
    display: flex !important
}

.breadcrumbs-background {
    background-color: #efefef
}

@media only screen and (min-device-width :992px) and (max-device-width :1199px) {
    .hpe-button-cancel.clear-filter {
        float: inherit
    }
}

@media only screen and (max-width:767px) {
    .hpe-page-header__content {
        margin-top: 1.5rem
    }
}

@media only screen and (max-width:991px) {
    .disp-img.hpe-carousel__image.marquee.hpe-carousel__image--active .Fe_leaseAmount {
        margin-bottom: 10px
    }

    .hpe-font-weight.hpe-featured-product__price.hpe-text--center {
        line-height: 1 !important
    }

    .shoppable-icons .popupcontent p:nth-of-type(2) {
        margin-bottom: 0
    }

    .shoppable-icons .popupcontent h3 {
        margin-bottom: 5px
    }
}

.hpe-configuration-section__preview img {
    object-position: center
}

.hpe-product-gallery .Fe_leaseAmount {
    width: auto
}

.comparetooltiprec {
    position: relative;
    padding-left: 5px;
    padding-top: 3px
}

.comparetooltiprec.tooltiprec .tooltiptextrec {
    visibility: hidden;
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 30%;
    margin-left: -80px;
    background: #fff;
    border-top: 5px solid #024a92 !important;
    padding: 10px 10px !important;
    font-size: 14px;
    color: #000;
    white-space: normal !important;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%)
}

.comparetooltiprec .tooltiptextrec {
    width: 150px !important;
    bottom: 120% !important;
    margin-left: -65px !important
}

.tooltiprec .tooltiptextrec {
    visibility: hidden;
    width: 235px !important;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    left: 200%;
    margin-left: -60px;
    background: #fff;
    border-top: 5px solid #024a92 !important;
    padding: 10px 15px !important;
    font-size: 12px !important;
    color: #000;
    white-space: normal !important;
    word-break: break-word;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%);
    font-weight: 300 !important
}

.tooltiprec .tooltiptextrec::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 10px;
    border-style: solid;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-color: #ccc transparent transparent transparent;
    border-top: 14px solid #fff;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, .2);
    border: 1em solid #000;
    border-color: transparent transparent #fff #fff !important;
    transform-origin: 0 0;
    transform: rotate(-45deg)
}

.hpe-list-table-item {
    padding-bottom: 5px
}

div.hpe-list-table-item>div:nth-of-type(odd) {
    background: #f6f6f6;
    padding-bottom: 5px
}

p.hpe-headline--strong.hpe-product-specification-alignment:nth-of-type(odd) {
    background: #f6f6f6;
    padding-top: 5px
}

p.hpe-headline--strong.hpe-product-specification-alignment:nth-of-type(2n) {
    background: #fff
}

.hpe-product-specification-alignment p {
    margin: 0 0 !important
}

.hpe-product-specification-alignment.hpe-headline+p {
    margin: 0 0
}

div.hpe-list-table-item>p.product-headline:nth-of-type(2n) {
    margin-bottom: -6px
}

div.hpe-list-table-item>div.product-entry:nth-of-type(2n) {
    margin-top: 0 !important;
    background: #fff
}

.hpe-headline--strong.hpe-product-specification-alignment.product-headline {
    margin-bottom: auto;
    margin-top: 5px
}

.hpe-headline--strong.hpe-product-specification-alignment.product-entry:nth-of-type(2n) {
    margin-top: 0
}

div.hpe-list-table-item {
    padding-bottom: 5px;
    background: #f5f5f5;
    padding-top: 3px
}

div.hpe-cta--wide--fullbleed .hpe-cta__image {
    background-position: center;
    background-size: contain
}

.hpe-responsive-img img {
    object-fit: contain;
    object-position: center
}

@media only screen and (max-width:618px) {
    .pdp-image-thumbnails .box {
        position: relative
    }
}

.create-account-container {
    padding: 30px;
    border: solid #f6f6f6 4px
}

.iframe {
    position: fixed;
    width: 95%;
    height: 87%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    z-index: 101
}

@media only screen and (max-device-width :991px) {
    .hpe-create-account__value {
        margin: 0 !important
    }

    .hpe-signin__title {
        font-size: 2.125rem !important
    }
}

@media only screen and (max-device-width :767px) {
    .hpe-signin__section.height-auto {
        margin: 5.25rem 0 0 0 !important
    }
}

.hpe-account__sidebar .hpe-headline.hpe-headline--black.hpe-headline--small {
    text-transform: uppercase
}

.hpe-icon-heading__icon.bookmark {
    margin-right: 0
}

select#storageDropdown {
    border-bottom-color: #024a92
}

select#mgmtSoftwareOption {
    border-bottom-color: #024a92
}

select#mediaOptions {
    border-bottom-color: #024a92
}

select#memoryOptions {
    border-bottom-color: #024a92
}

select#osOptions {
    border-bottom-color: #024a92
}

select#powerSupplyOptions {
    border-bottom-color: #024a92
}

select#bundleIndex {
    border-bottom-color: #024a92
}

select#partNumber {
    border-bottom-color: #024a92
}

select#supportOptions {
    border-bottom-color: #024a92
}

select#softwareDropdownOptions {
    border-bottom-color: #024a92
}

select#transceiversOptions {
    border-bottom-color: #024a92
}

.child-facet-item {
    display: inline-flex;
    margin-bottom: 10px
}

span.facet__list__label {
    font-size: 16px;
    font-weight: 300
}

@media only screen and (max-width :767px) {
    .emailcartModal {
        padding-right: 5.625rem
    }
}

@media only screen and (min-width :768px) {
    .emailcartModal {
        padding-right: 3.625rem
    }
}

@media only screen and (max-width:767px) {
    .hpe-carousel .rotatingcomponent {
        min-height: 25rem
    }
}

.hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
    bottom: 10px
}

.email-cart {
    text-align: center
}

button.hpe-anchor.hpe-anchor--primary.emailcartModal {
    width: auto;
    padding: 0
}

.emailcartModal .hpe-icon.hpe-icon--inline {
    margin: 0 5px
}

.sa-ui .hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
    bottom: 0;
    margin-right: -3px
}

h3.hpe-card__heading.hpe-headline.hpe-headline--strong.varient-code-head {
    word-break: break-word;
    margin-bottom: 1rem
}

@media only screen and (max-width:525px) {
    .hpe-radio-button.shoppable-icons.hidden {
        margin: 0;
        font-size: .5rem
    }

    .hpe-carousel.row.rotatingcomponent {
        min-height: 17rem
    }

    section.disp-img.hpe-carousel__image.hpe-carousel__image--active {
        background-position: 100%
    }

    .hpe-headline--medium.hpe-carousel__title.hpe-page-headline {
        font-size: 1.25rem;
        font-weight: 700
    }
}

@media only screen and (max-width:768px) {
    .hpe-carousel.row.rotatingcomponent {
        min-height: 24rem
    }
}

@media only screen and (min-width:992px) {
    .hpe-carousel.row.rotatingcomponent {
        min-height: 32rem
    }
}

@media only screen and (min-width:1200px) {
    .hpe-carousel.row.rotatingcomponent {
        min-height: 42rem
    }
}

@media only screen and (max-width:767px) {
    .product__list.noCompare .hpe-product-list__button {
        padding-right: 50px
    }
}

@media only screen and (max-width:767px) {
    ul.clearfix.tabs-list.tabamount6 {
        margin-left: .625rem
    }
}

@media only screen and (max-width:342px) {
    button#clearFacetModels {
        float: left;
        margin: 5px 0
    }
}

@media only screen and (max-width:375px) {
    .newRowPdpCb {
        margin-top: 10px
    }
}

h3.productname_compare_page a {
    color: #024a92
}

@media only screen and (min-width:768px) {
    .hpe-home-banner-video {
        width: 700px;
        height: 500px
    }
}

span.price_value {
    white-space: nowrap;
    display: grid
}

.hpe-config-option__meta .hpe-headline.hpe-headline--strong {
    white-space: nowrap
}

.carousel_alignment .hpe-list-table-item {
    padding: .75rem 0 !important
}

.compare-cell.hpe-product-specification-alignment.product-entry {
    padding: 10px !important
}

.hpe-product-specification-alignment {
    padding-left: 10px !important
}

.hpe-product-specification-alignment {
    margin-bottom: 0 !important
}

.hpe-carousel.row.rotatingcomponent .hpe-carousel__card {
    color: #fff
}

.hpe-head_compare {
    background-color: rgba(51, 51, 51, .75);
    padding-left: 13px
}

.editConfigBtn {
    margin-left: 2.5rem;
    float: right;
    padding: 0;
    margin: 0
}

.hpe-page-header__content .hpe-headline {
    margin: 0 0 1rem
}

.hpe-page-header__content :last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    #CC-modal .hpe-modal__content {
        max-height: 100vh;
        max-width: 90vw !important;
        overflow-y: hidden;
        overflow-x: hidden
    }

    #CCEditmodal .hpe-modal__content,
    #CCEditmodal_Quote .hpe-modal__content {
        max-height: 100vh;
        max-width: 90vw !important;
        overflow-y: hidden;
        overflow-x: hidden
    }
}

#CC-modal {
    z-index: 999999
}

#CCEditmodal,
#CCEditmodal_Quote {
    z-index: 9980
}

.config-background {
    background: #fff
}

.config-background-flex {
    background: #f6f6f6
}

.productConfigContainer {
    height: 100%
}

.productConfigContainer>.row {
    height: 100%
}

.hpe-configuration-section .hpe-responsive-img {
    margin-top: -145px;
    margin-left: auto;
    width: 60%;
    margin-right: auto
}

.hpe-configuration-carousel {
    padding-bottom: 0
}

.hpe-configuration-section--active {
    border-bottom: none
}

.configuration-content {
    padding: 1rem
}

.hpe-config-option__group::-webkit-scrollbar {
    width: 5px
}

.hpe-config-option__group::-webkit-scrollbar-track {
    background: #f1f1f1
}

.hpe-config-option__group::-webkit-scrollbar-thumb {
    background: #999
}

.hpe-config-option__group::-webkit-scrollbar-thumb:hover {
    background: #888
}

.config-tab-options .hpe-config-option__group {
    overflow-y: auto;
    height: 280px !important;
    margin-right: 20px;
    padding-right: 8px;
    overflow-x: hidden
}

.back-next-button {
    position: absolute;
    bottom: 2rem
}

.tooltip {
    position: relative;
    display: inline-block;
    word-break: break-word
}

.tooltip .configuration-promotion-tooltiptext {
    visibility: hidden;
    width: auto;
    max-width: 404px;
    min-width: 180px;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 110%;
    border-top: 5px solid #024a92 !important;
    left: -180px;
    top: -17px;
    right: 22px
}

.tooltip:hover .configuration-promotion-tooltiptext {
    visibility: visible
}

.channel-central-tabs .owl-carousel .owl-carousel--configuration .owl-loaded .owl-item.active {
    margin-right: -10px !important
}

.configuration-promotion-tooltiptext.tooltipdesc-cc-leaseprice {
    visibility: hidden;
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 30%;
    margin-left: -80px;
    background: #fff;
    border-top: 5px solid #024a92 !important;
    padding: 10px 10px !important;
    font-size: 14px;
    color: #000;
    white-space: normal !important;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%)
}

.configuration-promotion-tooltiptext.tooltipdesc-cc-leaseprice {
    visibility: hidden;
    width: 235px !important;
    position: absolute;
    z-index: 1;
    bottom: 31%;
    left: 100%;
    margin-left: 9px;
    background: #fff;
    border-top: 5px solid #024a92 !important;
    padding: 10px 15px !important;
    font-size: 12px !important;
    color: #000;
    white-space: normal !important;
    word-break: break-word;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%);
    font-weight: 300 !important;
    line-height: 1;
    text-align: left
}

.configuration-promotion-tooltiptext.tooltipdesc-cc-leaseprice::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    border-width: 10px;
    border-style: solid;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-color: #ccc transparent transparent transparent;
    border-top: 14px solid #fff;
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, .2);
    border: 1em solid #000;
    border-color: transparent transparent #fff #fff !important;
    transform-origin: 0 0;
    transform: rotate(45deg)
}

.promotion {
    margin-top: -18px;
    margin-bottom: 0;
    margin-left: -5px;
    font-size: .7rem;
    background-color: #ffc107;
    padding: 3px 6px 2px 1px;
    width: 3.6rem;
    padding-left: 4px;
    font-weight: 600;
    border-radius: 1rem
}

.config-option-group-item-total {
    overflow-y: auto;
    height: 260px !important;
    overflow-x: hidden;
    padding-right: 16px;
    padding-bottom: 20px
}

.config-option-group-item-total::-webkit-scrollbar {
    width: 5px
}

.hpe-config-option--remove {
    margin-right: 5px
}

.config-elements-quantity.hpe-config-option__group {
    border-bottom: none !important
}

.hpe-config-component {
    padding-right: 0;
    padding-left: 0
}

.hpe-number-input input {
    height: 1.63rem
}

#CC-modal .hpe-modal__content::-webkit-scrollbar {
    width: 0
}

#CCEditmodal .hpe-modal__content::-webkit-scrollbar,
#CCEditmodal_Quote .hpe-modal__content::-webkit-scrollbar {
    width: 0
}

.config-radio-checkbox {
    margin: 0 6px 0 9px
}

.flex-bundle-header {
    font-size: 24px;
    padding-bottom: 16px
}

.optional-addons {
    display: grid
}

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

    #CCEditmodal .hpe-modal__content,
    #CCEditmodal_Quote .hpe-modal__content {
        max-height: 100vh !important;
        max-width: 90vw !important;
        overflow: hidden
    }
}

#CCEditmodal,
#CCEditmodal_Quote {
    z-index: 9980
}

#CCEditmodal .hpe-modal__content::-webkit-scrollbar,
#CCEditmodal_Quote .hpe-modal__content::-webkit-scrollbar {
    width: 0
}

.back-next-button {
    min-width: 0 !important
}

.productConfigContainer .CC-sticky-footer {
    justify-content: space-evenly !important;
    margin: 0
}

.hpe-config-option__group input[type=radio] {
    width: 20px;
    height: 20px;
    margin: 0 12px 10px 0;
    padding: 5px;
    object-fit: contain;
    border-radius: 10px;
    border: solid 2px #666;
    background-color: #fff;
    float: left
}

.hpe-config-option__group input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 1px 10px 14px 0;
    padding: 5px 4px;
    object-fit: contain;
    border-radius: 2px;
    border: solid 2px #024a92;
    background-color: #024a92;
    float: left
}

.hpe-configuration-section__preview.col-md-4 {
    padding-right: 15px;
    padding-top: 1rem;
    text-align: justify
}

.hpe-configuration-section__preview .hpe-responsive-img.more-details-img {
    width: 60%
}

.hpe-configuration-section__preview .hpe-card__heading.hpe-headline.hpe-headline--strong {
    margin-left: 30px !important
}

.reviewScreen_align .edit-customizations-button {
    margin-bottom: 5px !important
}

.cc-options-gap {
    margin-bottom: -10px;
    display: flex
}

.cc-available {
    margin-left: 30px !important;
    font-size: 16px !important
}

.more-details-item {
    margin-top: -10px;
    margin-left: 30px !important;
    margin-right: 30px
}

.hpe-config-upgrds-rev {
    overflow-y: auto;
    height: 425px !important;
    position: sticky;
    margin-right: 30px;
    text-align: justify;
    padding-right: 16px;
    overflow-x: hidden
}

.hpe-config-upgrds-rev::-webkit-scrollbar {
    width: 5px
}

.config-option-group-item-total::-webkit-scrollbar {
    width: 5px;
    background: #999
}

.hpe-config-option__meta {
    font-size: 16px
}

.internal-storage-options.cc-options-gap {
    font-size: 16px
}

.hpe-configuration-section__description .prodhead_Desc {
    font-size: 16px !important
}

.config-next-button.next-btn-conf.col.col-md-2 {
    text-align: right
}

section.hpe-config-option__group {
    text-align: justify
}

.hpe-configuration-section__details .hpe-config-block {
    margin-bottom: 0 !important
}

.hpe-configuration-section__description.prodhead_Desc {
    font-size: 16px;
    max-height: 138px;
    overflow-y: auto;
    height: auto
}

.reviewScreen_align .configuration-button-design {
    position: absolute !important;
    right: 40px !important;
    bottom: 5px
}

.configuration-button-design-md {
    position: absolute !important;
    right: 40px !important;
    bottom: 12px
}

button.hpe-button--toggle.more-details-arrow {
    left: 1.5rem
}

#standaloneOptions:hover {
    box-shadow: none
}

#addChCProduct:hover {
    box-shadow: none
}

.config-next-button.next-btn-conf.col-md-6 {
    text-align: right
}

.row.back-next-button {
    text-align: left
}

.config-details-info {
    margin-right: 10px;
    margin-left: 10px;
    height: 100%
}

.config-option-part.config-background .hpe-configuration-carousel__container.col-md-8.row {
    padding-left: 20px
}

.config-details-info .hpe-responsive-img {
    max-width: 363px;
    max-height: 300px;
    width: 60%;
    margin: 0 60px
}

.config-next-button .hpe-button--plain,
.hpe-button--plain:hover {
    box-shadow: none
}

.row .column.config-elements-quantity.col-md-5 {
    padding: 0 10px 0 10px
}

.config-back-button .hpe-button.hpe-button--plain {
    text-align: left
}

.config-next-button .hpe-button.hpe-button--plain {
    text-align: end
}

.config-back-button .hpe-icon.hpe-icon--inline {
    margin-right: 0
}

.config-step-number {
    font-size: 14px;
    color: #024a92
}

#CCEditmodal #myPopup,
#CCEditmodal_Quote #myPopup {
    overflow: hidden
}

p.configured-upgrades {
    margin-left: .625rem;
    font-size: 1.25rem !important
}

.hpe-config-option__group {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

.your-config {
    margin: .5rem 0 .5rem 0;
    font-size: 1rem
}

.more-details-price p:first-of-type {
    font-weight: 600
}

.hpe-configuration-section__details .config-tab-options {
    margin-top: 48px
}

.selectItemtoAddDesc {
    margin-bottom: 0;
    font-size: 16px
}

.proCore-mem {
    font-size: 1rem
}

.variant-item-cr .reseller-product-details {
    overflow-y: auto
}

.variant-item-cr .reseller-product-details::-webkit-scrollbar {
    width: 5px
}

.config-option-group-item-total::-webkit-scrollbar-track {
    background: #f1f1f1
}

.config-option-group-item-total::-webkit-scrollbar-thumb {
    background: #999
}

.hpe-config-upgrds-rev::-webkit-scrollbar-track {
    background: #f1f1f1
}

.hpe-config-upgrds-rev::-webkit-scrollbar-thumb {
    background: #999
}

.processor-memory-scroll {
    height: 144px !important
}

.cpu-mem-options {
    margin-top: 32px !important
}

#guided-selling-products #CC-modal .hpe-button {
    width: auto
}

aside.hpe-full-bleed--mobile {
    width: 100%
}

button#getQuote {
    margin-right: 7px;
    background: linear-gradient(60deg, #024a92 0 13%, #1cd3a8 20%, #024a92 27%, #024a92);
    background-position: 99% 50%;
    background-size: 200% 200%;
    border: var(--btn-v4-border-width) solid transparent;
    color: #fff;
    transition: background-position .5s
}

button#getQuote:hover {
    background-position: 0 50%;
    color: #fff
}

button#getQuote .hpe-icon {
    color: #fff
}

.hpe-bold-font {
    font-weight: 700
}

.hpe-customized-product {
    margin-left: 14px !important;
    white-space: nowrap;
    margin-bottom: 0 !important
}

.productConfigContainer .leasePricepdp {
    cursor: auto
}

.config-lease-icon {
    cursor: pointer
}

.config-option-group-item-total-pm {
    overflow-y: auto;
    height: 160px !important
}

#CC-modal .hpe-modal__content.hpe-config-component {
    padding: 0 !important
}

#CCEditmodal .hpe-modal__content.hpe-config-component,
#CCEditmodal_Quote .hpe-modal__content.hpe-config-component {
    padding: 0 !important
}

.white-config-bg {
    background: #fff
}

.hpe-configuration-section-CCModal {
    min-height: 0 !important
}

.hpe-configuration__controls {
    padding: 0
}

.channel-central-tabs .owl-nav button.owl-prev {
    left: -22px
}

.channel-central-tabs .owl-nav button.owl-next {
    right: -22px
}

.channel-central-tabs .owl-nav button.owl-next svg,
.channel-central-tabs .owl-nav button.owl-prev svg {
    width: 22px
}

.variant-carousel .owl-nav button.owl-prev {
    left: 0
}

.variant-carousel .owl-nav button.owl-next {
    right: 0
}

.hpe-configuration-carousel .owl-carousel,
.hpe-configuration-carousel .owl-stage-outer {
    padding-bottom: 15px !important
}

.hpe-configuration-carousel .owl-carousel {
    max-width: 325px;
    margin-left: 20px;
    padding: 0 !important
}

.hpe-configuration-tab__icon {
    display: inherit;
    margin: 0;
    font-size: 24px
}

.hpe-configuration-section__description.prodhead_Desc::-webkit-scrollbar {
    width: 5px;
    background: #999
}

.config-option-part footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    background: #f6f6f6;
    padding-bottom: 0
}

.white-bg-color,
.white-bg-color-review {
    background: #fff
}

.hpe-modal__content {
    padding: 0 !important
}

#myPopup .hpe-button--toggle__icon {
    cursor: pointer
}

.CC-sticky-footer {
    padding: 10px 0 10px 10px !important;
    box-shadow: 0 0 10px #666;
    position: absolute;
    background: #fff;
    z-index: 9999;
    column-count: 5;
    list-style: none;
    bottom: 0;
    right: 0;
    left: 0
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .white-config-bg {
        margin-top: 0 !important
    }

    .productConfigContainer {
        margin: 10px !important
    }

    .hpe-configuration-section__preview {
        border-top: 0 solid #ccc;
        border-bottom: 0 solid #ccc;
        margin-top: 50px
    }

    .hpe-configuration__controls {
        text-align: center !important
    }

    .promo-content {
        margin-top: 10px !important;
        margin-bottom: 15px !important
    }

    .owl-carousel .owl-stage-outer {
        padding: 0
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        top: 50% !important
    }

    .white-bg-color {
        display: none !important
    }

    .config-option-part footer .right {
        margin-top: -38px;
        margin-right: 15px
    }

    .row .column.config-elements-quantity.col-md-5 {
        padding: 18px 10px 0 10px !important
    }

    .hpe-configuration-section--active {
        margin-top: 0 !important
    }

    .hpe-headline {
        margin: 1.325rem 0 1rem !important;
        line-height: 1
    }

    .resetCanelSection,
    .reviewScreen_align .edit-customizations-button {
        position: relative !important
    }

    .reviewScreen_align .configuration-button-design {
        position: relative !important;
        right: 0 !important;
        margin-top: 15px;
        text-align: center
    }

    .configuration-button-design button {
        margin-bottom: 10px !important;
        width: 100%
    }

    .configuration-button-design-md button {
        margin: 10px 0
    }

    .hpe-config-upgrds-rev {
        margin-right: 15px !important;
        margin-left: 15px !important
    }

    .configuration-button-design-md {
        position: relative !important;
        right: 0 !important;
        bottom: 12px;
        top: 32px;
        text-align: center;
        margin-top: 35px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .hpe-headline--small {
        font-size: 24px !important;
        padding-top: 15px
    }

    .hpe-customized-product {
        white-space: inherit !important
    }

    .config-option-part footer {
        bottom: 10px !important
    }

    .CC-sticky-footer {
        column-count: 3
    }
}

@media only screen and (min-width:1024px) {
    #myPopup .cc-customize-prod-headline {
        margin-top: 16px
    }
}

@media only screen and (min-width:768px) {
    .promotion {
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        font-size: .7rem;
        background-color: #ffc107;
        width: 60px;
        font-weight: 600;
        border-radius: 1rem;
        position: absolute;
        top: -10px;
        padding: 3px 5px;
        left: 0;
        right: 0
    }
}

.hpe-configuration-tab {
    max-height: 69px !important;
    max-width: 69px !important;
    padding: 0;
    border-radius: 2px
}

@media only screen and (min-width:768px) and (max-width:1366px) {
    .hpe-customized-product {
        white-space: inherit !important
    }
}

.hpe-configuration-section__preview .hpe-responsive-img.more-details-img {
    margin: auto !important;
    min-height: 210px
}

.hpe-configuration-section__preview {
    padding: 0 !important
}

@media only screen and (min-width:1024px) {
    .productConfigContainer #myPopup {
        position: absolute !important;
        right: 0 !important;
        top: 0;
        z-index: 99999;
        height: 100%
    }

    #myPopup .popup-body,
    #myPopup .row {
        height: 100%
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .owl-carousel--light .owl-nav button.owl-next {
        margin-right: -18px !important
    }

    .owl-carousel--light .owl-nav button.owl-prev {
        margin-left: -10px !important
    }

    .CC-sticky-footer {
        position: relative;
        background: #fff;
        z-index: 9999;
        column-count: 1;
        list-style: none;
        margin: 0 -10px !important
    }

    .hpe-modal__content .hpe-configuration.hpe-block-overflow,
    .spinner-bg-hide {
        height: auto !important
    }

    .config-background .popup {
        position: absolute !important;
        right: 5px !important;
        top: 0;
        z-index: 999999;
        height: 100%;
        background: #f6f6f6
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .owl-carousel--light .owl-nav button.owl-next {
        margin-right: -20px !important
    }

    .owl-carousel--light .owl-nav button.owl-prev {
        margin-left: -35px !important
    }

    .config-background .popup {
        position: absolute !important;
        right: 5px !important;
        top: 0;
        z-index: 999999
    }
}

@media only screen and (min-width:1024px) {
    .owl-carousel--light .owl-nav button.owl-next {
        margin-right: -25px !important
    }

    .owl-carousel--light .owl-nav button.owl-prev {
        margin-left: -35px !important
    }

    ul.CC-sticky-footer {
        display: table !important;
        width: 100% !important
    }

    ul.CC-sticky-footer li:not(:first-child) {
        display: table-cell !important;
        text-align: center
    }
}

.spinner-bg-show {
    height: 0 !important;
    min-height: 0
}

.config-details-info figure {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.cc-customize-prod-headline {
    margin-bottom: 0 !important
}

.atc-currConfig {
    margin-right: 0 !important
}

.bg-right-section {
    background: #f6f6f6;
    height: 100%
}

.config-background-ccmp {
    background: #f6f6f6
}

.edit-customizations-button {
    position: absolute;
    bottom: 5px
}

.back-button-left {
    text-align: center;
    margin-top: -12px;
    margin-right: 25px;
    padding: 5px 20px 6px 20px !important
}

.hpe-configuration-section--active {
    margin-bottom: 0 !important
}

.hpe-primary-color-bold {
    color: #024a92 !important;
    font-weight: 600;
    font-size: 20px !important
}

table.hpe-table-flex-bundle {
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
    font-family: inherit;
    font-weight: 400
}

table.hpe-table-flex-bundle th {
    padding: 5px 10px;
    font-weight: 400
}

table.hpe-table-flex-bundle td {
    padding: 10px 10px;
    color: #000;
    border: 0;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd
}

table.hpe-table-flex-bundle th {
    background: #024a92;
    border: 1px solid #024a92
}

table.hpe-table-flex-bundle tr {
    background: #fff
}

table.hpe-table-flex-bundle tr:nth-child(odd) {
    background: #f6f6f6
}

table.hpe-table-flex-bundle tr.faded td {
    color: #425563;
    font-style: italic
}

table.hpe-table-flex-bundle th:nth-child(2) {
    width: 75%
}

table.hpe-table-flex-bundle td:nth-child(2),
table.hpe-table-flex-bundle th:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px
}

table.hpe-table-flex-bundle .header-name {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 17px
}

.flex-offer-bottom-btn {
    position: absolute;
    bottom: 56px;
    right: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-offer-bottom-btn.nofooter {
    bottom: 25px
}

span.flex-disclaimer-text {
    padding-left: 10px;
    padding-right: 10px;
    color: #425563;
    font-style: italic;
    visibility: hidden
}

span.flex-disclaimer-text.textVisible {
    visibility: visible
}

span.flex-disclaimer-text::before {
    content: '**';
    position: absolute;
    left: 0
}

.flex-bundle-header {
    font-size: 24px;
    padding-bottom: 16px
}

.flex-options-wrapper {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 5px;
    overflow-x: hidden
}

.flex-options-wrapper::-webkit-scrollbar {
    width: 5px
}

.flex-options-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1
}

.flex-options-wrapper::-webkit-scrollbar-thumb {
    background: #999
}

.flex-options-wrapper::-webkit-scrollbar-thumb:hover {
    background: #888
}

.optional-addons>table {
    margin-bottom: 20px
}

.optional-addons .hpe-check-box {
    margin-bottom: 5px
}

.optional-addons .hpe-check-box .hpe-check-box__control {
    border: solid 2px #333
}

.optional-addons .hpe-check-box__input:checked+.hpe-check-box__control:after {
    display: none
}

#CCEditmodal .hpe-modal__content,
#CCEditmodal_Quote .hpe-modal__content {
    max-width: 90vw !important
}

#CCEditmodal,
#CCEditmodal_Quote {
    z-index: 9980
}

#CCEditmodal .hpe-modal__content::-webkit-scrollbar,
#CCEditmodal_Quote .hpe-modal__content::-webkit-scrollbar {
    width: 0
}

.back-next-button {
    min-width: 58% !important
}

.savPrice>span {
    color: #e72424 !important
}

.flexModalActionBtn .hpe-anchor .hpe-icon,
.resetCanelSection .hpe-anchor .hpe-icon {
    margin-right: 5px;
    pointer-events: none
}

.optional-addons .addons-label {
    cursor: default
}

#solutionflexcarousel {
    min-height: 200px
}

@media only screen and (max-width:767px) {
    .flex-options-wrapper {
        max-height: 210px;
        margin-bottom: 15px
    }

    .flex-offer-bottom-btn {
        bottom: 15px
    }

    table.hpe-table-flex-bundle th:nth-child(3) {
        width: 22%
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    table.hpe-table-flex-bundle th:nth-child(3) {
        width: 15%
    }
}

@media only screen and (min-width:1440px) {
    .flex-options-wrapper {
        max-height: 400px
    }
}

@media only screen and (min-width:1024px) {
    .flex-options-wrapper::-webkit-scrollbar-track {
        background: 0 0
    }

    .flex-options-wrapper::-webkit-scrollbar-thumb {
        background: 0 0
    }

    .flex-options-wrapper:hover::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .flex-options-wrapper:hover::-webkit-scrollbar-thumb {
        background: #999
    }
}

.resetCanelSection {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 999;
    padding-top: 15px
}

.config-option-part {
    padding-top: 50px
}

.review_bg_color {
    background-color: #f6f6f6;
    padding-top: 35px
}

section.hpe-config-option__group {
    text-align: initial;
    word-spacing: 2px
}

.spinner-container.wZindex {
    z-index: 999999
}

.hpe-configuration-tab .hpe-configuration-tab__header {
    justify-content: center;
    align-items: center;
    height: 100%
}

@media only screen and (min-width:1440px) {
    .reviewScreen_align .configuration-button-design {
        bottom: 15px
    }

    .edit-customizations-button {
        bottom: 15px
    }

    .config-tab-options .hpe-config-option__group {
        height: 380px !important
    }
}

@media only screen and (min-width:768px) and (max-width:1439px) {
    .hpe-modal__content .hpe-configuration.hpe-block-overflow {
        padding-top: 0;
        height: 600px !important
    }

    .reviewScreen_align {
        min-height: 600px
    }

    .spinner-bg-hide {
        height: 600px !important;
        min-height: 0
    }
}

@media only screen and (min-width:1440px) and (max-width:2879px) {
    .spinner-bg-hide {
        height: 700px !important;
        min-height: 0
    }

    .hpe-modal__content .hpe-configuration.hpe-block-overflow {
        padding-top: 0;
        height: 700px !important
    }

    .reviewScreen_align {
        min-height: 700px
    }

    .config-option-group-item-total {
        overflow-y: auto;
        height: 350px !important;
        overflow-x: hidden;
        padding-right: 16px;
        padding-bottom: 20px
    }

    .hpe-config-upgrds-rev {
        height: 530px !important
    }

    .config-option-group-item-total-is {
        height: 325px !important
    }

    .config-option-group-item-total-pm {
        height: 260px !important
    }

    .hpe-configuration-section__description.prodhead_Desc {
        max-height: 200px
    }
}

#closeModalButton {
    z-index: 999;
    padding: 0;
    right: 15px;
    top: 15px
}

@media only screen and (max-width:767px) {
    .promotion {
        margin-top: -8px;
        margin-bottom: -10px;
        margin-left: 5px
    }
}

.channel-central-tabs .owl-stage-outer {
    padding: 8px 0
}

@media only screen and (max-width:767px) {
    .CC-sticky-footer {
        position: relative;
        box-shadow: 0 0 0 0 #666;
        padding: 10px 0 10px 20px !important
    }

    .config-option-part footer {
        z-index: 99999;
        bottom: 0;
        padding-bottom: 185px;
        padding-top: 0;
        position: fixed !important
    }

    .resetCanelSection {
        padding-top: 0
    }

    .config-option-part {
        padding-top: 10px
    }

    .hpe-configuration-section--active {
        margin-bottom: 10rem !important
    }

    .hpe-block-overflow {
        padding-bottom: 0 !important
    }

    .config-tab-options .hpe-config-option__group {
        height: auto !important;
        max-height: 280px !important;
        margin-right: 0;
        padding-right: 0
    }

    .config-radio-checkbox {
        margin: 0 10px 0 10px
    }

    .column {
        padding: 0
    }

    .hpe-config-list__button {
        display: grid
    }

    .review_bg_color {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .promotion {
        margin-top: -8px;
        margin-bottom: -10px;
        margin-left: 5px
    }
}

.channel-central-tabs .owl-stage-outer {
    padding: 8px 0
}

@media only screen and (max-width:767px) {
    .hpe-configuration-section__details .config-tab-options {
        margin-top: 0;
        margin-bottom: 16px
    }

    .config-option-group-item-total {
        height: auto !important;
        max-height: 260px !important
    }

    .hpe-block-overflow {
        padding-bottom: 0 !important;
        margin-right: 0;
        padding-right: 10px
    }

    .config-tab-options .hpe-config-option__group {
        height: auto !important;
        max-height: 280px !important;
        margin-right: 0;
        padding-right: 0
    }

    .config-radio-checkbox {
        margin: 0 10px 0 10px
    }

    .column {
        padding: 0
    }

    .hpe-config-list__button {
        display: grid
    }

    .review_bg_color {
        padding-top: 0
    }

    .m-back-button-left {
        margin-left: 20px
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .owl-carousel--light .owl-nav button.owl-next {
        margin-right: -18px !important
    }

    .owl-carousel--light .owl-nav button.owl-prev {
        margin-left: -10px !important
    }

    .CC-sticky-footer {
        position: fixed;
        background: #fff;
        z-index: 99999;
        column-count: 1;
        list-style: none;
        margin: 0 -10px !important;
        height: 125px
    }

    .hpe-modal__content .hpe-configuration.hpe-block-overflow,
    .spinner-bg-hide {
        height: auto !important
    }

    .config-details-info {
        margin-top: 50px
    }

    .config-background .popup {
        position: absolute !important;
        right: 5px !important;
        top: 0;
        z-index: 999999;
        height: 100%;
        background: #f6f6f6
    }

    p.selectItemtoAddDesc {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .config-background .popup .popup-body,
    .config-background .popup .popup-body>.row {
        height: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .priceAlign {
        white-space: nowrap
    }

    .hpe-config-option__quantity {
        text-align: left
    }

    .more-details-item {
        margin-left: 10px !important;
        margin-right: 0
    }

    .cc-available,
    .cc-customize-prod-headline,
    .hpe-configuration-section__preview .hpe-card__heading.hpe-headline.hpe-headline--strong {
        margin-left: 10px !important
    }
}

.solution-tile-price {
    padding-top: 40px !important
}

.solution-tile-price span.Formatedv {
    display: inline;
    margin-left: 0;
    font-weight: 800;
    font-size: 1.25rem
}

.solution-tile-price span.originalprice {
    font-weight: 400
}

.solution-tile-price span.discountdesc {
    font-size: 15px;
    font-weight: 400;
    color: #999
}

.discount-avail-text {
    margin: 0 !important;
    color: #fd0505 !important;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width:1023px) {
    .hpe-config-option__group::-webkit-scrollbar-track {
        background: 0 0
    }

    .hpe-config-option__group::-webkit-scrollbar-thumb {
        background: 0 0
    }

    .hpe-config-option__group:hover::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .hpe-config-option__group:hover::-webkit-scrollbar-thumb {
        background: #999
    }

    .hpe-config-upgrds-rev::-webkit-scrollbar-track {
        background: 0 0
    }

    .hpe-config-upgrds-rev::-webkit-scrollbar-thumb {
        background: 0 0
    }

    .hpe-config-upgrds-rev:hover::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .hpe-config-upgrds-rev:hover::-webkit-scrollbar-thumb {
        background: #999
    }
}

article.hpe-configuration.hpe-configuration--open.hpe-block-overflow {
    padding-right: 0;
    padding-left: 0
}

.white-config-md-bg {
    padding: 0 1.625rem
}

@media only screen and (min-width:768px) {
    .hpe-full-bleed--mobile {
        padding-right: 0
    }
}

@media only screen and (max-width:767px) {
    .next-back-separator {
        height: 65%;
        width: 1px;
        background: #024a92;
        top: 10px;
        bottom: 0;
        position: absolute;
        left: 50%
    }

    .confirmBtn {
        padding-left: 35px;
        padding-top: 20px
    }

    .next-back-config-btn {
        height: 70px
    }

    .back-button-left {
        text-align: center
    }

    .right.next-btn-active {
        text-align: center;
        float: none;
        margin-top: 0 !important;
        padding-left: 46px
    }
}

.hpe-button--toggle.btn-size {
    font-size: .875rem
}

body.solution-modal-show {
    overflow-y: hidden !important
}

@media only screen and (max-width:1180px) {
    .hpe-configuration__controls .hpe-configuration__button {
        font-size: .85rem
    }
}

button#hpe-modal-video {
    z-index: 99
}

.error-cancel-configuration {
    text-align: right;
    padding: 10px 0
}

#configuratorErrorDisplayblock {
    display: none;
    position: relative;
    z-index: 999999
}

#configuratorErrorDisplayblock .closeErrorNotify {
    cursor: pointer
}

.chatlinkdec {
    text-align: right;
    margin-right: -5px
}

.tooltip-popup {
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    bottom: 2em;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .246);
    height: 110px;
    margin: auto;
    padding: 15px;
    position: absolute;
    right: 5px;
    top: -280px;
    transition: all .2s ease-in-out;
    width: 245px;
    z-index: 999;
    display: none
}

.tooltip-popup:before {
    background-color: #024a92;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tooltip-popup:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #fff transparent;
    border-width: 20px 20px 0;
    bottom: -15px;
    left: 50%;
    margin-left: 20px
}

.tooltip-popup span {
    bottom: 15px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    height: 0;
    left: -55px;
    margin: auto;
    position: absolute;
    right: 0;
    text-shadow: 0 2px 2px rgba(255, 255, 255, .7), 0 6px 4px rgba(0, 0, 0, .246);
    transform: scaleX(1);
    width: 0
}

.mb-16 {
    margin-bottom: 16px !important
}

#payment_checkout_pgs {
    border: none;
    width: 100%;
    min-height: 592px;
    padding-top: 3px
}

@media (max-width:426px) {
    #payment_checkout_pgs {
        border: none;
        width: 100%;
        height: 380px
    }
}

.cor-id {
    color: #fff;
    text-decoration: underline;
    font-weight: 600
}

.shipping-method-corid {
    color: #ff8080
}

#hpe_cta_slot1 .hpe-cta__content.hpe-cta__content--wide {
    float: right
}

.slotminheight {
    min-height: 20rem;
    border-radius: 15px
}

.purchase-and-quote-button {
    display: block;
    background: #fff
}

.Purchase-tablinks {
    padding: 8px 20px 8px 25px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 700
}

.Quote-tablinks {
    padding: 8px 25px 8px 20px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 16px;
    font-weight: 700
}

.tab-active {
    border-bottom: 2px solid #024a92;
    padding-bottom: 16px
}

.cartPurchase_QuoteText {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #000
}

.row.qtyText_Cart {
    right: 58px;
    position: absolute;
    top: 36px
}

@media (min-width:768px) {
    .qtyTrash_Section {
        margin-left: 68px
    }
}

.configAlign {
    cursor: pointer
}

.hpe-cart-list__section .shopNameTitle {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px
}

.cart-summary-email-portion {
    display: grid;
    margin-bottom: 5px
}

.cart-summary-quote-email {
    text-decoration: underline;
    color: #0569fe;
    font-weight: 400
}

.quoteprod-related-email {
    text-decoration: underline;
    font-size: .75rem;
    cursor: pointer;
    padding-left: initial;
    font-size: 14px;
    font-weight: 600
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.editConfigBtn_Quote.hpe-button {
    font-weight: 400
}

.editConfigBtn_Quote {
    float: right;
    padding: 0;
    font-size: 16px !important
}

.changeEmailSubmit {
    width: 100%
}

.quoteEstTime {
    font-weight: 600;
    font-size: 16px;
    color: #666;
    line-height: 16px
}

.shippingDays {
    font-weight: 400
}

.toEmailQuote {
    font-weight: 600;
    font-size: 16px;
    color: #666;
    line-height: 16px
}

.estDays {
    padding-left: 3px
}

.changeEmail_Container {
    padding: 25px
}

.hpe-input.quoteEmailValidation {
    width: 100%;
    text-align: justify
}

.hpe-input.cartEmailValidationQuote {
    width: 100%;
    text-align: justify
}

.hpe-input.cartEmailValidationQuote.hpe-input--error {
    margin-bottom: 25px
}

.emailQuote_Btn {
    text-align: left
}

.hpe-cart-list__section-product.hpeCartlistSectionProduct_Quote {
    margin: 0 0 2.5rem
}

.sku-number-without-price {
    position: absolute;
    top: 2.75rem
}

.quoteSummaryImgs {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.quoteSummaryImgs {
    position: relative;
    min-height: 1px;
    padding-right: .625rem;
    padding-left: .625rem
}

.quoteSummaryImgs img {
    width: 5rem;
    height: auto;
    max-width: 5rem
}

a .hpe-cart-list__section-product {
    color: #024a92
}

.mr-l20 {
    margin-left: 20px
}

.ml-15 {
    margin-left: 15px
}

.mr-0 {
    margin: 0
}

.m-0 {
    margin: 0
}

.icon-space {
    margin-left: 10px;
    margin-right: 10px
}

.pd-btn {
    padding: 8px 25px 10px 25px
}

.cart-btn-minus,
.hpe-number-input__control {
    padding: 2px 5px 2px 4px !important;
    border-radius: 0;
    line-height: 16px;
    margin-right: 3px;
    margin-left: 3px
}

.pd-t5 {
    padding-top: 5px
}

.pd-t10 {
    padding-top: 10px
}

.content-footer {
    max-width: 1800px;
    padding: 0 100px 40px 100px;
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .content-footer {
        max-width: 1800px;
        padding: 0 100px 40px 100px;
        width: 100%;
        height: auto
    }
}

.pd-r0 {
    padding-right: 0
}

.hpe-page-header__content {
    background-color: transparent !important
}

.hpe-card--category .hpe-card__image {
    background-image: url(./../img/bg/6.jpg) !important;
    background-size: cover;
}

.hpe-button--secondary {
    background-color: transparent !important;
    color: #333 !important;
    background: 0 0;
    border: 2px solid #024a92
}

.hpe-show-more__button.hpe-icon {
    padding-top: 10px
}

.more-icon {
    top: 5px;
    padding: 2px;
    margin-left: 5px
}

.flex-offer-nav-tabs li.active a {
    background-color: #fff
}

.flex-offer-nav-tabs li {
    list-style: none;
    padding: 20px;
    padding: 8px 10px;
    margin-right: 0 !important
}

.top5 {
    top: 5px
}

.top4 {
    top: 4px
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.pdp-icon {
    top: 5px;
    padding: 2px;
    margin-left: 15px
}

.hpe-content-gallery__content a.hpe-button.buy_now {
    display: block
}

.pgs-helpinfo {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 1px
}

.pgs-helpinfo-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right
}

.fe-pgs-popup {
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #fff;
    border-radius: 5px;
    bottom: 2em;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .246);
    height: auto;
    margin: auto;
    padding: 15px;
    position: absolute;
    right: -130px;
    transition: all .2s ease-in-out;
    width: 295px;
    z-index: 999
}

.hpe-fe-text-line1 {
    line-height: 35px
}

.hpe-button1 {
    width: 181px
}

.hpe-list1 {
    margin-left: 7px
}

.hpe-product-description_1 {
    margin-top: 8px
}

.nonHpFsPrice_desc1 {
    min-height: 36px
}

ul.hpe-fe-custom-cta {
    background-color: #f7f7f7;
    position: relative;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0 15px 8px 15px
}

#hpe-fe-action-specs {
    font-weight: 700
}

ul.hpe-fe-custom-cta>li {
    display: inline-block
}

ul.hpe-fe-custom-cta>li {
    display: inline-block
}

ul.hpe-fe-custom-cta #hpe-fe-action-specs>a {
    padding: 9px 0
}

ul.hpe-fe-custom-cta>li a {
    display: inline-block;
    color: #024a92;
    text-align: center;
    padding: 0;
    text-decoration: none
}

ul.hpe-fe-custom-cta>li a.text-bold {
    font-weight: 700
}

.hpe-fe-top-area-right {
 /*    background-color: #f7f7f7; */
    padding: 15px 15px 12px 15px
}

.hpe-fe-top-area-left .hpe-product-description__price {
    margin-top: 4px
}

.hpe-fe-top-area-right .skupdpbtn,
.hpe-fe-top-area-right button.quote-btn2 {
    background-color: #024a92;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 5px;
    padding: 10px;
    text-align: center
}

.hpe-fe-top-area-right .hpe-fe-btn-select-model {
    background-color: #024a92;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 5px 5px 5px 3px;
    padding: 8px;
    text-align: center;
    width: 210px
}

.hpe-fe-top-area-right #hpe-fe-btn-chat,
.hpe-fe-top-area-right button.quote-btn2 {
    display: flex;
    margin: 5px 5px 5px 5px;
    min-width: 162px;
    width: 210px;
    word-break: break-word;
    justify-content: center
}

.hpe-fe-top-area-right button.CCskuModalBtn.hpe-button {
    display: flex;
    margin: 5px 5px 5px 3px;
    min-width: 162px;
    width: 210px;
    word-break: break-word;
    justify-content: center;
    padding: 8px 20px 8px 20px;
    text-align: left
}

.hpe-fe-top-area-right button.CCskuModalBtn.hpe-button .hpe-icon {
    display: flex;
    align-self: center;
    margin-bottom: 5px
}

.hpe-fe-top-area-left .Fe_leaseAmount {
    margin-bottom: 0
}

.padding0 {
    padding: 0
}

.skuaddtocart,
button#hpe-fe-btn-to-models {
    width: 210px
}

.hpe-product-description__wo_price .hpe-fe-text.big {
    font-size: 24px;
    font-weight: 600
}

.hpe-product-description__wo_price .hpe-fe-text {
    display: block;
    font-size: 18px;
    line-height: 35px
}

.fe-menubar {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 40px
}

.fe-test {
    border-style: solid
}

.fe-menuItems {
    height: 90px;
    float: left;
    margin-right: 2rem
}

.fe-whitebg {
    background-color: #fff;
    position: relative
}

.fe-menuContent {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer
}

.fe-menuContent svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.fe-menuContent .row {
    height: 100%
}

.fe-wrap-icon {
    width: 22px
}

.fe-oneLinesP {
    bottom: 0;
    font-family: Metric Light;
    font-size: 17px;
    height: 90px;
    line-height: 90px;
    margin: 0 8px 0 32px;
    position: relative;
    top: 0;
    white-space: nowrap;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

.activeStickybar {
    border-bottom: solid 4px #024a92;
    opacity: 1
}

.fe-StickyMenu {
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 100
}

.fe-StickyMenu>div.row {
    margin: 0 auto;
    max-width: 1200px;
    position: relative
}

.fe-height {
    height: 90px;
    position: relative;
    border-bottom: #c6c9ca solid 1px
}

.fe-StickyMenu .fe-height {
    border-bottom: none
}

.fe-dropdown {
    display: none
}

.fe-dropdown {
    align-items: center;
    align-self: flex-start;
    border-bottom: 4px solid #024a92;
    color: #000;
    height: 100%;
    justify-content: flex-start;
    min-width: 160px;
    padding: 0 10px
}

.fe-dropdown .dropdown-icon {
    width: 18px;
    min-width: 18px;
    height: 18px;
    fill: #c6c9ca;
    margin-right: 13px
}

.fe-links-container {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    min-width: 160px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .17);
    height: auto;
    z-index: 101;
    display: none;
    align-self: flex-start;
    top: 90px
}

.fe-links-container .anchor-nav-item {
    min-height: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    color: #000;
    font-family: Metric Light;
    font-size: 17px;
    border-bottom: 1px solid #c6c9ca;
    margin-right: 0;
    cursor: pointer
}

.fe-icons-hidden {
    display: none
}

.fe-opened {
    display: none;
    z-index: 1000
}

.fe-indicator {
    bottom: 0;
    height: 4px;
    background-color: #024a92;
    position: absolute;
    transition: left .3s ease-in-out, width .3s ease-in-out;
    left: 0;
    width: 130px
}

.fe-menuContent .col-8 {
    padding-left: 0
}

div.fe-menuItems.fe-success-stories p.fe-oneLinesP a {
    display: block;
    height: 90px;
    line-height: 90px
}

.successtorytab a:hover {
    background-color: unset !important;
    color: unset !important
}

@media only screen and (max-width:767px) {
    .fe-menuItems {
        display: flex
    }

    .fe-dropdown {
        display: flex
    }

    .fe-indicator {
        display: none
    }

    .fe-opened {
        display: flex
    }

    .successtorytab a:hover {
        background-color: unset !important;
        color: unset !important
    }

    div.successtorytab.activeStickybar {
        border-bottom: solid 4px #024a92;
        opacity: 1;
        margin-top: 85px !important
    }
}

div.hpe-fe-email,
div.hpe-input__error-message.hpe-fe-email {
    background: #ffe75e;
    display: block;
    padding: 8px
}

.product-instant-price {
    font-size: 1.25rem;
    font-weight: 700;
    min-height: 50px;
    color: #333
}

.sip-mb {
    min-height: 50px
}

.base-model-price-discount {
    color: red
}

.hpe-headline--black.hpe-product-details {
    border-bottom: 3px solid #024a92;
    width: 48px
}

.help-me-choose-prod-container {
    background: #f6f6f6;
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:1439px) {
    .help-me-choose-prod-container {
        padding-top: 0
    }
}

.help-me-choose-prod-background {
    background-color: #fff;
    display: block;
    height: 100%
}

.help-me-choose-prod-modal {
    width: 100%;
    max-width: 90vw !important;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 1rem 1.25rem 0 !important;
    background: #f6f6f6
}

.hpe-help-me-choose-block-overflow {
    padding: 0 1rem 2rem;
    font-weight: 900
}

.help-me-choose-product-display {
    overflow-y: auto;
    padding-right: 24px !important;
    padding-left: 24px !important
}

@media only screen and (min-width:1023px) {
    .help-me-choose-product-display::-webkit-scrollbar {
        width: 5px
    }

    .help-me-choose-product-display:hover::-webkit-scrollbar-thumb {
        background: #999
    }

    .help-me-choose-product-display::-webkit-scrollbar-track {
        background: #f1f1f1
    }
}

.hmc-ml-20 {
    margin-left: 20px
}

.help-me-choose-product-display .owl-prev {
    left: 0
}

.help-me-choose-product-display .owl-next {
    right: 0
}

.help-me-choose-btn-container {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.hmc-prodname {
    padding: 0 16px;
    margin-bottom: 0
}

.fe-price-info-popup {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .246);
    height: auto;
    margin: auto;
    padding: 15px;
    top: 40%;
    position: absolute;
    transition: all .2s ease-in-out;
    width: 256px;
    z-index: 999
}

.fe-pgs-popup::before {
    background-color: #024a92;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fe-price-info-popup::after {
    background-color: #024a92;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fe-pgs-popup span:after {
    content: "\25BC"
}

.fe-pgs-popup span {
    bottom: 15px;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    height: 0;
    left: -55px;
    margin: auto;
    position: absolute;
    right: 0;
    text-shadow: 0 2px 2px rgba(255, 255, 255, .7), 0 6px 4px rgba(0, 0, 0, .246);
    transform: scaleX(2.5);
    width: 0
}

.pgs-CanHavePopup {
    display: inline-block;
    position: relative
}

p.hpe-pgs-info-text {
    color: #000;
    font-weight: 100
}

button.hpe-button.hpe-button--secondary.hpe-product-grid__button.quote-btn2.js-enable-btn.getquotebtn .hpe-icon,
button.hpe-button.hpe-button--secondary.js-enable-btn.enable-analytics .hpe-icon {
    color: #024a92
}

.toggleDes.position-relative .hpe-icon {
    left: 85px;
    top: 4px
}

.hpe-featured-product__feature .toggleDes.position-relative .hpe-icon {
    left: 10px;
    top: 4px
}

.toggleDes.position-relative:hover .hpe-icon {
    transform: translateX(.1875rem);
    transition: all .3s ease-in-out
}

button.hpe-button.hpe-button--noborder.hpe-show-more__button.show-less .hpe-icon {
    left: 10px
}

.position-relative .plp-icon {
    left: 90px !important
}

.PDPbuttonAlignment svg.hpe-icon.hpe-icon-quote {
    color: #024a92
}

button.hpe-button.hpe-button--secondary.hpe-signin__button.btn.btn-default.btn-block.guestCheckoutBtn .hpe-icon {
    color: #024a92
}

.hpe-product-grid__products .hpe-product-grid__item a.hpe-button.hpe-button--secondary.hpe-product-grid__button.d-block.mb-4 .hpe-icon {
    color: #024a92
}

button.hpe-customize-link-addtocart.hpe-button--plain.editConfigBtn.hpe-customize-link.js-enable-btn.PDPbuttonAlignment {
    font-size: 16px
}

button.hpe-button.add-cart-btn.PDPbuttonAlignment {
    background: linear-gradient(60deg, #024a92 0 13%, #1cd3a8 20%, #024a92 27%, #024a92);
    background-position: 99% 50%;
    background-size: 200% 200%;
    color: #fff !important
}

button.hpe-button.add-cart-btn.PDPbuttonAlignment:hover {
    background-position: 0 50%;
    color: #fff
}

.hpe-button--secondary .hpe-icon {
    color: #024a92;
    margin: 0 0 0 10px
}

.hpe-button.hpe-button--noborder.hpe-disclosure__button.hpe-toggle-facet-section {
    font-size: 1rem !important
}

button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10 .hpe-icon {
    color: #024a92;
    display: flex;
    align-self: center;
    margin-bottom: 10px
}

button#hpeLoginBtn {
    padding: 3px 17px 5px 17px;
    display: flex;
    justify-content: center
}

button#hpeLoginBtn .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: 3px
}

.fe-priceinfo-popup {
    width: 16px;
    height: 16px;
    cursor: pointer
}

.fe-priceinfo-popup-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right
}

.hmcprod-original-price {
    display: flex
}

.hmc-prod-specification-details {
    display: block;
    width: auto;
    padding: 16px 0 16px 16px
}

.Budget-friendly-product-details {
    padding: 0 16px
}

.hmc-specification-details {
    color: #f6f6f6f6;
    font-weight: 700;
    width: 90%;
    padding-left: 20px;
    padding-right: 10px;
    word-wrap: break-word
}

.hmc-prod-specification-details .hpe-font-weight {
    cursor: pointer
}

.hmc-prod-specification-details span {
    display: block
}

.hmc-solrdata {
    word-break: break-all
}

.hmc-product-information {
    height: 50px;
    margin-left: 16px
}

.hpe-product-list-item__price {
    display: flex
}

.hpe-product-list-item__price_1 {
    display: block !important
}

.instantOfferPrice {
    font-weight: 700
}

.productModels .fe-price-info-popup {
    top: -175px
}

.hmc-prod-button {
    width: 100%
}

.hpe-fe-withprice .fe-price-info-popup {
    top: -155px
}

.hmc-product-button {
    padding: 10px 16px 0
}

.cpo-condition-allighnment {
    display: flex;
    justify-content: space-between
}

.cpo-condition-label {
    align-items: center;
    margin-top: -15px;
    display: flex
}

.hmcprod-discounted-price {
    margin: 10px 0;
    height: 32px
}

.help-me-choose-prod-container .owl-carousel .owl-item img {
    height: 176px !important
}

.hmc-prodname {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px
}

.hmc-prodname a {
    color: #4ba684
}

.hmc-prod-button {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 23px;
    color: #fff;
    max-width: 16rem;
    margin: 0 auto
}

.hmc-product-specification-title-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 4px;
    margin-bottom: 0
}

span.hpe-hmc-product-list__price {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #0f0e0e
}

.hpe-hmc-product-list__disc-price {
    font-size: 16px;
    line-height: 15px;
    color: #fd0505
}

.hmc-specification-details {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #000
}

.hmc-product-detail-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #000
}

.hmc-product-information .Fe_leaseAmount,
.hmc-product-specification-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000
}

.hmc-prod-specification-details .hpe-font-weight {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #555
}

.hmc-prod-specification-details .hpe-font-weight:hover {
    color: #000
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .help-me-choose-btn-component {
        margin: 0 !important
    }
}

.hmc-product-detail-title {
    margin: 10px 0 0 0
}

.hmc-prod-spec--active .hpe-icon {
    display: inline-block;
    transform: rotate(90deg)
}

.hmc-spec--active {
    display: block !important
}

.hmc-product-information .Fe_leaseAmount {
    padding-right: 25px
}

@media only screen and (min-width:1024px) {
    .hmc-product-button {
        padding-top: 16px
    }
}

@media only screen and (min-width:768px) {
    .hmc-prodname {
        height: 50px;
        overflow: hidden;
        margin-bottom: 8px
    }
}

.help-me-choose-link {
    text-align: end
}

.mar-8 {
    margin: 8px 0
}

.base-model-price.hpe-product-list__price.skupdpprice {
    display: flex;
    min-height: 32px
}

.skupdpprice .fe-priceinfo-popup {
    margin-left: 8px;
    margin-top: 4px
}

p.hpe-label--inline.cpo_lable,
p.hpe-label--inline.cpo_lable_value {
    text-align: center
}

.hpefs_skupdpprice_lease.hidden {
    display: none
}

.sip-chat {
    width: 100%
}

.instant-price .priceTotal {
    font-size: 1.25rem
}

@media (min-width:992px) {
    .generic-page-template .hpe-product-grid-2x2__image {
        flex: 0 1 100%
    }

    .generic-page-template .hpe-product-grid-2x2__body {
        flex: 0 1 100%
    }
}

.hpe-header-category {
    font-size: 28px;
    font-weight: 900
}

p.hpe-highlights-optimised {
    font-size: 1.25rem;
    font-weight: 500
}

.price-information {
    display: flex
}

.hpe-product-grid-2x2__item {
    border: 1px solid #024a92
}

.hpe-fe-top-area-right .configure-quote {
    margin-bottom: 0
}

.hpe-cpo-value-pdp {
    display: block;
    font-weight: 400;
    line-height: 25px;
    text-align: center
}

.hpe-optimized ul {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside
}

#instantoriginalprice {
    top: 0;
    margin-right: 4px
}

.sip-sku-btn {
    width: 162px
}

.instant-price-section {
    display: flex
}

.skupdp-instant-price-section {
    display: grid
}

.instantprice-info-msg {
    font-weight: 500;
    font-size: 1rem
}

.instant-promo-section {
    display: flex
}

.hpe-radio-button-sm {
    font-size: 1rem;
    line-height: 1.25;
    margin: .3125em 0 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center
}

.hpe-radio-button-sm__label {
    display: inline-flex;
    vertical-align: middle;
    color: #666;
    white-space: normal;
    margin-right: .5em;
    word-break: break-word
}

.hpe-radio-button-sm__control {
    position: relative;
    display: inline-flex;
    width: 1.2em;
    height: 1.2em;
    -ms-flex: 0 0 1.2em;
    flex: 0 0 1.2em;
    margin-right: .25em;
    vertical-align: middle;
    background-color: inherit;
    color: #024a92;
    border: .125rem solid #666;
    border-radius: 50%;
    padding: .25em;
    align-items: center
}

.hpe-radio-button-sm__input {
    font-size: 1rem;
    line-height: 1.5;
    padding: .75rem 1.5rem;
    border: .0625rem solid rgba(0, 0, 0, .15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    color: inherit;
    font: inherit;
    margin: 0;
    opacity: 0;
    position: absolute
}

.hpe-radio-button-sm__input:checked+.hpe-radio-button-sm__control:after {
    content: "";
    display: block;
    position: absolute;
    width: .54em;
    height: .54em;
    background-color: #024a92;
    border-radius: 100%;
    margin: auto
}

.hpe-radio-button-sm--nolabel .hpe-radio-button-sm__control {
    margin: 0
}

.pdp-list-center-align-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.align-left {
    text-align: left !important
}

.sold-by-text {
    min-height: 40px;
    line-height: 40px
}

.pdp-radio-btn-container {
    display: block;
    text-align: left
}

@media (max-width:575px) {
    .col-xsm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .cpo-container-width {
        width: 30%
    }

    .pdp-radio-btn-container {
        display: block;
        text-align: left
    }
}

@media (min-width:480px) {
    .sip-btn-holder {
        float: right;
        margin-right: -20px;
        margin-left: -20px
    }
}

.greyBackground ul {
    font-size: 1.25rem
}

.hpe-product-list .container p:first-child {
    font-size: 1.25rem
}

.hpe-optimized p {
    font-size: 1.25rem
}

.hpe-optimized {
    font-size: 1.25rem
}

.cpo-m-t {
    margin-top: 5px
}

.hmc-prod-specification-details svg {
    font-size: 10px
}

.help-me-choose-productcarouselOwl .owl-nav {
    display: block !important
}

.hmc-product-price {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.lease-amt-space {
    margin-left: 3px
}

.help-me-choose-prod-container #hmc-cc {
    line-height: 17px;
    padding: 11px 28px 10px 28px !important
}

.hpe-hmc-product-list__price {
    top: 0;
    position: relative
}

.hmc-price-m-l {
    margin-left: 5px
}

.request-quote-bold {
    font-weight: 700
}

.help-me-choose-btn svg {
    margin-top: 4px
}

.hpe-radio-btn-sm {
    display: inline-flex;
    line-height: 15px;
    align-items: center;
    margin: 0 6px 0 0;
    padding: 0;
    width: auto;
    vertical-align: middle
}

.hpe-radio-btn-sm input[type=radio] {
    width: 16px;
    height: 16px;
    border-radius: 22px;
    border: 11px solid #666;
    background-color: #fff;
    margin: 0 4px 0 0
}

.hpe-radio-btn-sm input[type=radio]:checked {
    accent-color: #024a92
}

.cpo-lbl-m-t {
    margin-top: 5px
}

@media screen and (max-width:768px) {
    .cpo-lbl-m-t {
        margin-top: 0
    }
}

button.hpe-button.hpe-button--noborder.hpe-card-compare__close {
    padding: 0
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

#editConfigBtn_couta,
#editConfigBtn_coutb {
    font-size: 1rem !important
}

@media (min-width:1200px) and (max-width:1599px) {
    .hpe-cart-summary__continue.hpe-cart-summary_continue_style_enable {
        padding: 8px 10px 8px 20px
    }
}

button.hpe-button.hpe-button--noborder.hpe-number-input__control.hpe-number-input__control--subtract.cart-btn-minus {
    padding: 2px 5px 2px 4px !important;
    border-radius: 0;
    line-height: 16px
}

.text-center {
    text-align: center
}

.mr-l10 {
    margin-left: 10px;
    margin-right: 0 !important
}

button.hpe-button.add-cart-btn.PDPbuttonAlignment:disabled {
    border-color: #ccc;
    background-color: linear-gradient(60deg, #ccc 0 13%, #ccc 20%, #ccc 27%, #ccc);
    background: linear-gradient(60deg, #ccc 0 13%, #ccc 20%, #ccc 27%, #ccc)
}

.sa-ui .count-block {
    display: block;
    float: left;
    width: 57%;
    padding-top: 0;
    margin-top: -12px
}

.sa-ui .delete-block {
    display: block;
    float: left;
    width: 30%;
    padding: 0;
    margin: 0
}

a.enable-analytics.brand-color {
    color: #024a92 !important
}

.brand-color {
    color: #024a92 !important
}

.w-540 {
    width: 540px
}

.sa-ui-quote {
    top: 0
}

.quote-count-block {
    width: 53%;
    display: block;
    float: left;
    margin-top: -16px
}

.quote-block-delete {
    width: 6%;
    float: left;
    padding: 0;
    margin-top: -5px;
    display: block !important
}

.no-padding {
    padding: 0 !important
}

.mrt-4 {
    margin-top: 4px
}

.more:hover .hpe-icon {
    transform: translateX(.1875rem);
    transition: all .3s ease-in-out
}

.hpe-button--secondary:disabled {
    background-color: transparent;
    border: 2px solid #ccc !important;
    color: #fff !important
}

.hpe-button--secondary:disabled {
    background-color: transparent;
    border: 2px solid #ccc !important
}

.hpe-button--secondary:disabled .hpe-icon {
    color: #fff !important
}

.hpe-product-list__button .hpe-button:disabled {
    background-color: #ccc !important;
    color: #fff !important;
    border: 2px solid #ccc
}

.hpe-product-list__button .hpe-button:disabled .hpe-icon {
    color: #fff !important
}

span.hpe-button.hpe-button--noborder {
    right: 0;
    position: relative;
    padding: 14px 0 0 1px
}

.pd-tr39 {
    padding: 3px 10px 0 0
}

#hpehf-footer {
    background-color: #fff !important;
    border-top: 1px solid #bbb
}

span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp {
    margin-top: -38px
}

.pd-b0 {
    padding-bottom: 0 !important
}

.mr-l47p {
    margin-left: 47%
}

p.hpe-product-list__description a:hover {
    color: #000
}

.disable-btn {
    background: #ccc
}

#hpeLoginBtn .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.icon-aftertext {
    align-self: center;
    justify-content: flex-end;
    font-size: 53px;
    bottom: 0;
    width: 23px !important;
    height: 33px;
    margin-left: 10px
}

button#guestCheckoutBtn {
    padding: 3px 17px 5px 17px;
    display: flex;
    justify-content: center
}

button#guestCheckoutBtn .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: 3px
}

#guestCheckoutBtn .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

button#moxieChatPopUp {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center
}

button#moxieChatPopUp .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 0
}

#moxieChatPopUp .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

button#closeModal {
    display: flex;
    justify-content: center
}

button#closeModal .icon-aftertext {
    align-self: center;
    justify-content: flex-end;
    font-size: 53px;
    bottom: 0;
    width: 23px !important;
    height: 33px;
    margin-left: 10px
}

button#closeModal .icon-aftertext .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 1px;
    margin: 0
}

button#closeModal .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 24px;
    bottom: 0
}

#closeModal .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

a.hpe-carousel-bannerlink {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center
}

a.hpe-carousel-bannerlink .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 0
}

a.hpe-carousel-bannerlink .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.hbt-arrowbtn.closeModal {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center
}

.hbt-arrowbtn {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center
}

.hbt-arrowbtn .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 24px;
    bottom: 3px
}

.hbt-arrowbtn .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

a#findServicesBySku {
    font-size: 1.125rem !important;
    margin-top: -22px;
    display: flex;
    padding: 4px 20px 6px 20px;
    max-width: 215px;
    opacity: .5;
    justify-content: center
}

a#findServicesBySku.greenBTN {
    opacity: 1
}

a#findServicesBySku .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 3px
}

a#findServicesBySku .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

a#findServices {
    font-size: 1.125rem !important;
    margin-top: -10px;
    display: flex;
    padding: 4px 20px 6px 20px;
    max-width: 220px;
    opacity: .5;
    justify-content: center
}

a#findServices.greenBTN {
    opacity: 1
}

a#findServices .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 3px
}

a#findServices .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.max-w215 {
    max-width: 235px
}

.max-w310 {
    max-width: 400px
}

.btn-block {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px
}

.btn-block .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 24px;
    bottom: 0
}

.btn-block .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.text-center {
    text-align: center
}

.pd-l0 {
    padding-left: 0
}

a#deliveryMethodNext {
    width: 175px
}

a#deliveryMethodNext .hpe-icon {
    font-size: 20px;
    bottom: -5px
}

button#hpe-fe-btn-to-models {
    padding: 5px 28px 5px 28px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

button#hpe-fe-btn-to-models .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: 2px
}

#hpe-fe-btn-to-models .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

button#skupdpbtn {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

button#skupdpbtn1 {
    padding: 8px 28px 8px 28px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative
}

button#skupdpbtn2 {
    text-align: left;
    line-height: 21px;
    justify-content: center;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    padding: 9px 18px 10px 18px
}

button#skupdpbtn3 {
    padding: 8px 28px 8px 28px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative
}

button#skupdpbtn4 {
    padding: 8px 28px 8px 28px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative
}

button#skupdpbtn5 {
    padding: 8px 28px 8px 28px !important;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    position: relative
}

button#skupdpbtn5 {
    width: 210px;
    margin-bottom: 14px !important;
    margin-left: 3px;
    margin-top: 0
}

button#skupdpbtn .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 0
}

#skupdpbtn .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#skupdpbtn .icon-aftertext {
    margin-left: 0
}

button#skupdpbtn1 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    margin-top: 0
}

#skupdpbtn1 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#skupdpbtn1 .icon-aftertext {
    margin-left: 0
}

button#skupdpbtn2 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    bottom: -3px;
    margin-left: 10px
}

#skupdpbtn2 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#skupdpbtn2 .icon-aftertext {
    margin-left: 0
}

button#skupdpbtn3 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: -3px
}

#skupdpbtn3 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#skupdpbtn3 .icon-aftertext {
    margin-left: 0
}

button#skupdpbtn4 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: -3px
}

#skupdpbtn4 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#skupdpbtn4 .icon-aftertext {
    margin-left: 0
}

button#skupdpbtn5 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: 0
}

#skupdpbtn5 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#skupdpbtn5 .icon-aftertext {
    margin-left: 0
}

.variant1,
.variant2,
.variant4,
.variant5 {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center
}

.variant3 {
    padding: 3px 28px 5px 28px !important;
    margin-bottom: 15px !important;
    margin-top: 9px
}

.variant1 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 24px;
    bottom: 0
}

.variant1 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.variant2 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 24px;
    bottom: 0
}

.variant2 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.variant3 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 0
}

.variant3 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.variant4 {
    padding: 4px 5px 5px 5px !important;
    margin-bottom: 10px !important
}

.variant4 .icon-aftertext {
    margin-left: 0
}

.variant4 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: 2px;
    margin-left: 10px;
    margin-right: 0
}

.variant4 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.variant5 .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 0
}

.variant5 .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.pd-b0 {
    padding-bottom: 0
}

button#hpe_common_click_button {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: left
}

button#hpe_common_click_button .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: 0
}

#hpe_common_click_button .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#hpe_common_click_button .icon-aftertext {
    margin-left: 0
}

.hpe-customize-flex-link-Modal {
    padding: 5px 0 8px 0;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.hpe-customize-flex-link-Modal .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: -2px
}

.hpe-customize-flex-link-Modal .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

.hpe-customize-flex-link-Modal .icon-aftertext {
    margin-left: 0
}

button#hmc-cc {
    padding: 5px 28px 8px 28px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

button#hmc-cc .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 18px;
    bottom: 0;
    margin-left: 10px
}

#hmc-cc .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

#hmc-cc .icon-aftertext {
    margin-left: 10px
}

button.hpe-customize-link {
    padding: 4px 18px 5px 18px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

button.hpe-customize-link .icon-aftertext .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: -4px
}

button.hpe-customize-link .icon-aftertext .hpe-icon {
    align-self: center;
    justify-content: flex-end;
    font-size: 20px;
    bottom: 2px
}

button.hpe-customize-link .btn-text {
    text-align: left;
    line-height: normal;
    display: flex;
    align-self: center
}

button.hpe-customize-link .icon-aftertext {
    margin-left: 0
}

button.hpe-show-instant-price {
    padding: 0;
    font-size: 1rem !important
}

.pd-t0 {
    padding-top: 0 !important
}

button.hpe_common_click_button {
    padding: 6px 18px 10px 18px
}

.customize-lik button.hpe_common_click_button .hpe-icon {
    margin-top: 0
}

.hpe-product-list__button .hpe-button {
    padding: 8px 18px 8px 18px;
    width: 13rem
}

.pdp-priceinfo-m-l {
    margin-left: 5px
}

.hpe-select--minimal {
    margin-left: 3px !important
}

.Fe_leaseAmount .leasePricepdp {
    margin-left: 3px !important
}

.fe-price-info-popup-wrapper {
    position: relative;
    display: inline-block;
    width: 0;
    font-size: 1.09rem;
    font-weight: 400
}

.fe-price-info-popup-wrapper .fe-price-info-popup {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .246);
    height: auto;
    margin: auto;
    padding: 25px 20px;
    position: absolute;
    transition: all .2s ease-in-out;
    width: 256px;
    z-index: 98
}

.fe-price-info-popup-wrapper .fe-price-info-popup:before {
    content: "";
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    box-shadow: 5px 5px 4px rgba(0, 0, 0, .2);
    background: #fff;
    position: absolute;
    z-index: 98;
    top: 90.5px;
    left: 115px
}

.fe-price-info-popup-wrapper .fe-price-info-popup {
    bottom: 32px;
    left: -142px;
    top: unset;
    transition: bottom .5s
}

.popup-slide-effect {
    bottom: 35px !important
}

.fe-price-info-popup-wrapper .fe-price-info-popup span {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
    white-space: normal;
    font-weight: 400
}

.fe-price-info-popup-wrapper .fe-price-info-popup .fe-priceinfo-popup-close {
    position: absolute;
    top: 8px;
    right: 2px;
    margin-right: 5px;
    margin-top: 5px;
    cursor: pointer
}

.pdp-info-icon-margin-top {
    padding: 20px
}

.w-285 {
    width: 285px
}

button.hpe-button.hpe-button--secondary.getquotebtn {
    min-width: 13rem
}

.instant-price-quickspecs-section {
    display: flex
}

.instant-quickspec-text-bold {
    font-weight: 700
}

.help-me-choose-product-display .owl-stage-outer {
    padding: 0 !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn {
    padding: 7px 18px 9px 18px;
    margin-bottom: 14px;
    margin-top: 1px;
    margin-right: 6px
}

button.hpe-button.hpe-card__button.hpe-customize-link.link-btn {
    padding: 8px 18px 8px 18px
}

button.hpe-button.hpe-card__button.hpe-customize-flex-link-Modal.link-btn,
button.link-btn {
    padding: 6px 12px 10px 12px !important
}

.next-back-btn,
.next-back-btn:hover {
    border: 2px solid #024a92
}

.next-button-right {
    margin-top: -12px;
    margin-right: 25px;
    padding: 5px 14px 6px 20px !important
}

@media only screen and (max-width:767px) {
    .next-button-right {
        margin-top: -12px;
        margin-bottom: 13px;
        margin-right: 43px
    }
}

.round-btn,
.round-btn:hover {
    border: 2px solid #024a92
}

.fw-10r {
    width: 13rem;
    margin: 0 auto
}

.round-btn .hpe-icon {
    color: #024a92
}

.next-back-btn .hpe-icon {
    color: #024a92
}

.hmc-get-quote-btn {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 25px;
    color: #fff;
    width: 100%
}

ul.yCmsContentSlot.hpe-product-grid__products-gen.row {
    left: 325.472px;
    list-style-type: none !important
}

.yCmsComponent .generic-hpe-button {
    display: block;
    margin-bottom: 15px;
    position: absolute;
    bottom: 5px;
    width: 90%;
    margin: 10px
}

.help-me-choose-prod-container .fe-price-info-popup:before {
    top: 112px;
    left: 56px
}

.help-me-choose-prod-container .fe-price-info-popup {
    bottom: 30px !important;
    left: -80px;
    padding: 24px 16px;
    min-height: 128px
}

.brand-color {
    color: #024a92
}

.text-align-center {
    display: block;
    width: 100%;
    text-align: center
}

.pdp-price-holder-margin {
    margin-bottom: 20px
}

.fe-modal--size-large .hpe-modal__content {
    width: 80rem
}

@media only screen and (max-width:1300px) {
    .fe-modal--size-large .hpe-modal__content {
        width: 90%
    }
}

@media only screen and (max-width:1000px) {
    .fe-modal--size-large .hpe-modal__content {
        width: 50rem
    }
}

@media only screen and (max-width:768px) {
    .fe-modal--size-large .hpe-modal__content {
        width: 25.5rem
    }
}

.w-175 {
    width: 175px
}

.instant-pricing-action-specs>a,
.instant-pricing-action-specs>span {
    font-weight: 700
}

.instant-pricing-action-specs .fe-btn-specs-link {
    color: #024a92
}

.help-me-choose-productcarouselOwl .owl-item.active {
    padding: 0 8px
}

.hpe-product-list__meta {
    margin-top: 0
}

.disp-inline-block {
    display: inline-block
}

.instance-price-plp {
    padding-left: 0;
    font-size: 1rem !important
}

.mr-10 {
    margin-right: 10px
}

button#standaloneOptions {
    margin-right: 10px
}

.edit-customizations-button button.hpe-button.hpe-button--plain {
    margin-bottom: -5px
}

#helpmechoosebtn .owl-carousel .owl-item {
    display: block
}

.skupdp-instant-price-section .fe-price-info-popup.sip-sku-infopopup.popup-slide-effect {
    min-height: 128px
}

.skupdp-instant-price-section .fe-price-info-popup-wrapper .fe-price-info-popup:before {
    top: 112px
}

.requestquotepl {
    padding-left: 2px
}

.skupdp-instant-price-section .fe-price-info-popup.sip-sku-infopopup {
    min-height: 128px
}

.help-me-choose-prod-background form#command {
    text-align: center
}

.price-info-section .fe-price-info-popup-wrapper .popup-slide-effect {
    min-height: 128px
}

.price-info-section .fe-price-info-popup-wrapper .fe-price-info-popup:before {
    top: 112px
}

@media screen and (max-width:767px) {
    .hpe-product-list__row .fe-price-info-popup-wrapper .fe-price-info-popup {
        left: -100px
    }

    .hpe-product-list__row .fe-price-info-popup-wrapper .fe-price-info-popup:before {
        left: 75px
    }
}

.hpe-product-list>.hpe-brand-rule {
    padding-bottom: 10px !important
}

@media screen and (min-width:768px) {
    .order-review-promo {
        position: absolute;
        top: 100px;
        right: 8px
    }

    .order-confirmation-promo {
        position: absolute;
        top: 80px;
        right: 8px
    }
}

.hpe-check-box__label[name=hpeprodcompcb] {
    word-break: normal !important
}

.instant-sku-request-quote,
form#sip-requestquote {
    display: inline
}

.pd-t0 {
    padding-top: 0 !important
}

.image-set {
    display: block;
    width: 100%;
    height: 100%
}

.mr-b15 {
    margin-bottom: 15px
}

.pd-lr0 {
    padding-left: 0;
    padding-right: 0
}

.w-130 {
    width: 130px
}

a.btn.btn-primary.hpe-button.btn-block.modal-delete-button .hpe-icon {
    font-size: 18px
}

a.btn.btn-default.hpe-button.btn-block.closeColorBox.hpe-button--secondary .hpe-icon {
    font-size: 18px
}

.w-min13rem {
    min-width: 13rem
}

.flex-offer-nav-tabs {
    margin-right: 0 !important
}

button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10 {
    padding: 8px 18px 5px 18px
}

.arrow-btn {
    width: 14px;
    height: 15px
}

@media only screen and (max-width:767px) {

    .hpe-product-list__button .hpe-button,
    button.hpe-button.hpe-button--secondary.getquotebtn {
        min-width: 100%;
        float: right
    }

    .hpe-product-grid__item button.hpe-button.hpe-button--secondary.add-cart-btn {
        min-width: 100%
    }

    .hpe-carousel__actions {
        flex-direction: column
    }

    .hpe-carousel__action-button,
    .hpe-carousel__card {
        text-align: -webkit-center;
        text-align: center
    }

    #cboxLoadedContent {
        padding: 0 10px 25px 10px !important
    }

    #cboxClose {
        top: 1.5rem;
        right: 1.7rem
    }

    .owl-carousel .owl-nav {
        display: block
    }

    button#addChCProduct {
        width: 100%
    }

    li.yCmsComponent.hpe-product-grid__item.col-6.col-md-4 {
        max-width: 100%;
        flex: 0 0 100%
    }

    .hpe-support__image-container .banner-background-image.pd-t0 {
        height: 250px
    }

    .col-xl-9.hpe-featured-product__button {
        justify-content: center;
        padding-bottom: 15px
    }

    .button.hpe-button.hpe-button--secondary.getquotebtn {
        max-width: 100%;
        width: 100%
    }

    .col-sm-7.hpe-product-list__button form#command {
        text-align: left
    }

    button#cancelBillingAddress {
        margin-top: 15px
    }

    button#cancelBillingAddresstwo {
        width: 175px;
        margin-top: 15px
    }

    .del-bundle-parts .newdeletegrp {
        left: 133px;
        float: left;
        margin-top: -26px
    }

    .col-12.hpe-fe-top-area-right.col-lg-5.pd-l0 {
        text-align: -webkit-right
    }

    .hpe-fe-top-area-right #hpe-fe-btn-chat {
        width: 210px;
        float: right
    }

    button#hpe-fe-btn-to-models {
        width: 210px;
        float: right
    }

    button#hpe-fe-btn-chat,
    button#skupdpbtn5 {
        width: 210px;
        float: right
    }

    button#skupdpbtn1,
    button#skupdpbtn2,
    button#skupdpbtn3,
    button#skupdpbtn4,
    button#skupdpbtn5 {
        float: right
    }

    .hpe-fe-top-area-right #hpe-fe-btn-chat,
    .hpe-fe-top-area-right button.quote-btn2 {
        float: right
    }

    button#getQuote {
        padding: 10px 20px 10px 20px;
        width: 100%
    }

    .sip-chat {
        width: 210px;
        float: right;
        clear: both
    }

    button#skupdpbtn5 {
        width: 210px;
        float: right
    }

    .flex-addon-btn {
        min-width: 130px !important;
        margin-bottom: -5px
    }

    .flex-cart-btn {
        min-width: 150px !important
    }

    .col-md-4.flex-fill.hpe-cart-list__text--right {
        margin-top: 40px
    }

    .col-md-auto.flex-fill.hpe-cart-list__text--right {
        margin-top: 30px
    }

    .options-btn-position {
        margin-left: -10px
    }

    button.hpe-button.hpe-button--secondary.js-enable-btn.PDPbuttonAlignment.getquotebtn.mr-10.es-esbtn {
        display: flex;
        padding: 9px 5px 5px 19px;
        justify-content: center;
        align-self: center
    }

    button.hpe-button.hpe-button--secondary.js-enable-btn.PDPbuttonAlignment.getquotebtn.mr-10.es-esbtn .hpe-icon.hpe-icon-quote {
        align-self: center;
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 0
    }

    .buttonHolder {
        width: 100%;
        margin-right: 0;
        margin-left: 10px;
        text-align: left
    }

    button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10.it-it-customize {
        padding: 10px 18px 6px 26px
    }

    button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10.it-it-customize .hpe-icon {
        font-size: 20px;
        margin-top: -2px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp {
        margin-top: -14px;
        float: left;
        margin-left: 10px
    }

    .sa-ui .hpe-number-input__delete {
        margin-left: 125px;
        padding: 0;
        margin-top: -42px;
        float: left
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -25px;
        float: left;
        margin-left: -14px
    }
}

@media only screen and (min-width:767px) and (max-width:1024px) {
    .hpe-fe-top-area-right #hpe-fe-btn-chat {
        clear: both
    }

    .sip-chat {
        width: 210px;
        float: right;
        clear: both
    }

    button#skupdpbtn5 {
        width: 210px;
        float: right
    }

    .right {
        flex-direction: column;
        gap: 12px
    }

    button#hpe-fe-btn-to-models {
        float: right
    }

    button#skupdpbtn1 {
        float: right
    }

    button#skupdpbtn1,
    button#skupdpbtn2,
    button#skupdpbtn3,
    button#skupdpbtn4,
    button#skupdpbtn5 {
        float: right
    }

    a.link-del-btn {
        margin-left: 104px;
        margin-top: -75px;
        float: left
    }

    .sa-ui .hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
        bottom: 0;
        margin-right: -5px
    }

    .sa-ui {
        position: absolute;
        right: -10px
    }

    .del-bundle-parts .newdeletegrp {
        right: -40px !important
    }

    .sa-ui span.hpe-button.hpe-button--noborder {
        top: -18px
    }

    .sip-mb {
        min-height: 152px;
        display: flex;
        justify-content: end
    }

    .row.sip-btn-holder {
        flex-direction: column;
        gap: 5px
    }

    .sa-ui .hpe-number-input__delete {
        margin-left: 125px;
        padding: 0;
        margin-top: 0;
        float: left
    }

    .sa-ui {
        bottom: 14px;
        margin-left: 47px;
        left: 197px
    }

    .sa-ui .hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
        bottom: 0;
        margin-right: -5px;
        top: 0;
        width: 117px
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .newdeletegrp {
        top: 9px !important;
        right: -22px !important
    }

    a.link-del-btn {
        margin-left: 95px;
        display: block;
        margin-top: -96px;
        float: left
    }

    .sa-ui {
        bottom: 14px;
        margin-left: 140px
    }

    .sa-ui button.hpe-button.hpe-button--noborder.hpe-number-input__delete {
        margin-left: 130px;
        float: left;
        margin-top: -15px
    }

    .flexModalContainer {
        min-width: 72rem !important
    }
}

@media (min-width:1200px) {
    .flexModalContainer {
        min-width: 72rem !important
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .qtyTrash_Section {
        margin-left: 40px
    }

    .mt-3,
    .my-3 {
        margin-top: .5rem !important
    }

    .newdeletegrp {
        top: -14px !important;
        right: -58px !important
    }
}

@media only screen and (min-width:150px) and (max-width:450px) {
    .newdeletegrp {
        top: 9px !important;
        right: -60px !important
    }

    a.link-del-btn {
        margin-top: -58px
    }

    .row.qtyText_Cart {
        right: 43px
    }
}

.pd-t25 {
    padding-top: 25px !important
}

button#addChCProduct {
    background: linear-gradient(60deg, #024a92 0 13%, #1cd3a8 20%, #024a92 27%, #024a92);
    background-position: 99% 50%;
    background-size: 200% 200%;
    border: var(--btn-v4-border-width) solid transparent;
    color: #fff;
    transition: background-position .5s;
    border-radius: 100px;
    border: 2px solid #024a92
}

button.hpe-button.hpe-customize-link.CCskuModalBtn .hpe-icon {
    margin-top: -1px
}

button.hpe-button.hpe-button--secondary.js-enable-btn.PDPbuttonAlignment.getquotebtn.mr-10.es-esbtn {
    text-align: left;
    display: flex;
    line-height: 20px
}

button.hpe-button.hpe-button--secondary.js-enable-btn.PDPbuttonAlignment.getquotebtn.mr-10.es-esbtn .hpe-icon.hpe-icon-quote {
    align-self: center;
    font-size: 23px;
    margin-bottom: 10px
}

button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10.it-itconfigquotebtn {
    line-height: unset;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 22px
}

button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10.it-itconfigquotebtn .hpe-icon {
    margin-bottom: 16px;
    font-size: 27px
}

.fe-menubar-wrapper {
    height: 91px;
    display: block;
    margin-top: 40px
}

.fe-menubar-overflow {
    position: relative;
    margin-left: auto;
    height: 90px;
    display: inline-block
}

.fe-menubar-overflow-items {
    position: absolute;
    width: 200px;
    height: auto;
    z-index: 9999999999;
    top: 94px;
    right: 0;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .3);
    display: none
}

.fe-menubar-overflow-items .fe-menuItems {
    height: 50px;
    display: block;
    width: 98%
}

.fe-menubar-overflow-items .fe-oneLinesP {
    height: 50px;
    line-height: 50px
}

.fe-menubar-overflow-arrow {
    height: 100%;
    display: flex;
    align-items: center;
    width: 30px;
    margin-left: auto;
    align-items: center;
    margin-right: 3rem
}

.fe-menubar-overflow-arrow svg {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.fe-menubar-overflow-arrow svg.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 90px !important
}

@media screen and (max-width:526px) {
    .fe-oneLinesP {
        display: none
    }

    .fe-menubar-overflow-items {
        width: 60px;
        right: 30px;
        text-align: center
    }
}

.instant-link-section,
.instant-price-cta-section,
.price-cta-section {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    flex-direction: row
}

button.hpe-button.hpe-card__button.hpe-customize-flex-link-Modal.link-btn.it-it-smbsolutionbtn {
    justify-content: left;
    text-align: left;
    line-height: 20px;
    padding: 9px 20px 10px 22px !important
}

button.hpe-button.hpe-card__button.hpe-customize-flex-link-Modal.link-btn.it-it-smbsolutionbtn .hpe-icon {
    font-size: 21px;
    bottom: 0
}

.js-execute-entry-action-button {
    margin-right: 0;
    margin-left: 118px;
    display: block;
    margin-top: -15px
}

button#delgrpitem {
    margin-right: 2px
}

.ml-minus20 {
    margin-left: -20px
}

.mr-minus5 {
    margin-right: -5px
}

button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10.it-it-customize {
    line-height: 20px;
    padding: 8px 18px 9px 26px;
    text-align: left
}

button.hpe-button.hpe-card__button.hpe-customize-link.PDPbuttonAlignment.mr-10.it-it-customize .hpe-icon {
    font-size: 20px
}

button.hpe-button.hpe-card__button.hpe-customize-link.link-btn.it-itconfigure {
    line-height: 19px;
    padding: 7px 18px 7px 23px !important;
    text-align: left
}

button.hpe-button.hpe-card__button.hpe-customize-link.link-btn.it-itconfigure .hpe-icon {
    font-size: 20px;
    margin-top: 4px
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.us-enconfigurebuy {
    line-height: 20px !important;
    padding: 4px 22px 6px 22px !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.us-enconfigurebuy {
    padding: 9px 28px 10px 25px !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.fr-frconfigurebuy {
    line-height: 20px !important;
    padding: 4px 22px 6px 22px !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.fr-frconfigurebuy .hpe-icon {
    font-size: 20px
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.es-esccskumodal,
button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.de-deconfigurebuy {
    line-height: 20px !important;
    padding: 5px 22px 5px 22px !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.it-itconfigurebuy {
    line-height: 20px !important;
    padding: 4px 22px 4px 22px !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.es-esccskumodal .hpe-icon {
    font-size: 26px;
    margin-bottom: 8px
}

button.hpe-button.hpe-button--secondary.js-enable-btn.PDPbuttonAlignment.getquotebtn.es-esrequestquote {
    line-height: 20px;
    text-align: left;
    display: flex;
    line-height: 20px;
    padding: 8px 19px 8px 22px
}

button.hpe-button.hpe-button--secondary.js-enable-btn.PDPbuttonAlignment.getquotebtn.es-esrequestquote .hpe-icon {
    font-size: 24px;
    margin-top: 4px
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.de-deconfigurebuy .hpe-icon {
    font-size: 25px;
    margin-top: -6px
}

.promotion-section {
    padding: .625rem 0
}

@media only screen and (min-width:240px) and (max-width:767px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp {
        margin-top: -14px;
        float: left;
        margin-left: 10px
    }

    .sa-ui .hpe-number-input__delete {
        margin-left: 125px;
        padding: 0;
        margin-top: -42px;
        float: left
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -72px;
        float: left;
        margin-left: 105px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp {
        margin-top: -14px;
        float: left;
        margin-left: 10px
    }

    .sa-ui .hpe-number-input__delete {
        margin-left: 125px;
        padding: 0;
        margin-top: -25px;
        float: left
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: 25px;
        float: left;
        margin-left: 4px
    }
}

@media (min-width:1450px) {
    .js-execute-entry-action-button {
        margin-left: 263px;
        top: 3px;
        margin-top: -17px;
        float: right
    }

    .sa-ui .hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
        bottom: 0;
        margin-right: 0;
        margin-left: 70px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp {
        margin-top: -37px;
        margin-left: -6px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn {
        margin-right: 14px;
        float: right;
        margin-top: -32px
    }

    span.js-execute-entry-action-button.ml-minus20 button.hpe-button.hpe-button--noborder.hpe-number-input__delete {
        display: block;
        margin-top: -32px;
        margin-right: 17px
    }
}

@media only screen and (min-width:240px) and (max-width:389px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp {
        margin-top: -14px;
        float: left;
        margin-left: 10px
    }

    .sa-ui .hpe-number-input__delete {
        margin-left: 125px;
        padding: 0;
        margin-top: -42px;
        float: left
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-left: 69px
    }

    .del-bundle-parts .newdeletegrp {
        margin-top: -25px
    }
}

@media only screen and (max-width:767px) {
    .del-bundle-parts .newdeletegrp {
        margin-top: 0
    }
}

@media only screen and (min-width:450px) and (max-width:767px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -50px;
        float: left;
        margin-left: 5px
    }

    .sa-ui .hpe-number-input__delete {
        margin-left: 125px;
        padding: 0;
        margin-top: 1px;
        float: left
    }
}

@media (min-width:968px) and (max-width:992px) {
    .sa-ui {
        bottom: 0;
        margin-left: 47px;
        left: 277px
    }

    .del-bundle-parts .newdeletegrp {
        right: 14px !important
    }
}

@media (min-width:767px) and (max-width:968px) {
    .sa-ui {
        bottom: 0;
        margin-left: 47px;
        left: 277px
    }

    .del-bundle-parts .newdeletegrp {
        right: 14px !important;
        right: -35px !important;
        float: left
    }
}

@media (min-width:390px) and (max-width:450px) {
    .sa-ui .hpe-number-input__delete {
        margin-top: -43px
    }

    .del-bundle-parts .newdeletegrp {
        margin-top: -24px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-left: 84px
    }
}

@media (min-width:276px) and (max-width:390px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -48px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -46px;
        float: left;
        margin-left: 55px
    }
}

@media (min-width:240px) and (max-width:276px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -75px
    }
}

@media (min-width:190px) and (max-width:239px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -46px;
        margin-left: 50px
    }
}

.inline-div {
    display: inline
}

.sa-ui span.hpe-button.hpe-button--noborder {
    z-index: 0
}

.sa-ui .hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
    z-index: 2222
}

.item__quantity__total.hpe-number-input.hpe-number-input--small.hpe-cart-list__number-input {
    z-index: 2
}

@media only screen and (width:390px) and (height:844px) and (-webkit-device-pixel-ratio:3) {
    .sa-ui .hpe-number-input__delete {
        margin-top: -42px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -47px;
        float: left;
        margin-left: 58px
    }
}

@media only screen and (device-width :414px) and (device-height :896px) and (-webkit-device-pixel-ratio :2) {
    .sa-ui .hpe-number-input__delete {
        margin-top: -15px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -47px;
        float: left;
        margin-left: 58px
    }
}

@media only screen and (min-width:393px) and (max-width:767px) {
    .sa-ui .hpe-number-input__delete {
        margin-top: -15px
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -47px;
        float: left;
        margin-left: 58px
    }
}

@media only screen and (min-width:360px) and (max-width:767px) {
    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: -47px;
        float: left;
        margin-left: 52px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) {
    .sa-ui .hpe-number-input__delete {
        margin-left: 125px;
        padding: 0;
        margin-top: -49px;
        float: left;
        z-index: 5
    }

    span.hpe-button.hpe-button--noborder.delete-grp.newdeletegrp a.link-del-btn .hpe-number-input__delete {
        margin-top: 27px;
        float: left;
        margin-left: 10px
    }
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.de-deccskumodal,
button.hpe-button.hpe-customize-link.CCskuModalBtn.fr-frccskumodal,
button.hpe-button.hpe-customize-link.CCskuModalBtn.it-itccskumodal {
    line-height: 20px;
    padding: 5px 18px 5px 18px !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.de-deccskumodal .hpe-icon,
button.hpe-button.hpe-customize-link.CCskuModalBtn.fr-frccskumodal .hpe-icon,
button.hpe-button.hpe-customize-link.CCskuModalBtn.it-itccskumodal .hpe-icon {
    font-size: 20px;
    margin-top: -5px
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.de-deskuconfigurebuy,
button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.es-esskuconfigurebuy,
button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.fr-frskuconfigurebuy,
button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.it-itskuconfigurebuy {
    line-height: 20px;
    padding: 5px 18px 5px 18px !important
}

button.hpe-button.hpe-customize-link.CCskuModalBtn.skuconfigurebuy.skupdpbtn.fr-frskuconfigurebuy .hpe-icon {
    font-size: 20px;
    margin-top: -5px
}

@media only screen and (min-width:768px) and (max-width:870px) {
    #featureDisplayProductSection .Fe_leaseAmount {
        height: 90px !important;
        width: 80%
    }
}

@media only screen and (width:390px) and (height:844px) and (-webkit-device-pixel-ratio:3) {
    article.hpe-card.hpe-card--details.variant-item-cr {
        margin-left: 20px
    }
}

button#hpe-fe-btn-chat {
    width: 210px
}

.w-210 {
    width: 210px
}

.hpe-fe-txt-chatwithproductadvisor {
    text-align: right
}

.recommended-contentblock {
    min-height: 125px
}

.recommended-textblock {
    min-height: 100px
}

.mr-b10 {
    margin-bottom: 10px
}

.cpo_lbl {
    display: inline-block;
    height: 21px
}

.regpopup {
    visibility: hidden;
    width: auto;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    margin-left: -144px;
    background: #fff;
    font-size: 13px;
    padding: 17px 10px !important;
    color: #000;
    white-space: normal !important;
    border-top: 5px solid #024a92;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 20%);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.regpopup:after {
    content: "";
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    box-shadow: 4px 4px 6px -2px rgb(0 0 0 / 20%);
    background: #fff;
    position: absolute;
    z-index: 98;
    margin-top: 0;
    left: 121px
}

.regpopup p {
    text-wrap: nowrap;
    padding: 8px 0;
    font-weight: 600;
    font-size: 14px;
    margin: 0
}

.regpopup ul {
    padding: 2px 0 2px 18px;
    margin: 0
}

.regpopup ul li {
    padding: 2px 0;
    font-size: 12px
}

.regsvgokta-container {
    position: relative;
    display: inline;
    height: 24px
}

.regsvgokta {
    display: inline-block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-top: 22px;
    margin-left: 4px
}

@media screen and (max-width:767px) {
    .regpopup {
        margin-left: -166px
    }

    .regpopup:after {
        left: 142px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .regpopup {
        margin-left: -154px
    }

    .regpopup:after {
        left: 129px
    }
}

.smartchoice {
    background-color: #f5f5f5
}

.smartchoice .bottom {
    margin-bottom: 50px !important
}

.template-pages-promo-smartchoicelayoutPage .hpe-product-list.hpe-block-overflow.pt-0 {
    padding-bottom: 0
}

.facetTagHidden {
    display: none
}

@media only screen and (width:390px) and (height:844px) and (-webkit-device-pixel-ratio:3) {
    .img-zoom-container {
        margin: 0 !important
    }
}

article.hpe-product-grid.hpe-block-overflow.hpe-block-overflow--highlight~section {
    margin: 0 11px 0 11px
}

.mr-b15 {
    margin-bottom: 15px
}

.hpe-fe-top-area-left {
    background-color: #f7f7f7;
    padding: 19px 13px 12px 15px
}

#cartdisplayjsondata+div {
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0 40px 0
}

.col-lg-9.hpe-full-bleed--mobile>:nth-child(6) {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0 0 0
}

.col-lg-9.hpe-full-bleed--mobile>:nth-child(7) {
    font-size: 18px;
    font-weight: 500;
    padding: 0
}

.col-lg-9.hpe-full-bleed--mobile>:last-child {
    margin-bottom: 300px
}

.col-lg-9.hpe-full-bleed--mobile {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 10px 0;
    line-height: 20px
}

.col-lg-9.hpe-full-bleed--mobile>.yCmsComponent.yComponentWrapper {
    font-weight: 600
}

.col-lg-9.hpe-full-bleed--mobile>.yCmsComponent.yComponentWrapper>a {
    color: #024a92;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='%23024a92' d='M9.586 6 5.893 2.307 7.307.893l5.4 5.4.707.707-.707.707-5.4 5.4-1.414-1.414L9.586 8H0V6h9.586Z'/%3E%3C/svg%3E") no-repeat;
    background-position: 99% 75%;
    padding-right: 20px;
    background-size: 13px
}

#soldbyblock {
    min-height: 60px
}

.no-details {
    min-height: 125px
}

.col-lg-9.hpe-full-bleed--mobile>:last-child {
    margin-bottom: 300px
}

button.hpe-button.hpe-button--plain.editConfigBtn.hpe-customize-link.js-enable-btn {
    font-size: 16px !important
}

.widgetiframe>.hpe-headline {
    margin: 0 0 1rem
}

.flex-container {
    display: flex
}

.hpe-notification--critical--custom {
    background: var(--light-validation-critical, linear-gradient(0deg, rgba(252, 97, 97, .24) 0, rgba(252, 97, 97, .24) 100%), #fff);
    color: #444
}

.hpe-notification-svg-custom-color {
    color: #fc5a5a
}

.hpe-notificaiton-custom-text-color {
    color: #444
}

p.base-model-price.hpe-product-list__price {
    padding-top: 12px
}

.subHeaderAlign {
    font-size: 1.5rem !important;
    font-weight: 600
}

#subHeaderImage .hpe-page-header--image {
    margin-top: -25px
}

.template-pages-promo-smartchoicelayoutPage .hpe-product-list.hpe-block-overflow.pt-0 .paragraph-container {
    margin-bottom: -47px
}

section.hpe-page-header.hpe-page-header--image h1.hpe-headline.hpe-headline--caps.hpe-headline--black.hpe-page-headline {
    margin-top: 30px
}


.text-limit-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
 }

 .text-limit-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
 }

 /* Limit text to 3 lines */
.text-limited {
    display: -webkit-box;          /* Required for multi-line truncation */
    -webkit-line-clamp: 5;         /* Set the number of lines to show */
    -webkit-box-orient: vertical;  /* Defines the orientation of the box */
    overflow: hidden;              /* Hide the overflow text */
    text-overflow: ellipsis;       /* Optional: Adds ellipsis when the text is truncated */
}


 @media screen and (max-width:767px) {
    .text-limit-mobi {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* number of lines to show */
                line-clamp: 2; 
        -webkit-box-orient: vertical;
     }
     .text-limit-mobi-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3; /* number of lines to show */
                line-clamp: 3; 
        -webkit-box-orient: vertical;
        font-size: 0.8rem !important;
        margin-bottom: 0px !important;
     }
     .img-mobile
     {
        min-width: 250px !important;
        margin: 15px !important;
     }
     .img-mobile-2
     {
        max-width: 100px !important;
        margin: 15px !important;
     }
     .text-mobile-2
     {
        font-size: 10px;
     }
    

        
}
.button-cmd
{
    padding: 15px;
    margin-top: 15px;
}

@media screen and (max-width:767px) {
    .button-cmd
    {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 1px;
    }
    .img-cmd {
        width: 80px !important;
        padding: 2px !important;
        margin-left: 15px !important;
    }
}

.img-cmd {
    width: 250px;
}


.sticky-top {
  position: sticky !important;
  top: 10px !important;
  z-index: 1020 !important;
}



@media only screen and (max-width: 991px) {
  .sticky-top {
    position: unset;
  }
}

.side-bar {
    padding-left: 20px;
  }
  
  @media only screen and (max-width: 991px) {
    .side-bar {
      padding-left: 0;
      padding-right: 0;
    }
  }
  
  .side-bar.left {
    padding-left: 0;
    padding-right: 20px;
  }
  
  @media only screen and (max-width: 991px) {
    .side-bar.left {
      padding-right: 0;
      padding-left: 0;
    }
  }


  .text-line-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .limit-1 {
    -webkit-line-clamp: 1;

  }
  
  .limit-2 {
    -webkit-line-clamp: 2;

  }
  
  .limit-3 {
    -webkit-line-clamp: 3;

  }