.gift-guide .column-container {
  background-color: white;
}

.compare-title {
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.compare-inner {
  padding: 20px 25px;
}
.compare-list {
  padding: 20px 0;
}
.compare-item {
  padding: 10px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.compare-item img {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .compare-item img {
    max-height: 140px;
  }
}
.compare-item-name {
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 0;
  max-height: 50px;
  overflow: hidden;
}
.compare-no-item {
  font-size: 18px;
  padding: 77px 0;
}
.x-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  cursor: pointer;
}
.x-button:before {
  box-sizing: border-box;
  font-size: 20px;
  font-family: HPIcons;
  height: 40px;
  line-height: 20px;
  color: #8a8a8a;
  content: '\E907';
}
.compare-btn {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  color: #0171AD;
  border: 1px solid #0171AD;
  padding: 15px 30px;
  margin: 3px;
  border-radius: 2px;
  font-size: 18px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.compare-btn.left {
  float: left;
}
.compare-btn.disabled {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  border: none;
  color: #999;
  padding: 0;
  max-width: 55%;
  cursor: default;
}
.compare-btn.bottom {
  display: inline-block;
  text-align: center;
}
.compare-bot {
  text-align: center;
}
.compare-modal-inner {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  padding-bottom: 100px;
}
.compare-table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  min-width: 1024px;
  height: 0;
  box-sizing: border-box;
}
.compare-row {
  display: table-row;
}
.compare-row:nth-child(even) {
  background-color: #f5f5f5;
  text-transform: uppercase;
}
.compare-row:not(*:first-child) {
  padding-left: 20px;
}
.compare-row:nth-child(odd) .compare-cell {
  line-height: 1.6;
  margin-bottom: 1.25em;
}
.compare-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 25%;
  padding: 10px;
  line-height: 14px;
  font-size: 14px;
  margin: 0;
}
.compare-cell .compare-item-name {
  text-transform: none;
  padding: 0;
  margin: 15px 0;
  font-size: 16px;
}
.compare-cell .compare-item {
  padding: 20px;
  height: 100%;
  margin-bottom: 0px;
}
.compare-cell .compare-item.empty-item {
  padding: 0;
  background: transparent;
  display: inline;
}
.compare-cell .compare-no-item {
  font-size: 20px;
  cursor: pointer;
  padding: 0;
}
.compare-cell img {
  max-width: 100%;
}
.compare-cell .btn.btn-primary {
  display: block;
  color: #0171AD;
  border: none;
  background-color: transparent;
  font-size: 16px;
  margin: 0 0 30px 0;
  padding: 0;
}
.compare-cell .prd-price {
  font-size: 16px;
  margin: 15px 0px;
  min-height: 0;
}
.compare-cell .prd-price .sale-price {
  font-size: inherit;
}
.compare-cell .prd-price .inventory-msg {
  display: none;
}
.compare-modal-title {
  font-size: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
  text-align: center;
}
.add-compare {
  padding: 0px;
  vertical-align: text-top;
}

.product-card {
  text-align: left;
  width: 31.5%;
  display: inline-block;
  margin: 10px 0 10px 20px;
  max-width: 360px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(245, 245, 245, 0.9);
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  height: 710px;
}
.product-card.placeholder .prd-price {
  display: none;
}
.product-card.udf {
  cursor: auto;
  cursor: initial;
  padding: 0;
  max-height: 710px;
}
.product-card.udf .footer-banner {
  display: none;
}
.product-card.udf .footer-banner h4 {
  margin: 5px 0 10px;
  font-size: 1.4em;
}
.product-card:first-child.udf {
  overflow: hidden;
}
.product-card:last-child.udf {
  display: block;
  width: 100%;
  max-width: 100%;
}
.product-card:last-child.udf .footer-banner {
  display: block;
}
.product-card .compare {
  color: #757575;
  float: right;
  margin-top: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 10px;
}
.product-card .compare .view-compare {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
}
.product-card .compare .compare-clickable {
  color: #0171AD;
  cursor: pointer;
}
.product-card .prod-img .actual-image {
  max-height: 195px;
}
.product-card .add-compare:before {
  background: url(//store.hp.com/app/assets/images/icons/listing2_check_radio_sheet.png) 1px 1px no-repeat;
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.product-card .add-compare.compare-selected:before {
  background: url(//store.hp.com/app/assets/images/icons/listing2_check_radio_sheet.png) -18px 1px no-repeat;
}
.product-card.compare-selected {
  outline: 1px solid #34343c;
}
.product-card .product-details {
  min-height: 277px;
  padding: 20px 20px 10px;
}
.product-card .violator-tooltip {
  margin: 0;
}
.product-card .violator-container {
  color: #4b3f96;
  font-size: 18px;
  height: 65px;
  line-height: 19px;
  padding: 10px 0 20px 0;
  overflow: hidden;
}
.product-card .violator-container h4,
.product-card .violator-container p {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  margin: 0;
}
.product-card .deals-banner {
  position: absolute;
  width: 100%;
}
.product-card .prd-footer {
  padding: 12px 20px 20px;
  position: relative;
}
.product-card .prd-footer .clearfix {
  display: inline;
}
.product-card .prd-footer .sale-price,
.product-card .prd-footer .strike-price {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
}
.product-card .ksps {
  margin: 10px 0;
  height: 100px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.product-card .ksps li {
  font-size: 16px;
  font-weight: 100;
  color: #666666;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-card .ksps li:before {
  content: '\2022';
  font-weight: bolder;
  margin-right: 10px;
}
@media only screen and (max-width: 1444px) {
  .product-card {
    margin: 10px 0 10px 15px;
  }
}
@media only screen and (max-width: 1280px) {
  .product-card,
  .product-card.udf {
    width: 47%;
    max-width: inherit !important;
  }
}
@media only screen and (max-width: 640px) {
  .product-card,
  .product-card.udf {
    width: 94%;
    margin: 15px;
  }
  .product-card .product-details,
  .product-card.udf .product-details {
    min-height: auto;
  }
  .product-card .product-title,
  .product-card.udf .product-title {
    height: auto;
  }
  .product-card .product-title h3,
  .product-card.udf .product-title h3 {
    font-size: 20px;
  }
  .product-card .prd-footer,
  .product-card.udf .prd-footer {
    padding-top: 0;
  }
  .product-card .deals-banner {
    position: static;
    max-height: none;
  }
}
@media only screen and (max-width: 765px) {
  div.promo-tile-text {
    min-height: 0;
  }
  .product-card {
    height: auto;
  }
}
div.promo-tile-text {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 0;
}
.udf div.large-tile-text {
  margin-bottom: 25px;
}
.udf div.small-tile-text {
  margin-bottom: 37px;
  line-height: 18px;
}
.prd-hdr-2 {
  font-size: 14px;
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  font-weight: normal;
  color: #757575;
  max-height: 17px;
  overflow: hidden;
  margin-bottom: 15px;
}
.prd-hdr-2 > div {
  display: inline-block;
  overflow: hidden;
  border-right: 1px solid #dddddd;
  line-height: 14px;
  margin: 0 5px 0 0;
  padding-right: 5px;
}
.prd-hdr-2 > div:last-of-type {
  border-right: none;
}
.pdp-link {
  font-size: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: inherit;
  color: #000;
  font-weight: 100;
}
.pdp-link:hover {
  text-decoration: underline;
}
.product-title h3 {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 20px;
  height: 50px;
  overflow: hidden;
  margin: 0;
}
.specs-and-offers {
  color: #0171AD;
  font-size: 16px;
}
.customize-btn {
  background-color: #0096d6;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  padding: 15px 30px;
}
.customize-btn.busy {
  background: #0096d6 url(//www.hp.com/us-en/shop/app/assets/images/icons/btn-busy-indicator.gif) no-repeat center center;
}
.tech-specs-open {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  color: #0171AD;
  background-color: white;
  display: inline-block;
  margin-right: 15px;
  border-right: 1px solid #dddddd;
  cursor: pointer;
}
.offers-list {
  margin: 0;
  list-style: none;
  padding: 0;
  line-height: 1.6;
}
.offers-list li {
  font-size: 12.5px;
  color: #444;
  list-style: disc;
  list-style-position: inside;
  font-family: Helvetica, Arial, sans-serif;
}
.offers-list li p {
  font-size: 12.5px;
  display: inline;
}
.product-sku {
  max-width: 94px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tech-specs-modal-container {
  max-width: 1080px;
}
.tech-specs {
  overflow: hidden;
}
.tech-specs .product-img-slider {
  max-width: 460px;
  margin: 0 auto;
}
.tech-specs ul,
.tech-specs li {
  list-style: none;
  padding: 0;
}
.tech-specs .prod-img {
  background-color: transparent;
}
.tech-specs .specs-content {
  max-width: 884px;
  padding: 30px;
  margin: 0 auto;
}
.tech-specs .specs-product-title {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin: 25px 0;
}
.tech-specs .specs-product-description {
  line-height: 1.6;
}
.tech-specs .specs-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tech-specs .specs-row {
  display: table-row;
}
.tech-specs .specs-cell {
  display: table-cell;
  border-top: 1px solid #ebebeb;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 15px;
}
.tech-specs .spec-name {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  text-align: right;
  min-width: 198px;
  max-width: 237px;
  width: 30%;
  text-transform: uppercase;
}
.tech-specs .specs-cell.spec-values {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  text-align: left;
}
.tech-specs .specs-cell.spec-values a {
  color: #0171AD;
}
.tech-specs .spec-value {
  display: inline;
}
.tech-specs .tooltip {
  vertical-align: super;
  font-size: 70%;
  position: relative;
}
.tech-specs .tooltip .tooltip-popover {
  font-size: 14px;
  width: 200px;
}
.tech-specs .specs-disclaimer {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 1.25em;
  text-align: left;
  color: #666;
  margin-bottom: 60px;
}
@media only screen and (max-width: 640px) {
  .tech-specs .specs-table,
  .tech-specs .specs-row,
  .tech-specs .specs-cell {
    display: block;
  }
  .tech-specs .specs-row {
    border-top: 1px solid #ebebeb;
    padding: 16px 0;
  }
  .tech-specs .specs-cell {
    border: none;
    font-size: 14px;
    padding: 0;
    text-align: left;
    line-height: 22px;
  }
  .tech-specs .tooltip {
    vertical-align: baseline;
    vertical-align: initial;
    font-size: inherit;
  }
  .tech-specs .tooltip .tooltip-popover {
    display: none;
  }
}

.product-results {
  float: left;
  width: 100%;
  transition: width 0.5s ease;
}
.product-results.v2 {
  display: flex;
  flex-wrap: wrap;
  float: inherit;
}
.product-results.v2 .cache-add-container .product-card-new {
  width: 100%;
}
@media only screen and (min-width: 1919px) {
  .product-results.v2 .cache-add-container,
  .product-results.v2 .udf {
    width: 33%;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1919px) {
  .product-results.v2 .cache-add-container,
  .product-results.v2 .udf {
    width: 50%;
  }
  .product-results.v2 .cache-add-container,
  .product-results.v2 .udf {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-results.v2 .cache-add-container,
  .product-results.v2 .udf {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .product-results.left-menu-open {
    max-width: 80%;
    float: left;
  }
}

.search-top-bar {
  text-align: left;
  padding: 0 20px;
}
.search-top-bar h2 {
  font-size: 36px;
  color: #000;
  padding: 40px 0 0 0;
  margin: 0;
}
.search-top-bar:after {
  display: table;
  content: "";
  clear: both;
}
.search-top-bar > .search-sort {
  float: right;
}
.search-top-bar.v2 {
  font-family: 'Montserrat';
  position: relative;
  text-align: center;
  height: 60px;
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  font-size: 14px;
}
.search-top-bar.v2 > .search-sort {
  float: none;
  float: initial;
  position: absolute;
  right: 20px;
}
.search-top-bar.v2 > .filter-count-bar {
  position: absolute;
  left: 20px;
  top: 10px;
  font-weight: 600;
}
.search-top-bar.v2 > .filter-count-bar .search-filter-crumbs {
  line-height: 31px;
}
.search-top-bar.v2 > .filter-count-bar .count,
.search-top-bar.v2 > .filter-count-bar .clear-filters {
  color: #165DBA;
}
.search-top-bar.v2 > .filter-count-bar .clear-filters {
  float: right;
}
.search-top-bar.v2 > .filter-count-bar .clear-filters .link {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .search-top-bar.v2 {
    height: auto;
    padding-top: 0;
  }
  .search-top-bar.v2 > .search-sort,
  .search-top-bar.v2 > .filter-count-bar,
  .search-top-bar.v2 > .search-hits {
    position: inherit;
    right: 0;
    top: 0;
    left: 0;
    display: block;
  }
}

.search-sort {
  display: inline-block;
}
.sortby {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  float: right;
  width: 275px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #0171AD;
  text-align: center;
  letter-spacing: 0px;
  color: #0171AD;
  padding-left: 12px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.sortby .sort-arrow-down {
  position: absolute;
  right: 22px;
  top: 21px;
  width: 0.7rem;
  height: 0.7rem;
}
.sortby .sort-arrow-down.hp-icon.page-down:before {
  font-size: 18px;
  font-weight: 900;
  line-height: 4px;
}
.sortby .sort-menu {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  border-radius: 0;
  border: none;
  color: #0171AD;
  width: 191px;
  font-size: 18px;
  margin: 0 5px 0 14px;
  padding: 10px 0 10px 3px;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  z-index: 5;
}
.sortby .sort-menu option {
  color: #000;
  padding-left: 10px;
}
.sortby .sort-menu:focus {
  border: none;
}
.sortby:hover {
  background: #0171AD;
  color: #fff;
}
.sortby:hover .sort-menu {
  color: #fff;
}
.sortby:hover .sort-arrow-down.hp-icon.page-down:before {
  color: #fff;
}
.sortby:hover .sort-menu option {
  color: #000;
  padding-right: 50px;
  background-color: #fff;
}
/* media query for mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) {
  .sortby {
    width: 100%;
    display: block;
  }
  .sortby {
    width: 100%;
    display: block;
  }
}

.products-list {
  text-align: left;
  min-height: 1400px;
}
.info-bar {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  padding: 10px;
  margin-left: 10px;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  box-sizing: border-box;
  font-weight: 100;
  background-color: #fbfbfb;
}
.info-bar.shift-right {
  margin-left: 315px;
}
.num-results {
  float: left;
}
@media only screen and (max-width: 1280px) {
  .info-bar.shift-right {
    max-width: calc(98% - 420px);
  }
}
@media only screen and (max-width: 1024px) {
  .info-bar.shift-right {
    margin-left: 10px;
    padding-top: 20px;
    max-width: 98%;
  }
}
@media only screen and (max-width: 640px) {
  .fixed-info {
    position: fixed;
    top: 96px;
    z-index: 301;
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 15px;
  }
  .shift-down {
    padding-top: 161px;
  }
}
@media only screen and (max-width: 800px) {
  .info-bar {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    position: relative;
  }
}
/* media query for mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 500px) and (-webkit-min-device-pixel-ratio: 2) {
  .product-results .products-list {
    margin-top: 15px;
  }
  .product-results .info-bar {
    margin-left: 0px;
  }
  .top-banner .savingsBanner {
    margin-top: 35px;
  }
  .info-bar.shift-right {
    margin-left: 0px;
    padding-top: 20px;
    max-width: 100%;
  }
  .search-top-bar .search-hits {
    position: absolute;
    top: 115px;
  }
  .info-bar .search-top-bar {
    text-align: left;
    padding: 0 7px;
  }
  .info-bar .search-top-bar .num-results {
    position: absolute;
    /*offset to move below search bar*/
    bottom: -20px;
  }
  .info-bar .search-top-bar .search-hits {
    position: absolute;
    top: 115px;
  }
  .info-bar .search-top-bar .search-hits.filtered {
    top: 130px;
  }
}
/* end mobile media query */

/* MODAL CSS */
.left-menu {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  width: 0%;
  float: left;
  position: relative;
  /* remove transition, it doesnt work well with the product list */
  /*transition: 0.5s ease; */
  background-color: #fff;
  max-width: 400px;
  min-height: 200px;
  overflow: hidden;
  /* new design code */
}
.left-menu .left-menu-inner {
  /*This will help ignore tab focus on hidden elements*/
  display: none;
}
.left-menu.show {
  width: 20%;
  overflow: visible;
}
.left-menu.show .left-menu-inner {
  display: block;
}
.left-menu .fixed-left-menu {
  position: fixed;
  top: 0;
  z-index: 1;
  width: inherit;
  max-width: inherit;
  background-color: inherit;
}
.left-menu .left-menu-bottom {
  position: absolute;
  top: auto;
  max-width: inherit;
  width: inherit;
  bottom: 50px;
}
.left-menu .tab-content {
  display: none;
}
.left-menu .tab-content.active {
  display: block;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.left-menu .filters-heading h2 {
  display: inline;
}
.left-menu .hover-scroll {
  height: 100%;
  display: block;
}
.left-menu.sticky-menu .hover-scroll {
  height: 100vh;
  overflow: hidden;
}
.left-menu.sticky-menu .hover-scroll-inner {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
}
.left-menu.sticky-menu .hover-scroll-inner::-webkit-scrollbar {
  width: 8px;
  background-color: #f1f1f1;
}
.left-menu.sticky-menu .hover-scroll-inner::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
.left-menu.v2 .tab-content.active {
  border: none;
}
.left-menu-mobile {
  display: none;
}
.left-menu-modal .tab-content {
  display: none;
  border-right: none;
  border-bottom: none;
}
.left-menu-modal .tab-content.active {
  display: block;
}
.left-menu-modal .tab-content .search-side-bar .category-filters .filters-heading h2 {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  font-size: 16px;
}
.left-menu-modal .tab-content .search-side-bar .filter-header {
  font-size: 16px;
}
.left-menu-modal .modal-close-btn {
  background-color: white;
}
.left-menu-modal .modal-close-btn:before {
  color: black;
}
.left-menu-modal .menu-tabs li:first-of-type {
  border-left: none;
}
.left-menu-modal .menu-tabs li:last-of-type {
  border-right: none;
}
.left-menu-modal .menu-tabs li {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #0171AD;
}
.left-menu-modal .menu-tabs li.active {
  color: black;
}
.left-menu .clear-compare,
.left-menu-modal .clear-compare,
.left-menu .clear-filters,
.left-menu-modal .clear-filters {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  margin: 20px 0;
  float: right;
  cursor: pointer;
  color: #0171AD;
  font-size: 16px;
}
.left-menu-inner h2 {
  font-size: 20px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}
.static-container {
  position: static;
}
.menu-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-tabs li {
  width: 50%;
  float: left;
  text-align: center;
  padding: 20px 0;
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 0;
  cursor: pointer;
  list-style: none;
  background-color: #fbfbfb;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fbfbfb;
  color: black;
}
.menu-tabs li.active {
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fff;
  color: #000;
}
.filter-btn-bar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .left-menu {
    display: none;
  }
  .left-menu-mobile {
    width: 100%;
    position: fixed;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    bottom: 0;
    border-top: 1px solid #ddd;
    z-index: 301;
  }
  .left-menu-mobile.show {
    /* TODO: need to figure out what to do with productio filters*/
    display: block;
  }
  .left-menu-mobile-btn {
    font-family: 'HP Simplified', Arial;
    font-weight: 400;
    display: block;
    width: 100%;
    color: #0171AD;
    padding: 20px 0;
    background-color: #fbfbfb;
    bottom: 0;
    border-right: 1px solid #ddd;
    float: left;
  }
  .left-menu-mobile-btn .compare button {
    font-family: 'HP Simplified', Arial;
    font-weight: 400;
    color: #0171AD;
  }
}

.video-content {
  position: relative;
  height: 410px;
}
.video-content .brightcove-container {
  width: 100%;
  height: 100%;
}
.video-content .play-btn {
  cursor: pointer;
  position: absolute;
  height: 196px;
  width: 196px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('https://www.hp.com/us-en/shop/app/assets/images/uploads/prod/play-btn1556838861313.png');
  background-size: contain;
}
.video-content .banner-text {
  position: absolute;
  top: 80%;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.video-content .brightcove-container .brightcove-iframe {
  height: 100%;
}
.video-modal {
  max-width: 960px;
  max-height: 540px;
  padding: 0;
  background: transparent;
}
.video-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
}
@media only screen and (max-width: 1023px) {
  .video-content .banner-text {
    font-size: 24px;
    top: 70%;
  }
}
@media only screen and (max-width: 496px) {
  .video-content {
    margin-top: 0px;
    height: 135px;
  }
  .video-content .play-btn {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 497px) and (max-width: 798px) {
  .video-content {
    height: 302px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .video-content {
    height: 369px;
  }
}

.card {
  text-align: center;
}
.add-to-cart {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  color: #fff;
  border: 1px solid #0096d6;
  background: #0096d6;
  font-weight: 400;
  font-size: 1em;
  border-radius: 3px;
  min-width: 200px;
  height: 50px;
  padding: 5px 30px;
  margin-top: 40px;
  line-height: 40px;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
.add-to-cart a {
  color: white;
  margin: -1em;
  padding: 1em;
}
.add-to-cart:hover {
  cursor: pointer;
  color: white;
  background-color: #0171AD;
}
.add-to-cart:hover a {
  color: white;
}
.add-to-cart:focus {
  background-color: #0171AD;
}

button.toggle-left-menu {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  position: absolute;
  font-size: 18px;
  width: 20%;
  max-width: 400px;
  height: 45px;
  line-height: 45px;
  background-color: #0171AD;
  border: 1px solid #0171AD;
  text-align: left;
  letter-spacing: 0px;
  color: #fff;
  padding: 0 20px 0 12px;
  white-space: nowrap;
  top: 20px;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
button.toggle-left-menu .page-right:before,
button.toggle-left-menu .page-left:before {
  font-size: 18px;
  letter-spacing: -10px;
  position: absolute;
  top: 2px;
  right: 8%;
  font-weight: 900;
}
button.toggle-left-menu .page-right:last-child:before,
button.toggle-left-menu .page-left:last-child:before {
  right: 5%;
}
button.toggle-left-menu.active {
  background-color: #fff;
  color: #0171AD;
}
@media only screen and (max-width: 1024px) {
  button.toggle-left-menu {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  button.toggle-left-menu:hover {
    background: #fff;
    color: #0171AD;
  }
  button.toggle-left-menu.active:hover {
    background-color: #0171AD;
    color: #fff;
  }
}
.using-keyboard button.toggle-left-menu:focus {
  background: #fff;
  color: #0171AD;
}
.using-keyboard button.toggle-left-menu.active:focus {
  background-color: #0171AD;
  color: #fff;
}
.main-content.v2 {
  max-width: 1920px;
  margin: auto;
}
.main-content.v2 button.toggle-left-menu {
  height: 40px;
  line-height: 40px;
  top: 5px;
}
.main-content.v2 button.toggle-left-menu .page-right:before,
.main-content.v2 button.toggle-left-menu .page-left:before {
  top: 0;
}

.dropdown {
  position: relative;
  /** TODO: This is for the slp dropdown, i'm not sure if this is how all dropdowns should look on mobile
    never hear back from UX on this */
}
.dropdown button.select {
  font-family: 'Montserrat';
  background-color: transparent;
  cursor: pointer;
  padding: 10px 16px;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  font-weight: bolder;
}
.dropdown button.select .label {
  font-family: 'Montserrat';
  font-weight: normal;
  font-weight: initial;
  border-right: 1px solid #AAAAAA;
  padding-right: 12px;
  margin-right: 12px;
}
.dropdown button.select .selected {
  min-width: 85px;
  text-align: left;
  display: inline-block;
}
.dropdown button.select .icon {
  margin-left: 44px;
}
.dropdown button.select:hover,
.dropdown button.select:focus {
  background-color: #2C3038;
  color: #fff;
}
.dropdown button.select:hover .label:after,
.dropdown button.select:focus .label:after {
  border-color: #fff;
}
.dropdown button.select:hover .icon,
.dropdown button.select:focus .icon {
  fill: #fff;
}
.dropdown .option-container {
  position: absolute;
  top: 105%;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 4px 6px grey;
  box-shadow: 0px 4px 6px rgba(44, 48, 56, 0.25);
  z-index: 5;
}
.dropdown .option {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  text-align: left;
  padding: 10px 16px;
  cursor: pointer;
}
.dropdown .option:hover {
  background-color: #E8E8E8;
  font-weight: bolder;
}
.dropdown .drawer {
  background-color: #2C3038;
  left: 0;
  color: #fff;
  padding: 30px 15px 15px 15px;
}
.dropdown .drawer .label {
  font-weight: bolder;
  padding-bottom: 8px;
}
.dropdown.dark button.select {
  color: #fff;
}
.dropdown.dark button.select .icon {
  fill: #fff;
}
.dropdown.dark button.select:hover,
.dropdown.dark button.select:focus {
  color: #CCCCCC;
}
.dropdown.dark button.select:hover .label:after,
.dropdown.dark button.select:focus .label:after {
  border-color: #CCCCCC;
}
.dropdown.dark button.select:hover .icon,
.dropdown.dark button.select:focus .icon {
  fill: #CCCCCC;
}
@media only screen and (max-width: 801px) {
  .dropdown {
    width: 90%;
    margin: auto;
  }
  .dropdown button.select {
    height: 52px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .dropdown button.select .label {
    border: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .dropdown button.select .selected,
  .dropdown button.select .icon {
    display: none;
  }
}

.search-drawer-button-container {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 10px 0;
  background-color: #fff;
}
.search-drawer-button-container .search-drawer-button {
  border: 1px solid #2C3038;
}
.search-drawer-button-container .search-drawer-button .count {
  padding-left: 5px;
  color: #165DBA;
}
.search-drawer.open {
  width: 100%;
  max-width: 525px;
}
.search-drawer .header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 12px;
  height: 60px;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.search-drawer .header .icon {
  float: left;
}
.search-drawer .header:after {
  content: "";
  clear: both;
}
.search-drawer .header .filter-count-bar {
  margin: auto;
}
.search-drawer .header .filter-count-bar .clear-filters {
  display: none;
}
.search-drawer .header .count {
  color: #165DBA;
  font-weight: bold;
}
.search-drawer .header .count-label {
  font-family: 'Montserrat';
  font-weight: 600;
}
.search-drawer h2 {
  font-size: 16px;
}
.search-drawer .search-side-bar {
  padding: 20px 12px;
}
.search-drawer .footer {
  position: sticky;
  bottom: 0px;
  z-index: 2;
  font-size: 12px;
  background-color: #fff;
}
.search-drawer .footer [type='button'] {
  display: inline-block;
  border-radius: 0;
  padding: 0 12px;
}
.search-drawer .footer .clear-filters {
  width: 35%;
  color: #165DBA;
  border: 0;
  box-shadow: 0px 0 10px rgba(44, 48, 56, 0.25);
}
.search-drawer .footer .see-results {
  width: 65%;
}


/*# sourceMappingURL=sale-page.f12b2942b870ca90e7eb.css.map*/