
/* HP Supertank styles start at line 399 */

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Thin.woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Light.woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Regular.woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Medium.woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Bold.woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Staples Norms Pro";
    src: url("/webfonts/StaplesNormsPro/StaplesNormsPro-Black.woff");
    font-weight: 900;
    font-style: normal;
}

/* ====================== */
/* === General Styles === */
/* ====================== */

.scd-wrapper {
    text-rendering: optimizeSpeed;
    scroll-behavior: smooth;
    max-width: 1404px;
    margin: auto;
}
  
.scd-wrapper * {
    font-size: 16px;
    font-weight: 400;
    font-family: "Staples Norms Pro";
}
  
.scd-wrapper *,
.scd-wrapper *::before,
.scd-wrapper *::after {
    box-sizing: border-box;
}
  
.scd-wrapper h1 {
    font-size: 32px;
}
  
.scd-wrapper h2 {
    font-size: 26px;
}
  
.scd-wrapper h3 {
    font-size: 20px;
}
  
.scd-wrapper h1,
.scd-wrapper h2,
.scd-wrapper h3,
.scd-wrapper h4,
.scd-wrapper p,
.scd-wrapper figure,
.scd-wrapper blockquote,
.scd-wrapper dl,
.scd-wrapper dd {
    margin: 0;
}
  
.scd-wrapper a:not([class]) {
    text-decoration-skip-ink: auto;
}
  
.scd-wrapper img,
.scd-wrapper picture {
    max-width: 100%;
    display: block;
}
  
.scd-wrapper input,
.scd-wrapper button,
.scd-wrapper textarea,
.scd-wrapper select {
    font: inherit;
}

.scd-wrapper ul {
    padding-left: 0;
}

.scd-wrapper ul li {
    line-height: 1.4;
    padding-left: 15px;
    margin-left: 10px;
    background-image: url("../images/bullet.svg");
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: 0 7px;
}

.scd-wrapper ul li,
.scd-wrapper ol li {
    list-style: none;
}

.scd-wrapper ul li::marker,
.scd-wrapper ul li::before {
    display: none;
    content: "";
    line-height: 0;
    min-width: 0;
}
  
/* ===================== */
/* === Helper Styles === */
/* ===================== */

.scd-wrapper .shadow {
    box-shadow: 0px 1px 5px #dddddc;
}
  
.scd-wrapper .shadow-light {
    box-shadow: 0px 0px 2px #dddddc;
}
  
.scd-wrapper .border {
    border: 1px solid #dddddc;
}
  
.scd-wrapper .shadow:hover,
.scd-wrapper .shadow-light:hover {
    box-shadow: 0px 0px 15px #dddddc;
}
  
/* =================== */
/* === Text Styles === */
/* =================== */
  
.scd-wrapper .label {
    margin-top: 0.25em;
    font-size: 12px;
}
  
.scd-wrapper .emphasis {
    font-weight: 500;
}
  
.scd-wrapper .big {
    font-size: 22px;
    font-weight: 500;
}
  
.scd-wrapper .headline-lg {
    font-size: 48px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-wrapper .headline-md {
    font-size: 36px;
    font-weight: 900;
    color: #cc0000;
}
  
.scd-wrapper .headline-sm {
    font-size: 24px;
    font-weight: 900;
    color: #cc0000;
}
  
/* =================== */
/* === Link Styles === */
/* =================== */
  
.scd-wrapper .link {
    color: #0875e2;
    text-decoration: none;
}
  
.scd-wrapper .link:hover {
    text-decoration: underline;
}
  
.scd-wrapper .link.secondary {
    color: #000000;
    text-decoration: underline;
}
  
.scd-wrapper .link.secondary:hover {
    font-weight: 500;
}
  
.scd-wrapper .link.on-dark {
    color: #ffffff;
    text-decoration: underline;
}
  
.scd-wrapper .link.on-dark:hover {
    font-weight: 500;
}
  
/* ===================== */
/* === Button Styles === */
/* ===================== */
  
.scd-wrapper .button {
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    border-radius: 22px;
    border: none;
    padding: 0 30px;
    text-decoration: none;
    margin-bottom: 1em;
    margin-right: 1em;
}
  
.scd-wrapper .button:hover {
    cursor: pointer;
}
  
.scd-wrapper .button.primary {
    color: #ffffff;
    background: #cc0000;
}
  
.scd-wrapper .button.primary:hover {
    background: #dd1700;
}
  
.scd-wrapper .button.primary.on-dark {
    color: #cc0000;
    background: #ffffff;
}
  
.scd-wrapper .button.primary.on-dark:hover {
    background: #f4f5f4;
}
  
.scd-wrapper .button.secondary {
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
  
.scd-wrapper .button.secondary:hover {
    background: #f4f5f4;
}
  
.scd-wrapper .button.secondary.on-dark {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
}
  
.scd-wrapper .button.secondary.on-dark:hover {
    background: rgba(0, 0, 0, 0.1);
}
  
.scd-wrapper .button.disabled {
    color: #ffffff;
    background: #dddddc;
    pointer-events: none;
}
  
/* ================== */
/* === Checkboxes === */
/* ================== */
  
.scd-wrapper .cbox-row {
    display: block;
}
  
.scd-wrapper .cbox-row input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.scd-wrapper .cbox-row input:checked + label:before {
    background-color: #0875e2;
    border: 1px solid #0875e2;
}
  
.scd-wrapper .cbox-row input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
  
.scd-wrapper .cbox-row label {
    position: relative;
    cursor: pointer;
}
  
.scd-wrapper .cbox-row label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #979797;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    top: -1px;
}
  
/* ===================== */
/* === Radio Buttons === */
/* ===================== */
  
.scd-wrapper .radio-row input:checked, .scd-wrapper .radio-row input:not(:checked) {
    position: absolute;
    left: -9999px;
}
  
.scd-wrapper .radio-row input:checked + label, .scd-wrapper .radio-row input:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
  
.scd-wrapper .radio-row input:checked + label:before, .scd-wrapper .radio-row input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #979797;
    border-radius: 100%;
    background: #ffffff;
}
  
.scd-wrapper .radio-row input:checked + label:after, .scd-wrapper .radio-row input:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
}
  
.scd-wrapper .radio-row input:checked + label:before {
    background: #0875e2;
    border: none;
}
  
.scd-wrapper .radio-row input:checked + label:after {
    opacity: 1;
    transform: scale(1);
    background: #ffffff;
}
  
.scd-wrapper .radio-row input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

/* HP Smart Tank Styles */
/*
@font-face {
    font-family: "HPSimplified-Regular";
    src: url("/fonts/HPSimplified-Regular/HPSimplified-Regular.eot");
    src: url("/fonts/HPSimplified-Regular/HPSimplified-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/HPSimplified-Regular/HPSimplified-Regular.woff2") format("woff2"), url("/fonts/HPSimplified-Regular/HPSimplified-Regular.woff") format("woff"), url("/fonts/HPSimplified-Regular/HPSimplified-Regular.ttf") format("truetype"), url("/fonts/HPSimplified-Regular/HPSimplified-Regular.svg#HPSimplified-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HPSimplified-Bold";
    src: url("/fonts/HPSimplified-Bold.woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "HPSimplified-Light";
    src: url("/fonts/HPSimplified-Light/HPSimplified-Light.eot");
    src: url("/fonts/HPSimplified-Light/HPSimplified-Light.woff2") format("woff2"), url("/fonts/HPSimplified-Light/HPSimplified-Light.woff") format("woff"), url("/fonts/HPSimplified-Light/HPSimplified-Light/HPSimplified-Light.ttf") format("truetype"), url("/fonts/HPSimplified-Light/HPSimplified-Light.svg#HPSimplified-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: "HPSimplified-Regular";
    src: url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Regular/HPSimplified-Regular.eot");
    src: url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Regular/HPSimplified-Regular.eot?#iefix") format("embedded-opentype"), url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Regular/HPSimplified-Regular.woff2") format("woff2"), url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Regular/HPSimplified-Regular.woff") format("woff"), url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Regular/HPSimplified-Regular.ttf") format("truetype"), url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Regular/HPSimplified-Regular.svg#HPSimplified-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HPSimplified-Bold";
    src: url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Bold.woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "HPSimplified-Light";
    src: url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Light/HPSimplified-Light.eot");
    src: url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Light/HPSimplified-Light.woff2") format("woff2"), url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Light/HPSimplified-Light.woff") format("woff"), url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Light/HPSimplified-Light/HPSimplified-Light.ttf") format("truetype"), url("/sbd/cre/products/221108/kcfep911/fonts/HPSimplified-Light/HPSimplified-Light.svg#HPSimplified-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Main Wrapper */
.scd_supertank_main {
    width:100%;
    display:flex;
    flex-direction:column;
    background-color:#fff;
}
/* Main Header shared styles */
.supertank_header_wrap h2 {
    font-size:24px;
    margin-bottom:5px !important;
}
.supertank_header_wrap p {
    font-size:14px;
}
.supertank_mobile_text_bg {
    padding-top:20px;
    padding-right:20px;
    padding-bottom:20px;
    padding-left:20px;
    background-color:rgba(255, 255, 255, 0.9);
}
/* Blue Header Banner */
.blue_header {
    max-width:100%;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:25px 5px 25px 14px;
    background-color:#142341;
    margin-bottom:15px;
}
.blue_header_hp_logo {
    
}
.hp_logo_white {
    width:60px;
    min-width:60px;
}
.blue_header_text {
    padding-left:15px;
}
.blue_header_text h2 {
    color:#fff;
    font-family:"HPSimplified-Regular";
    font-weight:normal;
    line-height:normal;
    text-transform:uppercase;
}
.blue_header_text p {
    color:#fff;
    font-family:"HPSimplified-Light";
    font-weight:normal;
    line-height:normal;
    padding-right:25px;
}
/* Smart Tank Banner */



.smart_tank_banner {
    width:100%;
    height:270px;
    display:flex;
    flex-direction:column;
    justify-content:;
    align-items:flex-start;
    padding:15px;
    margin-bottom:15px;
    /*
    background-image:url(/images/smart-tank-banner.jpg);
    */
    background-image:url(/sbd/cre/products/221108/kcfep911/images/smart-tank-banner.jpg);

    background-position:bottom;
    background-size:cover;
    background-repeat:no-repeat;
}
.smart_tank_text h2 {
    color:#000;
    font-family:"HPSimplified-Regular";
    font-weight:normal;
    line-height:normal;
}
.smart_tank_text p {
    color:#000;
    font-family:"HPSimplified-Regular";
    font-weight:normal;
    line-height:normal;
}
/* Smart Tank Product Grid */
.smart_tank_grid_wrap {
    width:100%;
    display:flex;
    overflow-x:hidden;
}
.smart_tank_labels {
    min-width:100px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    margin-right:10px;
    margin-bottom:15px;
}
.tank_label_item {
    color:#fff;
    font-size:15px;
    font-family:"HPSimplified-Regular";
    font-weight:normal;
    line-height:normal;
    text-align:center;
    background-color:#acacae;
}
.label1 {
    padding:16px 8px 25px 8px;
}
.label2 {
    padding:0 8px 33px 8px;
}
.label3 {
    padding:0 8px 45px 8px;
}
.label4 {
    padding:0 8px 25px 8px;
}
.tank_label_top {
    border-top-right-radius:5px;
}
.tank_label_bottom {
    border-bottom-right-radius:5px;
}
.smart_tank_grid {
    width:900px;
    display:flex;
    overflow-x:scroll;
    cursor:grab;
}
.smart_tank_grid:active {
    cursor:grabbing;
}
.smart_tank_item {
    min-width:240px;
    display:flex;
    flex-direction:column;
    justify-items:center;
}
.smart_tank_printer_img {
    position:relative;
    width:160px;
    max-width:160px;
    height:106.666px;
    height:107px;
    margin:0 auto !important;
}
.smart_tank_printer_img img {
    width:160px;
    max-width:160px;
    height:106.666px;
    height:107px;
    margin:0 auto !important;
}
.smart_tank_printer_6001 {
    background-image:url(/sbd/cre/products/221108/kcfep911/images/6001_hp-480x320_2x.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.smart_tank_printer_7001 {
    background-image:url(/sbd/cre/products/221108/kcfep911/images/7001_hp-480x320_2x.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.smart_tank_printer_7301 {
    background-image:url(/sbd/cre/products/221108/kcfep911/images/7301_hp-480x320_2x.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.smart_tank_printer_7602 {
    background-image:url(/sbd/cre/products/221108/kcfep911/images/7602_hp-480x320_2x.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.smart_tank_printer_2504 {
    background-image:url(/sbd/cre/products/221108/kcfep911/images/2504w_hp-480x320_2x.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.smart_tank_printer_2604 {
    background-image:url(/sbd/cre/products/221108/kcfep911/images/2604_hp-480x320_2x.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
.smart_tank_business_img {

}
.smart_tank_printer_title {
    color:#000;
    font-size:17px;
    font-family:"HPSimplified-Regular";
    font-weight:normal;
    line-height:normal;
    text-align:center;
    padding:5px 5px 5px 10px;
    margin-bottom:2px;
}
.smart_tank_printer_icons {
    position:relative;
    display:flex;
    justify-content:center;
}
.printer_icon_wrap {
    margin-bottom:12px;
    z-index:50;
}

.icon_wrap_blue {
    height:36px;
    width:36px;
    margin-right:2px;
    border-radius:18px;
    cursor:pointer;
    background-color:#436799;
    background-image:url(/sbd/cre/products/221108/kcfep911/images/business.svg);
    background-repeat:no-repeat;
    background-size:25px;
    background-position:5px 4px;
}
.icon_wrap_blue:hover {
    background-color:#b2c6e2;
    background-image:url(/sbd/cre/products/221108/kcfep911/images/business-blue.svg);
    background-repeat:no-repeat;
    background-size:25px;
    background-position:5px 4px;
}
.business_print_hover {
    position:absolute;
    top:-157px;
    display:none;
    min-width:;
    width:100%;
    min-height:160px;
    height:100%;
    background-color:#fff;
    background-image:url(/sbd/cre/products/221108/kcfep911/images/business-hover.jpg);
    background-repeat:no-repeat;
    background-size:160px 107px;
    background-position:center top;
}
.business_print_hover p {
    width:100%;
    margin:0 auto !important;
    text-align:center;
    font-family:"HPSimplified-Light";
    padding-top:113px;
}
.icon_wrap_blue:hover ~ .business_print_1 {
    display:block;
}
.icon_wrap_blue:hover ~ .business_print_2 {
    display:block;
}
.icon_wrap_blue:hover ~ .business_print_3 {
    display:block;
}
.icon_wrap_blue:hover ~ .business_print_4 {
    display:block;
}
.icon_wrap_blue:hover ~ .business_print_5 {
    display:block;
}
.icon_wrap_blue:hover ~ .business_print_6 {
    display:block;
}
.icon_wrap_purple {
    height:35px;
    width:35px;
    margin-left:2px;
    border-radius:20px;
    cursor:pointer;
    background-color:#ad82b0;
    background-image:url(/sbd/cre/products/221108/kcfep911/images/printer.svg);
    background-repeat:no-repeat;
    background-size:25px;
    background-position:5px 5px;
}
.icon_wrap_purple:hover {
    background-color:#ebceec;
    background-image:url(/sbd/cre/products/221108/kcfep911/images/printer-pink.svg);
    background-repeat:no-repeat;
    background-size:25px;
    background-position:5px 5px;
}
.home_print_hover {
    position:absolute;
    top:-157px;
    display:none;
    min-width:240px;
    width:100%;
    min-height:160px;
    height:100%;
    background-color:#fff;
    background-image:url(/sbd/cre/products/221108/kcfep911/images/printer-hover.jpg);
    background-repeat:no-repeat;
    background-size:160px 107px;
    background-position:center top;
    z-index:5;
}
.home_print_hover p {
    width:100%;
    margin:0 auto !important;
    text-align:center;
    font-family:"HPSimplified-Light";
    padding-top:113px;
}
.icon_wrap_purple:hover ~ .home_print_1 {
    display:block;
}
.icon_wrap_purple:hover ~ .home_print_2 {
    display:block;
}
.icon_wrap_purple:hover ~ .home_print_3 {
    display:block;
}
.icon_wrap_purple:hover ~ .home_print_4 {
    display:block;
}
.smart_tank_printer_button {
    margin:0 auto;
}
.smart_tank_printer_button button {
    font-family:"Motiva Sans";
    font-size:12px;
    color:#fff;
    padding:5px 25px;
    background-color:#326ea1;
    border-radius:25px;
    border:1px solid #326ea1;
    margin-bottom:15px;
}
.smart_tank_printer_button button:hover {
    cursor:pointer;
    background-color:#3d87c6;
}
.icon_hover_box {
    position:absolute;
    top:-158;
    display:none;
    width:100%;
    height:505px;
    border:2px solid #acacae;
    z-index:49;
}
.icon_wrap_blue:hover ~ .icon_hover_box {
    display:block;
}
.icon_wrap_purple:hover ~ .icon_hover_box {
    display:block;
}
.smart_tank_printer_item {
    font-size:15px;
    font-family:"HPSimplified-Light";
    font-weight:normal;
    line-height:normal;
    text-align:center;
    padding:14px 15px 15px 15px;
    border-top:1px solid #acacae;
}
.printer_last_item {
    margin-bottom:7px;
}
/* LaserJet Tank Banner */
.lj_tank_banner {
    width:100%;
    height:270px;
    display:flex;
    flex-direction:column;
    justify-content:;
    align-items:flex-end;
    padding:15px;
    margin-bottom:15px;
    /*
    background-image:url(/images/lj-tanks-banner.jpg);
    */
    background-image:url(/sbd/cre/products/221108/kcfep911/images/laserjet-bg.png);

    background-position:bottom left;
    background-size:cover;
    background-repeat:no-repeat;
}
.lj_tank_text h2 {
    color:#000;
    font-family:"HPSimplified-Regular";
    font-weight:normal;
    line-height:normal;
}
.lj_tank_text p {
    color:#000;
    font-family:"HPSimplified-Regular";
    font-weight:normal;
    line-height:normal;
}
/* Disclaimers */
.disclaimers {
    background-color:#f3f3f3;
    padding:10px;
}
.disclaimers p {
    font-size:12px;
    font-family:"HPSimplified-Light";
    margin-bottom:5px;
}
.disclaimers p b {
    font-size:12px;
    font-family:"HPSimplified-Regular";
    font-weight:bold;
}
/* headers */
.scd-wrapper .header-container{
    background-color: #3b599f;
    width: 100%;
    height: 4em;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
}

.scd-wrapper .category-header{
    color: #fff;
    font-family: "HPSimplified-Regular";
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    font-size: 28px;
}



/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .supertank_header_wrap h2 {
        font-size:38px;
    }
    .supertank_header_wrap p {
        font-size:22px;
    }
    .supertank_mobile_text_bg {
        padding-top:unset;
        padding-right:unset;
        padding-bottom:unset;
        padding-left:unset;
        background-color:unset;
    }
    .hp_logo_white {
        width:80px;
        min-width:80px;
    }
    .blue_header {
        padding:25px 20px;
    }
    .blue_header_text {
        padding-left:25px;
    }
    .blue_header_text p {
        padding-right:83px;
    }
    .smart_tank_banner {
        height:375px;
        flex-direction:row;
        justify-content:flex-start;
        align-items:flex-start;
        background-position:center;
    }
    .smart_tank_text {
        padding-left:100px;
    }
    .smart_tank_labels {
        min-width:140px;
    }
    .label1 {
        padding:20px 10px 30px 10px;
    }
    .label2 {
        padding:0 10px 42px 10px;
    }
    .label3 {
        padding:0 10px 58px 10px;
    }
    .label4 {
        padding:0 10px 30px 10px;
    }
    .lj_tank_banner {
        height:375px;
        flex-direction:row;
        justify-content:flex-end;
        align-items:flex-start;
        background-position:right;
    }
    .lj_tank_text {
        padding-right:6%;
    }
}
/* Fixes cursor in LaserJet section */
@media (min-width: 646px) {
    .cursor_fix {
        cursor:unset;
    }
    .cursor_fix:active {
        cursor:unset;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .supertank_header_wrap h2 {
        font-size:44px;
    }
    .supertank_header_wrap p {
        font-size:24px;
    }
    .blue_header {
        padding:25px 35px;
    }
    .hp_logo_white {
        width:100px;
        min-width:100px;
    }
    .blue_header_text {
        padding:0 35px;
    }
    .blue_header_text p {
        padding-right:unset;
    }
    .smart_tank_banner {
        height:450px;
        padding:15px 35px;
    }
    .smart_tank_text {
        padding-left:135px;
    }
    .smart_tank_labels {
        min-width:200px;
        margin-right:20px;
    }
    .label1 {
        padding:unset;
    }
    .label2 {
        padding:unset;
    }
    .label3 {
        padding:unset;
    }
    .label4 {
        padding:unset;
    }
    .tank_label_item {
        padding:15px;
    }
    .tank_label_tall {
        padding:30px 10px !important;
    }
    .tank_label_bottom {
        padding:30px 10px !important;
        border-bottom-right-radius:5px;
    }
    .lj_tank_banner {
        height:450px;
    }
    .lj_tank_text {
        padding-right:;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .supertank_header_wrap h2 {
        font-size:48px;
    }
    .supertank_header_wrap p {
        font-size:32px;
    }
    .hp_logo_white {
        width:105px;
        min-width:105px;
    }
    .blue_header_text {
        padding:0 0 0 35px;
    }
    .blue_header_text p {
        font-size:28px !important;
    }
    .smart_tank_banner {
        height:450px;
    }
    .smart_tank_text {
        padding-left: 0;
    }
    .smart_tank_grid {
        width:100%;
    }
    .no_grow {
        min-width:340px !important;
        flex-grow:unset !important;
    }
    .smart_tank_item {
        flex-grow:1;
    }
    .lj_tank_banner {
        height:450px;
    }
    .lj_tank_text {
        padding-right:2%;
    }

    .hp-flex-banners {
        display: flex;
        justify-content: space-between;
    }
    
    .hp-flex-banners > div {
        max-width: 49.5%;
    }

    .mobile-break {
        display: none;
    }

    .scd-wrapper .hp-flex-banners .lj_tank_banner,
    .scd-wrapper .hp-flex-banners .smart_tank_banner {
        margin-bottom: 0;
    }

    .scd-wrapper .hp-flex-banners .lj_tank_banner {
        background-position: left;
    }

    .scd-wrapper .header-container {
        height: 5em;
        margin-bottom: 24px;
    }

    .scd-wrapper .category-header {
        font-size: 48px;
    }
}
/* Fix for smart tank header */
/*
@media (min-width: 1153px) {
    .blue_header {
        justify-content:;
    }
    .smart_tank_banner {
        justify-content:;
    }
    .smart_tank_text {
        padding-left:;
        width:904px;
    }
}
*/
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .smart_tank_grid {
        cursor:unset;
    }
    .smart_tank_grid:active {
        cursor:unset;
    }
    .lj_tank_text {
        padding-right:3%;
    }
    .smart_tank_banner p {
        max-width: 460px;
    }
    
    .lj_tank_banner p {
        max-width: 580px;
    }
}
/* XX-Large devices (extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .lj_tank_text {
        padding-right:;
    }
}
