h1 {
  color: #fff !important;
  font-family: Helvetica Light, Roboto-Light, Roboto, Arial !important;
  font-size: 1.375rem !important; }

h2.light {
  color: #fff;
  font-family: Helvetica Light, Roboto-Light, Roboto, Arial;
  font-size: 1.75rem; }

h2.boldface {
  color: #fff;
  font-family: Helvetica, Arial;
  font-size: 1.75rem !important;
  font-weight: bold !important; }

h2.light-black {
  font-family: Helvetica Light, Roboto-Light, Roboto, Arial;
  font-size: 1.75rem; }

h3 {
  color: #ef1209;
  font-family: Helvetica, Arial;
  font-size: 1.25rem !important; }

h4 {
  color: #fff;
  font-family: Helvetica, Arial !important;
  font-weight: bold !important;
  font-size: 1.875rem !important; }

.products-industries {
  margin-bottom: 6.85em; }
  .products-industries .justify-content-between {
    justify-content: center !important; }
  .products-industries .title {
    margin: 25px 50px 20px 50px; }
  .products-industries a, .products-industries a:hover, .products-industries a:visited, .products-industries a:focus {
    text-decoration: none !important; }

.product-what-to-print {
  background-color: #eeeeee;
  padding: 35px;
  line-height: 30px; }
  .product-what-to-print .content {
    margin-bottom: 20px; }
  .product-what-to-print a, .product-what-to-print a:hover, .product-what-to-print a:focus, .product-what-to-print a:visited {
    text-decoration: none; }
  .product-what-to-print .right-content {
    padding-top: 1.875rem;
    padding-left: 2.5rem; }
    .product-what-to-print .right-content .col-12 {
      padding-left: 0px; }

.centered-image {
  text-align: center; }
  .centered-image img {
    margin-left: auto;
    margin-right: auto; }

.supporting-products {
  text-align: center !important;
  color: #ef1209;
  padding: 3%;
  padding-right: 15%;
  margin-bottom: 2.31rem; }
  .supporting-products a, .supporting-products a:hover, .supporting-products a:focus, .supporting-products a:visited {
    color: #ef1209; }
  .supporting-products h5.software, .supporting-products h5.options, .supporting-products h5.inks {
    margin-left: 80%; }
  .supporting-products .content-between {
    display: flex;
    justify-content: space-evenly !important; }
  .supporting-products .centered-text {
    min-width: 320px; }
  .supporting-products .supporting-products-cell {
    margin: 0px 30px 30px 30px;
    width: 100%;
    border: 2px solid #ef1209;
    min-width: 265px;
    min-height: 180px;
    padding: 20% 0% 11% 0%;
    font-size: 20px;
    color: #ef1209 !important; }
    .supporting-products .supporting-products-cell .hover-state {
      display: none; }
  .supporting-products .supporting-products-cell:hover {
    background-color: #ef1209; }
    .supporting-products .supporting-products-cell:hover .supporting-products-cell-software {
      background-position: 0px -70px; }
    .supporting-products .supporting-products-cell:hover .supporting-products-cell-inks {
      background-position: 0px -210px; }
    .supporting-products .supporting-products-cell:hover .supporting-products-cell-options {
      background-position: 0px -350px; }
  .supporting-products .title {
    margin: 30px;
    color: #222;
    margin-left: 15%; }
  .supporting-products .supporting-products-cell-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 133px;
    height: 70px;
    background-image: url(../../img/supportingProducts.png);
    background-repeat: no-repeat;
    background-position: center; }
  .supporting-products .supporting-products-cell-software {
    background-position: 0px 0px;
    margin-top: 20px; }
  .supporting-products .supporting-products-cell-inks {
    background-position: 0px -140px; }
  .supporting-products .supporting-products-cell-options {
    background-position: 0px -280px;
    margin-top: 20px; }
@-moz-document url-prefix() {
  .supporting-products .supporting-products-cell-software, .supporting-products .supporting-products-cell-inks, .supporting-products .supporting-products-cell-options {
    margin-top: 50px; } }
#segment-button {
  margin-top: 20px;
  padding: 2.5% 8% 2.5% 8%;
  font-size: 1.25rem; }

.segment-cell {
  width: 100%;
  height: 100%;
  padding: 20% 0% 10% 0%;
  background-size: cover; }

.segment-container {
  overflow: hidden;
  margin-top: 25px; }

.product-overview-title-light {
  font-family: Helvetica Light, Roboto-Light, Roboto, Arial;
  font-size: 1.375rem;
  color: #fff; }

.product-overview-title {
  margin-top: 5px;
  font-size: 1.875rem;
  color: #fff; }

.product-overview-title-description {
  margin-top: 15px;
  font-family: Helvetica Light, Roboto-Light, Roboto, Arial;
  font-size: 1.125rem;
  color: #fff;
  line-height: 2rem; }

.segment-cell:hover {
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -moz-transform: scale(1.05);
  /* Firefox */
  -ms-transform: scale(1.05);
  /* IE 9 */
  -o-transform: scale(1.05);
  /* Opera */
  transform: scale(1.05); }

.segment-title {
  color: #fff;
  margin-top: 1.25rem;
  font-size: 1.25rem; }

.segment-abbreviation-cell {
  text-align: center;
  font-size: 2.25rem;
  vertical-align: middle;
  font-color: #fff !important;
  border: 2px solid #fff !important;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  min-width: 100px; }

.segment-cell:hover .segment-abbreviation-cell {
  border: 2px solid #ef1209 !important;
  background-color: white;
  opacity: 0.7;
  color: #ef1209 !important; }

@media screen and (max-width: 480px) {
  .product-overview-title-description {
    line-height: 1.5rem; }

  .product-what-to-print .right-content {
    padding-left: 0; }

  .supporting-products {
    padding-right: 0px !important; }
    .supporting-products .title {
      margin-right: auto;
      margin-left: auto; } }
@media screen and (max-width: 780px) {
  .product-what-to-print {
    text-align: center; } }
@media screen and (max-width: 991px) {
  .segment-container {
    width: 100%; } }
@media screen and (max-width: 1200px) {
  .container {
    width: 100% !important; }

  .segment-container {
    width: 100%; } }
@media screen and (max-width: 576px) {
  .supporting-products .supporting-products-cell {
    padding: 9% 0% 11% 0% !important; } }
@media (min-width: 768px) {
  .products-industries {
    width: 70%;
    margin-right: auto;
    margin-left: auto; } }

/*# sourceMappingURL=productOverview.css.map */
