@charset "UTF-8";
/*
a.btn, a.btn:hover, a.btn:link, a.btn:visited {
  color: #333333;
}
*/
/*
.red-txt {
  color: #cf122c;
}
*/
.btn {
  margin-top: 10px;
}
.row {
  margin-right: 0px;
}
#sharp-sbs-home-container #hero-banner h1, #sharp-sbs-home-container #hero-banner p, #sharp-sbs-home-container #hero-banner h2 {
  color: #ffffff;
    line-height: 1.1em;
}
#sharp-sbs-home-container h1 {
  font-size: 40px;
  font-weight: bold;
    line-height: 1.1em;
}
#sharp-sbs-home-container h2 {
  font-size: 30px;
}
.skin_top_content {
  padding: 0;
}
#sharp-sbs-home-container #hero-banner {
  padding-top: 15px;
  background-image: url(/portals/1/images/home-header-img.png);
  background-color: #CE122D;
  background-repeat: no-repeat;
  background-position: -150px 0px;
  background-size: cover;
  position: relative;
  height: 350px;
}
#sharp-sbs-home-container #hero-banner #header-text {
    padding: 0 0 0 50px;
}
@media handheld, only screen and (min-width:768px) and (max-width:992px) {
  #sharp-sbs-home-container #hero-banner {
    background-position: -200px 0px;
  }
}
@media handheld, only screen and (min-width:1500px) {
  #sharp-sbs-home-container #hero-banner {
    height: 450px;
    background-size: contain;
    background-position: 0px;
    padding-top: 65px;
  }

}

  /*Promo Styles */
  #sharp-sbs-home-container #home-promo {
    background-color: #000000;
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 6px rgba(0, 0, 0, 0.16);
    padding: 15px;
    position: absolute;
    top: 310px;
    right: 0px;
    color: #ffffff;
    width: 60%;
    max-width: 790px;
  }
  #sharp-sbs-home-container #home-promo #promo-container {}
  #home-promo .btn-home-promo {
    background-color: #CF112D;
    border-color: #940414;
  }
  #home-promo h4,  #home-promo .h4  {
    color: #ffffff;
    margin: 5px 0 0 0;
  }
  #home-promo a.btn, #home-promo a.btn:hover, #home-promo a.btn:link, #home-promo a.btn:visited {
    color: #ffffff;
  }
  @media handheld, only screen and (max-width:1200px) {
    #sharp-sbs-home-container #home-promo {
      width: 40%;
      top: 290px;
    }
  }
  @media handheld, only screen and (max-width:767px) {
    #sharp-sbs-home-container #home-promo {
      width: 75%;
      position: static;
      margin: 0 auto;
      border-radius: 0 0 8px 8px;
      text-align: center;
    }
  }
@media handheld, only screen and (min-width:1500px){
    
      #sharp-sbs-home-container #home-promo {
    top: 410px;
  }
    
}
  /*End Promo Styles*/
  ul#featured-products {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }
  ul#featured-products li {
    list-style-type: none;
    display: flex;
    margin: 15px;
    text-align: center;
    /* border: 1px solid red; */
  }
  ul#featured-products li .text h3 {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 8px;
    line-height: 1.1em;
    margin-bottom: 5px;
  }
  ul#featured-products li a {
    display: flex;
    padding: 8px 2px;
    border: 1px solid #ffffff;
    text-decoration: none;
  }
  ul#featured-products li a:hover {
    background-color: #eeeeee;
    border-radius: 4px;
    border: 1px solid #cccccc;
    text-decoration: none;
  }
  ul#featured-products li a > .flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  ul#featured-products li .img {
    width: 100%;
    border-bottom: 3px solid #CCCCCC;
  }
  @media handheld, only screen and (min-width: 550px) {
    ul#featured-products {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: unset;
    }
    ul#featured-products li {
      list-style-type: none;
      display: flex;
      margin: 15px;
      text-align: center;
      /* border: 1px solid red; */
    }
  }
  @media handheld, only screen and (min-width: 768px) {
    ul#featured-products li {
      margin: 5px 15px;
      width: calc(100% / 4);
      justify-content: center;
    }
  }
  @media handheld, only screen and (min-width: 992px) {
    ul#featured-products li {
      margin: 5px auto;
      width: calc(100% / 5);
      max-width: 180px;
    }
    ul#featured-products li a {
      display: flex;
      padding: 8px 2px;
      border: 1px solid #ffffff;
    }
    ul#featured-products li a:hover {
      background-color: #eeeeee;
      border-radius: 4px;
      border: 1px solid #cccccc;
      text-decoration: none;
    }
    ul#featured-products li a > .flex {
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
    }
    ul#featured-products li .img {
      width: 100%;
      border-bottom: 3px solid #CCCCCC;
    }
  }
  #home-solutions .card-deck {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #home-solutions .card.border-bottom.border-tertiary {
    border-bottom: 8px solid #C70F2A;
  }
  #home-solutions .card.border-bottom.border-tertiary:hover {
    background-color: #eeeeee;
  }
  #home-solutions .card h3 {
    margin: 0 0 10px;
    line-height: 1.1em;
    font-size: 18px;
    min-height: 35px;
  }
  #home-solutions .card p {
    line-height: 16px;
    color: #000000;
  }
  #home-solutions .card a:link .card-body, #home-solutions .card a:hover .card-body {
    text-decoration: none;
  }
  #home-solutions .card a:hover {
    text-decoration: none;
  }
  #sharp-sbs-home-container #home-solutions, #sharp-sbs-home-container #home-products {
    padding: 20px 0 0 0;
  }
  @media handheld, only screen and (max-width:768px) {
    #sharp-sbs-home-container h3 {
      font-size: 18px;
    }
      #sharp-sbs-home-container #home-solutions h2 {
    text-align: center;
}
      
    #sharp-sbs-home-container #hero-banner {
      height: fit-content;
      padding-bottom: 15px;
    }
    #content .row {
      margin-right: 0;
    }
    #sharp-sbs-home-container #hero-banner {
      background-size: auto;
      background-position: 85% 10%;
    }
  }
  @media handheld, only screen and (min-width: 550px) {
    ul#featured-products {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: unset;
    }
  }
  @media handheld, only screen and (max-width:1200px) {
    #sharp-sbs-home-container #get-to-know-section img {
      margin-top: 35px;
    }
  }